293 Commits (29976a04c5cbcf5a65e55863cd2628a3be99e2e5)

Author SHA1 Message Date
Vadim Pisarevsky b74116e694 unified norm computing; added generalized Hamming distance 13 years ago
Alexander Mordvintsev 028c44531f wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper) 13 years ago
Alexander Mordvintsev b679ebc1b4 python DescriptorExtractor.compute now returns filtered keypoints 13 years ago
Vadim Pisarevsky 82da7f18d8 replaced "unsigned int" -> "unsigned" to make Python/Java wrapper generator work correctly 13 years ago
Alexander Mordvintsev d50cc51070 handling Ptr<> arguments and return values in Python wrappers 13 years ago
Maria Dimashova 81cb7b2c5e added read/write methods for SimpleBlobDetector and DenseFeatureDetector; added their creation to FeatureDetector::create method (#1290) 13 years ago
Maria Dimashova 4839bfb1a5 fixed grammar of the comment 14 years ago
Maria Dimashova fcd999ae6e added SL2 (squared L2 distance) and implemented the descriptors matching in L2 using SL2 14 years ago
Maria Dimashova 7db3dd4f0a fixed comment and doc on L2 14 years ago
Andrey Kamaev 874196e384 Implemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for java 14 years ago
Andrey Kamaev 13185ad8f7 Implemented read/write methods for BriefDescriptorExtractor class 14 years ago
Andrey Kamaev 1523cb04d1 Added CV_EXPORTS to OrbDescriptorExtractor (ticket #1276) 14 years ago
Andrey Kamaev 6935e95c2a Fixed crash in BruteForceMatcher::clone 14 years ago
Vadim Pisarevsky 562914e33b upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN. 14 years ago
Vladimir Dudnik 6e38b6aaed removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied) 14 years ago
Ilya Lysenkov cb511861ac Removed unnecessary function from SimpleBlobDetector 14 years ago
Ilya Lysenkov f60d7fdfef Simplified SimpleBlobDetector to make it simple) 14 years ago
Maria Dimashova b5163291dd added upright mode to SURF (#825) 14 years ago
Maria Dimashova ca551ab9ae added one more SIFT::CommonParams constructor 14 years ago
Vincent Rabaud fc19e856a6 - fix a memory leak 14 years ago
Vincent Rabaud 211c112b91 - hide the patch size from the user (only one is used now as training was only done at that scale) 14 years ago
Maria Dimashova 035fd0019b replaced SIFT implementation (Some default parameters can be changed in the near future) 14 years ago
Vadim Pisarevsky af2af3af9b added KeyPoint::hash() (ticket #1100) 14 years ago
Ethan Rublee 93326c7dc0 Adding a default constructor to ORB that initializes. Had segfaults on non 14 years ago
Vadim Pisarevsky 145a76faf4 fixed features2d (ORB) compile errors on Windows 14 years ago
Vadim Pisarevsky f2a337f990 fixed several typos, including the old ones from ticket #854 14 years ago
Vincent Rabaud 9170ff6f5e - assign some members outside the header (fixes #1081) 14 years ago
Vincent Rabaud 4b1f183bcd - adding ORB 14 years ago
Maria Dimashova 983f4f1621 minor changes of recall-precision output 14 years ago
Maria Dimashova 8acce4e31f some renames 14 years ago
Anatoly Baksheev c49dc37761 [+] added use_folders cmake feature if cmake version is greater then 2.8.0 14 years ago
Maria Dimashova c46b510f4c restored 2 methods (for backward compatibility) 14 years ago
Maria Dimashova af28d19b3a extended the constructor parameters of AdjusterAdapter's inheritors 14 years ago
Maria Dimashova c98c87d545 fixed DynamicAdaptedFeatureDetector 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 34a18f79e1 fixed #832 14 years ago
Maria Dimashova 8d36926271 moved flannIndex to protected section again 14 years ago
Maria Dimashova 3ae5a314e3 moved flannIndex to public section (temporarily) 14 years ago
Maria Dimashova 0e8bc8c71b changed border type to float 14 years ago
Maria Dimashova fd1f644e39 fixed #772 (added empty implementation of SIFT class methods throwing exception if ARM) 14 years ago
Maria Dimashova 9b4c682623 added empty() method to common features2d classes; fixed #831 14 years ago
Maria Dimashova 1748f65f54 fixed ticket #823 14 years ago
Maria Dimashova 96d88f0673 fixed FernDescriptorMatcher (#765) 14 years ago
Maria Dimashova 655120febc fixed collisions between std::transform() and cv::transform() (#781) 14 years ago
Ilya Lysenkov 2d5a984c28 Moved BlobDetector to features2d 14 years ago
Ilya Lysenkov dc9e5eda19 Moved PlanarObjectDetector to the objdetect module 14 years ago
Vladimir Dudnik e92d0e4bc2 cosmetic changes 14 years ago
Vadim Pisarevsky 01c1003d51 fixed warnings and errors reported by VS2010 14 years ago
Vadim Pisarevsky 1286c1db45 fixed multiple warnings from VS2010. 14 years ago