forked from bartvdbraak/blender
27d42c63d9
=========================== Commiting camera tracking integration gsoc project into trunk. This commit includes: - Bundled version of libmv library (with some changes against official repo, re-sync with libmv repo a bit later) - New datatype ID called MovieClip which is optimized to work with movie clips (both of movie files and image sequences) and doing camera/motion tracking operations. - New editor called Clip Editor which is currently used for motion/tracking stuff only, but which can be easily extended to work with masks too. This editor supports: * Loading movie files/image sequences * Build proxies with different size for loaded movie clip, also supports building undistorted proxies to increase speed of playback in undistorted mode. * Manual lens distortion mode calibration using grid and grease pencil * Supervised 2D tracking using two different algorithms KLT and SAD. * Basic algorithm for feature detection * Camera motion solving. scene orientation - New constraints to "link" scene objects with solved motions from clip: * Follow Track (make object follow 2D motion of track with given name or parent object to reconstructed 3D position of track) * Camera Solver to make camera moving in the same way as reconstructed camera This commit NOT includes changes from tomato branch: - New nodes (they'll be commited as separated patch) - Automatic image offset guessing for image input node and image editor (need to do more tests and gather more feedback) - Code cleanup in libmv-capi. It's not so critical cleanup, just increasing readability and understanadability of code. Better to make this chaneg when Keir will finish his current patch. More details about this project can be found on this page: http://wiki.blender.org/index.php/User:Nazg-gul/GSoC-2011 Further development of small features would be done in trunk, bigger/experimental features would first be implemented in tomato branch.
40 lines
999 B
Plaintext
40 lines
999 B
Plaintext
May 31, 2007: version 2.0.0
|
|
|
|
* C-callable 64-bit version added
|
|
|
|
* ported to 64-bit MATLAB
|
|
|
|
* subdirectories added (Source/, Include/, Lib/, Demo/, Doc/, MATLAB/)
|
|
|
|
Dec 12, 2006: version 1.3.4
|
|
|
|
* minor MATLAB cleanup
|
|
|
|
Sept 11, 2006: version 1.3.1
|
|
|
|
* The ldl m-file renamed to ldlsparse, to avoid name conflict with the
|
|
new MATLAB ldl function (in MATLAB 7.3).
|
|
|
|
Apr 30, 2006: version 1.3
|
|
|
|
* requires AMD v2.0. ldlmain.c demo program modified, since AMD can now
|
|
handle jumbled matrices. Minor change to Makefile.
|
|
|
|
Aug 30, 2005:
|
|
|
|
* Makefile changed to use ../UFconfig/UFconfig.mk. License changed to
|
|
GNU LGPL.
|
|
|
|
July 4, 2005:
|
|
|
|
* user guide added. Since no changes to the code were made,
|
|
the version number (1.1) and code release date (Apr 22, 2005)
|
|
were left unchanged.
|
|
|
|
Apr. 22, 2005: LDL v1.1 released.
|
|
|
|
* No real changes were made. The code was revised so
|
|
that each routine fits on a single page in the documentation.
|
|
|
|
Dec 31, 2003: LDL v1.0 released.
|