mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Updated nest list in markdown
This commit is contained in:
parent
115a1471ae
commit
5ed9365bac
@ -68,15 +68,15 @@ File layout
|
||||
* README.md (this file)
|
||||
* compile.cmake (the cmake help script for compiling generated source code)
|
||||
* generator (the folder containing generator code)
|
||||
- jinja2 (the binding templating engine)
|
||||
- filters.py (template filters)
|
||||
- gen_matlab.py (the binding generator control script)
|
||||
- parse_tree.py (python class to refactor the hdr_parser.py output)
|
||||
- templates (the raw templates for populating classes, constants, functions and docs)
|
||||
+ jinja2 (the binding templating engine)
|
||||
+ filters.py (template filters)
|
||||
+ gen_matlab.py (the binding generator control script)
|
||||
+ parse_tree.py (python class to refactor the hdr_parser.py output)
|
||||
+ templates (the raw templates for populating classes, constants, functions and docs)
|
||||
* include (C++ headers for the bindings)
|
||||
- mxarray.hpp (C++ OOP-style interface for Matlab mxArray* class)
|
||||
- bridge.hpp (type conversions)
|
||||
- map.hpp (hash map interface for instance storage and method lookup)
|
||||
+ mxarray.hpp (C++ OOP-style interface for Matlab mxArray* class)
|
||||
+ bridge.hpp (type conversions)
|
||||
+ map.hpp (hash map interface for instance storage and method lookup)
|
||||
* io (FileStorage interface for .mat files)
|
||||
* test (generator, compiler and binding test scripts)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user