Uses of Class
boofcv.factory.shape.ConfigPolygonDetector
Packages that use ConfigPolygonDetector
-
Uses of ConfigPolygonDetector in boofcv.abst.fiducial.calib
Fields in boofcv.abst.fiducial.calib declared as ConfigPolygonDetector -
Uses of ConfigPolygonDetector in boofcv.factory.fiducial
Fields in boofcv.factory.fiducial declared as ConfigPolygonDetectorModifier and TypeFieldDescriptionConfigAztecCode.polygonConfiguration for polygon detector that's used to find position patternsConfigMicroQrCode.polygonConfiguration for polygon detector that's used to find position patternsConfigQrCode.polygonConfiguration for polygon detector that's used to find position patternsConfigFiducialBinary.squareDetectorConfiguration for square detector NOTE: Number of sides, clockwise, and convex are all set by the detector in its consturctor.ConfigFiducialHammingDetector.squareDetectorConfiguration for square detector NOTE: Number of sides, clockwise, and convex are all set by the detector in its consturctor.ConfigFiducialImage.squareDetectorConfiguration for square detector NOTE: Number of sides, clockwise, and convex are all set by the detector in its consturctor. -
Uses of ConfigPolygonDetector in boofcv.factory.shape
Methods in boofcv.factory.shape that return ConfigPolygonDetectorMethods in boofcv.factory.shape with parameters of type ConfigPolygonDetectorModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DetectPolygonBinaryGrayRefine<T>FactoryShapeDetector.polygon(@Nullable ConfigPolygonDetector config, Class<T> imageType) Creates a polygon detector.ConfigPolygonDetector.setTo(ConfigPolygonDetector src)