#include <gaussian.hh>
Public Member Functions | |
| GaussianFilterBase (Real sigma=1.0) | |
| template<typename T , class D > | |
| void | VisitState (ImageStateImpl< T, D > &s) |
| void | SetSigma (Real sigma) |
| void | SetQ (Real q) |
Static Public Member Functions | |
| static String | GetAlgorithmName () |
Protected Attributes | |
| Real | b0_ |
| Real | b1_ |
| Real | b2_ |
| Real | b3_ |
| Real | bb_ |
Applies a gaussian filter to the supplied image.
Implemented after
I.T.Young, L.J. van Vliet,"Recursive implementation of the
Gaussian filter",Signal Processing, 44(1995), 139-151
Definition at line 70 of file gaussian.hh.
| GaussianFilterBase | ( | Real | sigma = 1.0 |
) |
Initialization takes smoothing radius.
| static String GetAlgorithmName | ( | ) | [inline, static] |
Definition at line 104 of file gaussian.hh.
| void SetQ | ( | Real | q | ) | [inline] |
| void SetSigma | ( | Real | sigma | ) | [inline] |
| void VisitState | ( | ImageStateImpl< T, D > & | s | ) | [inline] |
Definition at line 108 of file gaussian.hh.
Definition at line 108 of file gaussian.hh.
Definition at line 108 of file gaussian.hh.
Definition at line 108 of file gaussian.hh.
Definition at line 108 of file gaussian.hh.
1.5.8