Package boofcv.abst.feature.detect.line
Interface DetectEdgeLines<D extends ImageBase<D>>
- All Known Implementing Classes:
DetectLineHoughFootSubimage
public interface DetectEdgeLines<D extends ImageBase<D>>
Detects lines using image gradient.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Method Details
-
detect
-
getFoundLines
List<LineParametric2D_F32> getFoundLines()
-