471 Commits (2ca49eef375d679972456d16963f423dfb395d66)

Author SHA1 Message Date
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 11 years ago
Alexander Pacha 0b15cfd48c Added FREAK-descriptor extractor to documentation. 11 years ago
StevenPuttemans 194af062ff Adapted the reference underscore to link properly 11 years ago
StevenPuttemans a92feafc49 Fixed bug 3166 - added paper reference to stardetector code 11 years ago
StevenPuttemans 52bfa7b850 Fixed bug 1873 : return image keypoint descriptors + fix on line 152 pure declaration 11 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
Andrey Kamaev 9944282b09 Fix build with STLPort from NDK r8d 12 years ago
Anna Kogan 4e21f42714 increased time-limits 12 years ago
Anna Kogan 8877066846 increased time-limits 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
Andrey Kamaev dbb5a32453 Use Tegra version of cv::FAST 12 years ago
marina.kolpakova 7a5b9a6b7f replase __APPLE__ marco with __clang__ 12 years ago
Andrey Kamaev e3be5f138a Fixed sanity checks in several performance tests 12 years ago
Andrey Kamaev 84934f7bfc Fix SHORT data type support in Algorithm 12 years ago
Andrey Kamaev 2b0072d823 Suppress more warnings in gtest on OS X 12 years ago
Andrey Kamaev afc79e2a02 Fix warnings from MSVC 9 64-bit 12 years ago
Andrey Kamaev 461b69f6ee Eliminate discrepancies between signatures in documentation and OpenCV headers 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev 5a730d09cd Fix binary compatibility of opencv_features2d 12 years ago
Andrey Kamaev 821de96346 Adjust thresholds in sanity checks for batchDistance 12 years ago
Andrey Kamaev 97640847c5 Add methods to sort keypoints and corresponding descriptors 12 years ago
Andrey Kamaev 006a4ba529 Fix gcc build error introduced in a9f36df 12 years ago
Andrey Kamaev a9f36dfcfe Fix read after the end of local buffer in SSE-optimized TYPE_5_8 and TYPE_7_12 FAST cornerScore 12 years ago
Andrey Kamaev 5047f2d64d Fix perf tests in features2d module 12 years ago