#include <ColorConversionXForm.h>
|
| enum | ConversionType {
RGB_TO_MONO = 0
, BGR_TO_MONO
, BGR_TO_RGB
, RGB_TO_BGR
,
RGB_TO_YUV420PLANAR
, YUV420PLANAR_TO_RGB
, BAYERBG8_TO_MONO
, BAYERBG8_TO_RGB
,
BAYERGB8_TO_RGB
, BAYERRG8_TO_RGB
, BAYERGR8_TO_RGB
} |
| |
| enum | FrameFetchStrategy { PUSH
, PULL
} |
| |
◆ ConversionType
| Enumerator |
|---|
| RGB_TO_MONO | |
| BGR_TO_MONO | |
| BGR_TO_RGB | |
| RGB_TO_BGR | |
| RGB_TO_YUV420PLANAR | |
| YUV420PLANAR_TO_RGB | |
| BAYERBG8_TO_MONO | |
| BAYERBG8_TO_RGB | |
| BAYERGB8_TO_RGB | |
| BAYERRG8_TO_RGB | |
| BAYERGR8_TO_RGB | |
◆ ColorConversionProps() [1/2]
◆ ColorConversionProps() [2/2]
| ColorConversionProps::ColorConversionProps |
( |
| ) |
|
|
inline |
◆ applyProperties()
template<typename PropsT >
| static void ColorConversionProps::applyProperties |
( |
PropsT & | props, |
|
|
const std::map< std::string, apra::ScalarPropertyValue > & | values, |
|
|
std::vector< std::string > & | missingRequired ) |
|
inlinestatic |
◆ dynamicPropertyNames()
| static std::vector< std::string > ColorConversionProps::dynamicPropertyNames |
( |
| ) |
|
|
inlinestatic |
◆ getProperty()
◆ setProperty()
◆ type
The documentation for this class was generated from the following file: