Package boofcv.alg.feature.detect.edge
package boofcv.alg.feature.detect.edge
-
ClassDescriptionImplementation of canny edge detector.Canny edge detector where the thresholds are computed dynamically based upon the magnitude of the largest edgeData structure containing the contour along an edge.A list of connected points along an edge.Image type agnostic version of
GradientToEdgeFeatures
.Give the image's gradient in the x and y direction compute the edge's intensity and orientation.Given the output from edge non-maximum suppression, perform hysteresis threshold along the edge and mark selected pixels in a binary image.Given the output from edge non-maximum suppression, perform hysteresis threshold along the edge and constructs a list of pixels belonging to each contour.