Ask Your Question

xihe's profile - activity

2020-11-16 15:24:38 -0600 received badge  Nice Question (source)
2020-04-02 06:58:45 -0600 received badge  Popular Question (source)
2017-11-22 16:43:02 -0600 received badge  Supporter (source)
2017-11-12 13:23:33 -0600 received badge  Student (source)
2017-11-12 12:03:49 -0600 commented answer Matching colors between two pictures in OpenCV?

Thank you for a well written answer! I haven't had the time to go through the code thoroughly . But would the quality of

2017-11-12 11:59:39 -0600 commented answer Matching colors between two pictures in OpenCV?

Thank you for a well written answer! I haven't had the time to go through the code. But would the quality of the result

2017-11-12 11:27:30 -0600 marked best answer Matching colors between two pictures in OpenCV?

As the title is saying, I am wondering about if there are any good ways to match the colors between two pictures, more precisely I want to adjust the green intensity of one picture to match the other: Picture I want to match Picture I want to change green intensity of

For the pictures above I want to adjust the color intensities(here it seems like adjusting the green intensity will be sufficient) of the lower picture so that it approximately has the same color intensities of the upper picture. Are there any ways I can do this with OpenCV? If not are there other good libraries that I can use to do this?

This could easily be done with image editing software such as Photoshop, but since I have to do this for approximately 6k pictures, it is not convenient for me. Hence the thought of using OpenCV.

2017-11-12 11:27:30 -0600 received badge  Scholar (source)
2017-11-12 09:18:08 -0600 edited question Matching colors between two pictures in OpenCV?

Matching colors between two pictures in OpenCV? As the title is saying, I am wondering about if there are any good ways

2017-11-12 08:53:07 -0600 edited question Matching colors between two pictures in OpenCV?

Matching colors between two pictures in OpenCV? As the title is saying, I am wondering about if there are any good ways

2017-11-12 08:52:34 -0600 received badge  Editor (source)
2017-11-12 08:52:34 -0600 edited question Matching colors between two pictures in OpenCV?

Matching colors between two pictures in OpenCV? As the title is saying, I am wondering about if there are any good ways

2017-11-12 08:26:21 -0600 asked a question Matching colors between two pictures in OpenCV?

Matching colors between two pictures in OpenCV? As the title is saying, I am wondering about if there are any good ways