After this I have yet to apply the white balancing. Before I did the above, when using dcraw_process, I was satisfied with the white balancing when using: rawProcess.imgdata.params.use_camera_wb = 1;
How may I get the exact same coefficients to apply them to my demosaiced RGB channels?
It's working, thank you.
After this I have yet to apply the white balancing. Before I did the above, when using dcraw_process, I was satisfied with the white balancing when using:
rawProcess.imgdata.params.use_camera_wb = 1;
How may I get the exact same coefficients to apply them to my demosaiced RGB channels?