Computes the size of the lower pyramid layer.
IppStatus ippiGetPyramidDownROI(IppiSize srcRoiSize, IppiSize* pDstRoiSize, Ipp32f rate);
The function ippiGetPyramidDownROI is declared in the ippcv.h file. It operates with ROI (see Regions of Interest in Intel IPP).
This function computes the size of the lower pyramid layer
pDstRoiSize for a source layer of
a given size srcRoiSize and
specified size ratio rate between
them in accordance with the following formulas:
Since for the non-integer rate results depend on the computational precision, it is strongly recommended to use this function in computations.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pDstRoiSize pointer is NULL. |
ippStsSizeErr |
Indicates an error condition if srcRoiSize has a field with zero or negative value. |
ippStsBadArgErr |
Indicates an error condition if rate is out of the range. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.