MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Base class for all policies providing image pixel interpolation. More...
#include <mdsInterpolate.h>
Public Types | |
enum | { TEMPLATE_PARAMETER_IS_NOT_IMAGE = I::CLASS_IMAGE } |
Check that I is an image. More... | |
typedef I::tImage | tImage |
Image type. | |
typedef I::tPixel | tPixel |
Image pixel type. |
Base class for all policies providing image pixel interpolation.
typedef I::tImage mds::img::CImageInterpolator< I >::tImage |
Image type.
Reimplemented in mds::img::CSinc< I >, mds::img::CBicubic< I >, mds::img::CBilinear< I >, and mds::img::CNearest< I >.
typedef I::tPixel mds::img::CImageInterpolator< I >::tPixel |
Image pixel type.
Reimplemented in mds::img::CSinc< I >, mds::img::CBicubic< I >, mds::img::CBilinear< I >, and mds::img::CNearest< I >.
anonymous enum |