InpaintFree

Frees memory allocated for the structure for image inpainting.

Syntax

IppStatus ippiInpaintFree_8u_C1R(IppiInpaintState_8u_C1R* pState);

IppStatus ippiInpaintFree_8u_C3R(IppiInpaintState_8u_C3R* pState);

Parameters

pState
Pointer to the state structure for the image inpaiting.

Description

The function ippiInpaintFree is declared in the ippcv.h This function frees memory allocated by the function ippiInpaintInitAlloc for the inpainting structure pState.

Return Values

ippStsNoErr

Indicates no error. Any other value indicates an error or a warning.

ippStsNullPtrErr

Indicates an error condition if the pState pointer is NULL.

Submit feedback on this help topic

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