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

Specialization of the CPixelConversion class for the tRGBPixel type. More...

#include <mdsPixelConversions.h>

List of all members.

Public Types

typedef tRGBPixel tPixel
 Input pixel type.
typedef R tResult
 Output pixel type.

Static Public Member Functions

static R convert (const tRGBPixel &Value)
 Method for pixel value conversion.

Detailed Description

template<typename R>
class mds::img::CPixelConversion< tRGBPixel, R >

Specialization of the CPixelConversion class for the tRGBPixel type.


Member Typedef Documentation

template<typename R >
typedef tRGBPixel mds::img::CPixelConversion< tRGBPixel, R >::tPixel

Input pixel type.

template<typename R >
typedef R mds::img::CPixelConversion< tRGBPixel, R >::tResult

Output pixel type.


Member Function Documentation

template<typename R >
R mds::img::CPixelConversion< tRGBPixel, R >::convert ( const tRGBPixel Value) [static]

Method for pixel value conversion.

  • RGB pixel intesity is computed and returned.

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