492 Commits (45a1063c4a71fb13190e8ccf4c5af142a1714417)

Author SHA1 Message Date
StevenPuttemans d4ec359f11 Fixing errors 10 years ago
StevenPuttemans 03662c0589 fix blobdetector 10 years ago
E Braun d82b918a7b fix for bug 3172 10 years ago
E Braun aa9da6e433 regression test for bug 3172 10 years ago
E Braun bdb82d181f fix for bug 3172 10 years ago
Adrian Clark fcc481e751 Fixed crash in SSE implementation of FREAK descriptor when number of pairs is set to something other than 512. 10 years ago
E Braun bbe48eaac6 regression test for bug 3172 10 years ago
PhilLab d5489f3a68 Clarified DescriptorExtractor::compute 11 years ago
berak 3500c940d4 add Bag of Words to python wrapper 11 years ago
berak fc610979bb export BOW to script wrappers 11 years ago
Maks Naumov eb89f5207c remove unused variables in CV_KDTreeTest_CPP::findNeighbors() 11 years ago
Martin Jul a1798cb28e Fixed typo in BFMatcher in docs. 11 years ago
Ilya Lavrenov 80df44bd75 doc fix 11 years ago
Ilya Lavrenov 099ea91823 typos 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Peter Andreas Entschev c289c8a700 Fixing some indentation issues on FREAK source file. 11 years ago
Andrey Pavlenko 1966e7cea9 fixing compilation on Linux 11 years ago
Andrey Pavlenko bd9d3dd561 fixing build of 2.4 branch with VC12 (aka 2013) 11 years ago
Alexander Alekhin 0ee47502d9 remove CV_EXPORT from templates 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 11 years ago
StevenPuttemans f28496c628 Added sample links in documentation for python2, ocl and gpu 11 years ago
StevenPuttemans 0c5244103f Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169 11 years ago
Alexander Mordvintsev 57bd485119 compute method for Feature2D 12 years ago
Alexander Pacha 0b15cfd48c Added FREAK-descriptor extractor to documentation. 12 years ago
StevenPuttemans 194af062ff Adapted the reference underscore to link properly 12 years ago
StevenPuttemans a92feafc49 Fixed bug 3166 - added paper reference to stardetector code 12 years ago
StevenPuttemans 52bfa7b850 Fixed bug 1873 : return image keypoint descriptors + fix on line 152 pure declaration 12 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
Alexander Mordvintsev 3677a66403 line realign 12 years ago
Alexander Pacha eaa29110e1 Fixed issue 3130 (http://code.opencv.org/issues/3130), where one argument of the BRISK-call was ignored. Previously it was not possible to use BRISK without creating descriptors. 12 years ago
Alexander Mordvintsev 8045093cfb GFTT wrapped to python 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
alex77git 6e7b1ef252 Bug #2967, void DescriptorMatcher::radiusMatch() // description unclear, 12 years ago
Andrey Kamaev 96b008cd29 Eliminate the need of ::testsing::ValuesIn() for CV_ENUM 12 years ago
Alexander Shishkov 382695ba5a removed links to the http://opencv.willowgarage.com/ 12 years ago
Vladislav Vinogradov 3d095ccc82 fixed condition in KeyPointsFilter::retainBest 12 years ago
Andrey Kamaev ff7b604a25 Fix several inconsistent declarations identified by check_doc2 script 12 years ago
LeonidBeynenson 203849d5e4 The next attempt to fix a build error on Mac. 12 years ago
LeonidBeynenson 50cd5d9ce7 Try to fix Mac compilation issue. 12 years ago
LeonidBeynenson b85a098d9c Added float, uint64, and uchar params to Algorithm 12 years ago
Vincent Rabaud d235c3a678 define the default remapping in the right scope 12 years ago
Vincent Rabaud 0b1599d88a write documentation for BRISK 12 years ago
Andy Maloney c8cad0857e Remove unused constructor 12 years ago
Ilya Lysenkov 7745c8806c Added info() method in descriptor matchers (#2330) 12 years ago
mdim 93f8e7ba74 check of keypoint index range in drawMatches 12 years ago
Alexander Smorkalov 8cb0343f4c Documentation build warning fixes. 12 years ago
Andrey Kamaev b870b246e1 Fix memory corruption in batchDistance perf tests 12 years ago