MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Types | Static Public Member Functions
mds::img::CPixelConversion< tComplexPixel, tRGBPixel > Class Template Reference

Full specialization of the CPixelConversion class for the tComplexPixel and tRGBPixel types to prevent ambiquity. More...

#include <mdsPixelConversions.h>

List of all members.

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.

Detailed Description

template<>
class mds::img::CPixelConversion< tComplexPixel, tRGBPixel >

Full specialization of the CPixelConversion class for the tComplexPixel and tRGBPixel types to prevent ambiquity.


Member Typedef Documentation

Input pixel type.

Output pixel type.


Member Function Documentation

Method for pixel value conversion.


The documentation for this class was generated from the following files: