flanggut / smvs

Shading-aware Multi-view Stereo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to load pre-calibrated camera parameters

yuanxy92 opened this issue · comments

I have some data and it can not be calibrated well by sfm, because the images are captured with green curtain as backgound and few feature points can be found. Therefore, I want to use my camera parameters calibrated by chessboard.

Could you teach me how to modify the code or set the parameters ?

Hi, input and output are based on MVE scenes. The best way to solve your problem is to simply build your own scene. The file format is documented here. You simply create a views/ directory and subfolders view_XXXX.mve/ for each image containing the image file (usually called undistorted.png and a meta.ini file for the camera parameters. Note that this expects undistorted images so if you use a distortion model you should also undistort your images first.

Closing due to inactivity. Let me know if you need further help.