|
|
@ -59,6 +59,11 @@ |
|
|
|
#ifndef _ncvhaarobjectdetection_hpp_ |
|
|
|
#ifndef _ncvhaarobjectdetection_hpp_ |
|
|
|
#define _ncvhaarobjectdetection_hpp_ |
|
|
|
#define _ncvhaarobjectdetection_hpp_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __GNUC__ |
|
|
|
|
|
|
|
# pragma GCC diagnostic push |
|
|
|
|
|
|
|
# pragma GCC diagnostic ignored "-Wstrict-aliasing" |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#include <string> |
|
|
|
#include <string> |
|
|
|
#include "NCV.hpp" |
|
|
|
#include "NCV.hpp" |
|
|
|
|
|
|
|
|
|
|
@ -458,5 +463,8 @@ NCV_EXPORTS NCVStatus ncvHaarStoreNVBIN_host(const std::string &filename, |
|
|
|
NCVVector<HaarFeature64> &h_HaarFeatures); |
|
|
|
NCVVector<HaarFeature64> &h_HaarFeatures); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __GNUC__ |
|
|
|
|
|
|
|
# pragma GCC diagnostic pop |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#endif // _ncvhaarobjectdetection_hpp_
|
|
|
|
#endif // _ncvhaarobjectdetection_hpp_
|
|
|
|