118 template<
typename TImage>
void AddImage(
120 bool FlipVertical=
true,
121 std::string Description=
"");
126 bool FlipVertical=
true,
127 std::string Description=
"");
std::string m_SnapshotPrefix
void AddRGBImage(TImage *, bool FlipVertical=true, std::string Description="")
std::vector< RGBImageInfo > RGBImages
ImageInfo(ImageType *image, std::string description="")
void SetSnapshotPath(const std::string &iPath)
std::vector< ImageInfo > Images
A container for an rgb image and its descriptiom.
std::string m_Description
ImageType::Pointer m_Image
void Visualize(bool interact=true)
std::string m_SnapshotExtension
std::string m_SnapshotPath
SizeValueType IdentifierType
itk::Image< itk::RGBPixel< unsigned char >, 2 > ImageType
void SetSnapshotPrefix(const std::string &iPrefix)
void AddImage(TImage *, bool FlipVertical=true, std::string Description="")
ImageType::Pointer m_Image
itk::Image< unsigned char, 2 > ImageType
RGBImageInfo(ImageType *image, std::string description="")
std::string m_Description
void SetSnapshotExtension(const std::string &iExtension)
A container for an image and its descriptiom.
Templated n-dimensional image class.
A convenient class to render itk images with vtk.
itk::IdentifierType m_Counter