1 #ifndef OPENPOSE_FACE_FACE_EXTRACTOR_HPP
2 #define OPENPOSE_FACE_FACE_EXTRACTOR_HPP
5 #include <opencv2/core/core.hpp>
23 const std::vector<HeatMapType>& heatMapTypes = {},
36 void initializationOnThread();
59 bool getEnabled()
const;
61 void setEnabled(
const bool enabled);
74 virtual void netInitializationOnThread() = 0;
78 std::thread::id mThreadId;
80 void checkThread()
const;
86 #endif // OPENPOSE_FACE_FACE_EXTRACTOR_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:34
ScaleMode
Definition: enumClasses.hpp:6
Definition: rectangle.hpp:11
std::vector< T, Alloc > vector
Definition: cl2.hpp:567
#define OP_API
Definition: macros.hpp:19