| Package | Description |
|---|---|
| boofcv.factory.feature.detect.line |
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryDetectLineAlgs.lineRansac(int regionSize,
double thresholdEdge,
double thresholdAngle,
boolean connectLines,
Class<I> imageType,
Class<D> derivType)
Detects line segments inside an image using the
DetectLineSegmentsGridRansac algorithm. |
Copyright © 2013. All Rights Reserved.