vessel-contours.vtkjs

@Adrien_Boucaud

hi,
i have question about vtkjs images. i want to use them in my multisliceimagemapper program. how to display this type of image in index.js file.

is there a sample code how to show this format of image.

BR
@Sohrab_Azami

That data structure is actually a set of polydata on which you can not do multisliceimagemapper.

But in general that vtkjs is a generic data container which could include vtkImageData on which you could run multisliceimagemapper.