Is there a function that receives an image/frame Mat M
, a range R
of RGB/A colors, and an RGB/A color C
, and replaces occurrences (pixel values) of R
with C
?
1 | initial version |
Is there a function that receives an image/frame Mat M
, a range R
of RGB/A colors, and an RGB/A color C
, and replaces occurrences (pixel values) of R
with C
?