| Package | Description |
|---|---|
| boofcv.abst.feature.detect.line | |
| boofcv.alg.feature.detect.line.gridline |
| Constructor and Description |
|---|
DetectLineSegmentsGridRansac(GridRansacLineDetector<D> detectorGrid,
ConnectLinesGrid connect,
ImageGradient<T,D> gradient,
double edgeThreshold,
Class<T> imageType,
Class<D> derivType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImplGridRansacLineDetector_F32
Implementation of
GridRansacLineDetector for ImageFloat32 |
class |
ImplGridRansacLineDetector_S16
Implementation of
GridRansacLineDetector for ImageSInt16 |
Copyright © 2013. All Rights Reserved.