ITK
Draws An ITK RGBA Image And Show It In vtkRenderer
Here is a simple demo project which draws an ITK RGBA image and show it in vtkRenderer. We will read DICOM data and put the ITK image above vtkImageData. CMakeLists.txt ULabelImage.h ULabelImage.cpp main.cpp