blender/intern/libmv/intern
Sergey Sharybin 0269f0c574 Tracking: Simplify configuration of intrinsics to refine
Previously, only predefined and limited set of intrinsics combinations
could have been refined. This was caused by a bundle adjustment library
used in the early days of the solver.

Now it is possible to fully customize which intrinsics are to be refined
during camera solving. Internally solver supports per-parameter settings
but in the interface they are grouped as following:

* Focal length
* Optical center
* Radial distortion coefficients (which includes k1, k2, k3, k4)
* Tangential distortion coefficients (which includes p1, p2)

Differential Revision: https://developer.blender.org/D9294
2020-10-28 10:21:07 +01:00
..
autotrack.cc
autotrack.h
camera_intrinsics.cc Tracking: Implement Brown-Conrady distortion model 2020-09-30 15:54:24 +02:00
camera_intrinsics.h Tracking: Implement Brown-Conrady distortion model 2020-09-30 15:54:24 +02:00
detector.cc
detector.h
frame_accessor.cc
frame_accessor.h
homography.cc
homography.h
image.cc
image.h
logging.cc Fix non-working verbosity when set prior to --debug 2019-06-28 15:45:29 +02:00
logging.h
reconstruction.cc Tracking: Simplify configuration of intrinsics to refine 2020-10-28 10:21:07 +01:00
reconstruction.h Tracking: Simplify configuration of intrinsics to refine 2020-10-28 10:21:07 +01:00
region.h
stub.cc
track_region.cc Spelling fixes in comments and descriptions, patch by luzpaz 2019-07-31 14:27:35 +02:00
track_region.h
tracks.cc
tracks.h
tracksN.cc
tracksN.h
utildefines.h