boofcv.abst.feature.detect.line
Interface DetectLine<T extends ImageGray>
-
- All Known Implementing Classes:
- DetectLineHoughFoot, DetectLineHoughFootSubimage, DetectLineHoughPolar
public interface DetectLine<T extends ImageGray>Interface for detecting lines inside images. Lines are returned using
parametricline equations and do not indicate the beginning and end points.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.List<LineParametric2D_F32>detect(T input)Detect lines inside the image.
-
-
-
Method Detail
-
detect
java.util.List<LineParametric2D_F32> detect(T input)
Detect lines inside the image.- Parameters:
input- Input image.- Returns:
- List of found lines.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG