Expand description
Edge detection.
Edges are sets of segments that all lie within a threshold based on stem widths.
Here we compute edges from the segment list, assign properties (round, serif, links) and then associate them with blue zones.
FunctionsΒ§
- compute_
blue_ πedges - Compute all edges which lie within blue zones.
- compute_
edge_ πproperties - Compute the edge properties based on the series of segments that make up the edge.
- compute_
edges π - Links segments to edges, using feature analysis for selection.
- link_
segments_ πto_ edges - Edges get reordered as theyβre built so we need to assign edge indices to segments in a second pass.