A Survey of Gaussian Convolution Algorithms
Data Fields
ebox_coeffs_ Struct Reference

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
 

Detailed Description

Coefficients for extended box filter Gaussian approximation.

Definition at line 61 of file gaussian_conv_ebox.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: