Uses of Class
boofcv.alg.feature.detect.edge.CannyEdge
-
Uses of CannyEdge in boofcv.alg.feature.detect.edge
Modifier and TypeClassDescriptionclass
CannyEdgeDynamic<T extends ImageGray<T>,
D extends ImageGray<D>> Canny edge detector where the thresholds are computed dynamically based upon the magnitude of the largest edge -
Uses of CannyEdge in boofcv.factory.feature.detect.edge