Uses of Class
boofcv.alg.feature.detect.line.HoughTransformGradient
Package
Description
-
Uses of HoughTransformGradient in boofcv.abst.feature.detect.line
Modifier and TypeMethodDescriptionHoughGradient_to_DetectLine.getHough()
DetectLineHoughFootSubimage.getTransform()
ModifierConstructorDescriptionHoughGradient_to_DetectLine
(HoughTransformGradient hough, ImageGradient<I, D> gradient, Class<I> inputType) -
Uses of HoughTransformGradient in boofcv.alg.feature.detect.line
Modifier and TypeClassDescriptionclass
HoughTransformGradient_MT<D extends ImageGray<D>>
Concurrent version ofHoughTransformGradient
-
Uses of HoughTransformGradient in boofcv.factory.feature.detect.line
Modifier and TypeMethodDescriptionstatic <D extends ImageGray<D>>
HoughTransformGradient<D>FactoryDetectLineAlgs.houghLineFoot
(ConfigHoughGradient configHough, ConfigParamFoot configParam, Class<D> derivType) static <D extends ImageGray<D>>
HoughTransformGradient<D>FactoryDetectLineAlgs.houghLinePolar
(ConfigHoughGradient configHough, ConfigParamPolar configParam, Class<D> derivType)