Ask Your Question

l0rika's profile - activity

2012-08-29 10:38:41 -0600 commented answer Stereo vision basics

Thank you very much. This all procedure is more clear now.

"Then you rectify ALL images using mapping returned by cvInitUndistortRectifyMap."

And with cvRemap I can rectify all of my images?

Thanks again...

2012-08-27 16:18:42 -0600 asked a question Stereo vision basics

Hello! I'm new here and in opencv too (and in english language :D).

I want to calibrate my stereo camera. I have read the "Learning OpenCV" book by OReilly, and everything is explicated very well. But at the rectification part I stucked. I don't understand exactly, I have to do the rectification with all of the images, or just with the images with the chessboard, what I'm using to calibrate the camera. And the same problem with the cvInitUndistortRectifyMap function. So I have to use everytime, or just when I calibrate the cameras.

The biggest problem that, my depth map is very poor. I think is because of bad rectification.