Interface 用于查询元数据以正确解释压缩的直方图数据。 返回归一化的 bin 值,以正确解释压缩的拜耳直方图数据。 只有在直方图被压缩的情况下,此接口才会被公开。
此接口可从以下位置获得
定义于文件 69 行 NonLinearHistogram.h。
◆ ~INonLinearHistogram()
Argus::Ext::INonLinearHistogram::~INonLinearHistogram |
( |
| ) |
|
|
inlineprotected |
◆ getHistogramBinValues()
virtual Status Argus::Ext::INonLinearHistogram::getHistogramBinValues |
( |
std::vector< BayerTuple< float > > * |
binValues | ) |
const |
|
纯虚函数 |
返回拜耳直方图数据的 bin 的平均拜耳值。
- 参数
-
例如,对于非线性直方图
IBayerHistogram->getHistogram(&histogram); INonLinearHistogram->getBinValues(&values);
for(int i = 0 ; i < histogram.size() ; i++) { cout<<" bin: " << i <<" 归一化 bin 值: " << values[i] <<" 频率: " << histogram[i]; }
◆ id()
static const InterfaceID& Argus::Ext::INonLinearHistogram::id |
( |
| ) |
|
|
inlinestatic |
此类的文档由以下文件生成