You are here: Start » Function Reference » Computer Vision » Hough Transform
Hough Transform
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
DetectLines | DetectLines | Finds lines in an image using Hough Transform. |
FoundationBasic | |
DetectMultipleCircles | DetectMultipleCircles | Finds circles of a given radius in the input image using Hough Transform. Detection of circular or close-to-circular objects like holes, pins, pills, particles. |
FoundationBasic | |
DetectPaths | DetectPaths | Finds a specified shape in an image using Hough Transform. This is an old algorithm for template matching. Quite slow. |
FoundationBasic | |
DetectSegments | DetectSegments | Finds segments in an image using Hough Transform. |
FoundationBasic | |
DetectSingleCircle | DetectSingleCircle | Finds the strongest circle of a given radius in the input image. Detection of a circular or close-to-circular object like a hole, pin, pill or particle. |
FoundationBasic |