Deallocates the internal representation of the PSF table.
IppStatus ippiSRHNFree_PSF3x3(IppiSRHNSpec_PSF3x3* pPSF);
IppStatus ippiSRHNFree_PSF2x2(IppiSRHNSpec_PSF2x2* pPSF);
The functions ippiSRHNFree_PSF3x3 and ippiSRHNFree_PSF2x2 are declared in the ippcv.h file. These functions deallocates the internal table representation of the 3x3 or 2x2 point spread functions (PSF) respectively.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pPSF pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.