Uses of Interface
boofcv.abst.feature.detect.line.DetectEdgeLines
-
Uses of DetectEdgeLines in boofcv.abst.feature.detect.line
Modifier and TypeClassDescriptionclass
DetectLineHoughFootSubimage<D extends ImageGray<D>>
Detects lines inside the image by breaking it up into subimages for improved precision.ModifierConstructorDescriptionDetectEdgeLinesToLines
(DetectEdgeLines<D> detector, ImageGradient<T, D> gradient) DetectEdgeLinesToLines
(DetectEdgeLines<D> detector, Class<T> imageType, Class<D> derivType) Constructor with default gradient technique