Astra SDK  v2.1.3
| 类型定义 | 函数

struct  astra::RgbPixel
 rgb pixel struct 更多...
 
struct  astra::RgbaPixel
 rgba pixel struct 更多...
 
class  astra::ImageStreamMode
 Image Stream Mode
更多...
 
class  astra::ImageStream
 basic Image Stream 更多...
 
class  astra::ImageFrame< TDataType, TStreamType >
 Basic Image Frame 更多...
 

类型定义

typedef RgbaPixel astra::RGBAPixel
 

函数

bool astra::operator== (const ImageStreamMode &lhs, const ImageStreamMode &rhs)
 compare is ImageStreamMode equal 更多...
 
bool astra::operator!= (const ImageStreamMode &lhs, const ImageStreamMode &rhs)
 compare is ImageStreamMode not equal 更多...
 
std::ostream & astra::operator<< (std::ostream &os, const ImageStreamMode &ism)
 

详细描述

函数说明

◆ operator!=()

bool astra::operator!= ( const ImageStreamMode lhs,
const ImageStreamMode rhs 
)
inline

compare is ImageStreamMode not equal

参数
[in]ImageStreamMode
[in]ImageStreamMode
返回
is ImageStreamMode not equal

◆ operator==()

bool astra::operator== ( const ImageStreamMode lhs,
const ImageStreamMode rhs 
)
inline

compare is ImageStreamMode equal

参数
[in]ImageStreamMode
[in]ImageStreamMode
返回
is ImageStreamMode equal