cvpy.visualization.display_image_slice

cvpy.visualization.display_image_slice(images, dims, ress, fmts, poss, oris, scas, perm, image_index, slice_index, rf, imin=-100, imax=400, additive=0)

Display an image slice in 3D.

Parameters:
imagesstr

Specifies the images.

dimspandas.Series

Specifies the dimensions of the image.

resspandas.Series

Specifies the resolutions of the image.

fmtspandas.Series

Specifies the image formats.

posspandas.Series

Specifies the positions of the image.

orispandas.Series

Specifies the image format orientations of the image.

scaspandas.Series

Specifies the scaling of the image.

permpandas.Series

Specifies the permissions of the image.

image_indexpandas.Series

Specifies the image index.

slice_indextuple

Specifies the slice_index.

iminint

Specifies the input minimum.

imaxint

Specifies the input maximum.

additiveint

Specifies the additive.