The flutter shutter camera simulator
Functions | Variables
flutter.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void flutter_kernel (double[], double[], int, int, int, float, float)
void flutter_restore (double[], int, int, int, float, double[], int, float)
float integral_code (int, float)
void flutter_kernel_k (double[], double[], int, int, int, float, float)
void add_poisson_noise (float[], int, int, float)
void flutter_numerical (double[], int, int, int, float, float, float)
void flutter_analog (double[], int, int, int, float, float, float)

Variables

const int num_code
const int code_length

Function Documentation

void add_poisson_noise ( float  [],
int  ,
int  ,
float   
)
void flutter_analog ( double  [],
int  ,
int  ,
int  ,
float  ,
float  ,
float   
)
void flutter_kernel ( double  [],
double  [],
int  ,
int  ,
int  ,
float  ,
float   
)
void flutter_kernel_k ( double  [],
double  [],
int  ,
int  ,
int  ,
float  ,
float   
)
void flutter_numerical ( double  [],
int  ,
int  ,
int  ,
float  ,
float  ,
float   
)
void flutter_restore ( double  [],
int  ,
int  ,
int  ,
float  ,
double  [],
int  ,
float   
)
float integral_code ( int  ,
float   
)

Definition at line 260 of file flutter.cpp.

Here is the caller graph for this function:


Variable Documentation

const int code_length

Definition at line 45 of file codes_flutter.cpp.

const int num_code

Definition at line 44 of file codes_flutter.cpp.

 All Files Functions Variables Typedefs Defines