Sinc interpolator with Hamming window. More...
#include <cmtkSincInterpolator.h>
Public Types | |
| typedef HammingSinc< 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 / HammingSinc<NRadius>::RegionSizeLeftRight |
| Internal factor. | |
Sinc interpolator with Hamming window.
Definition at line 53 of file cmtkSincInterpolator.h.
| typedef HammingSinc<NRadius> cmtk::Interpolators::HammingSinc< NRadius >::Self |
This class.
Definition at line 57 of file cmtkSincInterpolator.h.
| static Types::Coordinate cmtk::Interpolators::HammingSinc< NRadius >::GetWeight | ( | const int | i, |
| const Types::Coordinate | x | ||
| ) | [inline, static] |
Get specific interpolation weight for relative coordinate.
Definition at line 63 of file cmtkSincInterpolator.h.
References M_PI.
const Types::Coordinate cmtk::Interpolators::HammingSinc< NRadius >::InternalFactor = 1.0 / HammingSinc<NRadius>::RegionSizeLeftRight [static, private] |
Internal factor.
Definition at line 72 of file cmtkSincInterpolator.h.
const int cmtk::Interpolators::HammingSinc< NRadius >::RegionSizeLeftRight = NRadius [static] |
Size of the interpolation region in grid points to the left and right.
Definition at line 60 of file cmtkSincInterpolator.h.
1.7.2