Class DepthMapAcceleration Class

Represents Lytro's depth map acceleration data.

Constructors:

NameDescription
Public methodDepthMapAcceleration() Initializes a new instance of the DepthMapAcceleration class.
Public methodDepthMapAcceleration(LytroDepthMap) Initializes a new instance of the DepthMapAcceleration class with an existing LytroDepthMap storage.

Properties:

NameDescription
Public propertyMaximumLambda Gets or sets the maximum lambda of the map.
Public propertyMinimumLambda Gets or sets the minimum lambda of the map.
Public propertyHeight Gets or sets the height of the map.
Public propertyWidth Gets or sets the width of the map.
Public propertyConfidenceMapReference Gets or sets the confidence map data reference identifier.
Public propertyDepthMapReference Gets or sets the depth map data reference identifier.
Public propertyGenerator Gets or sets the depth map generator.
Public propertyConfidenceMapRepresentation Gets or sets the format of the confidence map data.
Public propertyDepthMapRepresentation Gets or sets the format of the depth map data.