| Interface | Description |
|---|---|
| DetectLine<T extends boofcv.struct.image.ImageGray> |
Interface for detecting lines inside images.
|
| DetectLineSegment<T extends boofcv.struct.image.ImageGray> |
Interface for detecting
line segments inside images. |
| Class | Description |
|---|---|
| DetectGridRansacLine | |
| DetectLineHoughFoot<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Full processing chain for detecting lines using a foot of norm parametrization inside
a Hough transform.
|
| DetectLineHoughFootSubimage<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Detects lines inside the image by breaking it up into subimages for improved precision.
|
| DetectLineHoughPolar<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Full processing chain for detecting lines using a Hough transform with polar parametrization.
|
| DetectLineSegmentsGridRansac<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |