OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::NetOpenCv Class Reference

#include <netOpenCv.hpp>

Inheritance diagram for op::NetOpenCv:
op::Net

Public Member Functions

 NetOpenCv (const std::string &caffeProto, const std::string &caffeTrainedModel, const int gpuId=0)
 
virtual ~NetOpenCv ()
 
void initializationOnThread ()
 
void forwardPass (const Array< float > &inputNetData) const
 
std::shared_ptr< ArrayCpuGpu< float > > getOutputBlobArray () const
 
- Public Member Functions inherited from op::Net
virtual ~Net ()
 

Detailed Description

Definition at line 9 of file netOpenCv.hpp.

Constructor & Destructor Documentation

◆ NetOpenCv()

op::NetOpenCv::NetOpenCv ( const std::string &  caffeProto,
const std::string &  caffeTrainedModel,
const int  gpuId = 0 
)

◆ ~NetOpenCv()

virtual op::NetOpenCv::~NetOpenCv ( )
virtual

Member Function Documentation

◆ forwardPass()

void op::NetOpenCv::forwardPass ( const Array< float > &  inputNetData) const
virtual

Implements op::Net.

◆ getOutputBlobArray()

std::shared_ptr<ArrayCpuGpu<float> > op::NetOpenCv::getOutputBlobArray ( ) const
virtual

Implements op::Net.

◆ initializationOnThread()

void op::NetOpenCv::initializationOnThread ( )
virtual

Implements op::Net.


The documentation for this class was generated from the following file: