HolographicDepthReprojectionMethod Enum

Definition

Specifies the reprojection method used to process the depth buffer submitted for image stabilization for a particular holographic camera when a given HolographicFrame is presented.

public enum class HolographicDepthReprojectionMethod
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 720896)]
enum class HolographicDepthReprojectionMethod
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 720896)]
public enum HolographicDepthReprojectionMethod
var value = Windows.Graphics.Holographic.HolographicDepthReprojectionMethod.depthReprojection
Public Enum HolographicDepthReprojectionMethod
Inheritance
HolographicDepthReprojectionMethod
Attributes

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v12.0)

Fields

AutoPlanar 1

A best-fit plane will be constructed using the depth data, and the best-fit plane will be used for planar reprojection. The best-fit plane is optimized using temporal smoothing and fronto-parallel bias.

DepthReprojection 0

Each pixel will be reprojected using a smoothed and filtered depth value, which is derived from depth information local to that pixel.

Remarks

Use this value when setting the DepthReprojectionMethod property on the HolographicCameraRenderingParameters for each frame that it should be applied to.

This value is only applicable when the app has also submitted a depth buffer for the same HolographicFrame.

Applies to