- BackProjection
The BackProjection block records how well the pixels of a specified image fit the distribution of pixels in a histogram model.
- BoundingBox
The Bounding Box block determines the smallest enclosing rectangle for the point set.
- CannyEdge
The CannyEdge block finds the edges of objects using Canny Edge detection.
- ConvexHull
The ConvexHull block calculates the convex hull of a 2D point set using Sklansky’s algorithm.
- FindContour
The FindContour block finds contours in a binary image based on the specified contour predicate.
- HarrisCorner
The HarrisCorner block detects corner points in an image.
- HoughCircles
The HoughCircles block detects circles in the specified image.
- HoughLines
The HoughLines block detects straight lines.
- Skeleton
The Skeleton block creates a compact representation — or skeleton — of an image.
- SobelEdge
The SobelEdge block detects the edges of an image in both the horizontal and vertical directions with the detected edges bright on a dark background.