Package boofcv.alg.shapes.polygon
package boofcv.alg.shapes.polygon
-
ClassDescriptionWhen a binary image is created some of the sides are shifted up to a pixel.ContourEdgeIntensity<T extends ImageGray<T>>Computes the average value of points sampled outside and inside the contour at regular intervals.DetectPolygonBinaryGrayRefine<T extends ImageGray<T>>Detects polygons using contour of blobs in a binary image.DetectPolygonFromContour<T extends ImageGray<T>>Detects convex polygons with the specified number of sides in an image.Interface which allows low level customization of
DetectPolygonFromContourFits lines to the contour then finds the intersection of the lines.RefinePolygonToGray<T extends ImageGray<T>>Refines a polygon using the gray scale image.RefinePolygonToGrayLine<T extends ImageGray<T>>Improves the fits of a polygon's which is darker or lighter than the background.Utility functions used by classes which fit polygons to shapes in the image