ImageReader.
More...
#include <gdcmImageReader.h>
ImageReader.
- Note
- its role is to convert the DICOM DataSet into a Image representation Image is different from Pixmap has it has a position and a direction in Space.
- See also
- Image
- Examples
- BasicImageAnonymizer.cs, CheckBigEndianBug.cxx, CompressImage.cxx, CompressLossyJPEG.cs, ConvertToQImage.cxx, DecompressImage.cs, ExtractIconFromFile.cxx, FixBrokenJ2K.cxx, FixJAIBugJPEGLS.cxx, GetArray.cs, GetJPEGSamplePrecision.cxx, HelloVizWorld.cxx, MergeTwoFiles.cxx, MpegVideoInfo.cs, MrProtocol.cxx, PatchFile.cxx, PrintLUT.cxx, ReadMultiTimesException.cxx, RescaleImage.cs, and threadgdcm.cxx.
◆ ImageReader()
| gdcm::ImageReader::ImageReader |
( |
| ) |
|
◆ ~ImageReader()
| gdcm::ImageReader::~ImageReader |
( |
| ) |
|
|
override |
◆ GetImage() [1/2]
| Image & gdcm::ImageReader::GetImage |
( |
| ) |
|
◆ GetImage() [2/2]
| const Image & gdcm::ImageReader::GetImage |
( |
| ) |
const |
Return the read image.
- Examples
- BasicImageAnonymizer.cs, CompressImage.cxx, CompressLossyJPEG.cs, ConvertToQImage.cxx, DecompressImage.cs, ExtractIconFromFile.cxx, ExtractImageRegionWithLUT.cs, FixJAIBugJPEGLS.cxx, GetArray.cs, GetJPEGSamplePrecision.cxx, HelloVizWorld.cxx, MergeTwoFiles.cxx, MpegVideoInfo.cs, PatchFile.cxx, PrintLUT.cxx, ReadMultiTimesException.cxx, RescaleImage.cs, TemplateEmptyImage.cxx, and threadgdcm.cxx.
◆ Read()
| bool gdcm::ImageReader::Read |
( |
| ) |
|
|
overridevirtual |
Read the DICOM image. There are two reason for failure:
- The input filename is not DICOM
- The input DICOM file does not contains an Image.
Reimplemented from gdcm::Reader.
Reimplemented in gdcm::ImageRegionReader.
- Examples
- BasicImageAnonymizer.cs, CheckBigEndianBug.cxx, CompressImage.cxx, CompressLossyJPEG.cs, ConvertToQImage.cxx, DecompressImage.cs, ExtractIconFromFile.cxx, FixBrokenJ2K.cxx, FixJAIBugJPEGLS.cxx, GetArray.cs, GetJPEGSamplePrecision.cxx, HelloVizWorld.cxx, MergeTwoFiles.cxx, MrProtocol.cxx, PatchFile.cxx, PrintLUT.cxx, ReadMultiTimesException.cxx, RescaleImage.cs, and threadgdcm.cxx.
◆ ReadACRNEMAImage()
| bool gdcm::ImageReader::ReadACRNEMAImage |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ ReadImage()
| bool gdcm::ImageReader::ReadImage |
( |
MediaStorage const & |
ms | ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file: