Uses of Class
boofcv.factory.feature.detect.line.ConfigHoughFootSubimage
-
Uses of ConfigHoughFootSubimage in boofcv.factory.feature.detect.line
Modifier and TypeMethodDescriptionstatic <D extends ImageGray<D>>
DetectLineHoughFootSubimage<D>FactoryDetectLineAlgs.houghFootSub
(@Nullable ConfigHoughFootSubimage config, Class<D> derivType) Detects lines using a foot of norm parametrization and sub images to reduce degenerate configurations, seeDetectLineHoughFootSubimage
for details.static <T extends ImageGray<T>>
DetectLine<T>FactoryDetectLine.houghLineFootSub
(@Nullable ConfigHoughFootSubimage config, Class<T> imageType) Detects lines using a foot of norm parametrization and sub images to reduce degenerate configurations, seeDetectLineHoughFootSubimage
for details.ConfigHoughFootSubimage.setTo
(ConfigHoughFootSubimage src)