Opencv - Depth map from uncalibrated stereo system
问题 I'm trying to get a depth map from an uncalibrated method. I can obtain the fundamental matrix via different correspondent points from SIFT method and cv2.findFundamentalMat . Then with cv2.stereoRectifyUncalibrated I can get the rectification matrix. Finally I can use cv2.warpPerspective to rectify and compute the disparity but this latter doesn't conduct to a good depth map. The values are very high so I'm wondering if I have to use warpPerspective or I have to calculate rotation matrix