MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Specialization of the template class CPixelConversion for both pixels of a same type (no conversion). More...
#include <mdsPixelConversions.h>
Public Types | |
typedef T | tPixel |
Input pixel type. | |
typedef T | tResult |
Output pixel type. | |
Static Public Member Functions | |
static T | convert (const T &Value) |
Method for pixel value conversion. |
Specialization of the template class CPixelConversion for both pixels of a same type (no conversion).
typedef T mds::img::CPixelConversion< T, T >::tPixel |
Input pixel type.
typedef T mds::img::CPixelConversion< T, T >::tResult |
Output pixel type.
static T mds::img::CPixelConversion< T, T >::convert | ( | const T & | Value | ) | [static] |
Method for pixel value conversion.