wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper)
updated feature_homography.py sample to use new features
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user