DepthPackageAccessor Class
Provides access to the depth and confidence maps in a LightFieldPackage.
Constructors:
Name | Description | |
---|---|---|
![]() | DepthPackageAccessor(LightFieldPackage) | Initializes new instance of the DepthPackageAccessor class. |
Properties:
Name | Description | |
---|---|---|
![]() | HasConfidenceMap | Gets whether the package has a confidence map. |
![]() | HasContent | Gets whether any files are present in the package. |
![]() | HasDepthMap | Gets whether the package has a depth map. |
![]() | HasExceptions | Gets whether any exceptions occured during initialization. |
![]() | Metadata | Gets metadata of the package. |
![]() | Package | Gets the LightFieldPackage associated with this accessor. |
Methods:
Name | Description | |
---|---|---|
![]() | GetExceptions() | Gets the list of exceptions that occured during initialization. |
![]() | GetConfidenceMapComponent() | Gets the LightFieldComponent for confidence map. |
![]() | GetDepthMapComponent() | Gets the LightFieldComponent for depth map. |
![]() | ThrowIfExceptionsOccured() | Throws the first exception that occured during initialization, if any. |