itk-vtk-viewer
itk-vtk-viewer copied to clipboard
2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
I had problems loading the workers: ``` Loading Worker from “http://localhost:8080/itk/WebWorkers/ImageIO.worker.js” was blocked because of a disallowed MIME type (“text/html”). ``` Following [docs from itkjs](https://insightsoftwareconsortium.github.io/itk-js/examples/webpack.html), the following works using `npm...
Hi, after the recent multi scale PR, the uiContainer option for createViewer doesn't work as expect, if I pass a custom element to it, the UI will populated under this...
Adjusting piecewise function gaussians, then selecting other image components, and returning is not idempotent.
Would be nice to be able to pass viewer options when creating the viewer window including `cmap`, `ui_collapsed`, `rotate`, `axes`, `mode` etc. Just like the options accepted by the `view`...
For the ImJoy tutorial at I2K workshop, I added support for running imjoy plugin code (JS and Python) directly in the [tutorial site](https://imjoy.io/docs/#/i2k_tutorial), just like Jupyter notebook but without the...
Would be nice to have an option to determine the origin, for example, for the ImJoy api. Currently, the default origin for itk-vtk-viewer located in the lower-left corner, however, for...
I just shipped itk-vtk-viewer in ImageJ.JS, see it in action: https://ij.imjoy.io   Would be nice to have https://github.com/Kitware/itk-vtk-viewer/issues/348 and https://github.com/Kitware/itk-vtk-viewer/issues/347 solved so I can hide the UI control by...
To reproduce this issue, open an image with one empty channel (e.g. all 0), select the channel number in the UI, it will complain the following error in the console:...
Similar to the `imageClicked` event, add a `pointSetClicked` event when a point set is clicked. This involves: - Enabling picking on the point set polydata - Adding the event: https://github.com/Kitware/itk-vtk-viewer/blob/00c5b7cac522bde5c8769977a2599663f3ed6c0b/src/createViewer.js#L509...