Go to file
Sergey Sharybin ed2ddc9f70 Support multiple distortion models, including a new division model
This commit makes it so CameraIntrinsics is no longer hardcoded
to use the traditional polynomial radial distortion model. Currently
the distortion code has generic logic which is shared between
different distortion models, but had no other models until now.

This moves everything specific to the polynomial radial distortion
to a subclass PolynomialDistortionCameraIntrinsics(), and adds a
new division distortion model suitable for cameras such as the
GoPro which have much stronger distortion due to their fisheye lens.

This also cleans up the internal API of CameraIntrinsics to make
it easier to understand and reduces old C-style code.

New distortion model is available in the Lens panel of MCE.

- Polynomial is the old well-known model
- Division is the new one which s intended to deal better with huge
  distortion.

Coefficients of this model works independent from each other
and for division model one probably want to have positive values
to have a barrel distortion.
2014-04-17 17:28:41 +06:00
build_files OSX/python: update to py 3.4 2014-04-15 14:12:22 +02:00
doc Style cleanup: C & pep8 2014-04-15 13:11:48 +10:00
extern Support multiple distortion models, including a new division model 2014-04-17 17:28:41 +06:00
intern Cycles CUDA: don't use cuLaunchGridAsync at all for display devices. 2014-04-17 12:18:49 +02:00
release Support multiple distortion models, including a new division model 2014-04-17 17:28:41 +06:00
scons@59512aadd1 Revert changes to submodules 2014-03-10 15:17:22 +06:00
source Support multiple distortion models, including a new division model 2014-04-17 17:28:41 +06:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore .gitignore: Adding CMakeLists.txt.user for QtCreator users. 2014-01-26 17:52:14 -08:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt OSX/python: update to py 3.4 2014-04-15 14:12:22 +02:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Found another place where nproc can be used 2014-03-02 10:29:40 +01:00
SConstruct Scons/cycles: fix header distribution for geom 2014-04-04 13:07:32 +02:00