How to transform to result of RGB color images for multi-exposure experimentation.
Hollow, Li Hui.
Currently I'm studying about the multi-exposure image fusion. So, I want to experiment with your code... But, your result of experiment is only gray image ones. Please help me, where i change your code for fused RGB color images that are multi-exposured imaged.
Hollow,bro. I have the same problem.I want to know if you have resolved this problem and how resolved this problem.
Hi, thanks for your attention. There many operations to do this. The most common operation in image fusion task is convert RGB to YCbCr. Than, the Y channel and infrared image are fused by the fusion method to obtained fused Y. Finally, fused Y, Cb and Cr are utilized to convert the fused RGB image.