1 #ifndef OPENPOSE_FACE_FACE_EXTRACTOR_HPP
2 #define OPENPOSE_FACE_FACE_EXTRACTOR_HPP
6 #include <opencv2/core/core.hpp>
24 const std::vector<HeatMapType>& heatMapTypes = {},
37 void initializationOnThread();
60 bool getEnabled()
const;
62 void setEnabled(
const bool enabled);
75 virtual void netInitializationOnThread() = 0;
79 std::thread::id mThreadId;
81 void checkThread()
const;
87 #endif // OPENPOSE_FACE_FACE_EXTRACTOR_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:31
ScaleMode
Definition: enumClasses.hpp:6
Definition: rectangle.hpp:11
std::vector< T, Alloc > vector
Definition: cl2.hpp:567
#define OP_API
Definition: macros.hpp:16