public class CannyEdgeDynamic<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> extends CannyEdge<T,D>
hysteresisMark, hysteresisPts, suppressed| Constructor and Description |
|---|
CannyEdgeDynamic(boofcv.abst.filter.blur.BlurFilter<T> blur,
boofcv.abst.filter.derivative.ImageGradient<T,D> gradient,
boolean saveTrace)
Constructor and configures algorithm
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
performThresholding(float threshLow,
float threshHigh,
boofcv.struct.image.GrayU8 output) |
getContours, processprotected void performThresholding(float threshLow,
float threshHigh,
boofcv.struct.image.GrayU8 output)
performThresholding in class CannyEdge<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray>