Blender Git Loki
Git Commits -> Revision 0ff06a9
Revision 0ff06a9 by Sergey Sharybin (master) April 21, 2014, 08:26 (GMT) |
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. |
Commit Details:
Full Hash: 0ff06a9ba501e7d4130e669af3457e7017710471
Parent Commit: a5e30fc
Lines Changed: +42, -32