Table of Contents ▸ List of Commands ▸ Colors ▸ match_rgb | ◀ match_pca | mix_rgb ▶ |
match_rgb
Arguments:
- [reference],_gamma>=0,_regularization>=0,_luminosity_constraints>=0,_rgb_resolution>=0,_is_constraints={ 0:No | 1:Yes }
Description:
Transfer colors from specified reference image (given as argument) to selected image.gamma determines the importance of color occurrences in the matching process (0:None to 1:Huge).
regularization determines the number of guided filter iterations to remove quantization effects.
luminosity_constraints tells if luminosity constraints must be applied on non-confident matched colors.
is_constraints tells if additional hard color constraints must be set (opens an interactive window).
Default values:
gamma=0.3,regularization=8, luminosity_constraints=0.1, rgb_resolution=64 and is_constraints=0.
Example of use:
sample pencils,wall +match_rgb[0] [1],0,0.01