465 Commits (a5b75769a3150d723026c40fe41e588c7f6e144c)

Author SHA1 Message Date
Andrey Kamaev a42a0f5fca Added compatibility headers 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Andrey Kamaev 9498856b22 Fix documentation problems found by check_docs2 script 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
Anatoly Baksheev a09b973c2e Smart operators for smart Ptr (feature #2637) 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
Anatoly Baksheev 94c310fc14 added Ptr::operator== 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 0e7ca71dcc Normalize whitespace in documentation and text files 12 years ago
Andrey Kamaev 461b69f6ee Eliminate discrepancies between signatures in documentation and OpenCV headers 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 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 18ab16dbd3 Revert "some more fixes towards binary compatibility" 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
Andrey Kamaev d4cf9e22cc Fix terrible perf test for FAST detector 12 years ago
Vadim Pisarevsky b0ad424087 fixed several warnings from VS2010 12 years ago
Vadim Pisarevsky a8c5e35619 some more fixes towards binary compatibility 12 years ago
Andrey Kamaev b486a59221 Quiet MSVC warning 12 years ago
Andrey Kamaev 9218bdcbb4 TBB version of GridAdaptedFeatureDetector 12 years ago
Vadim Pisarevsky 06a13d9ba0 replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet 12 years ago
Anatoly Baksheev 46874d40df warnings under windows 12 years ago
Vadim Pisarevsky 420dd22258 fixed a few warnings reported by Oleg; restored SSE2 optimization in FAST 12 years ago
Vadim Pisarevsky 60769f544f possibly repaired FAST test (however, FAST<7/12> and <5/8> could still do something different than described in the paper) 12 years ago
Vadim Pisarevsky 854902b077 lowered tolerance thresholds in BRISK tests 12 years ago
Vadim Pisarevsky 2d334401b1 improved the condition in the FAST test 12 years ago
Vadim Pisarevsky 84087a8566 fixed crash in Python's SURF wrapper (bug #2325) 12 years ago