Commit cfa2643da86646ec4eab16290b93e41248610a0e
1 parent
07e39682
more janus work
Showing
3 changed files
with
5 additions
and
2 deletions
openbr/janus.cpp
| @@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
| 6 | #include "openbr_plugin.h" | 6 | #include "openbr_plugin.h" |
| 7 | 7 | ||
| 8 | // Use the provided default implementation of some functions | 8 | // Use the provided default implementation of some functions |
| 9 | -#include "janus/src/janus.c" | 9 | +#include "janus/src/janus.cpp" |
| 10 | 10 | ||
| 11 | janus_error janus_initialize(const char *sdk_path, const char *model_file) | 11 | janus_error janus_initialize(const char *sdk_path, const char *model_file) |
| 12 | { | 12 | { |
openbr/janus_io.cpp
| @@ -2,5 +2,8 @@ | @@ -2,5 +2,8 @@ | ||
| 2 | #define JANUS_LIBRARY | 2 | #define JANUS_LIBRARY |
| 3 | #endif | 3 | #endif |
| 4 | 4 | ||
| 5 | +// Use the provided default implementation of some functions | ||
| 6 | +#include "janus/src/janus_io.cpp" | ||
| 7 | + | ||
| 5 | // Use the provided OpenCV I/O implementation | 8 | // Use the provided OpenCV I/O implementation |
| 6 | #include "janus/src/opencv_io/opencv_io.cpp" | 9 | #include "janus/src/opencv_io/opencv_io.cpp" |