ITK
5.2.0
Insight Toolkit
|
#include <QuickView.h>
Public Types | |
using | ImageType = itk::Image< itk::RGBPixel< unsigned char >, 2 > |
Public Member Functions | |
RGBImageInfo (ImageType *image, std::string description="") | |
Public Attributes | |
std::string | m_Description |
ImageType::Pointer | m_Image |
A container for an rgb image and its description.
Definition at line 56 of file QuickView.h.
using RGBImageInfo::ImageType = itk::Image<itk::RGBPixel<unsigned char>, 2> |
Definition at line 59 of file QuickView.h.
|
inline |
Definition at line 60 of file QuickView.h.
std::string RGBImageInfo::m_Description |
Definition at line 67 of file QuickView.h.
ImageType::Pointer RGBImageInfo::m_Image |
Definition at line 66 of file QuickView.h.