Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the HOG descriptor.
IppStatus ippiHOGGetDescriptorSize(const IppiHOGSpec* pHOGSpec, int* pWinDescriptorSize);
ippi.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Pointer to the HOG context structure.
Pointer to the size of the descriptor window, in bytes.
This function computes the size of the buffer for a single detection window. If the subsequent call(s) of the HOG function target processing of multiple detection windows, the size of the buffer must be increased proportionally.
For an example on how to use this function, refer to the example provided with the HOG function description.