Maximum RGB Channel
The Max RGB Channel module will replace every pixel with its strongest RGB channel component. For example, if a pixel's color value is 255,45,22 then this component will replace that pixel with 255,0,0 since red is the largest of the triplet RGB values.This module is a good way to investigate the color basis of an image and to provide a form of color segmentation.
Interface
Instructions
1. Select the appropriate tolerance level. The tolerance level is used to determine when
two colors are close enough to be considered the same. For example, if the color pixel
is 255, 249, 22 and the color tolerance level is 10 then the new pixel will become
255, 255, 0 since the green channel with within 10 values of the red channel.
Example
Source | Max RGB Channel |
![]() | ![]() |
See Also
Normalize Color
RGB Channel
RGB Filter
New Post |
Max_RGB_Channel Related Forum Posts | Last post | Posts | Views |
None |