Package boofcv.abst.feature.detect.line
Interface DetectLineSegment<T extends ImageGray<T>>
- All Known Implementing Classes:
DetectLineSegmentsGridRansac
public interface DetectLineSegment<T extends ImageGray<T>>
Interface for detecting line segments
inside images.
-
Method Summary
Modifier and TypeMethodDescriptionDetect lines inside the image.
-
Method Details
-
detect
Detect lines inside the image.- Parameters:
input
- Input image.- Returns:
- List of found line segments.
-