Gráfico de Commits

16 Commits

Autor SHA1 Mensagem Data
Vincent Rabaud 28c2d3b89f - replace the linear search in a sorted list by the appropriate algorithm 2011-03-13 00:31:17 +00:00
Maria Dimashova 9b4c682623 added empty() method to common features2d classes; fixed #831 2011-01-31 14:18:50 +00:00
Maria Dimashova b63b3df522 minor fixed 2011-01-21 16:07:28 +00:00
Maria Dimashova a16d304d52 fixed compile error 2011-01-12 12:46:26 +00:00
Maria Dimashova 96d88f0673 fixed FernDescriptorMatcher (#765) 2011-01-12 12:03:03 +00:00
Maria Dimashova 655120febc fixed collisions between std::transform() and cv::transform() (#781) 2011-01-12 06:39:08 +00:00
Vadim Pisarevsky 1286c1db45 fixed multiple warnings from VS2010. 2010-11-25 16:55:46 +00:00
Maria Dimashova 7e5c11a920 added tests for some detectors; made features2d object create functions as static classes methods; fixed OpponentColorDescriptorExtractor, BriefDescriptorExtractor (on rgb); renamed DynamicDetector 2010-11-25 15:59:37 +00:00
Maria Dimashova c6e43c385d updated documentation on features2d; minor features2d changes 2010-11-23 17:00:55 +00:00
Vladislav Vinogradov 35e8d700c6 fixed compile errors 2010-11-23 09:00:32 +00:00
Maria Dimashova e406dfee44 refactored features2d and sample on matching to many images 2010-11-22 18:27:08 +00:00
Ethan Rublee d84b970bf2 adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core. 2010-11-14 06:27:48 +00:00
Maria Dimashova 4a43041309 minor changes 2010-11-03 10:00:24 +00:00
Maria Dimashova 69e329c9fd modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images 2010-10-29 08:44:42 +00:00
Maria Dimashova 89935fc59b fixed FernDescriptorMatch; optimized keypoint regions matching in detector/descriptor evaluation; added CalonderDescriptorExtractor to evaluation tests 2010-10-04 14:12:36 +00:00
Maria Dimashova 8462deed30 split descriptors.cpp 2010-09-23 13:44:23 +00:00