Package boofcv.abst.feature.detect.line
Class HoughBinary_to_DetectLine<I extends ImageGray<I>,D extends ImageGray<D>>
java.lang.Object
boofcv.abst.feature.detect.line.HoughBinary_to_DetectLine<I,D>
- All Implemented Interfaces:
DetectLine<I>
public class HoughBinary_to_DetectLine<I extends ImageGray<I>,D extends ImageGray<D>>
extends Object
implements DetectLine<I>
Converts
HoughTransformBinary
into DetectLine
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionHoughBinary_to_DetectLine
(HoughTransformBinary hough, InputToBinary<I> thresholder) HoughBinary_to_DetectLine
(HoughTransformBinary hough, ImageGradient<I, D> gradient) -
Method Summary
-
Field Details
-
thresholdEdge
public float thresholdEdge -
nonMaxSuppression
public boolean nonMaxSuppression
-
-
Constructor Details
-
HoughBinary_to_DetectLine
-
HoughBinary_to_DetectLine
-
-
Method Details
-
detect
Description copied from interface:DetectLine
Detect lines inside the image.- Specified by:
detect
in interfaceDetectLine<I extends ImageGray<I>>
- Parameters:
input
- Input image.- Returns:
- List of found lines.
-
getInputType
- Specified by:
getInputType
in interfaceDetectLine<I extends ImageGray<I>>
-
isEdge
public boolean isEdge()true if the edge is being used to compute a binary image -
getHough
-
getBinarization
-
getBinary
-