cvReprojectImageTo3D -3d modelling from 2d images issue-
i need your help about this issue badly. i am trying to model a simple scene in 3d out of 2d images. i am using 2 images (left and right-the famous tsukuba scene) http://www.cc.gatech.edu/classes/AY2003/cs7495_fall/ProblemSets/Data/tsukuba-right.bmp i get a disparity map. like this one. http://www.robots.ox.ac.uk/~ojw/2op/tsukuba_score.png after here i have some questions. i think the steps should be: cvStereoRectify ( to get Q) cvReprojectImageTo3D (disparity map, 3dimage , Q ) but i dont know what to pass as inputs in stereoRectify i only have 2 images,i dont have any info about cameras.