47 Commits (277802483f222cd75d777a7b2c13e413f4a89ba6)

Author SHA1 Message Date
Ilya Lavrenov 556206de2d fixed defects found by coverity scan 11 years ago
Ievgen Khvedchenia 029a8c443a Remove GSURF descriptor from KAZE algorithm 11 years ago
Ievgen Khvedchenia 3a8e15fad9 Fix documentation warnings 11 years ago
Ievgen Khvedchenia b42c268164 Temporary remove of CV_WRAP 11 years ago
Ievgen Khvedchenia 1a5fcd715d Refactor of KAZE and AKAZE: 11 years ago
Ievgen Khvedchenia 36db97068c Added missing operator() 11 years ago
Ievgen Khvedchenia 137ff7eccb Added KAZE and AKAZE wrappers 11 years ago
Clemens Korner f1c8b4b965 FEATURES2D: add DenseFeatureDetector Python wrapper 11 years ago
Ilya Lavrenov 6ad7b64912 some more changes 11 years ago
Ilya Lavrenov f74ef644bc changed the signature of add method according to the base class 11 years ago
Pierre Moulon 8829e9f6c8 Fix a typo error 11 years ago
Konstantin Matskevich bdfa9fa14a fixes2 11 years ago
Konstantin Matskevich eb4c2cd59f removed CV_IN/OUT 11 years ago
Konstantin Matskevich f44334285b features2d 11 years ago
Vadim Pisarevsky 8d5e952263 very preliminary port of SURF to T-API (compiles but certainly does not work) 11 years ago
Ilya Lavrenov e559256719 added cv::GFTTDetector 11 years ago
Konstantin Matskevich 3b7683e72f fixed docs 11 years ago
Konstantin Matskevich ca5689e0db BFMatcher 11 years ago
StevenPuttemans e4b41d38f1 Fixed descripotorsCount to descriptorsCount 11 years ago
Peter Andreas Entschev 6f3163f62d DescriptorExtractor: added defaultNorm() to return default norm type. 11 years ago
sprice 2cc11e2c6a Updating STAR detector and FREAK descriptor to work with large and/or 16-bit images 11 years ago
Roman Donchenko bcb6f0386e Named FastFeatureDetector::Type to allow its use in makePtr. 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko 1eacb485c5 Boring changes - features2d. 11 years ago
Mathieu Barnachon 464985205c Update PR after mdim review. 11 years ago
Mathieu Barnachon 43c9818895 Adding class for BOW image matcher (Feature #3005). 11 years ago
Roman Donchenko 4ac2db271d Removed CV_EXPORTS from all template classes (that I could find). 11 years ago
abidrahmank 5d863f7516 drawMatches python bindings 12 years ago
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Andrey Kamaev ae4e76395f Make flann headers independent from OpenCV C API 12 years ago
Andrey Kamaev 2b1ef95415 Completely separate C and C++ API of OpenCV core 12 years ago
Andrey Kamaev 49f6dad13f Move cv::KeyPoint and cv::DMatch to core 12 years ago
Alexander Mordvintsev 4d510be2c9 added compute function to Feature2D (dirty workaround for #2699) 12 years ago
Andrey Kamaev be7bbe3aa9 Drop cv:: prefix from cv::String used inside the cv namespace 12 years ago
Andrey Kamaev 762aefd71b Compile opencv_test_core with cv::String instead of std::string 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
LeonidBeynenson b85a098d9c Added float, uint64, and uchar params to Algorithm 12 years ago
Ilya Lysenkov 7745c8806c Added info() method in descriptor matchers (#2330) 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
Vadim Pisarevsky a8c5e35619 some more fixes towards binary compatibility 12 years ago
Vadim Pisarevsky 84087a8566 fixed crash in Python's SURF wrapper (bug #2325) 12 years ago
Vincent Rabaud 84c4797030 revert orientation computation in jeypoint detection for efficiency (like done originally) 12 years ago
Vincent Rabaud 13ded36ecb initial addition of BRISK with some tests 12 years ago
Vadim Pisarevsky 633a8bfacc fixed many warnings (modified pull request 13) 12 years ago
Vadim Pisarevsky 640408ebe7 added FAST<5/8> & FAST<7/12> (by Vincent Rabaud) 12 years ago
Maria Dimashova 6dc5cd15ed specified KeyPoint::angle in rst doc and code comment 13 years ago