DepthMapAcceleration Class
Represents Lytro's depth map acceleration data.
Constructors:
Name | Description | |
---|---|---|
![]() | DepthMapAcceleration() | Initializes a new instance of the DepthMapAcceleration class. |
![]() | DepthMapAcceleration(LytroDepthMap) | Initializes a new instance of the DepthMapAcceleration class with an existing LytroDepthMap storage. |
Properties:
Name | Description | |
---|---|---|
![]() | MaximumLambda | Gets or sets the maximum lambda of the map. |
![]() | MinimumLambda | Gets or sets the minimum lambda of the map. |
![]() | Height | Gets or sets the height of the map. |
![]() | Width | Gets or sets the width of the map. |
![]() | ConfidenceMapReference | Gets or sets the confidence map data reference identifier. |
![]() | DepthMapReference | Gets or sets the depth map data reference identifier. |
![]() | Generator | Gets or sets the depth map generator. |
![]() | ConfidenceMapRepresentation | Gets or sets the format of the confidence map data. |
![]() | DepthMapRepresentation | Gets or sets the format of the depth map data. |