#include <gaussian_laplacian.hh>
Public Member Functions | |
| GaussianLaplacianFilterBase (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 and at the same time a second derivative 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 45 of file gaussian_laplacian.hh.
| GaussianLaplacianFilterBase | ( | Real | sigma = 1.0 |
) |
Initialization takes smoothing radius.
| static String GetAlgorithmName | ( | ) | [inline, static] |
Definition at line 54 of file gaussian_laplacian.hh.
| void SetQ | ( | Real | q | ) | [inline] |
| void SetSigma | ( | Real | sigma | ) | [inline] |
| void VisitState | ( | ImageStateImpl< T, D > & | s | ) | [inline] |
Definition at line 66 of file gaussian_laplacian.hh.
Definition at line 66 of file gaussian_laplacian.hh.
Definition at line 66 of file gaussian_laplacian.hh.
Definition at line 66 of file gaussian_laplacian.hh.
Definition at line 66 of file gaussian_laplacian.hh.
1.5.8