Image Converter.
More...
#include <gdcmImageConverter.h>
List of all members.
Detailed Description
Image Converter.
- Note:
- This is the class used to convert from on gdcm::Image to another This is typically used to convert let say YBR JPEG compressed gdcm::Image to a RAW RGB gdcm::Image. So that the buffer can be directly pass to third party application. This filter is application level and not integrated directly in GDCM
Constructor & Destructor Documentation
gdcm::ImageConverter::ImageConverter |
( |
) |
|
gdcm::ImageConverter::~ImageConverter |
( |
) |
|
Member Function Documentation
void gdcm::ImageConverter::Convert |
( |
) |
|
const Image& gdcm::ImageConverter::GetOuput |
( |
) |
const |
void gdcm::ImageConverter::SetInput |
( |
Image const & |
input ) |
|
The documentation for this class was generated from the following file: