Sinc interpolator with Cosine window. More...
#include <cmtkSincInterpolator.h>
Public Types | |
typedef CosineSinc< NRadius > | Self |
This class. | |
Static Public Member Functions | |
static Types::Coordinate | GetWeight (const int i, const Types::Coordinate x) |
Get specific interpolation weight for relative coordinate. | |
Static Public Attributes | |
static const int | RegionSizeLeftRight = NRadius |
Size of the interpolation region in grid points to the left and right. | |
Static Private Attributes | |
static const Types::Coordinate | InternalFactor = 1.0 / (2*CosineSinc<NRadius>::RegionSizeLeftRight) |
Internal factor. |
Sinc interpolator with Cosine window.
Definition at line 79 of file cmtkSincInterpolator.h.
typedef CosineSinc<NRadius> cmtk::Interpolators::CosineSinc< NRadius >::Self |
This class.
Definition at line 83 of file cmtkSincInterpolator.h.
static Types::Coordinate cmtk::Interpolators::CosineSinc< NRadius >::GetWeight | ( | const int | i, |
const Types::Coordinate | x | ||
) | [inline, static] |
Get specific interpolation weight for relative coordinate.
Definition at line 89 of file cmtkSincInterpolator.h.
References M_PI.
const Types::Coordinate cmtk::Interpolators::CosineSinc< NRadius >::InternalFactor = 1.0 / (2*CosineSinc<NRadius>::RegionSizeLeftRight) [static, private] |
Internal factor.
Definition at line 98 of file cmtkSincInterpolator.h.
const int cmtk::Interpolators::CosineSinc< NRadius >::RegionSizeLeftRight = NRadius [static] |
Size of the interpolation region in grid points to the left and right.
Definition at line 86 of file cmtkSincInterpolator.h.