Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
e63369fe
Commit
e63369fe
authored
Aug 11, 2013
by
hbristow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated nest list in markdown
parent
1e78a187
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
16 deletions
+17
-16
README.md
modules/matlab/README.md
+17
-16
No files found.
modules/matlab/README.md
View file @
e63369fe
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment