Commit e63369fe authored by hbristow's avatar hbristow

Updated nest list in markdown

parent 1e78a187
...@@ -63,22 +63,23 @@ Once a source file has been generated for each OpenCV definition, and type conve ...@@ -63,22 +63,23 @@ Once a source file has been generated for each OpenCV definition, and type conve
File layout File layout
----------- -----------
* opencv/modules/matlab (this module) opencv/modules/matlab (this module)
* CMakeLists.txt (main cmake configuration file)
* README.md (this file) * CMakeLists.txt (main cmake configuration file)
* compile.cmake (the cmake help script for compiling generated source code) * README.md (this file)
* generator (the folder containing generator code) * compile.cmake (the cmake help script for compiling generated source code)
* jinja2 (the binding templating engine) * generator (the folder containing generator code)
* filters.py (template filters) * jinja2 (the binding templating engine)
* gen_matlab.py (the binding generator control script) * filters.py (template filters)
* parse_tree.py (python class to refactor the hdr_parser.py output) * gen_matlab.py (the binding generator control script)
* templates (the raw templates for populating classes, constants, functions and docs) * parse_tree.py (python class to refactor the hdr_parser.py output)
* include (C++ headers for the bindings) * templates (the raw templates for populating classes, constants, functions and docs)
* mxarray.hpp (C++ OOP-style interface for Matlab mxArray* class) * include (C++ headers for the bindings)
* bridge.hpp (type conversions) * mxarray.hpp (C++ OOP-style interface for Matlab mxArray* class)
* map.hpp (hash map interface for instance storage and method lookup) * bridge.hpp (type conversions)
* io (FileStorage interface for .mat files) * map.hpp (hash map interface for instance storage and method lookup)
* test (generator, compiler and binding test scripts) * io (FileStorage interface for .mat files)
* test (generator, compiler and binding test scripts)
Call Tree Call Tree
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment