vil_gauss_filter_5tap_params Class Reference

#include <vil_gauss_filter.h>

List of all members.


Detailed Description

Definition at line 17 of file vil_gauss_filter.h.


Public Member Functions

 vil_gauss_filter_5tap_params (double sigma_)
 Set the.
double sigma () const
 The width of the Gaussian.
double filt2 () const
 Filter tap value.
double filt1 () const
 Filter tap value.
double filt0 () const
 Filter tap value.
double filt_edge2 () const
 Filter tap value.
double filt_edge1 () const
 Filter tap value.
double filt_edge0 () const
 Filter tap value.
double filt_pen_edge2 () const
 Filter tap value.
double filt_pen_edge1 () const
 Filter tap value.
double filt_pen_edge0 () const
 Filter tap value.
double filt_pen_edge_n1 () const
 Filter tap value.

Private Attributes

double sigma_
double filt2_
double filt1_
double filt0_
double filt_edge2_
double filt_edge1_
double filt_edge0_
double filt_pen_edge2_
double filt_pen_edge1_
double filt_pen_edge0_
double filt_pen_edge_n1_

Constructor & Destructor Documentation

vil_gauss_filter_5tap_params::vil_gauss_filter_5tap_params ( double  sigma_  )  [explicit]

Set the.

Definition at line 16 of file vil_gauss_filter.cxx.


Member Function Documentation

double vil_gauss_filter_5tap_params::sigma (  )  const [inline]

The width of the Gaussian.

Definition at line 28 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt2 (  )  const [inline]

Filter tap value.

The value of the two outside elements of the 5-tap 1D FIR filter

Definition at line 32 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt1 (  )  const [inline]

Filter tap value.

The value of elements 2 and 4 of the 5-tap 1D FIR filter

Definition at line 35 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt0 (  )  const [inline]

Filter tap value.

The value of the central element of the 5-tap 1D FIR filter

Definition at line 38 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_edge2 (  )  const [inline]

Filter tap value.

The value of the first element of the 3 tap 1D FIR filter for use at the edge of the window Corresponds to the filt2_ elements in a symmetrical filter

Definition at line 43 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_edge1 (  )  const [inline]

Filter tap value.

The value of the second element of the 3 tap 1D FIR filter for use at the edge of the window Corresponds to the filt1_ elements in a symmetrical filter

Definition at line 47 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_edge0 (  )  const [inline]

Filter tap value.

The value of the third element of the 3 tap 1D FIR filter for use at the edge of the window Corresponds to the filt0_ element in a symmetrical filter

Definition at line 51 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_pen_edge2 (  )  const [inline]

Filter tap value.

The value of the first element of the 4 tap 1D FIR filter for use 1 pixel away the edge of the window Corresponds to the filt2_ elements in a symmetrical filter

Definition at line 56 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_pen_edge1 (  )  const [inline]

Filter tap value.

The value of the second element of the 4 tap 1D FIR filter for use 1 pixel away the edge of the window Corresponds to the filt1_ elements in a symmetrical filter

Definition at line 60 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_pen_edge0 (  )  const [inline]

Filter tap value.

The value of the third element of the 4 tap 1D FIR filter for use 1 pixel away the edge of the window Corresponds to the filt0_ elements in a symmetrical filter

Definition at line 64 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_pen_edge_n1 (  )  const [inline]

Filter tap value.

The value of the fourth element of the 4 tap 1D FIR filter for use 1 pixel away the edge of the window Corresponds to the filt1_ elements in a symmetrical filter

Definition at line 68 of file vil_gauss_filter.h.


Member Data Documentation

double vil_gauss_filter_5tap_params::sigma_ [private]

Definition at line 19 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt2_ [private]

Definition at line 20 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt1_ [private]

Definition at line 20 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt0_ [private]

Definition at line 20 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_edge2_ [private]

Definition at line 21 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_edge1_ [private]

Definition at line 21 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_edge0_ [private]

Definition at line 21 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_pen_edge2_ [private]

Definition at line 22 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_pen_edge1_ [private]

Definition at line 22 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_pen_edge0_ [private]

Definition at line 22 of file vil_gauss_filter.h.

double vil_gauss_filter_5tap_params::filt_pen_edge_n1_ [private]

Definition at line 22 of file vil_gauss_filter.h.


The documentation for this class was generated from the following files:
Generated on Tue Dec 2 05:08:02 2008 for core/vil by  doxygen 1.5.1