How to create vtkUnstructuredGrid from an itk::Image?

@matt.mccormick Thank you, Sir, I am just checking with you if the installation procedure is correct?

I tried to follow the link that you had guided a user. I set the ITK_DIR and VTK_DIR to the build directory of each application. Then, I set the following flags:

BUILD_SHARED_LIBS ON
BUILD_TESTING OFF
ITK_USE_KWSTYLE OFF

ITK_DIR /home/esara/software/vtk-itk/ITK-build
VTK_DIR /home/esara/software/vtk-itk/VTK-build

After running cmake successfully, I could build the ITKVtkGlue

~/software/vtk-itk/ITKVtkGlue-build$ sudo make -j4
Scanning dependencies of target VtkGlue-all
Scanning dependencies of target ITKData
Built target VtkGlue-all
Built target ITKData

Thank you