Uses of Class
boofcv.factory.feature.detect.line.ConfigHoughGradient
Packages that use ConfigHoughGradient
-
Uses of ConfigHoughGradient in boofcv.factory.feature.detect.line
Methods in boofcv.factory.feature.detect.line that return ConfigHoughGradientMethods in boofcv.factory.feature.detect.line with parameters of type ConfigHoughGradientModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DetectLine<T>FactoryDetectLine.houghLineFoot(@Nullable ConfigHoughGradient configHough, @Nullable ConfigParamFoot configParam, Class<T> imageType) Used to find edges along the side of objects.static <D extends ImageGray<D>>
HoughTransformGradient<D>FactoryDetectLineAlgs.houghLineFoot(ConfigHoughGradient configHough, ConfigParamFoot configParam, Class<D> derivType) static <T extends ImageGray<T>>
DetectLine<T>FactoryDetectLine.houghLinePolar(@Nullable ConfigHoughGradient configHough, @Nullable ConfigParamPolar configParam, Class<T> imageType) Used to find edges along the side of objects.static <D extends ImageGray<D>>
HoughTransformGradient<D>FactoryDetectLineAlgs.houghLinePolar(ConfigHoughGradient configHough, ConfigParamPolar configParam, Class<D> derivType) ConfigHoughGradient.setTo(ConfigHoughGradient src)