| | |
| | | extern "C"{ |
| | | #endif |
| | | |
| | | #include "csrc/struct.h" |
| | | #include "csdk_struct.h" |
| | | |
| | | #ifndef uchar |
| | | typedef unsigned char uchar; |
| | |
| | | #ifndef _c_wrapper_face_detector_all_hpp_ |
| | | #define _c_wrapper_face_detector_all_hpp_ |
| | | |
| | | #include "detector.cpp" |
| | | #include "extractor.cpp" |
| | | #include "property.cpp" |
| | | #include "tracker.cpp" |
| | | #include "buz/face/detector.cpp" |
| | | #include "buz/face/extractor.cpp" |
| | | #include "buz/face/property.cpp" |
| | | #include "buz/face/tracker.cpp" |
| | | |
| | | #endif |
File was renamed from csrc/detector.cpp |
| | |
| | | |
| | | #include "THFaceImage_i.h" |
| | | |
| | | #include "struct.h" |
| | | #include "csdk_struct.h" |
| | | |
| | | namespace csdk_wrap |
| | | { |
File was renamed from csrc/detector.h |
| | |
| | | #ifndef _c_wrapper_face_detector_hpp_ |
| | | #define _c_wrapper_face_detector_hpp_ |
| | | |
| | | #include "base.hpp" |
| | | #include "../base.hpp" |
| | | |
| | | |
| | | struct _cFacePos; |
File was renamed from csrc/extractor.cpp |
| | |
| | | #include "extractor.h" |
| | | |
| | | #include "THFeature_i.h" |
| | | #include "struct.h" |
| | | #include "csdk_struct.h" |
| | | |
| | | namespace csdk_wrap{ |
| | | |
File was renamed from csrc/extractor.h |
| | |
| | | #ifndef _c_wrapper_face_extractor_h_ |
| | | #define _c_wrapper_face_extractor_h_ |
| | | |
| | | #include "base.hpp" |
| | | #include "../base.hpp" |
| | | |
| | | struct _cFacePos; |
| | | struct _cIMAGE; |
File was renamed from csrc/property.cpp |
| | |
| | | #include "property.h" |
| | | |
| | | #include "THFaceProperty_i.h" |
| | | #include "struct.h" |
| | | #include "csdk_struct.h" |
| | | |
| | | namespace csdk_wrap{ |
| | | |
File was renamed from csrc/property.h |
| | |
| | | #ifndef _c_wrapper_face_property_h_ |
| | | #define _c_wrapper_face_property_h_ |
| | | |
| | | #include "base.hpp" |
| | | #include "../base.hpp" |
| | | |
| | | struct _cThftResult; |
| | | struct _cFacePos; |
File was renamed from csrc/tracker.h |
| | |
| | | #ifndef _c_wrapper_face_tracker_h_ |
| | | #define _c_wrapper_face_tracker_h_ |
| | | |
| | | #include "base.hpp" |
| | | #include "../base.hpp" |
| | | |
| | | struct _cRECT; |
| | | struct _cFaceInfo; |