Uses of Interface
boofcv.alg.shapes.polygon.RefinePolygonToGray
Packages that use RefinePolygonToGray
-
Uses of RefinePolygonToGray in boofcv.alg.shapes.polygon
Classes in boofcv.alg.shapes.polygon that implement RefinePolygonToGrayModifier and TypeClassDescriptionclass
RefinePolygonToGrayLine<T extends ImageGray<T>>
Improves the fits of a polygon's which is darker or lighter than the background.Constructors in boofcv.alg.shapes.polygon with parameters of type RefinePolygonToGrayModifierConstructorDescriptionDetectPolygonBinaryGrayRefine
(DetectPolygonFromContour<T> detector, @Nullable RefinePolygonToContour refineContour, @Nullable RefinePolygonToGray<T> refineGray, double minimumRefineEdgeIntensity, boolean adjustForThresholdBias) Configures the polygon detector -
Uses of RefinePolygonToGray in boofcv.factory.shape
Methods in boofcv.factory.shape that return RefinePolygonToGrayModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
RefinePolygonToGray<T>FactoryShapeDetector.refinePolygon
(ConfigRefinePolygonLineToImage config, Class<T> imageType)