Frees memory allocated for the pyramid structure.
IppStatus ippiPyramidFree(IppiPyramid* pPyr);
Pointer to the pyramid structure.
The function ippiPyramidFree is declared in the ippcv.h file. This function frees memory allocated by the function ippiPyramidInitAlloc for the pyramid structure pPyr.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pPyr pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.