Package boofcv.abst.feature.detect.line
Class DetectEdgeLinesToLines<T extends ImageGray<T>,D extends ImageGray<D>>
java.lang.Object
boofcv.abst.feature.detect.line.DetectEdgeLinesToLines<T,D>
- All Implemented Interfaces:
DetectLine<T>
public class DetectEdgeLinesToLines<T extends ImageGray<T>,D extends ImageGray<D>> extends Object implements DetectLine<T>
Wrapper around
DetectEdgeLines
that allows it to be used by DetectLine
interface-
Constructor Summary
Constructors Constructor Description DetectEdgeLinesToLines(DetectEdgeLines<D> detector, ImageGradient<T,D> gradient)
DetectEdgeLinesToLines(DetectEdgeLines<D> detector, Class<T> imageType, Class<D> derivType)
Constructor with default gradient technique -
Method Summary
Modifier and Type Method Description List<LineParametric2D_F32>
detect(T input)
Detect lines inside the image.ImageType<T>
getInputType()
-
Constructor Details
-
DetectEdgeLinesToLines
-
DetectEdgeLinesToLines
Constructor with default gradient technique
-
-
Method Details
-
detect
Description copied from interface:DetectLine
Detect lines inside the image.- Specified by:
detect
in interfaceDetectLine<T extends ImageGray<T>>
- Parameters:
input
- Input image.- Returns:
- List of found lines.
-
getInputType
- Specified by:
getInputType
in interfaceDetectLine<T extends ImageGray<T>>
-