RefocusStackAcceleration Class
Represents Lytro's refocus acceleration data.
Nested types:
Name | Description | |
---|---|---|
DepthTable | Represents a depth lookup table | |
Image | Represents an entry in the collection of prerendered images. | |
ImageCollection | Represents a collection of Image objects. | |
BlockImage | Represents an entry in the block of prerendered images. | |
BlockImageCollection | Represents a collection of BlockImage objects. |
Constructors:
Name | Description | |
---|---|---|
RefocusStackAcceleration() | Initializes a new instance of the RefocusStackAcceleration class. | |
RefocusStackAcceleration(LytroRefocusStack) | Initializes a new instance of the RefocusStackAcceleration class with an existing LytroRefocusStack storage. |
Properties:
Name | Description | |
---|---|---|
BlockImages | Gets the collection of prerendered images in a block. | |
HasBlockImages | Gets the presence of image collection in a block accessible by BlockImages. | |
HasImages | Gets the presence of image collection accessible by Images. | |
LookupTable | Gets or sets the lookup table properties. | |
DefaultLambda | Gets or sets the initial focus depth. | |
Images | Gets the collection of prerendered images. | |
DisplayHeight | Gets or sets the prerendered images height. | |
DisplayWidth | Gets or sets the prerendered images width. | |
Generator | Gets or sets the parallax generator. |