| Package | Description |
|---|---|
| boofcv.factory.feature.detect.line |
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryDetectLineAlgs.houghFootSub(int localMaxRadius,
int minCounts,
int minDistanceFromOrigin,
float thresholdEdge,
int maxLines,
int totalHorizontalDivisions,
int totalVerticalDivisions,
Class<I> imageType,
Class<D> derivType)
Detects lines using a foot of norm parametrization and sub images to reduce degenerate
configurations, see
DetectLineHoughFootSubimage for details. |
Copyright © 2013. All Rights Reserved.