itkwidgets icon indicating copy to clipboard operation
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.

Results 144 itkwidgets issues
Sort by recently updated
recently updated
newest added

Hi, anyone know if it's possible to do something like [this](https://lorensen.github.io/VTKExamples/site/Python/Annotation/TextOrigin/)?

Cast NumPy Bool images to uint8 for visualization.

This trait will be triggered when a point set is clicked, and it will provide information about the point set that clicked, the index of the point in the point...

Trigger the *Reset ROI* action in the GUI.

enhancement

Interface: Traits with a list of `{ camera: camera_ndarray, steps: integer }` elements ``` viewer.animations ``` ``` viewer.add_animation(camera=None, steps=100) # If camera is None, use current value of the viewer.camera...

Hi, I am following the tutorial: https://github.com/InsightSoftwareConsortium/itkwidgets/blob/9f748dd395f8d0714f8a3d9e00a6f748a6f0ee37/examples/ImageJImgLib2.ipynb Everything works until the last step. ij.op().filter().frangiVesselness(ij.py.to_java(vessels), image_java, [1, 1], 20) This step gives the following error "net.imagej.ops.OpService' object has no attribute 'filter'...

I just updated to the latest version (master branch) and I'm seeing strange artifacts on most meshes I plot where a pink band is shown: ```py from pyvista import examples...

bug

Traitlet to specify the overall size of the widget in pixels.

enhancement

Would it be possible to implement viewing mapped textures? PyVista has a nice example which is possible with its current implementation of VTKjs: ```py from pyvista import examples mesh =...

enhancement

Right now it appears that NaN values are always colored bright green - could we change this to grey perhaps? and is there a way to specify that color as...