NDEVR
API Documentation
DepthEstimateResult

Result from a single depth estimation pass. More...

Collaboration diagram for DepthEstimateResult:
[legend]

Public Attributes

Buffer< float > confidence_map
 W*H confidence values.
Buffer< float > depth_map
 W*H depth values.
int height = 0
 Image height in pixels.
Buffer< float > normal_map
 W*H*3 normal components.
int width = 0
 Image width in pixels.

Detailed Description

Result from a single depth estimation pass.

Definition at line 102 of file VulkanPatchMatch.h.


The documentation for this struct was generated from the following file: