Uses of Interface
boofcv.alg.feature.detect.line.HoughTransformParameters
Packages that use HoughTransformParameters
-
Uses of HoughTransformParameters in boofcv.alg.feature.detect.line
Classes in boofcv.alg.feature.detect.line that implement HoughTransformParametersModifier and TypeClassDescriptionclassHoughTransformParameterswith a foot-of-norm parameterization.classHoughTransformParameterswith a polar parameterization.Methods in boofcv.alg.feature.detect.line that return HoughTransformParametersModifier and TypeMethodDescriptionHoughTransformBinary.getParameters()HoughTransformGradient.getParameters()Constructors in boofcv.alg.feature.detect.line with parameters of type HoughTransformParametersModifierConstructorDescriptionHoughTransformBinary(NonMaxSuppression extractor, HoughTransformParameters parameters) Specifies parameters of transform.HoughTransformBinary_MT(NonMaxSuppression extractor, HoughTransformParameters parameters) Specifies parameters of transform.HoughTransformGradient(NonMaxSuppression extractor, HoughTransformParameters parameters, Class<D> derivType) Specifies parameters of transform.HoughTransformGradient_MT(NonMaxSuppression extractor, HoughTransformParameters parameters, Class<D> derivType) Specifies parameters of transform.