wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper)

updated feature_homography.py sample to use new features
This commit is contained in:
Alexander Mordvintsev
2011-09-15 11:10:06 +00:00
parent d174c3db04
commit 028c44531f
4 changed files with 62 additions and 27 deletions

View File

@@ -191,7 +191,7 @@ class CppHeaderParser(object):
if add_star:
arg_type += "*"
arg_type = self.batch_replace(arg_type, [("std::", ""), ("cv::", "")])
arg_type = self.batch_replace(arg_type, [("std::", ""), ("cv::", ""), ("::", "_")])
return arg_type, arg_name, modlist, argno