Developer Reference for Intel® Integrated Performance Primitives
Returns the array with level values stored in the specification structure.
IppStatus ippiHistogramGetLevels(const IppiHistogramSpec* pSpec, Ipp32f* pLevels[]);
ippi.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pSpec |
Pointer to the specification structure. |
pLevels |
Pointer to the array of pointers to the level values vectors for each channel. |
The ippiHistogramGetLevels function returns the level values stored in the histogram specification structure.
For an example on how to use this function, refer to the example provided with the Histogram function description.
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error when one of the specified pointers is NULL. |
ippStsBadArgErr |
Indicates an error when the pSpec object is not initialized. |