#include <gui.hpp>
Definition at line 14 of file gui.hpp.
◆ Gui()
op::Gui::Gui |
( |
const Point< int > & |
outputSize, |
|
|
const bool |
fullScreen, |
|
|
const std::shared_ptr< std::atomic< bool >> & |
isRunningSharedPtr, |
|
|
const std::shared_ptr< std::pair< std::atomic< bool >, std::atomic< int >>> & |
videoSeekSharedPtr = nullptr , |
|
|
const std::vector< std::shared_ptr< PoseExtractorNet >> & |
poseExtractorNets = {} , |
|
|
const std::vector< std::shared_ptr< FaceExtractorNet >> & |
faceExtractorNets = {} , |
|
|
const std::vector< std::shared_ptr< HandExtractorNet >> & |
handExtractorNets = {} , |
|
|
const std::vector< std::shared_ptr< Renderer >> & |
renderers = {} , |
|
|
const DisplayMode |
displayMode = DisplayMode::Display2D |
|
) |
| |
◆ ~Gui()
virtual op::Gui::~Gui |
( |
| ) |
|
|
virtual |
◆ initializationOnThread()
virtual void op::Gui::initializationOnThread |
( |
| ) |
|
|
virtual |
◆ setImage() [1/2]
void op::Gui::setImage |
( |
const Matrix & |
cvMatOutput | ) |
|
◆ setImage() [2/2]
void op::Gui::setImage |
( |
const std::vector< Matrix > & |
cvMatOutputs | ) |
|
◆ update()
virtual void op::Gui::update |
( |
| ) |
|
|
virtual |
◆ mDisplayMode
◆ mDisplayModeOriginal
◆ spIsRunning
std::shared_ptr<std::atomic<bool> > op::Gui::spIsRunning |
|
protected |
The documentation for this class was generated from the following file: