modified features2d interface; added algorithmic test for DescriptorMatcher; added...
authorMaria Dimashova <no@email>
Fri, 29 Oct 2010 08:44:42 +0000 (08:44 +0000)
committerMaria Dimashova <no@email>
Fri, 29 Oct 2010 08:44:42 +0000 (08:44 +0000)
commit69e329c9fdf5807dc8edd15f2a587357a1d25e9b
treeaf4f72c311474021dd44839ce1082b568723e6f7
parent0d3809d0b1e0bee480ffaac5b68ff9e3dcdd2bb3
modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images
16 files changed:
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/features2d/src/bagofwords.cpp
modules/features2d/src/descriptors.cpp
modules/features2d/src/detectors.cpp
modules/features2d/src/draw.cpp
modules/features2d/src/evaluation.cpp
modules/features2d/src/matchers.cpp
samples/c/find_obj_calonder.cpp
samples/cpp/bagofwords_classification.cpp
samples/cpp/descriptor_extractor_matcher.cpp
samples/cpp/generic_descriptor_match.cpp
samples/cpp/matcher_simple.cpp
samples/cpp/matching_to_many_images.cpp [new file with mode: 0644]
tests/cv/src/adetectordescriptor_evaluation.cpp
tests/cv/src/afeatures2d.cpp
tests/cv/src/tabruteforcematcher.cpp