| Package | Description |
|---|---|
| boofcv.factory.feature.detect.line |
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryDetectLineAlgs.houghFoot(int localMaxRadius,
int minCounts,
int minDistanceFromOrigin,
float thresholdEdge,
int maxLines,
Class<I> imageType,
Class<D> derivType)
Detects lines using the foot of norm parametrization, see
DetectLineHoughFoot. |
Copyright © 2013. All Rights Reserved.