GrayscaleImage
- See also:
Format Specification or Source Specification for GrayscaleImage.
- class types.core.GrayscaleImage(varargin)[source]
Bases:
types.core.Image,types.untyped.DatasetClassGRAYSCALEIMAGE - A grayscale image.
- Required Properties*:
data
- Constructor Summary
- GrayscaleImage(varargin)
GRAYSCALEIMAGE - Constructor for
GrayscaleImage- Syntax:
grayscaleImage = types.core.GRAYSCALEIMAGE()creates a GrayscaleImage object with unset property values.grayscaleImage = types.core.GRAYSCALEIMAGE(Name, Value)creates a GrayscaleImage object where one or more property values are specified using name-value pairs.- Input Arguments (Name-Value Arguments):
data (
numeric) - Data property for dataset class (GrayscaleImage)description (
char) - Description of the image.resolution (
single) - Pixel resolution of the image, in pixels per centimeter.
- Output Arguments:
grayscaleImage (
types.core.GrayscaleImage) - AGrayscaleImageobject
Tip
* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.