Uses of Class
boofcv.alg.shapes.edge.BaseIntegralEdge
Packages that use BaseIntegralEdge
-
Uses of BaseIntegralEdge in boofcv.alg.shapes.edge
Subclasses of BaseIntegralEdge in boofcv.alg.shapes.edgeModifier and TypeClassDescriptionclassScoreLineSegmentEdge<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.classSnapToLineEdge<T extends ImageGray<T>>Snaps a line to an edge of an object. -
Uses of BaseIntegralEdge in boofcv.alg.shapes.ellipse
Subclasses of BaseIntegralEdge in boofcv.alg.shapes.ellipseModifier and TypeClassDescriptionclassEdgeIntensityEllipse<T extends ImageGray<T>>Computes the edge intensity along the an ellipse.classSnapToEllipseEdge<T extends ImageGray<T>>Refines an initial estimate of an elipse using a subpixel contour technique.