I have 2 image one is left the other is right image. I want to implement disparity mapping. There are some questions in my mind.
Firstlty dispartiy image is 1 channel gray image but the left and right images are 3 channels bgr images. If we convert these 3 channels image to gray image, do i loss information? If yes, how can i get disparity image from 3 channels img to 1 channel disparity image. I mean how can demote to 3 channels image to 1 channels image to get disparity image?
Thanks for answers..