LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Collection of data from pixel inspector

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,

Capture.JPG

0 Kudos
Message 1 of 4
(2,299 Views)

Hi Pedro,

 

Do you have the LabVIEW Vision Development Module? or are you looking to do this with just LabVIEW functions?

 

Thanks and Regards,

Thanks and Regards,
Supreeth.K

0 Kudos
Message 2 of 4
(2,275 Views)

Hi Supreeth.K,

 

I am looking to do this project just with labVIEW functions.

 

Regards,

Pedro

0 Kudos
Message 3 of 4
(2,260 Views)

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.

 

image to pixel.png

 

Hope that helps

 

Thanks and Regards,

Thanks and Regards,
Supreeth.K

0 Kudos
Message 4 of 4
(2,204 Views)