Kitware / itk-vtk-viewer

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://kitware.github.io/itk-vtk-viewer/
BSD 3-Clause "New" or "Revised" License
205 stars 62 forks source link

How to Perform Z-scaling on a 3D Volume #710

Open moshecSeetrue opened 10 months ago

moshecSeetrue commented 10 months ago

Hello,
I am working on a project using the itk-vtk-viewer to display 3D NRRD volumes and need to perform Z-scaling on a volume. Despite extensive searching, I have been struggling to find a solution. Could you provide guidance or point me to the relevant documentation or examples on how to perform Z-scaling on a volume within this viewer? Performance is important :)

Thank you!