Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-02libmv: fix matrix address being printed instead of actual valuesSergey Sharybin
2013-10-01Optimization for recent changes in keyframe selectionSergey Sharybin
2013-10-01Fix issues according to codereview pageSergey Sharybin
2013-09-30Fix for plane track jitteringSergey Sharybin
2013-09-14Code cleanup: spelling correctionJoseph Mansfield
2013-09-09Code cleanup: Minor function capitalization fixJoseph Mansfield
2013-08-16Add Procrustes PNP ("PPnP") resection algorithm to libmvSergey Sharybin
2013-08-14Fix for uninitialized covariance matrixSergey Sharybin
2013-06-01Update libmv from own branchSergey Sharybin
2013-05-30Remove files unused by blender's trackerSergey Sharybin
2013-05-30Motion tracking: automatic keyframe selectionSergey Sharybin
2013-05-16quiet warnings from r56825Campbell Barton
2013-05-15Libmv internal compiler error workaround for VC2012.Jürgen Herrmann
2013-05-13Cleanup and small improvements to libmvSergey Sharybin
2013-05-12Update bundled version of libmvSergey Sharybin
2013-05-10Left extra logging print by accident.Sergey Sharybin
2013-05-10Remove check for zero focal length in BA cost functorSergey Sharybin
2013-05-09Add check for points behind camera in euclidan BA cost functorSergey Sharybin
2013-05-09Reconstructed scene scale ambiguity improvementSergey Sharybin
2013-04-26Revert 56319, misunderstood APISergey Sharybin
2013-04-26Fix for BA possible move bundles behind the cameraSergey Sharybin
2013-04-15Fix for bundle adjusting with motion restrictedSergey Sharybin
2013-04-08Bundle adjustment improvementsSergey Sharybin
2013-04-06Revert change made to bilinear sampler in libmvSergey Sharybin
2013-04-05Update libmv to current upstream versionSergey Sharybin
2013-03-15Multi-threaded frame calculation for movie clip proxiesSergey Sharybin
2013-03-05Switch from DENSE_NORMAL_CHOLESKY to DENSE_QRSergey Sharybin
2013-03-01Hrm, gcc became broken after recent commit.Sergey Sharybin
2013-03-01Pass data to modal reprojection cost functor by referenceSergey Sharybin
2013-02-28Remove unused rigid registration codeSergey Sharybin
2013-02-28Modal (aka tripod) solver reworkSergey Sharybin
2013-02-28Increase verbosity level for reprojected markers infoSergey Sharybin
2013-02-28Move radial distortion code to own templated functionSergey Sharybin
2013-02-26Use threaded cost function and jacobian computationSergey Sharybin
2013-02-26Camera tracking: support refining radial K1, K2 onlySergey Sharybin
2013-02-26Camera tracking: switch euclidean intersection code to use CeresSergey Sharybin
2013-02-26Switch motion tracker bundle adjustment to Ceres.Keir Mierle
2013-02-25Synchronize libmv with own branchSergey Sharybin
2012-12-20Camera tracking: synchronize changes with own branchSergey Sharybin
2012-12-09Fix for camera solver not working properly when built with sconsSergey Sharybin
2012-11-05Camera Tracking: allow fallback to reprojection resection by user demandSergey Sharybin
2012-09-20Make Euclidean resection "always" succeed.Keir Mierle
2012-09-20Fix variable naming in the planar tracker.Keir Mierle
2012-09-20Add smarter tolerance checking in the planar tracker.Keir Mierle
2012-09-20Detect too-small planar tracking patches.Keir Mierle
2012-09-20Cleanup for when trackers fall out of the search window.Keir Mierle
2012-09-19Fix crash when tracking in planar motion model (and maybe some other)Sergey Sharybin
2012-09-18Libmv: resolved some compilation warnings (missed prototypes)Sergey Sharybin
2012-09-16Ceres: upgrade to version 1.3.0Sergey Sharybin
2012-08-01Code cleanup: silence some -Wnarrowing warnings from C++11Sergey Sharybin