MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Full specialization of the CPixelConversion class for the tComplexPixel and tRGBPixel types to prevent ambiquity. More...
#include <mdsPixelConversions.h>
Public Types | |
typedef tComplexPixel | tPixel |
Input pixel type. | |
typedef tRGBPixel | tResult |
Output pixel type. | |
Static Public Member Functions | |
static tRGBPixel | convert (const tComplexPixel &Value) |
Method for pixel value conversion. |
Full specialization of the CPixelConversion class for the tComplexPixel and tRGBPixel types to prevent ambiquity.
typedef tComplexPixel mds::img::CPixelConversion< tComplexPixel, tRGBPixel >::tPixel |
Input pixel type.
typedef tRGBPixel mds::img::CPixelConversion< tComplexPixel, tRGBPixel >::tResult |
Output pixel type.
tRGBPixel mds::img::CPixelConversion< tComplexPixel, tRGBPixel >::convert | ( | const tComplexPixel & | Value | ) | [static] |
Method for pixel value conversion.