FieldImage Class
Represents a light field image with access to the individual microlenses.
Properties:
Name | Description | |
---|---|---|
![]() | Metadata | Gets the raw frame metadata. |
![]() | PrivateMetadata | Gets the raw frame private metadata. |
![]() | Height | Gets the image height. |
![]() | Width | Gets the image width. |
![]() | ColorImage | Gets the demosaiced image. |
![]() | MicroLenses | Gets the collection of microlenses in the light field image. |
![]() | RawImage | Gets the raw image. |
Methods:
Name | Description | |
---|---|---|
![]() | From(Byte[], FrameMetadata, FrameMetadata) | Loads a FieldImage from a byte array and metadata. |
![]() | From(LightFieldComponent, FrameMetadata, FrameMetadata) | Loads a FieldImage from a LightFieldComponent and metadata. |
![]() | From(LightFieldPackage) | Loads a FieldImage from a LightFieldPackage. |
![]() | GetMicrolensImage(Int32, Int32) | Gets the microlens imag.e |
![]() | GetSubapertureImage(Int32, Int32) | Gets the subaperture image. |