We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23632d commit ffd6d4fCopy full SHA for ffd6d4f
itkwidgets/viewer.py
@@ -248,6 +248,9 @@ def view(data=None, **kwargs):
248
^^^^^^
249
image : array_like, itk.Image, or vtk.vtkImageData
250
The 2D or 3D image to visualize.
251
+ label_image: array_like, itk.Image, or vtk.vtkImageData
252
+ The 2D or 3D label map to visualize. If an image is also provided, the
253
+ label map must have the same size.
254
label_blend: float, default: 0.5
255
Label map blend with intensity image, from 0.0 to 1.0.
256
label_names: list of (label_value, label_name)
0 commit comments