Class MicroLensCollection Class

Represents a microlens array configuration with access to individual microlenses.

Constructors:

NameDescription
Public methodMicroLensCollection(FrameMetadata) Initializes a new instance of the MicroLensCollection from metadata.

Properties:

NameDescription
Public propertyBoundingHeight Returns the height in microlens coordinates (the number of microlenses) that cover the entire image.
Public propertyBoundingWidth Returns the width in microlens coordinates (the number of microlenses) that cover the entire image.
Public propertyItem Experimental.
Public propertyItem Gets the MicroLens of specified coordinates.

Methods:

NameDescription
Public methodGetEnumerator() Enumerates all microlenses in the image.
Public methodGetOrthogonalSubset() Gets a MicroLensCollection that contains only orthogonally arranged microlenses from the current collection.