Module topo

Source
Expand description

Topology analysis of segments and edges.

Modulesยง

edges ๐Ÿ”’
Edge detection.
segments ๐Ÿ”’
Segment computation and linking.

Structsยง

Axis ๐Ÿ”’
Segments and edges for one dimension of an outline.
Edge ๐Ÿ”’
Sequence of segments used for grid-fitting.
Segment ๐Ÿ”’
Sequence of points with a single dominant direction.

Constantsยง

MAX_INLINE_EDGES ๐Ÿ”’
MAX_INLINE_SEGMENTS ๐Ÿ”’
Maximum number of segments and edges stored inline.

Type Aliasesยง

Dimension
Either horizontal or vertical.