![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Specialization of the CPixelConversion class for the tRGBPixel type. More...
#include <mdsPixelConversions.h>
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. | |
Specialization of the CPixelConversion class for the tRGBPixel type.
| typedef tRGBPixel mds::img::CPixelConversion< tRGBPixel, R >::tPixel |
Input pixel type.
| typedef R mds::img::CPixelConversion< tRGBPixel, R >::tResult |
Output pixel type.
| R mds::img::CPixelConversion< tRGBPixel, R >::convert | ( | const tRGBPixel & | Value | ) | [static] |
Method for pixel value conversion.
1.7.6.1