MicroLensCollection Class
Represents a microlens array configuration with access to individual microlenses.
Constructors:
Name | Description | |
---|---|---|
![]() | MicroLensCollection(FrameMetadata) | Initializes a new instance of the MicroLensCollection from metadata. |
Properties:
Name | Description | |
---|---|---|
![]() | BoundingHeight | Returns the height in microlens coordinates (the number of microlenses) that cover the entire image. |
![]() | BoundingWidth | Returns the width in microlens coordinates (the number of microlenses) that cover the entire image. |
![]() | Item | Experimental. |
![]() | Item | Gets the MicroLens of specified coordinates. |
Methods:
Name | Description | |
---|---|---|
![]() | GetEnumerator() | Enumerates all microlenses in the image. |
![]() | GetOrthogonalSubset() | Gets a MicroLensCollection that contains only orthogonally arranged microlenses from the current collection. |