itkwidgets
itkwidgets copied to clipboard
An elegant Python interface for visualization on the web platform to interactively generate insights into multidimensional images, point sets, and geometry.
I have a .nii image I created from an itk.Image, with identity coordinate tranformations (i.e. identity direction, 0 origin, 1 spacing). When itkwidgets is set to z-plane view, it reports...
hi, as shown in the gif, the cube geometries overextent to the slices beyond its original range. ps: notice on y+z plane, it's extented to the direction **larger** than supposed...
Hi Folks, I'm looking at how to interact with itkwidget's state in the jupyter notebook and jupyer lab. Although I can: - open jupyter lab - open a notebook with...
I'm working from home a lot recently. Picking up on a notebook where `view(image, rotate=True)` works nicely at work (Ubuntu 18.04) I cannot get `rotate=True` to work on OSX (10.15.7...
I am unable to display RGB image cubes with reasonable size. The following shows a small snippet of code that works ok: ``` import itk import numpy as np from...
### Problem: Error: Widgets require us to download supporting files from a 3rd party website. Click here to enable this or click here for more information. (Error loading itkwidgets:^0.32.0). This...
### Overview Trying to display an ITK 2D point set with "view" fails to show data with the "points" representation. The itkwidgets UI overlay can be used to set points...
Hi. I am trying to run the example found in `VolumeOpacityTransferFunction.ipynb`, but I am getting this: ```python import itk from itkwidgets import view from urllib.request import urlretrieve file_name = 'first-instar-brain.mha'...
How could we get the viewer parameters after we did some actions on the window and are there ways to simultaneously get those paras? For example, I create a viewer...
Would it be possible to add labelled points support much like [this PyVista example](https://docs.pyvista.org/examples/02-plot/labels.html#sphx-glr-examples-02-plot-labels-py)  