Jetson Linux API 参考文档

32.7.4 版本
Argus::Ext::IBayerAverageMapSettings 类参考抽象类

详细描述

Bayer 平均映射设置的接口

定义于文件 BayerAverageMap.h 的第 74 行。

Argus::Ext::IBayerAverageMapSettings 的继承关系图
Argus::Ext::IBayerAverageMapSettings 的协作图

公共成员函数

virtual void setBayerAverageMapEnable (bool enable)=0
 启用或禁用 Bayer 平均映射生成。更多...
 
virtual bool getBayerAverageMapEnable () const =0
 

静态公共成员函数

static const InterfaceIDid ()
 

保护成员函数

 ~IBayerAverageMapSettings ()
 

构造函数 & 析构函数文档

◆ ~IBayerAverageMapSettings()

Argus::Ext::IBayerAverageMapSettings::~IBayerAverageMapSettings ( )
内联protected

定义于文件 BayerAverageMap.h 的第 93 行。

成员函数文档

◆ getBayerAverageMapEnable()

virtual bool Argus::Ext::IBayerAverageMapSettings::getBayerAverageMapEnable ( ) const
pure virtual
返回值
Bayer 平均映射生成是否启用。

◆ id()

static const InterfaceID& Argus::Ext::IBayerAverageMapSettings::id ( )
内联静态

定义于文件 BayerAverageMap.h 的第 77 行。

◆ setBayerAverageMapEnable()

virtual void Argus::Ext::IBayerAverageMapSettings::setBayerAverageMapEnable ( bool  enable)
pure virtual

启用或禁用 Bayer 平均映射生成。

启用后,已完成捕获返回的 CaptureMetadata 将公开 IBayerAverageMap 接口。

参数
[in]enableBayer 平均映射生成是否启用。

此类的文档由以下文件生成
. All rights reserved.