| Package | Description |
|---|---|
| boofcv.alg.feature.detect.edge | |
| boofcv.factory.feature.detect.edge |
| Modifier and Type | Class and Description |
|---|---|
class |
CannyEdgeDynamic<T extends ImageSingleBand,D extends ImageSingleBand>
Canny edge detector where the thresholds are computed dynamically based upon the magnitude of the largest edge
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand,D extends ImageSingleBand> |
FactoryEdgeDetectors.canny(int blurRadius,
boolean saveTrace,
boolean dynamicThreshold,
Class<T> imageType,
Class<D> derivType)
Detects the edge of an object using the canny edge detector.
|
Copyright © 2013. All Rights Reserved.