PyramidFree

Frees memory allocated for the pyramid structure.

Syntax

IppStatus ippiPyramidFree(IppiPyramid* pPyr);

Parameters

pPyr

Pointer to the pyramid structure.

Description

The function ippiPyramidFree is declared in the ippcv.h file. This function frees memory allocated by the function ippiPyramidInitAlloc for the pyramid structure pPyr.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if pPyr pointer is NULL.

Submit feedback on this help topic

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