ImageChangePhotometricInterpretation class Class to change the Photometric Interpetation of an input DICOM.
More...
#include <gdcmImageChangePhotometricInterpretation.h>
List of all members.
Static Public Member Functions |
template<typename T > |
static void | RGB2YBR (T ybr[3], const T rgb[3]) |
| colorspace converstion (based on CCIR Recommendation 601-2)
|
template<typename T > |
static void | YBR2RGB (T rgb[3], const T ybr[3]) |
Detailed Description
ImageChangePhotometricInterpretation class Class to change the Photometric Interpetation of an input DICOM.
Constructor & Destructor Documentation
gdcm::ImageChangePhotometricInterpretation::ImageChangePhotometricInterpretation |
( |
| ) |
|
|
inline |
gdcm::ImageChangePhotometricInterpretation::~ImageChangePhotometricInterpretation |
( |
| ) |
|
|
inline |
Member Function Documentation
bool gdcm::ImageChangePhotometricInterpretation::Change |
( |
| ) |
|
bool gdcm::ImageChangePhotometricInterpretation::ChangeMonochrome |
( |
| ) |
|
|
protected |
template<typename T >
void gdcm::ImageChangePhotometricInterpretation::RGB2YBR |
( |
T |
ybr[3], |
|
|
const T |
rgb[3] |
|
) |
| |
|
static |
colorspace converstion (based on CCIR Recommendation 601-2)
template<typename T >
void gdcm::ImageChangePhotometricInterpretation::YBR2RGB |
( |
T |
rgb[3], |
|
|
const T |
ybr[3] |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: