public interface DetectLine<T extends boofcv.struct.image.ImageGray>
Interface for detecting lines inside images. Lines are returned using
parametric line equations and do not indicate the
beginning and end points.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<georegression.struct.line.LineParametric2D_F32> |
detect(T input)
Detect lines inside the image.
|
java.util.List<georegression.struct.line.LineParametric2D_F32> detect(T input)
input - Input image.