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-04-15Make it so FATAL messages from libmv are print to the consoleSergey Sharybin
2013-04-15Fix for bundle adjusting with motion restrictedSergey Sharybin
2013-04-08Bundle adjustment improvementsSergey Sharybin
2013-04-08Update ceres to current upstream versionSergey Sharybin
2013-04-06Revert change made to bilinear sampler in libmvSergey Sharybin
2013-04-05Update libmv to current upstream versionSergey Sharybin
2013-04-05Bundle current master of ceres-solverSergey Sharybin
2013-03-21Update ceres to current git version.Sergey 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-05Update Ceres to 1.5RC3Sergey Sharybin
2013-03-01Updates to libmv's bundle.sh to make sure libmv upstreamSergey 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-28Header cleanup in libmv c-apiSergey Sharybin
2013-02-28This lines are also not so much useful for now.Sergey 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-26Bye-bye, SSBA!Sergey Sharybin
2013-02-26Switch motion tracker bundle adjustment to Ceres.Keir Mierle
2013-02-25code cleanup: remove unused and unsupported functions from libmv-capiSergey Sharybin
2013-02-25Camera tracking: libmv distortion API now also uses camera intrinsicsSergey Sharybin
2013-02-25Synchronize libmv with own branchSergey Sharybin
2013-02-25code cleanup: camera trackingSergey Sharybin
2013-02-25Upgrade Ceres library to current master which is current 1.5RCSergey Sharybin
2013-02-22Remove extern_ssba workaroundSergey Sharybin
2013-02-20Made ldl code a part of extern_ssba library, otherwise gcc fails toSergey Sharybin
2013-02-20Correction to previous release -- scons on linux was brokenSergey Sharybin
2013-02-20Fix #34299: Motion Tracking 20x slower under WindowsSergey Sharybin
2013-02-18Correction to previous commit, needed to tweak some includeSergey Sharybin
2013-02-18Correction to cmake rules for libmv/ceresSergey Sharybin
2012-12-20Camera tracking: synchronize changes with own branchSergey Sharybin
2012-12-10code cleanup: remove unused and unsupported functions from libmv-capiSergey Sharybin
2012-12-10Camera tracking: libmv distortion API now also uses camera intrinsics structureSergey Sharybin
2012-12-10code cleanup: camera trackingSergey Sharybin
2012-12-10Merging r51923 through r52851 from trunk into soc-2011-tomatoSergey Sharybin
2012-12-09Fix for camera solver not working properly when built with sconsSergey Sharybin
2012-12-07Camera tracking: fixed type in camera intrinsics update functionSergey Sharybin
2012-12-04cmake was missing some header files.Campbell Barton
2012-11-20Motion tracking: dump mask image when dump images is enabledSergey Sharybin
2012-11-05Merging r50625 through r51896 from trunk into soc-2011-tomatoSergey Sharybin
2012-11-05Camera Tracking: allow fallback to reprojection resection by user demandSergey Sharybin
2012-10-17code cleanup:Campbell Barton
2012-10-14code cleanup: remove redundant castsCampbell Barton
2012-09-20Make Euclidean resection "always" succeed.Keir Mierle