| Class | Description |
|---|---|
| BaseIntegralEdge<T extends boofcv.struct.image.ImageGray> |
Base class for computing line integrals along lines/edges.
|
| PolygonEdgeIntensity<T extends boofcv.struct.image.ImageGray> |
Looks at the difference in pixel values along the edge of a polygon and decides if its a false positive or not.
|
| ScoreLineSegmentEdge<T extends boofcv.struct.image.ImageGray> |
Looks at the difference in pixel values along the edge of a polygon and decides if its a false positive or not.
|
| SnapToEdge<T extends boofcv.struct.image.ImageGray> |
Snaps a line to an edge of an object.
|