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
f3bdbf3b
Commit
f3bdbf3b
authored
Dec 20, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added license statements and also converted line endings to unix format
parent
d8dc5965
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
1 deletion
+6
-1
CMakeLists.txt
dlib/matlab/CMakeLists.txt
+0
-0
README.txt
dlib/matlab/README.txt
+0
-0
call_matlab.h
dlib/matlab/call_matlab.h
+0
-0
cmake_mex_wrapper
dlib/matlab/cmake_mex_wrapper
+1
-1
example_mex_callback.cpp
dlib/matlab/example_mex_callback.cpp
+1
-0
example_mex_function.cpp
dlib/matlab/example_mex_function.cpp
+1
-0
mex_wrapper.cpp
dlib/matlab/mex_wrapper.cpp
+3
-0
No files found.
dlib/matlab/CMakeLists.txt
View file @
f3bdbf3b
dlib/matlab/README.txt
View file @
f3bdbf3b
dlib/matlab/call_matlab.h
View file @
f3bdbf3b
dlib/matlab/cmake_mex_wrapper
View file @
f3bdbf3b
# This file figure
d out where MATLAB is and then defines a macro, add_mex_function(name)
# This file figure
s out where MATLAB is and then defines a macro, add_mex_function(name)
# which when called instructs CMake to build a mex file from a file called name.cpp. Note
# that additional library dependencies can be added like this: add_mex_function(name lib1 dlib libetc).
# That is, just add more libraries after the name and they will be build into the mex file.
...
...
dlib/matlab/example_mex_callback.cpp
View file @
f3bdbf3b
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
#include "call_matlab.h"
#include "dlib/matrix.h"
...
...
dlib/matlab/example_mex_function.cpp
View file @
f3bdbf3b
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
#include "dlib/matrix.h"
using
namespace
dlib
;
...
...
dlib/matlab/mex_wrapper.cpp
View file @
f3bdbf3b
// Copyright (C) 2012 Massachusetts Institute of Technology, Lincoln Laboratory
// License: Boost Software License See LICENSE.txt for the full license.
// Authors: Davis E. King (davis@dlib.net)
/*
READ THIS FIRST
######
...
...
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