Denoising functions. More...
#include "libdenoising.h"
#include "libauxiliar.h"
Go to the source code of this file.
Functions | |
void | nlmeans_ipol (int iDWin, int iDBloc, float fSigma, float fFiltPar, float **fpI, float **fpO, int iChannels, int iWidth, int iHeight) |
Denoising functions.
Definition in file libdenoising.cpp.
void nlmeans_ipol | ( | int | iDWin, | |
int | iDBloc, | |||
float | fSigma, | |||
float | fFiltPar, | |||
float ** | fpI, | |||
float ** | fpO, | |||
int | iChannels, | |||
int | iWidth, | |||
int | iHeight | |||
) |
Definition at line 49 of file libdenoising.cpp.