blender/extern/libmv
Sergey Sharybin 0ff06a9ba5 Libmv: optimization of PearsonProductMomentCorrelation
Pass the arrays by reference rather than by value,
should give some percent of speedup.

Also don't pass the dimensions to the function but
get them from the images themselves.

Hopefully this will give some %% of tracker speedup.
2014-04-21 14:26:37 +06:00
..
libmv Libmv: optimization of PearsonProductMomentCorrelation 2014-04-21 14:26:37 +06:00
third_party Followup to Ceres changes -- need to update bundling script 2014-03-25 15:08:22 +06:00
bundle.sh Re-bundle Libmv to be sure it's all fine 2014-04-17 23:31:57 +06:00
ChangeLog Libmv: optimization of PearsonProductMomentCorrelation 2014-04-21 14:26:37 +06:00
CMakeLists.txt Support multiple distortion models, including a new division model 2014-04-17 17:28:41 +06:00
files.txt Support multiple distortion models, including a new division model 2014-04-17 17:28:41 +06:00
libmv-capi_intern.h Libmv: move platform-specific defines into own file 2013-10-09 20:02:02 +00:00
libmv-capi_stub.cc Fix compilation issue. 2014-04-17 15:53:34 +03:00
libmv-capi.cc Support multiple distortion models, including a new division model 2014-04-17 17:28:41 +06:00
libmv-capi.h Support multiple distortion models, including a new division model 2014-04-17 17:28:41 +06:00
libmv-util.cc Support multiple distortion models, including a new division model 2014-04-17 17:28:41 +06:00
libmv-util.h Support multiple distortion models, including a new division model 2014-04-17 17:28:41 +06:00
mkfiles.sh Initial Ceres integration into Blender 2012-06-10 15:27:41 +00:00
SConscript Fix for 771a9dd: libmv build files are automatically generated 2014-04-17 22:38:31 +06:00