public class DetectLineSegmentsGridRansac<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> extends java.lang.Object implements DetectLineSegment<T>
| Constructor and Description |
|---|
DetectLineSegmentsGridRansac(GridRansacLineDetector<D> detectorGrid,
ConnectLinesGrid connect,
boofcv.abst.filter.derivative.ImageGradient<T,D> gradient,
double edgeThreshold,
java.lang.Class<T> imageType,
java.lang.Class<D> derivType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<georegression.struct.line.LineSegment2D_F32> |
detect(T input)
Detect lines inside the image.
|
public DetectLineSegmentsGridRansac(GridRansacLineDetector<D> detectorGrid, ConnectLinesGrid connect, boofcv.abst.filter.derivative.ImageGradient<T,D> gradient, double edgeThreshold, java.lang.Class<T> imageType, java.lang.Class<D> derivType)
public java.util.List<georegression.struct.line.LineSegment2D_F32> detect(T input)
DetectLineSegmentdetect in interface DetectLineSegment<T extends boofcv.struct.image.ImageGray>input - Input image.