ImageChangePhotometricInterpretation class Class to change the Photometric Interpetation of an input DICOM.
More...
#include <gdcmImageChangePhotometricInterpretation.h>
|
template<typename T > |
static void | RGB2YBR (T ybr[3], const T rgb[3]) |
| colorspace converstion (based on CCIR Recommendation 601-2) More...
|
|
template<typename T > |
static void | YBR2RGB (T rgb[3], const T ybr[3]) |
|
ImageChangePhotometricInterpretation class Class to change the Photometric Interpetation of an input DICOM.
gdcm::ImageChangePhotometricInterpretation::ImageChangePhotometricInterpretation |
( |
| ) |
|
|
inline |
gdcm::ImageChangePhotometricInterpretation::~ImageChangePhotometricInterpretation |
( |
| ) |
|
|
inline |
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: