06-09-2014 01:48 PM
Dear NI Community,
I want to add a pixel inspector to the current VI. Currently I can get an image and read from that image, then save the image to a folder.
I want to add a step before saving the image, where I analyse the image by pixels and retrieve values into an array form.
I will then use the value from the array to highlight specific area on the image.
Any help will be much appreciated.
Regards,
06-10-2014 04:29 AM
Hi Pedro,
Do you have the LabVIEW Vision Development Module? or are you looking to do this with just LabVIEW functions?
Thanks and Regards,
06-10-2014 05:39 PM
Hi Supreeth.K,
I am looking to do this project just with labVIEW functions.
Regards,
Pedro
06-17-2014 11:39 AM - edited 06-17-2014 11:41 AM
Hi Pedro,
You can use the image to pixmap as shown in the snippet below to get the pixel data from your image. You can then modify this pixel data according to your algorithm. The way you should intertpret the 'image' 1D array depends on the depth information of the image. More information on this can be found from the detailed help of the function.
Hope that helps
Thanks and Regards,