283 Commits (d0032b07178ffde4f13ed4878744b5a8845f16b1)

Author SHA1 Message Date
Maria Dimashova 4839bfb1a5 fixed grammar of the comment 13 years ago
Maria Dimashova fcd999ae6e added SL2 (squared L2 distance) and implemented the descriptors matching in L2 using SL2 13 years ago
Maria Dimashova 7db3dd4f0a fixed comment and doc on L2 13 years ago
Andrey Kamaev 874196e384 Implemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for java 13 years ago
Andrey Kamaev 13185ad8f7 Implemented read/write methods for BriefDescriptorExtractor class 13 years ago
Andrey Kamaev 1523cb04d1 Added CV_EXPORTS to OrbDescriptorExtractor (ticket #1276) 13 years ago
Andrey Kamaev 6935e95c2a Fixed crash in BruteForceMatcher::clone 13 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
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
Vadim Pisarevsky b7e9c6229b fifixed compile problem on VS2010 64-bit. fixed L1 and L2 distances 14 years ago
Maria Dimashova c46546203f fixed compile error under win32 14 years ago
Maria Dimashova 0a2881adcd added to DetectorExtractor test the check of compute() on empty data. Added test for BRIEF. 14 years ago
Ethan Rublee 6a689d82a3 Continue to refeactor the dynamic stuff - may have broken build on last commit. 14 years ago
Ethan Rublee f6b0818996 refactoring dynamic detectors 14 years ago