Now building all functions (not classes) in core, imgproc, ml and highgui

This commit is contained in:
hbristow
2013-06-27 11:45:19 -07:00
parent bb56ac4ae6
commit 5bc55a042e
4 changed files with 11 additions and 4 deletions

View File

@@ -12,8 +12,8 @@ class MatlabWrapperGenerator(object):
name = os.path.splitext(os.path.basename(file))[0]
ns[name] = parser.parse(file)
print ns['imgproc']
# cleanify the parser output
print ns['ml']
parse_tree = ParseTree()
parse_tree.build(ns)
print parse_tree