Uses of Interface
boofcv.alg.shapes.polygon.RefinePolygonToGray
-
Uses of RefinePolygonToGray in boofcv.alg.shapes.polygon
Modifier and TypeClassDescriptionclass
RefinePolygonToGrayLine<T extends ImageGray<T>>
Improves the fits of a polygon's which is darker or lighter than the background.ModifierConstructorDescriptionDetectPolygonBinaryGrayRefine
(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
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
RefinePolygonToGray<T>FactoryShapeDetector.refinePolygon
(ConfigRefinePolygonLineToImage config, Class<T> imageType)