306 Commits (4.x)

Author SHA1 Message Date
Maksim Shabunin b7e609d5e8 flann: remove unused hdf5 header 2 weeks ago
Vincent Rabaud 7e3f6875c1 Prevent signed integer overflow in LshTable 6 months ago
Vincent Rabaud f8aa2896a1
Merge pull request #25024 from vrabaud:neon 9 months ago
Yannis Guyon fefd2e5ce6
Remove 3 hidden leading chars in flann/dist.h 10 months ago
Sean McBride 5fb3869775
Merge pull request #23109 from seanm:misc-warnings 1 year ago
Vadim Levin e3cb5f80e7
Merge pull request #24028 from VadimLevin:dev/vlevin/fix-flann-python-bindings 1 year ago
Vladimir Ponomarev b204c39815
Merge pull request #23276 from vovka643:flann_corrections 2 years ago
Alexander Smorkalov 3d635cb4a7 Warning supression fix for XCode 13.1 and newer. Backport #23203 2 years ago
Alexander Alekhin 44b2f9637a Revert "suppress warning on GCC 7 and later" 2 years ago
Tomoaki Teshima a630ad73cb suppress warning on GCC 7 and later 2 years ago
mohawk2 72debee125 typo: Minkowsky is actually Minkowski 3 years ago
Kumataro 602caa9cd6
Merge pull request #21937 from Kumataro:4.x-fix-21911 3 years ago
yuki takehara a6277370ca
Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
Hamdi Sahloul 7c73e28a6d Improves FLANN's heap allocations by a memory pool 3 years ago
Jake Staahl 158b13e0ba Remove static initializers caused by templated static member. 4 years ago
Vincent Rabaud ff211371bc Replace FLANNException by CV_Error. 4 years ago
Alexander Alekhin a04479746a
Merge pull request #19045 from alalek:issue_17553 4 years ago
Alexander Alekhin 7eaa548b6d flann: drop wrapping of Index class 4 years ago
Alexander Alekhin 1f2c83845d backport: checks and fixes from static code analyzers results 4 years ago
Alexander Alekhin 71f665bd8c checks and fixes from static code analyzers results 4 years ago
pemmanuelviel 31dc3e9256
Merge pull request #18211 from pemmanuelviel:pev--handle-dna-vectors 4 years ago
Pierre-Emmanuel Viel 5376863c0c bugfix 4 years ago
Pierre-Emmanuel Viel 3f55152ca0 Add debug assert to check in FLANN the vectors size is multiple of the architecture word size 4 years ago
Pierre-Emmanuel Viel 98de57c6c4 Refactoring to prepare for other vector types while mutualizing some methods 4 years ago
Pierre-Emmanuel Viel 759c9522fd Merge the two KMeansIndexParams ctor on master 4 years ago
pemmanuelviel 793e7c0d9f
Merge pull request #18019 from pemmanuelviel:pev--multiple-kmeans-trees 4 years ago
pemmanuelviel e6ec42d462
Merge pull request #17735 from pemmanuelviel:pev-fix-trees-descent 4 years ago
Pierre-Emmanuel Viel bc221bdb90 Cleaner code for hierarchical_clustering 4 years ago
pemmanuelviel c90e824342
Merge pull request #17639 from pemmanuelviel:pev--binary-kmeans 4 years ago
pemmanuelviel 65f87b114b
Merge pull request #17722 from pemmanuelviel:pev--replace-asserts 4 years ago
Pierre-Emmanuel Viel 728684840c Fix trees parsing behavior in hierarchical_clustering_index: 4 years ago
Pierre-Emmanuel Viel 6a045fd678 Fix arguments list in loadindex for histogram intersection 4 years ago
Pierre-Emmanuel Viel 327f92cc46 Precompute the divisor to ensure that no kind of compiler would process it on the fly at each call. 4 years ago
Pierre-Emmanuel Viel 482cacd420 Mix of 32 and 64bits vector types prevents vectorisation for distance computation. 4 years ago
Pierre-Emmanuel Viel 93a6be836c Remove duplicate line 4 years ago
Pierre-Emmanuel Viel ef7185ce43 Fix genericity of computeNodeStatistics that couldn't compute stats properly on sub-nodes 4 years ago
Pierre-Emmanuel Viel 33fab84473 Type consistency for all xxxIndexParams integer arguments as well as with miniflann's LshIndexParams 4 years ago
Pierre-Emmanuel Viel cdac7c7bec Add test checking we don't throw when creating GenericIndex with LshIndexParams() 4 years ago
Pierre-Emmanuel Viel fe09c79f4b Fix the 'cvflann::anyimpl::bad_any_cast' error using Lsh 4 years ago
pemmanuelviel daa88c6b9e
Merge pull request #17642 from pemmanuelviel:pev--fixes-and-clean 4 years ago
Pierre-Emmanuel Viel 06b4292534 Fix: error in the dimension used for computeMinMax 4 years ago
Pierre-Emmanuel Viel 29f883feee Optim: test that could be done once has been extracted from the loop 4 years ago
Pierre-Emmanuel Viel 05fbd1e5bc DNA mode: add the distance computations 5 years ago
Brian Wignall f9c514b391 Fix spelling typos 5 years ago
Brian Wignall 659ffaddb4 Fix spelling typos 5 years ago
Tatsuro Shibamura 971ae00942 Merge pull request #16027 from shibayan:arm64-windows10 5 years ago
Alexander Alekhin 7ec91aefc1 python: force using of ArgInfo 5 years ago
Maksim Shabunin f3aab47f94 Assorted documentation fixes 5 years ago
luz.paz fcc7d8dd4e Fix modules/ typos 5 years ago
luz.paz ec43292e1e Fix modules/ typos 5 years ago