InsightSoftwareConsortium / InsightSoftwareConsortium/ITK-Wasm
Problem sending vtkImageData to pipeline
- Dominant language
- Python
- Stars
- 235
- Forks
- 61
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 4
Description
vtk.js version 25.7.2
itk-wasm version 1.0.0-b.18
FoIlowing the Pipeline Inputs and Outputs tutorial, I am trying to send a vtkImageData to a pipeline that uses ConnectedThresholdFilter, but when ITK_WASM_PARSE function is executed, the pipeline crash showing a error "exception: Unexpected component type". Debugging, I noticed that the problem is related only to the input and output images. In other tests the rest of the parameters were sent without problem.
What is the correct way to send vtkImageData to a pipeline?
Web app




ConnectedThresholdFilter.cxx

CMakeLists.txt

Contributor guide
Assessment
This issue has not been assessed yet.