cvpy.visualization.display_3D_image_slices

cvpy.visualization.display_3D_image_slices(self, image, hold=False, slice_index_x=0, slice_index_y=0, slice_index_z=0)

Display 3D image slices in 3D.

Parameters:
selfswat.CAS

Specifies the SWAT connection.

imagestr

Specifies the image to be displayed.

holdbool

When set to True, the display is held.

slice_index_xint

Specifies the slice index to be displayed on the x axis.

slice_index_yint

Specifies the slice index to be displayed on the y axis.

slice_index_zint

Specifies the slice index to be displayed on the z axis.