Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the HOG context structure.
IppStatus ippiHOGGetSize(const IppiHOGConfig* pConfig, int* pHOGSpecSize);
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 HOG context structure, in bytes.
This function checks the parameters of the HOG configuration and computes the size, in bytes, of the HOG context structure pHOGSpecSize.
For an example on how to use this function, refer to the example provided with the HOG function description.
cellSize is less than 2, or more than IPP_HOG_MAX_CELL
cellSize is more than blockSize, or blockSize is more than IPP_HOG_MAX_BLOCK
blockSize is not a multiple of cellSize
Block does not have 2x2 cell geometry
blockStride is not a multiple of cellSize
Detection window size is not a multiple of blockStride
nbins is less than 2, or more than IPP_HOG_MAX_BINS
sigma or threshold value is less than, or equal to zero