Frees memory allocated for the structure for image inpainting.
IppStatus ippiInpaintFree_8u_C1R(IppiInpaintState_8u_C1R* pState);
IppStatus ippiInpaintFree_8u_C3R(IppiInpaintState_8u_C3R* pState);
The function ippiInpaintFree is declared in the ippcv.h This function frees memory allocated by the function ippiInpaintInitAlloc for the inpainting structure pState.
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error condition if the pState pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.