- 02 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 26 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 01 Dec, 2014 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 28 Nov, 2014 2 commits
-
-
Takahiro Poly Horikawa authored
-
Takahiro Poly Horikawa authored
- Use cv::AutoBuffer rather than new allocation - Fix "assignment operator could not be generated" warning
-
- 27 Nov, 2014 1 commit
-
-
Takahiro Poly Horikawa authored
-
- 22 Oct, 2014 1 commit
-
-
Maksim Shabunin authored
- updated existing Doxyfile.in - added corresponding cmake instructions - added some specific files (layout, icon) - clean existing doxygen warnings
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 08 Aug, 2014 4 commits
-
-
Maksim Shabunin authored
Revert "Avoid obtaining several identical dimensions between two LSH sub-vectors by choosing orthogonal sub-vectors." This reverts commit e85bacff.
-
Maksim Shabunin authored
This reverts commit 8e93c19d.
-
Maksim Shabunin authored
Revert "Allows to choose orthogonal sub-vectors for LSH without using a static table among LshTable instances" This reverts commit e63d7de8.
-
Maksim Shabunin authored
This reverts commit 2f8b5731.
-
- 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
-
- 25 Apr, 2014 1 commit
-
-
Adil Ibragimov authored
-
- 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 3 commits
-
-
Pierre-Emmanuel Viel authored
-
Pierre-Emmanuel Viel authored
Avoid obtaining several identical dimensions between two LSH sub-vectors by choosing orthogonal sub-vectors.
-
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
-