0

I have two RGB images. size of first image is 256x256x3 and size of second image is 1024x1024x3. Both images are the same, but different resolutions and Slightly different colors. I want the second picture to have the first picture colors while the resolution does not change. How can I do this in opencv?

first image (lower resolution): https://photos.app.goo.gl/psgXoCdbFeh1Jv5PA/
second image (higher resolution): https://photos.app.goo.gl/yCgd4iRPvSwXEjLg7/

Mohit Motwani
  • 4,662
  • 3
  • 17
  • 45
  • Are you using python? Please add the images in you question. – Mohit Motwani Dec 04 '18 at 14:40
  • yes python. below are links of photo. – ibutskhrikidze Dec 04 '18 at 14:44
  • 1
    what you are looking for is something like this [question](https://stackoverflow.com/questions/32655686/histogram-matching-of-two-images-in-python-2-x) or in matlab [here](https://de.mathworks.com/help/images/ref/imhistmatch.html) (this one has more examples of how it works) – api55 Dec 04 '18 at 15:05

0 Answers0