|
A Survey of Gaussian Convolution Algorithms
|
Coefficients for extended box filter Gaussian approximation. More...
#include <gaussian_conv_ebox.h>
Data Fields | |
| num | c_1 |
| num | c_2 |
| long | r |
| int | K |
Coefficients for extended box filter Gaussian approximation.
Definition at line 61 of file gaussian_conv_ebox.h.
| num ebox_coeffs_::c_1 |
Outer box weight
Definition at line 63 of file gaussian_conv_ebox.h.
| num ebox_coeffs_::c_2 |
Inner box weight
Definition at line 64 of file gaussian_conv_ebox.h.
| int ebox_coeffs_::K |
Number of filtering passes
Definition at line 66 of file gaussian_conv_ebox.h.
| long ebox_coeffs_::r |
Inner box radius
Definition at line 65 of file gaussian_conv_ebox.h.
1.8.3.1