It would be nice to be able to get multiple circles out of IMAQ Find Circular Edge. For example, if I was interested in the smaller circle below, I could sort the results by size.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We already have a function like this and it's called "IMAQ Detect Shapes.vi". It's a polymorphic VI with circles as one of the types it supports. You specify the min and max radius to search for, a ROI, and edge settings, and it returns an array of circle reports with the center, radius, and a quality score. It's located in the Machine Vision palette>>Searching and Matching>>IMAQ Detect Shapes.
Hope this helps,
Brad