Uses of Interface
boofcv.abst.feature.detect.line.DetectEdgeLines
Packages that use DetectEdgeLines
-
Uses of DetectEdgeLines in boofcv.abst.feature.detect.line
Classes in boofcv.abst.feature.detect.line that implement DetectEdgeLinesModifier and TypeClassDescriptionclassDetectLineHoughFootSubimage<D extends ImageGray<D>>Detects lines inside the image by breaking it up into subimages for improved precision.Constructors in boofcv.abst.feature.detect.line with parameters of type DetectEdgeLinesModifierConstructorDescriptionDetectEdgeLinesToLines(DetectEdgeLines<D> detector, ImageGradient<T, D> gradient) DetectEdgeLinesToLines(DetectEdgeLines<D> detector, Class<T> imageType, Class<D> derivType) Constructor with default gradient technique