| Class | Description |
|---|---|
| ConnectLinesGrid |
Given a grid of detected line segments connect line segments together if they appear to be
apart of the same line.
|
| GridRansacLineDetector<D extends boofcv.struct.image.ImageSingleBand> |
Line segment feature detector.
|
| HoughTransformLineFootOfNorm |
Hough transform based line detector.
|
| HoughTransformLinePolar |
Hough transform which uses a polar line representation.
|
| ImageLinePruneMerge | |
| LineImageOps |