| Package | Description |
|---|---|
| boofcv.factory.feature.detect.line |
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryDetectLineAlgs.houghPolar(int localMaxRadius,
int minCounts,
double resolutionRange,
double resolutionAngle,
float thresholdEdge,
int maxLines,
Class<I> imageType,
Class<D> derivType)
Creates a Hough line detector based on polar parametrization.
|
Copyright © 2013. All Rights Reserved.