Extension of the camera distortion model for tilted image sensors (Scheimpflug condit...
authorThomas Dunker <Thomas.Dunker@iff.fraunhofer.de>
Wed, 14 Oct 2015 10:07:28 +0000 (12:07 +0200)
committerThomas Dunker <Thomas.Dunker@iff.fraunhofer.de>
Mon, 14 Dec 2015 14:20:34 +0000 (15:20 +0100)
commit6882c10b459c1698d0bf2c8fa1aac76e3cf2ddd3
treeea1255aab2755e3b6c3fb66859f0d4e4b6d7140a
parent5cdf0e3e892f55c79c2113b5a65d2e19bf832e06
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
doc/opencv.bib
modules/calib3d/include/opencv2/calib3d.hpp
modules/calib3d/include/opencv2/calib3d/calib3d_c.h
modules/calib3d/src/calibration.cpp
modules/calib3d/test/test_cameracalibration_tilt.cpp [new file with mode: 0644]
modules/core/include/opencv2/core/matx.hpp
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/include/opencv2/imgproc/detail/distortion_model.hpp [new file with mode: 0644]
modules/imgproc/src/undistort.cpp