alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.89k stars 806 forks source link

[core] Separate Camera and Distortion Types in Model Naming #1680

Closed servantftechnicolor closed 3 months ago

servantftechnicolor commented 3 months ago

Before, the camera model name described the camera model AND the distortion type.

Because we now have also a undistortion type (optional), this behavior was not easy to maintain.

now, there is only 2 models of cameras, pinhole and equidistant and a list of distortion models which may be used on both and a list of undistortion models which may be only be used on pinhole for the moment