From 101a147496d108105b7d25dbd1acabd517078dd6 Mon Sep 17 00:00:00 2001 From: sajarindider Date: Thu, 21 Nov 2019 14:10:50 -0500 Subject: [PATCH] fixed Scheimpflug typo --- modules/calib3d/include/opencv2/calib3d.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/calib3d/include/opencv2/calib3d.hpp b/modules/calib3d/include/opencv2/calib3d.hpp index 1dc45fc1b2..e59b3b4a95 100644 --- a/modules/calib3d/include/opencv2/calib3d.hpp +++ b/modules/calib3d/include/opencv2/calib3d.hpp @@ -124,7 +124,7 @@ The next figures show two common types of radial distortion: barrel distortion ( ![](pics/distortion_examples2.png) In some cases the image sensor may be tilted in order to focus an oblique plane in front of the -camera (Scheimpfug condition). This can be useful for particle image velocimetry (PIV) or +camera (Scheimpflug principle). This can be useful for particle image velocimetry (PIV) or triangulation with a laser fan. The tilt causes a perspective distortion of \f$x''\f$ and \f$y''\f$. This distortion can be modelled in the following way, see e.g. @cite Louhichi07.