Commit f2944b14cfd0625f9df59eb2305651ab30d6739c

Authored by Charles Otto
1 parent 635b026f

s/openbr_plugin.h/openbr/openbr_plugin.h for optional plugins

openbr/plugins/ct8.cpp
... ... @@ -11,7 +11,7 @@
11 11 #include <exception>
12 12 #include <string>
13 13 #include <vector>
14   -#include <openbr_plugin.h>
  14 +#include <openbr/openbr_plugin.h>
15 15  
16 16 #include "core/resource.h"
17 17  
... ...
openbr/plugins/ipc2013.cpp
1   -#include <openbr_plugin.h>
  1 +#include <openbr/openbr_plugin.h>
2 2 #include <pxcaccelerator.h>
3 3 #include <pxcface.h>
4 4 #include <pxcimage.h>
... ...
openbr/plugins/nec3.cpp
... ... @@ -4,7 +4,7 @@
4 4  
5 5 #include <NeoFacePro.h>
6 6  
7   -#include <openbr_plugin.h>
  7 +#include <openbr/openbr_plugin.h>
8 8 #include "core/resource.h"
9 9  
10 10 using namespace br;
... ...
openbr/plugins/nt4.cpp
... ... @@ -10,7 +10,7 @@
10 10 #include <NMatcherParams.h>
11 11 #include <NTemplate.h>
12 12 #include <NLicensing.h>
13   -#include <openbr_plugin.h>
  13 +#include <openbr/openbr_plugin.h>
14 14  
15 15 //IRIS
16 16 #include <NEExtractor.h>
... ...
openbr/plugins/pbd.cpp
... ... @@ -2,7 +2,7 @@
2 2  
3 3 #include <opencv2/highgui/highgui.hpp>
4 4  
5   -#include <openbr_plugin.h>
  5 +#include <openbr/openbr_plugin.h>
6 6  
7 7 #include "core/opencvutils.h"
8 8  
... ...
openbr/plugins/pp5.cpp
... ... @@ -11,7 +11,7 @@
11 11 #include <pittpatt_raw_image_io.h>
12 12 #include <pittpatt_sdk.h>
13 13 #include <pittpatt_license.h>
14   -#include <openbr_plugin.h>
  14 +#include <openbr/openbr_plugin.h>
15 15  
16 16 #include "openbr/core/resource.h"
17 17  
... ...
openbr/plugins/stasm.cpp
1 1 #include <stasm_dll.hpp>
2 2 #include <opencv2/highgui/highgui.hpp>
3   -#include <openbr_plugin.h>
  3 +#include <openbr/openbr_plugin.h>
4 4  
5 5 using namespace cv;
6 6  
... ...