07-08-2008 09:45 AM
07-08-2008 02:12 PM
A couple of methods:
Use Image Color Histogram to get statistics on each color plane. This includes the mean of each color plane.
You could also use Extract Color Plane to get the Intensity, which is the grayscale image. Use Quantify or Histogram to get the mean value.
Bruce
07-09-2008 01:20 AM
07-09-2008 03:30 AM
Thanks a lot, it seems to work just as I want it to work! I didn't read the description for the histogram function enough, I thought it only would give a plot of the histogram for the image.
/Alex
10-27-2008 04:23 AM
Where can i find the "Image Color Histogram"?
I´m using Vision Assistant 8.5 but in the first Tab "Image" there is only the choice of "Histogram" and nothing with Color Histogram.
Or do i have to install also another product for more options in the Vision Assistant?
Thanks and best regards
10-27-2008 08:27 PM
The color histogram is in LabVIEW. I'm not sure what histogram functions are supported in Vision Assistant. If the color histogram is not available, you could do it in two steps. First extract the color plane (R,G, or B) that you want a histogram of, then use the grayscale histogram.
Bruce