Kitware / vtk-js

Visualization Toolkit for the Web
https://kitware.github.io/vtk-js/
BSD 3-Clause "New" or "Revised" License
1.23k stars 371 forks source link

Integration itkjs/vtkjs #1176

Closed RemiCecchinato closed 5 years ago

RemiCecchinato commented 5 years ago

I need to use some functionalities of itk-js with vtk-js. I have not found any way to convert a labelMap from vtk-js format to itk-js format. Are there some utilities to interface between itk-js and vtk-js for that purpose ? Are there some examples somewhere I can check out ?

finetjul commented 5 years ago

@thewtex should a convenient function convertVtkToItkImage (similar to convertItkToVtkImage) be written? Or is there something already existing?

thewtex commented 5 years ago

@thewtex should a convenient function convertVtkToItkImage (similar to convertItkToVtkImage) be written?

@finetjul @RemiCecchinato yes, that will do the trick!