wrapper around change_pixel_color_HVS()
for the intention of clarity.
Source: R/get_indicator_image.R
get_indicator_image.Rd
wrapper around change_pixel_color_HVS()
for the intention of clarity.
Arguments
- pixel.array
image array as loaded via duflor::load_image()
- pixel.idx
list declaring pixels to which target.color.hsv is applied
- target.color
color in rgb-format
0-255
, or a member ofcolors()
- mask_extreme
by default, only the
hue
- andsaturation
-components are applied to the pixels. Set this argument toTRUE
to also applyvalue
. This will increase the contrast of the image drastically, but might result in less favorable images.)