Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the work buffer for the ippiHOG function.
IppStatus ippiHOGGetBufferSize(const IppiHOGSpec* pHOGSpec, IppiSize roiSize, int* pBufferSize);
ippi.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Pointer to the HOG context structure.
Maximum size of the source image ROI, in pixels.
Pointer to the size of the work buffer, in bytes.
This function computes the size of the work buffer for the HOG function.
For an example on how to use this function, refer to the example provided with the HOG function description.