1 #ifndef OPENPOSE_NET_NMS_CAFFE_HPP
2 #define OPENPOSE_NET_NMS_CAFFE_HPP
22 const int maxPeaks,
const int outputChannels = -1,
const int gpuID = 0);
24 virtual inline const char*
type()
const {
return "Nms"; }
26 void setThreshold(
const T threshold);
29 void setOffset(
const Point<T>& offset);
51 std::unique_ptr<ImplNmsCaffe> upImpl;
59 #endif // OPENPOSE_NET_NMS_CAFFE_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:33
virtual const char * type() const
Definition: nmsCaffe.hpp:24
Definition: macros.hpp:80
std::vector< T, Alloc > vector
Definition: cl2.hpp:567
Definition: nmsCaffe.hpp:12
#define OP_API
Definition: macros.hpp:18