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

Error: RuntimeError: C:\P\IPP\ITK-source\ITK\Modules\Core\Common\src\itkDataObject.cxx:355: Requested region is (at least partially) outside the largest possible region. Steps to reproduce. 1- Import CT series (3D itk image) 2- itkwidgets.view(img) # Works fine 3-...

It would be nice if one could specify any of the standard color maps available in matplotlib as a string when calling `view(...)`.

Hi, I have a segmented image using itk pipeline. For the display in itkwidgets, I used itk-vtkglue lib and used a marching cubes to display only the segmented surface. But...

If 4D (or 3D + 5 channel) data is passed to the view command, a warning should be thrown. See the discussion chain at https://github.com/Project-MONAI/tutorials/pull/454#issuecomment-977951260

On my installlations (and on binder right now), passing some initial settings for rendering do not work. For example, passing geometry_colors=['g'] does not cause the Mesh example to initially render...

Hello, Hope it is the right place to ask. I am trying to visualize ugrids with high-order elements, e.g., ``` order = 2 n_points = (order + 1) * (order...

If an image has only small (near zero) intensity values, it is not rendered in 3D, but its 2D slices render correctly. If the intensities are "large", itkWidgets.view() correctly shows...

Hi all. I am trying to find out how one can define programatically the view attribute to show Wireframe (or any of the other options for that matter). e.g. ```...

My Unstructured Grid is not displaying any cell geometries in the itk-vtk-viewer window in jupyter notebook. The vtk file however displays perfectly fine using other software, such as ParaView. Python...

So I raised a bug issue with Pyvista's PlotterITK() and was told to forward it here. The link to the issue thread is provided bellow, but I'll provide a copy...