Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Bial::ImageInterpolation Namespace Reference

Functions

template<class D >
Image< D > Interpolation (const Image< D > &img, float dx, float dy, const PixelInterpolation &interpolation_type)
 Computes the interpolation of the 2D input image with given dimensions and intepolation type. More...
 
template<class D >
Image< D > Interpolation (const Image< D > &img, float dx, float dy, float dz, const PixelInterpolation &interpolation_type)
 Computes the interpolation of the 3D input image with given dimensions and intepolation type. More...
 

Function Documentation

template<class D >
Image< D > Bial::ImageInterpolation::Interpolation ( const Image< D > &  img,
float  dx,
float  dy,
const PixelInterpolation interpolation_type 
)

Computes the interpolation of the 2D input image with given dimensions and intepolation type.

Date
2016/Set/15
Parameters
img2D input image.
interpolation_typetype of interpolation.
Returns
Returns an interpolation of the 2D input image.
Warning
none.
template<class D >
Image< D > Bial::ImageInterpolation::Interpolation ( const Image< D > &  img,
float  dx,
float  dy,
float  dz,
const PixelInterpolation interpolation_type 
)

Computes the interpolation of the 3D input image with given dimensions and intepolation type.

Date
2016/Set/15
Parameters
img3D input image.
interpolation_typetype of interpolation.
Returns
Returns an interpolation of the 3D input image.
Warning
none.