Package boofcv.abst.feature.detect.line
Interface DetectLine<T extends ImageGray<T>>
- All Known Implementing Classes:
DetectEdgeLinesToLines,HoughBinary_to_DetectLine,HoughGradient_to_DetectLine
public interface DetectLine<T extends ImageGray<T>>
Interface for detecting lines inside images. Lines are returned using
parametric line equations and do not indicate the
beginning and end points.
-
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 lines.
-
getInputType
-