Creates and initializes a denoise specification structure for spatio-temporal motion adaptive mosquito noise reduction filtering.
IppStatus ippiFilterDenoiseMosquitoInitAlloc_8u_C1(IppiDenoiseMosquitoState_8u_C1** ppState, IppiSize roiSize);
ppState |
Pointer to pointer to the denoise specification structure to be created. |
roiSize |
Size of the source image ROI in pixels that will be processed. |
The function ippiFilterDenoiseMosquitoInitAlloc_8u_C1 is declared in the ippvc.h file. The function creates and initializes the denoise specification structure for spatio-temporal motion adaptive mosquito noise reduction filtering.
ippStsNoErr |
Indicates no error. Any other value indicates an error. |
ippStsNullPtrErr |
Indicates an error condition when the specified pointer is NULL. |
ippStsSizeErr |
Indicates an error condition if roiSize has a field with zero or negative value. |
ippStsMemAllocErr |
Indicates an error condition when no memory is allocated. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.