Skip to content

Is it possible to map color response between 2 cameras if spectral sensitivities of both cameras are already known? #1061

Answered by KelSolaar
qiuboujun asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @qiuboujun,

Yes this is entirely possible and I do it from time to time. Colour ships with a training dataset from KODAK that contains samples that were picked to optimise metamerism. You can get those with the colour.characterisation.aces_it.read_training_data_rawtoaces_v1 or alternatively, they are in colour-datasets: colour_datasets.load('3372171').

With those samples, you can generate two sets (reference and test values) for your reference and test cameras and a chosen illuminant using the colour.msds_to_XYZ definition, then with those two sets, you can use the colour.matrix_colour_correction to produce a transform mapping the two.

Note that in your case, you cannot really use a pe…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by qiuboujun
Comment options

You must be logged in to vote
4 replies
@KelSolaar
Comment options

@qiuboujun
Comment options

@KelSolaar
Comment options

@qiuboujun
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants