03-06-2012 08:06 AM
I would like to use the example of labview "Magic Wand Example" to calculate the area that was selected.
How could I do that.
Thank you.
Eliel
03-06-2012 08:21 AM
Hello,
You just have to pass the binary image created by the magic wand function to the IMAQ particle Analysis Report. You will have your area in pixels in the first element of the array.
Regards
03-06-2012 09:13 AM
I was able to measure the area in pixels but how can i do measure in cm ²?
What should I do to turn PIXEL in AREA (cm ²)
Thank you
Eliel
03-06-2012 10:22 AM
Hello
You have to calibrate your image in order to have a conversion from pixel to real world unit or vice versa.
Check the examples for that.
Once your image is calibrated, every function that output measurement of any kind will do it in real world unit.
Regards
03-08-2012 04:59 AM
How can i do the calibrate in my image?