| Class | Description |
|---|---|
| CannyEdgeDetector |
Canny edge detector.
|
| CannyEdgeDetector2 | Deprecated |
| EdgeFinder |
Using a simple sobel-like x and y derivative kernel, find edges in an image.
|
| NonMaximumSuppression |
Non-maximum suppression using magnitude and orientation images.
|
| NonMaximumSuppressionTangent |
Non-maximum suppression using X and Y gradient images.
|
| StrokeWidthTransform |
Implementation of the Stroke Width Transform.
|
| SUSANEdgeDetector |
Implementations of the SUSAN edge detection algorithm.
|