itk-wasm
itk-wasm copied to clipboard
High performance spatial analysis in a web browser, Node.js, and across programming languages and hardware architectures
As I see, for now itk-js provides functionality for I/O and data structures. What could be starting point for implementing segmentation algorithm using itk-js?
Thanks to your help, I have become more comfortable with the use of vtk and itk. Now I want to use itk.js with vtk.js. However, there seems to be few...
Hi guys, I'm starting to have a look at the ITK stack for a project that will need some personalization. In Issues #234 and #312 people were asking for some...
Is it possible to transfer data during pipeline worker running? For example, if I create a worker with polydata input (can be done using String type + XMLPolyDataWriter), and can...
The current dynamic loading of itkjs file loaders is flexible, but it is inconvenient for a variety of packaging and loading situations. * It requires extra non-standard webpack machinery *...
I have successfully used the ConnectedThresholdImageFilter. Now, I need to use TubeTK for tube segmentation. Is it possible to do that?
Hi! I have created a pipeline that modifies vtkPolyData. Now I'm trying to find the best way to pass a vtkPolyData to runPipelineBrowser as an input. However vtkPolyData is not...