47 Commits (6a3a72393867e8377523fd23ef8ae8c54ea8e626)

Author SHA1 Message Date
Andrey Kamaev b486a59221 Quiet MSVC warning 12 years ago
Andrey Kamaev 9218bdcbb4 TBB version of GridAdaptedFeatureDetector 12 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vadim Pisarevsky 5b6b30ba0e added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev 7cc7a3f37d Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings. 13 years ago
Andrey Kamaev fa7e7e54dc Fixed ugly bug in AlgorithmInfo initialisation order 13 years ago
Vadim Pisarevsky a3262c5e51 added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors. 13 years ago
Vadim Pisarevsky d60623279c switched to non-constant references in Algorithm::addParam, which is more safe. 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago
Vadim Pisarevsky 2e9f5c434b added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 13 years ago
Maria Dimashova 81cb7b2c5e added read/write methods for SimpleBlobDetector and DenseFeatureDetector; added their creation to FeatureDetector::create method (#1290) 14 years ago
Maria Dimashova dc14b45617 minor changes 14 years ago
Andrey Kamaev be5328178f Fixed reading/writing parameters for OrbDescriptorExtractor 14 years ago
Maria Dimashova 370130e464 fixed PyramidAdaptedFeatureDetector (when mask is not empty) (#1206) 14 years ago
Maria Dimashova b5163291dd added upright mode to SURF (#825) 14 years ago
Vincent Rabaud f21fadfa49 - serialize/deserialize the edge threshold too 14 years ago
Vadim Pisarevsky 145a76faf4 fixed features2d (ORB) compile errors on Windows 14 years ago
Vincent Rabaud 4b1f183bcd - adding ORB 14 years ago
Maria Dimashova 8acce4e31f some renames 14 years ago
Maria Dimashova c46b510f4c restored 2 methods (for backward compatibility) 14 years ago
Maria Dimashova 66c116ec6a fixed #1044 14 years ago
Maria Dimashova b9662e099c added the filtering of keypoints having zero size (#877) 14 years ago
Maria Dimashova 9b4c682623 added empty() method to common features2d classes; fixed #831 14 years ago
Maria Dimashova 354be115f2 made MaskPredicate safer (#419) 14 years ago
Vadim Pisarevsky 1286c1db45 fixed multiple warnings from VS2010. 14 years ago
Maria Dimashova 7e5c11a920 added tests for some detectors; made features2d object create functions as static classes methods; fixed OpponentColorDescriptorExtractor, BriefDescriptorExtractor (on rgb); renamed DynamicDetector 14 years ago
Ethan Rublee f6b0818996 refactoring dynamic detectors 14 years ago
Ethan Rublee da05e6609a Adding some dynamic feature detectors... 14 years ago
Maria Dimashova e406dfee44 refactored features2d and sample on matching to many images 14 years ago
Maria Dimashova b12588f702 fixed MserFeatureDetector 14 years ago
Maria Dimashova 4a43041309 minor changes 14 years ago
Maria Dimashova 69e329c9fd modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images 14 years ago
Maria Dimashova 1061fc6589 back to previous default params 14 years ago
Maria Dimashova 13b535ac19 added BOWTrainer::add() 14 years ago
Maria Dimashova 98763247d9 added DenseFeatureDetector 14 years ago
Maria Dimashova 9e9d4b9e49 added OpponentColorDescriptorExtractor 14 years ago
Maria Dimashova 8ab3fdbcca merged regression tests for FeatureDetector, DescriptorExtractor from branch .features2d; 14 years ago
Maria Dimashova 4e60decad3 added GridAdaptedFeatureDetector, PyramidAdaptedFeatureDetector and funcs to draw keypoints and matches 15 years ago
Vadim Pisarevsky f78a3b4cc1 updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings 15 years ago
Alexander Shishkov fd16d49d85 Changed VectorDescriptorMatch interface to add factory capabilities and changed factory functions interface (return smart pointer) 15 years ago
Vadim Pisarevsky 796553d051 added some quaternion operations on Scalar's. 15 years ago
Stefano Fabri bce9f54152 Corrected Mask operator (from documentation mask must be a char matrix with non-zero values in the region of interest) 15 years ago
Ilya Lysenkov add94f9bd6 Added L1 distance code and used factory functions in evaluation framework 15 years ago
Maria Dimashova 4a05af684f fixed 15 years ago
Victor Erukhimov c6750a0f45 Moved detector and descriptor class factory functions into features2d module 15 years ago
Ilya Lysenkov f4788b3645 Added read/write methods in detectors and some descriptors for XML/YAML persistence 15 years ago
Maria Dimashova 60019422e8 fixed gftt wrapper, update testdata 15 years ago