Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

color plane extraction

Hi,

I am using Ni Vision Assistant  and I have a question
In the function color plane extraction the Vision assistant removes one plane of color, but how it his possible that the resulting image has 8 bits? what ever hapen to the other planes of color?

thank you for your time

T.
0 Kudos
Message 1 of 2
(4,399 Views)

A color image consists of three color planes (RGB).  Each color plane is an 8 bit image.  You can also generate other color planes (HSL) based on the original colors.

Extract color plane pulls out the information for a single color plane and discards all the other information about the original image.  This is how you convert an image from color to grayscale.  It is assumed that all the critical information is present in the extracted color plane.

Bruce

Bruce Ammons
Ammons Engineering
0 Kudos
Message 2 of 2
(4,391 Views)