libauxiliar.cpp File Reference

#include "libauxiliar.h"
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <cmath>
#include <time.h>
#include <unistd.h>
#include <iostream>
#include <fstream>
#include <cassert>
Include dependency graph for libauxiliar.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void fpClear (float *fpI, float fValue, int iLength)
void wxFillExpLut (float *lut, int size)
float wxSLUT (float dif, float *lut)
float fiL2FloatDist (float *u0, float *u1, int i0, int j0, int i1, int j1, int radius, int width0, int width1)
float fiL2FloatDist (float **u0, float **u1, int i0, int j0, int i1, int j1, int radius, int channels, int width0, int width1)
void fiAddNoise (float *u, float *v, float std, long int randinit, int size)

Function Documentation

void fiAddNoise ( float *  u,
float *  v,
float  std,
long int  randinit,
int  size 
)

Definition at line 99 of file libauxiliar.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

float fiL2FloatDist ( float **  u0,
float **  u1,
int  i0,
int  j0,
int  i1,
int  j1,
int  radius,
int  channels,
int  width0,
int  width1 
)

Definition at line 81 of file libauxiliar.cpp.

Here is the call graph for this function:

float fiL2FloatDist ( float *  u0,
float *  u1,
int  i0,
int  j0,
int  i1,
int  j1,
int  radius,
int  width0,
int  width1 
)

Definition at line 57 of file libauxiliar.cpp.

Here is the caller graph for this function:

void fpClear ( float *  fpI,
float  fValue,
int  iLength 
)

Definition at line 23 of file libauxiliar.cpp.

Here is the caller graph for this function:

void wxFillExpLut ( float *  lut,
int  size 
)

Definition at line 33 of file libauxiliar.cpp.

Here is the caller graph for this function:

float wxSLUT ( float  dif,
float *  lut 
)

Definition at line 40 of file libauxiliar.cpp.

Here is the caller graph for this function:

 All Files Functions Variables Defines
Generated on Thu Sep 1 09:57:53 2011 for non local means denoising by  doxygen 1.6.3