Back to Adaptive Vision Library website
You are here: Start » Function Reference » Histogram Basics » HistogramToIntegerArray_Deprecated
HistogramToIntegerArray_Deprecated
Converts a histogram to an array of its bin values.
Syntax
C++
C#
void avl::HistogramToIntegerArray_Deprecated ( const avl::Histogram& inHistogram, atl::Array<int>& outArray )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | const Histogram& | Input histogram | |
![]() |
outArray | Array<int>& |


