SRHNFree_PSF3x3, SRHNFree_PSF2x2

Deallocates the internal representation of the PSF table.

Syntax

IppStatus ippiSRHNFree_PSF3x3(IppiSRHNSpec_PSF3x3* pPSF);

IppStatus ippiSRHNFree_PSF2x2(IppiSRHNSpec_PSF2x2* pPSF);

Parameters

pPSF
Pointer to the PSF table.

Description

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.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if the pPSF pointer is NULL.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.