Commit 8b4467220ecc2ef2f86bf4a741d92ef538406363

Authored by Scott Klum
1 parent 27a4326b

Reverted changes to janus

Showing 1 changed file with 2 additions and 17 deletions
openbr/janus.cpp
1   -#include "iarpa_janus.h"
2   -#include "iarpa_janus_io.h"
  1 +#include "janus.h"
  2 +#include "janus_io.h"
3 3 #include "openbr_plugin.h"
4 4 #include "openbr/core/opencvutils.h"
5 5 #include "openbr/core/common.h"
... ... @@ -14,21 +14,6 @@ size_t janus_max_template_size()
14 14 return 33554432; // 32 MB
15 15 }
16 16  
17   -janus_error janus_flatten_gallery(const janus_gallery gallery, janus_flat_gallery flat_gallery, size_t *bytes)
18   -{
19   -
20   -}
21   -
22   -janus_error janus_compare(const janus_flat_gallery target, const size_t target_bytes, const janus_flat_gallery query, const size_t query_bytes, float *similarity_matrix, janus_template_id *target_ids, janus_template_id *query_ids)
23   -{
24   -
25   -}
26   -
27   -janus_error janus_flatten_template(const janus_template template_, janus_flat_template flat_template, size_t *bytes)
28   -{
29   -
30   -}
31   -
32 17 janus_error janus_initialize(const char *sdk_path, const char *model_file)
33 18 {
34 19 int argc = 1;
... ...