07-26-2011 04:10 AM
hello everyone,
I'm learning NI Vision, i don't understand how to use IMAQ Dtect Shapes.vi to detect shape, such as lines, ellipses, who can give me an example, thanks.
Solved! Go to Solution.
07-26-2011 05:04 AM
Hello,
This function uses the edges of the object and tries to fit them with different shapes such as cirles, lines or rectangles.
First you have to set the parameters to extract the edges of your objetcs. You specifie the threshold (in order to find the correct edges of your object). Then you can choose the parameters of the shape to fit. For example if you want to fit with a circle, you set the min and max possible radius.
Try this with vision assistant, it will be easier. And try it with well contrasted images too.
Regards
07-27-2011 12:05 AM
thanks, I find it
03-13-2013 08:46 PM
Hello,
Is there any documentation as to what underlying conceptual method is being used for the detection and geometric fitting? I am performing sensitive camera calibration applications and require high accuracy, and would like to know what the program is doing under the hood.
Thank you,
AC