3d-modelling

3d reconstruction from 2 images without info about the camera

给你一囗甜甜゛ 提交于 2019-11-28 15:44:28
I'm new in this field and I'm trying to model a simple scene in 3d out of 2d images and I dont have any info about cameras. I know that there are 3 options : I have two images and I know the model of my camera (intrisics) that I loaded from a XML for instance loadXMLFromFile() => stereoRectify() => reprojectImageTo3D() I don't have them but I can calibrate my camera => stereoCalibrate() => stereoRectify() => reprojectImageTo3D() I can't calibrate the camera (it is my case, because I don't have the camera that has taken the 2 images, then I need to find pair keypoints on both images with SURF,

3d reconstruction from 2 images without info about the camera

送分小仙女□ 提交于 2019-11-27 09:19:32
问题 I'm new in this field and I'm trying to model a simple scene in 3d out of 2d images and I dont have any info about cameras. I know that there are 3 options: I have two images and I know the model of my camera (intrisics) that I loaded from a XML for instance loadXMLFromFile() => stereoRectify() => reprojectImageTo3D() I don't have them but I can calibrate my camera => stereoCalibrate() => stereoRectify() => reprojectImageTo3D() I can't calibrate the camera (it is my case, because I don't have