16-Bit Images and cv::Mat for Stereo Algorithms [closed]
I have used the function cvFindStereoCorrespondenceGC for getting the disparity image. But I have used 8-bit grey image as input Image and using IplImage and CvMat as datatypes. I think so I can do the same for Block Matching and semi-global block matching algorithm.
WHETHER OPENCV HAS A C++ FUNCTION IS AVAILABLE FOR GRAPH CUT STEREO ALGORITHM??????
But, I need to process 16-Bit Images as Input for making the disparity map. Is it possible to use 16-bit images in any of the functions available in openCV to make disparity map?. If a function is not available by default, ANY IDEAS TO RE-WRITE THE AVAILABLE FUNCTIONS??