Matching Colors of Source Image to Target Image
Show older comments
Hi. I want to match colors of source image to target image.
Source and reference images are identical with same resolution, aside from the color. (Actually, target image is a graded version of source image)
Here is the source image:

Here is the target image:

So far what I did is:
- -Converted source and target images to LAB color space
Now, I'm not sure how to proceed from here.
- -Shall I go with histogram matching in LAB (not sure how to do it)
- -Calculate deltaE between each pixel, calculate mean etc (also not sure how to do it)
- -Use any other Color Space such as LCH
Please help me regarding this...
2 Comments
Walter Roberson
on 26 Apr 2018
What do you mean by matching colors in this case? Are you looking for a linear transform in rgb, or in LAB? Looking for a curve of hue correction? A look up table of original and target colours?
Is it assumed that any given source color is always matched to the same target color?
cona mx
on 27 Apr 2018
Accepted Answer
More Answers (0)
Categories
Find more on Color in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!