Uses of Class
boofcv.abst.feature.detect.line.DetectLineHoughFootSubimage
-
Uses of DetectLineHoughFootSubimage 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.