Select the color component which is extracted from the color image.
- [Rojo],[Verde],[Azul]
- The red, green or blue of the color image is extracted respectively.
- [Cian],[Magenta],[Amarillo]
- The average of the green and the blue, the blue and the red, or the red and the green is extracted respectively.
- [Tono]
- The color hue of each pixel is extracted. The hue of some color is below.
- 0 - Red
- 43 - Yellow
- 85 - Green
- 128 - Cyan
- 171 - Blue
- 213 - Magenta
- [Saturación]
- The color saturation of each pixel is extracted. 0 represents a shade of gray and 255 represents a pure spectral color. Values in-between represent intermediate degrees of color saturation.
- [Intensidad]
- The equivalent grayscale image is extracted. This image has all of the color removed by setting the saturation to 0.