ITK
5.2.0
Insight Toolkit
|
#include <itkViewImage.h>
Public Types | |
using | ImageType = TImage |
Static Public Member Functions | |
static void | View (const ImageType *img, const std::string &windowTitle="itkView", vcl_size_t windowWidth=600, vcl_size_t windowHeight=600) |
Class with static function to visualize an image using just vtk. It accepts 2D and 3D images.
Usage example:
itk::ViewImage<ImageType>::View( reader->GetOutput() );
Definition at line 38 of file itkViewImage.h.
using itk::ViewImage< TImage >::ImageType = TImage |
Definition at line 41 of file itkViewImage.h.
|
static |
Static function to visualize 2D and 3D images.
img | Input image |
windowTitle | Title of the window. |
windowWidth | Width of the visualization window. |
windowHeight | Height of the visualization window. |