![]() |
zxhproj v 2.2
zxhproj
|
zxhImageProcessGaussian.cpp for each dimension: sigma, compute kernalsize, compute the 1D kernal The parameter sigma^2 is referred to as the scale parameter with the interpretation that image structures of spatial size smaller than about sigma have largely been smoothed away in the scale-space level at scale sigma^2. More...
#include <zxhImageProcessGaussian.h>
Public Member Functions | |
| void | SetSigmas (float *sigmas) |
| sigma here is of unit voxel, NOT mm | |
| void | SetSigma (float sigma) |
| virtual bool | Evaluate () |
Protected Attributes | |
| float | m_fSigmas [ImageDimensionMax] |
| float | m_fKernalSizeFromSigma |
zxhImageProcessGaussian.cpp for each dimension: sigma, compute kernalsize, compute the 1D kernal The parameter sigma^2 is referred to as the scale parameter with the interpretation that image structures of spatial size smaller than about sigma have largely been smoothed away in the scale-space level at scale sigma^2.