Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

IMAQ complex particle measure

I use LabVIEW and IMAQ complex particle measure.vi to detect blemish in an image. When the blemish is detected, I want the blemish area to be filled with red color. How do I get the coordinate of all the pixel in each particle when I use IMAQ complex particle measure.vi? Or is there an easier way to fill a red color in the particle (detected blemish) without having to know coordinate and overlay red dots?
0 Kudos
Message 1 of 2
(3,449 Views)
Once you have detected the particles by thresholding the image, they should already be red. But if you want to change the color, you can use the IMAQ UserLookup VI (found in the Vision>> Image Processing>> Proceessing subpalette) to create your own lookup table for the binary image. Since it is a binary image, you should only need to input a 1-D array with 2 values: the first being the background color and the second being the fill color of the particles.

Hope this helps-
Julie
0 Kudos
Message 2 of 2
(3,449 Views)