Uses of Class
boofcv.alg.shapes.edge.BaseIntegralEdge
-
Uses of BaseIntegralEdge in boofcv.alg.shapes.edge
Modifier and TypeClassDescriptionclass
ScoreLineSegmentEdge<T extends ImageGray<T>>
Looks at the difference in pixel values along the edge of a polygon and decides if its a false positive or not.class
SnapToLineEdge<T extends ImageGray<T>>
Snaps a line to an edge of an object. -
Uses of BaseIntegralEdge in boofcv.alg.shapes.ellipse
Modifier and TypeClassDescriptionclass
EdgeIntensityEllipse<T extends ImageGray<T>>
Computes the edge intensity along the an ellipse.class
SnapToEllipseEdge<T extends ImageGray<T>>
Refines an initial estimate of an elipse using a subpixel contour technique.