Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
ImageDecoderCVProps Class Reference

#include <ImageDecoderCV.h>

Inheritance diagram for ImageDecoderCVProps:
Inheritance graph
Collaboration diagram for ImageDecoderCVProps:
Collaboration graph

Public Member Functions

 ImageDecoderCVProps ()
 
apra::ScalarPropertyValue getProperty (const std::string &propName) const
 
bool setProperty (const std::string &propName, const apra::ScalarPropertyValue &value)
 
std::vector< std::string > dynamicPropertyNames () const
 
- Public Member Functions inherited from ModuleProps
 ModuleProps ()
 
 ModuleProps (float _fps)
 
 ModuleProps (float _fps, size_t _qlen, bool _logHealth)
 
 ModuleProps (FrameFetchStrategy _frameFetchStrategy)
 
size_t getQLen ()
 
virtual size_t getSerializeSize ()
 

Static Public Member Functions

template<typename PropsT >
static void applyProperties (PropsT &props, const std::map< std::string, apra::ScalarPropertyValue > &values, std::vector< std::string > &missingRequired)
 

Additional Inherited Members

- Public Types inherited from ModuleProps
enum  FrameFetchStrategy { PUSH , PULL }
 
- Public Attributes inherited from ModuleProps
float fps
 
size_t qlen
 
bool logHealth
 
int logHealthFrequency
 
size_t maxConcurrentFrames
 
int skipN = 0
 
int skipD = 1
 
FrameFetchStrategy frameFetchStrategy
 
QuePushStrategy::QuePushStrategyType quePushStrategyType
 
FIndexStrategy::FIndexStrategyType fIndexStrategyType
 
bool enableHealthCallBack
 
int healthUpdateIntervalInSec
 

Constructor & Destructor Documentation

◆ ImageDecoderCVProps()

ImageDecoderCVProps::ImageDecoderCVProps ( )
inline

Member Function Documentation

◆ applyProperties()

template<typename PropsT >
static void ImageDecoderCVProps::applyProperties ( PropsT & props,
const std::map< std::string, apra::ScalarPropertyValue > & values,
std::vector< std::string > & missingRequired )
inlinestatic

◆ dynamicPropertyNames()

std::vector< std::string > ImageDecoderCVProps::dynamicPropertyNames ( ) const
inline

◆ getProperty()

apra::ScalarPropertyValue ImageDecoderCVProps::getProperty ( const std::string & propName) const
inline

◆ setProperty()

bool ImageDecoderCVProps::setProperty ( const std::string & propName,
const apra::ScalarPropertyValue & value )
inline

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