File size: 805 Bytes
7fc5a59 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | #ifndef OPENPOSE_HAND_HEADERS_HPP
#define OPENPOSE_HAND_HEADERS_HPP
// hand module
#include <openpose/hand/handDetector.hpp>
#include <openpose/hand/handDetectorFromTxt.hpp>
#include <openpose/hand/handExtractorCaffe.hpp>
#include <openpose/hand/handExtractorNet.hpp>
#include <openpose/hand/handParameters.hpp>
#include <openpose/hand/handCpuRenderer.hpp>
#include <openpose/hand/handGpuRenderer.hpp>
#include <openpose/hand/handRenderer.hpp>
#include <openpose/hand/renderHand.hpp>
#include <openpose/hand/wHandDetector.hpp>
#include <openpose/hand/wHandDetectorFromTxt.hpp>
#include <openpose/hand/wHandDetectorTracking.hpp>
#include <openpose/hand/wHandDetectorUpdate.hpp>
#include <openpose/hand/wHandExtractorNet.hpp>
#include <openpose/hand/wHandRenderer.hpp>
#endif // OPENPOSE_HAND_HEADERS_HPP
|