Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
cfa2643da86646ec4eab16290b93e41248610a0e
Authored by
Josh Klontz
2013-11-26 11:14:35 -0500
1 parent
07e39682
more janus work
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
openbr/janus
openbr/janus.cpp
openbr/janus_io.cpp
janus
@
3eba1d0b770
1
-Subproject commit 7c80b694f871bb474267c75c38da63d785011939
1
+Subproject commit 3eba1d0b770bf22bf276965ff65d1ea298e20ecd
...
...
openbr/janus.cpp
View file @
cfa2643
...
...
@@ -6,7 +6,7 @@
6
6
#include "openbr_plugin.h"
7
7
8
8
// Use the provided default implementation of some functions
9
-#include "janus/src/janus.c
"
9
+#include "janus/src/janus.c
pp
"
10
10
11
11
janus_error janus_initialize(const char *sdk_path, const char *model_file)
12
12
{
...
...
openbr/janus_io.cpp
View file @
cfa2643
...
...
@@ -2,5 +2,8 @@
2
2
#define JANUS_LIBRARY
3
3
#endif
4
4
5
+// Use the provided default implementation of some functions
6
+#include "janus/src/janus_io.cpp"
7
+
5
8
// Use the provided OpenCV I/O implementation
6
9
#include "janus/src/opencv_io/opencv_io.cpp"
...
...