How to change bgr values?

asked 2020-04-25 06:03:11 -0600

coolieinblue gravatar image

updated 2020-04-25 07:01:25 -0600

I am hoping to change the light intensities of each pixel over an image.

The alternation doesn't follow any particular patterns and formula.

for example x 2 , x (3/2)

There are some target values which are already set or decided on.

For blues ;

0 -> 0 1 -> 2 2 -> 3 3 -> 5 ... ... ...

255 -> 510

How am I supposed to do this?

Please help!

edit retag flag offensive close merge delete

Comments

How am I supposed to do this?

to do what, exactly ? please be more concise.

and btw, it's bgr order in opencv, not rgb

berak gravatar imageberak ( 2020-04-25 06:17:57 -0600 )edit
1

sorry. and I appreciate your help

coolieinblue gravatar imagecoolieinblue ( 2020-04-25 07:00:47 -0600 )edit