190 Commits (37b1bc9d5872a44d1899f389d9032e9b3e33767a)

Author SHA1 Message Date
Matthias Grundmann e0fe3cce71 Update autotuned_index.h 8 years ago
Hamdi Sahloul db52841544 Accept default argument of FLANN index parameters 8 years ago
Alexander Alekhin 147f3ebf0a flann: use OpenCV theRNG() 8 years ago
mshabunin c6c519166e Added CV_DEPRECATED macro 8 years ago
Maksim Shabunin 21167b1bf1 Fixed several GCC 5.x warnings 8 years ago
sourin a34fbf7bb1 Fixed identifiers warns 8 years ago
daB0bby 7840b07d2f bypass macro 8 years ago
Maksim Shabunin dc704d77ac Fixed several GCC 5.x warnings 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
Vitaliy Lyudvichenko ab8de8f506 Adding of user-defined type conversions for python bindings inside module directories 8 years ago
Ilya Lavrenov bcc9010630 fixed memory leak in flann tests 8 years ago
Maksim Shabunin b99d010977 Fixed memory leak in flann KMeansIndex 9 years ago
Krishnaraj Bhat 9b8013d193 gcc6: fix misleading indentation warning 9 years ago
Alexander Smorkalov 8a37fc8223 Added missing copyright headers. 9 years ago
Alexander Smorkalov 408107ce6d Added missing copyright headers. 9 years ago
Ilya Lavrenov a81f0a5123 fixed uninitialized memory writing/reading in flann 9 years ago
Ilya Lavrenov c36582d2df fixed memory leak in flann index 9 years ago
Ilya Lavrenov 3143f2fb50 fixed uninitialized memory writing/reading in flann 9 years ago
Roman Donchenko a3b515c524 flann: fix AutotunedIndex crashing if a KDTree index is selected 9 years ago
Ilya Lavrenov 3934d61de7 fixed uninitialized memory writing/reading in flann 9 years ago
Ilya Lavrenov 32d7c1950a fixed memory leak in flann index 9 years ago
Roman Donchenko c2f59a0f73 flann: fix AutotunedIndex crashing if a KDTree index is selected 9 years ago
Thomas Gabrowski 63dbeeaac5 Fix iOS warnings about implicit conversion precision by changing double literals to float ones 10 years ago
ippei ito 7d665a4754 Fix warn conversion from 'size_t' to 'int'. add comment for doxygen 10 years ago
ippei ito f7d52c774e Fix compile error on linux change cv::InputArray& to cv::InputArray 10 years ago
ippei ito 8efdfd9dfc Fix unused-parameter Warning 10 years ago
ippei ito cd42e38013 FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train() 10 years ago
Maksim Shabunin 37c74e38f4 Python support 10 years ago
Thomas Gabrowski ff4c42d182 Fix iOS warnings about implicit conversion precision by changing double literals to float ones 10 years ago
Alexander Karsakov c481e06e87 Fixed getPolicy() method to make it thread-safe. 10 years ago
Maksim Shabunin d01bedbc61 Removed Sphinx documentation files 10 years ago
Andrey Kamaev c105b72945 Assorted fixes: 10 years ago
Maksim Shabunin 91e21847e2 Some changes to make migration to 3.0 easier 10 years ago
Maksim Shabunin 1523fdcc1c Doxygen documentation: more fixes and cleanups 10 years ago
Maksim Shabunin 472c210687 Doxygen documentation: flann, photo and stitching modules 10 years ago
Takahiro Poly Horikawa 553bb7956e Fix "assignment operator could not be generated" warnings 10 years ago
Takahiro Poly Horikawa 180e54d09d - Use cv::Mutex to safely update converged flag 10 years ago
Takahiro Poly Horikawa 123ca7e1c5 Parallize building kmeans index in flann 10 years ago
Maksim Shabunin 9b55c09999 Basic doxygen documentation support 10 years ago
Maksim Shabunin ba5f343c38 Basic doxygen documentation support 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 10 years ago
Maksim Shabunin f908c2b0e3 Revert "Avoid obtaining several identical dimensions between two LSH sub-vectors by choosing orthogonal sub-vectors." 10 years ago
Maksim Shabunin 032c363ea0 Revert "Fix a heap issue with static on Windows" 10 years ago
Maksim Shabunin 0be18aca81 Revert "Allows to choose orthogonal sub-vectors for LSH without using a static table among LshTable instances" 10 years ago
Maksim Shabunin 4c54b287e4 Revert "Fix local variable shadowing" 10 years ago
Pierre-Emmanuel Viel ec99f96c62 Add the ensureSimpleDistance() method to ensure the user the returned distance is not ^2 (the default for L2 for instance) 11 years ago
Pierre-Emmanuel Viel 2f8b5731da Fix local variable shadowing 11 years ago
Pierre-Emmanuel Viel e63d7de87c Allows to choose orthogonal sub-vectors for LSH without using a static table among LshTable instances 11 years ago
1Hyena 6c118ebc51 Changed ostringstream to ostream for new print_params and added the old 11 years ago
1Hyena dfdb09386f Autotuned_index now prints all info into logger instead of couting it. 11 years ago