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