Now builds all functions except those dependent on Features2d. Improved build detection if cmake is rerun

This commit is contained in:
hbristow
2013-06-27 16:25:18 -07:00
parent 245bc5dcc0
commit d6453cf051
5 changed files with 25 additions and 6 deletions

View File

@@ -13,10 +13,8 @@ class MatlabWrapperGenerator(object):
ns[name] = parser.parse(file)
# cleanify the parser output
print ns['ml']
parse_tree = ParseTree()
parse_tree.build(ns)
print parse_tree
# setup the template engine
jtemplate = Environment(loader=PackageLoader('templates', ''), trim_blocks=True, lstrip_blocks=True)