nmoehrle / mvs-texturing

Algorithm to texture 3D reconstructions from multi-view stereo images
Other
974 stars 334 forks source link

Fix description of *.cam file distortion models #168

Closed drkoller closed 3 years ago

drkoller commented 3 years ago

I think that the description of radial distortion models for *.cam format files in the "Usage" message of texrecon is backwards. If d0 is the only non-zero parameter, then the VisualSFM model is used, otherwise the Bundler/Snavely distortion model is used. This PR corrects the description.

nmoehrle commented 3 years ago

Thank you :-)