LukasBommes / PV-Hawk

Tool for the extraction and mapping of photovoltaics modules from IR drone videos of utility-scale PV plants (my PhD project)
MIT License
60 stars 15 forks source link

Test necessity for camera calibration #23

Open LukasBommes opened 2 years ago

LukasBommes commented 2 years ago

Currently, the docs recommend calibrating the camera. We should test the possibility of simply computing the focal length based on the lens datasheet, setting the image center to zero and assuming zero distortion. Since OpenSfM optimizes calibration parameters during the reconstruction it could be possible that accurate parameters are obtained without prior manual calibration. Concern is a decrease of the robustness of the OpenSfM reconstruction when starting from sub-optimal camera parameters.