Package boofcv.alg.shapes.edge
package boofcv.alg.shapes.edge
-
ClassDescriptionBaseIntegralEdge<T extends ImageGray<T>>Base class for computing line integrals along lines/edges.EdgeIntensityPolygon<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.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.SnapToLineEdge<T extends ImageGray<T>>Snaps a line to an edge of an object.