Image

Image#

PyVista includes a simple image classes to handle 2D image data.

ImageEllipsoidSource(*args, **kwargs)

Create a binary image of an ellipsoid class.

ImageGaussianSource(*args, **kwargs)

Create a binary image with Gaussian pixel values.

ImageGridSource(*args, **kwargs)

Create an image of a grid.

ImageMandelbrotSource(*args, **kwargs)

Create an image of the Mandelbrot set.

ImageNoiseSource(*args, **kwargs)

Create an image filled with uniform noise.

ImageSinusoidSource(*args, **kwargs)

Create an image of a sinusoid.