Uses of Class
boofcv.alg.feature.detect.line.HoughTransformGradient
Packages that use HoughTransformGradient
Package
Description
-
Uses of HoughTransformGradient in boofcv.abst.feature.detect.line
Methods in boofcv.abst.feature.detect.line that return HoughTransformGradientModifier and TypeMethodDescriptionHoughGradient_to_DetectLine.getHough()DetectLineHoughFootSubimage.getTransform()Constructors in boofcv.abst.feature.detect.line with parameters of type HoughTransformGradientModifierConstructorDescriptionHoughGradient_to_DetectLine(HoughTransformGradient hough, ImageGradient<I, D> gradient, Class<I> inputType) -
Uses of HoughTransformGradient in boofcv.alg.feature.detect.line
Subclasses of HoughTransformGradient in boofcv.alg.feature.detect.lineModifier and TypeClassDescriptionclassHoughTransformGradient_MT<D extends ImageGray<D>>Concurrent version ofHoughTransformGradient -
Uses of HoughTransformGradient in boofcv.factory.feature.detect.line
Methods in boofcv.factory.feature.detect.line that return HoughTransformGradientModifier 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)