FindImageShapes[image,"model"]
obtains graphic primitives of shapes in an image.
FindImageShapes[video,…]
finds shapes in frames of video.


FindImageShapes

FindImageShapes[image,"model"]
obtains graphic primitives of shapes in an image.
FindImageShapes[video,…]
finds shapes in frames of video.
Details

- FindImageShapes attempts to find shapes such as lines, circles and ellipses in an image.
- Possible "model" specifications include:
-
"Line" a list of InfiniteLine objects "LineSegment" a list of Line objects "Circle" a list of Circle objects "Ellipse" a list of transformed Circle objects {model1,model2,…} an association of shapes grouped by each modeli - FindImageShapes expects an image in which the shapes are highlighted as bright pixels over dark backgrounds.
- Highlight contours such as lines and circles using EdgeDetect, RidgeFilter, GradientFilter and more.
Examples
open all close allScope (2)
Related Guides
Text
Wolfram Research (2023), FindImageShapes, Wolfram Language function, https://reference.wolfram.com/language/ref/FindImageShapes.html (updated 2025).
CMS
Wolfram Language. 2023. "FindImageShapes." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2025. https://reference.wolfram.com/language/ref/FindImageShapes.html.
APA
Wolfram Language. (2023). FindImageShapes. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FindImageShapes.html
BibTeX
@misc{reference.wolfram_2025_findimageshapes, author="Wolfram Research", title="{FindImageShapes}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/FindImageShapes.html}", note=[Accessed: 15-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_findimageshapes, organization={Wolfram Research}, title={FindImageShapes}, year={2025}, url={https://reference.wolfram.com/language/ref/FindImageShapes.html}, note=[Accessed: 15-August-2025]}