Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
d8dc5965
Commit
d8dc5965
authored
Dec 20, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
ce14edcb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
index.xml
docs/docs/index.xml
+1
-0
other.xml
docs/docs/other.xml
+17
-1
No files found.
docs/docs/index.xml
View file @
d8dc5965
...
...
@@ -216,6 +216,7 @@
<li><a
href=
"other.html#serialize"
>
Serialization support
</a></li>
<li>
Many
<a
href=
"other.html#memory_manager"
>
memory manager
</a>
objects that implement
different memory pooling strategies
</li>
<li>
A tool that lets you easily
<a
href=
"other.html#MATLAB"
>
call C++ from MATLAB
</a></li>
</ul>
</li>
</ul>
...
...
docs/docs/other.xml
View file @
d8dc5965
...
...
@@ -103,8 +103,9 @@
</section>
<section>
<name>
Testing
</name>
<name>
Other
</name>
<item>
dlib_testing_suite
</item>
<item>
MATLAB
</item>
</section>
</top>
...
...
@@ -1008,6 +1009,21 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
MATLAB
</name>
<description>
dlib contains a tool that makes it easy to call C++ code from MATLAB. It's
documented in the examples in the dlib/matlab folder. In particular, the
<a
href=
"dlib/matlab/example_mex_function.cpp.html"
>
dlib/matlab/example_mex_function.cpp
</a>
and
<a
href=
"dlib/matlab/example_mex_callback.cpp.html"
>
dlib/matlab/example_mex_callback.cpp
</a>
examples.
You can also easily compile these files using CMake. See the instructions in the README file
in the dlib/matlab folder for further details.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
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