Skip to content
Snippets Groups Projects
Commit e0b4c2a8 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent 7afbaed1
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
# segmentation
# OUTPUT: a graph-tool "gt" file (change name as needed)
"""Collapses the input graph into a new graph: the graph of
segments. An edge of the graph is a segment. The new graph is output
in the binary format of graph-tool.
"""
import graph_tool
import time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment