- 21 May, 2014 2 commits
-
-
Pierre-Emmanuel Viel authored
Add the ensureSimpleDistance() method to ensure the user the returned distance is not ^2 (the default for L2 for instance)
-
Pierre-Emmanuel Viel authored
-
- 20 May, 2014 1 commit
-
-
Pierre-Emmanuel Viel authored
Allows to choose orthogonal sub-vectors for LSH without using a static table among LshTable instances
-
- 12 May, 2014 1 commit
-
-
1Hyena authored
version of print_params for backwards compatibility.
-
- 01 May, 2014 1 commit
-
-
1Hyena 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 2 commits
-
-
Pierre-Emmanuel Viel authored
-
Pierre-Emmanuel Viel authored
Avoid obtaining several identical dimensions between two LSH sub-vectors by choosing orthogonal sub-vectors.
-
- 20 Dec, 2013 1 commit
-
-
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
-
- 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.
-
- 21 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 08 Aug, 2013 1 commit
-
-
Roman Donchenko authored
Looks like we don't actually use them; when creating precompiled headers with Visual C++, a dummy .cpp is created at build time.
-
- 04 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 10 Jul, 2013 1 commit
-
-
Roman Donchenko authored
-
- 13 May, 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;
-
- 31 Jan, 2013 2 commits
-
-
Ilya Lysenkov authored
-
Ilya Lysenkov authored
-
- 14 Jan, 2013 1 commit
-
-
Alexander Smorkalov authored
Invalid links and refences fixed. SpaeseMat class documentation updated.
-
- 22 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 17 Oct, 2012 1 commit
-
-
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
-
- 28 Sep, 2012 1 commit
-
-
Marius Muja authored
-
- 27 Sep, 2012 1 commit
-
-
Marius Muja authored
-
- 28 Aug, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 07 Aug, 2012 2 commits
-
-
Alexander Mordvintesv authored
-
Alexander Mordvintesv authored
This reverts commit 54d68da8.
-
- 24 Jul, 2012 1 commit
-
-
Maria Dimashova authored
-
- 12 Jul, 2012 1 commit
-
-
Vincent Rabaud authored
-