|
A Survey of Gaussian Convolution Algorithms
|
struct of program parameters More...
Data Fields | |
| const char * | bench_type |
| long | N |
| long | num_runs |
| long | n0 |
| const char * | algo |
| Name of the convolution algorithm. More... | |
| double | sigma |
| int | K |
| parameter K More... | |
| double | tol |
| Tolerance. More... | |
| const char * | input_file |
| Input file. | |
| const char * | output_file |
| Output file (blurred) | |
struct of program parameters
Definition at line 208 of file gaussian_bench.c.
| const char * program_params::algo |
Name of the convolution algorithm.
Name of the convolution algorithm
Definition at line 214 of file gaussian_bench.c.
| const char* program_params::bench_type |
Benchmark type
Definition at line 210 of file gaussian_bench.c.
| int program_params::K |
| long program_params::N |
Length of the input signal
Definition at line 211 of file gaussian_bench.c.
| long program_params::n0 |
Impulse location (default = N/2)
Definition at line 213 of file gaussian_bench.c.
| long program_params::num_runs |
Number of runs for speed measurement
Definition at line 212 of file gaussian_bench.c.
| double program_params::sigma |
sigma parameter of the Gaussian
Definition at line 215 of file gaussian_bench.c.
| double program_params::tol |
1.8.3.1