| Class | Description |
|---|---|
| CannyEdge<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Implementation of canny edge detector.
|
| CannyEdgeDynamic<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Canny edge detector where the thresholds are computed dynamically based upon the magnitude of the largest edge
|
| EdgeContour |
Data structure containing the contour along an edge.
|
| EdgeSegment |
A list of connected points along an edge.
|
| GGradientToEdgeFeatures |
Image type agnostic version of
GradientToEdgeFeatures. |
| GradientToEdgeFeatures |
Give the image's gradient in the x and y direction compute the edge's intensity and orientation.
|
| HysteresisEdgeTraceMark |
Given the output from edge non-maximum suppression, perform hysteresis threshold along the edge and mark selected
pixels in a binary image.
|
| HysteresisEdgeTracePoints |
Given the output from edge non-maximum suppression, perform hysteresis threshold along the edge and constructs
a list of pixels belonging to each contour.
|