- 14 Mar, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 17 Feb, 2014 1 commit
-
-
gleb.sternharz authored
-
- 17 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 03 Jan, 2014 1 commit
-
-
Pierre-Emmanuel Viel authored
Fix: freeing previous elements has to be done before loading new parameters to avoid trying to delete unexisting objects if arrays size was modified
-
- 26 Dec, 2013 1 commit
-
-
Pierre-Emmanuel Viel authored
Add a new method for initializing KMeans centers that leads to better clusters and thus better retrieval when final centers have to be existing keypoints instead of clusters barycenters.
-
- 20 Dec, 2013 2 commits
-
-
berak authored
-
Pierre-Emmanuel Viel authored
When a cluster is empty for KMeans, it's better to give it the point from another cluster j that is the furthest one from center j.
-
- 18 Dec, 2013 5 commits
-
-
Pierre-Emmanuel Viel authored
-
Pierre-Emmanuel Viel authored
Move templates in dist.h in order to share them between KMeansIndex and HierarchicalClusteringIndex classes.
-
Pierre-Emmanuel Viel authored
As some processed distances are already ^2, use template to select whether or not we have to ^2 in KMeanspp
-
Pierre-Emmanuel Viel authored
-
Pierre-Emmanuel Viel authored
Pick centers in KMeans++ with a probability proportional to their distance^2, instead of simple distance, to previous centers
-
- 02 Oct, 2013 3 commits
-
-
Roman Donchenko authored
Original author: me.
-
Roman Donchenko authored
Original author: Alex Wilson.
-
Roman Donchenko authored
This reverts commit a9975b14, to prepare for cherry-picking upstream's solution.
-
- 12 Sep, 2013 1 commit
-
-
Roman Donchenko authored
We don't use -Wcast-align ourselves, but the headers trigger warnings for those users who do, which is not nice.
-
- 04 Sep, 2013 1 commit
-
-
Roman Donchenko authored
This is fixed upstream in mariusmuja/flann@b615f26, but that fix would break binary compatibility, so I had to make a different one. Since the bug isn't quite obvious, here's an explanation. In the const version of any::cast, if policy is a small_any_policy, its get_value returns its input argument. So r becomes a pointer to obj, and the return value is a reference to a local variable, which is invalidated when the function exits.
-
- 27 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 04 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 13 May, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 08 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 27 Mar, 2013 1 commit
-
-
Alexander Smorkalov authored
Fixed flann build with NEON; Fixed Haming distance with NEON; Honest cvRound for WinRT added; cvRound test added; Video IO with direct show disabled;
-
- 26 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 22 Mar, 2013 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
All tests passed!
-
- 13 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 31 Jan, 2013 1 commit
-
-
Ilya Lysenkov authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 16 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 15 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 11 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
fixed possibly inccorrect interval measurements in flann's timer (bug #1165). Note: this may break binary compatibility, but since the class is not wrapped in Java and not exposed in Windows API, for example (it's considered internal-use class for flann), the effect should be minimal
-
- 09 Oct, 2012 2 commits
-
-
Andrey Kamaev authored
this fixes 64-bit MSVC warning
-
Vadim Pisarevsky authored
-
- 27 Sep, 2012 1 commit
-
-
Marius Muja authored
-