public class CannyEdgeDynamic<T extends ImageSingleBand,D extends ImageSingleBand> extends CannyEdge<T,D>
suppressed| Constructor and Description |
|---|
CannyEdgeDynamic(BlurFilter<T> blur,
ImageGradient<T,D> gradient,
boolean saveTrace)
Constructor and configures algorithm
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
performThresholding(float threshLow,
float threshHigh,
ImageUInt8 output) |
getContours, processpublic CannyEdgeDynamic(BlurFilter<T> blur, ImageGradient<T,D> gradient, boolean saveTrace)
blur - Used during the image blur pre-process step.gradient - Computes image gradient.protected void performThresholding(float threshLow,
float threshHigh,
ImageUInt8 output)
performThresholding in class CannyEdge<T extends ImageSingleBand,D extends ImageSingleBand>Copyright © 2013. All Rights Reserved.