Commit cfa2643da86646ec4eab16290b93e41248610a0e

Authored by Josh Klontz
1 parent 07e39682

more janus work

1   -Subproject commit 7c80b694f871bb474267c75c38da63d785011939
  1 +Subproject commit 3eba1d0b770bf22bf276965ff65d1ea298e20ecd
... ...
openbr/janus.cpp
... ... @@ -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.cpp"
10 10  
11 11 janus_error janus_initialize(const char *sdk_path, const char *model_file)
12 12 {
... ...
openbr/janus_io.cpp
... ... @@ -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"
... ...