VPI - Vision Programming Interface

0.1.0 Release

StereoDisparityEstimator.h File Reference
#include <stdint.h>
#include "vpi/Export.h"
#include "vpi/Status.h"
#include "vpi/Types.h"
+ Include dependency graph for StereoDisparityEstimator.h:

Go to the source code of this file.

Data Structures

struct  VPIStereoDisparityEstimatorParams
 Structure that defines the parameters for vpiCreateStereoDisparityEstimator. More...
 

Functions

VPIStatus vpiCreateStereoDisparityEstimator (VPIStream stream, uint32_t imageWidth, uint32_t imageHeight, const VPIImageType inputType, const uint32_t maxDisparity, VPIPayload *payload)
 Creates payload for vpiSubmitStereoDisparityEstimator. More...
 
VPIStatus vpiSubmitStereoDisparityEstimator (VPIPayload payload, VPIImage left, VPIImage right, VPIImage disparity, const VPIStereoDisparityEstimatorParams *params)
 Runs stereo processing on a pair of images, outputs a disparity map. More...
 

Detailed Description

Declares functions that implement the Stereo Disparity Estimator algorithm.

Definition in file StereoDisparityEstimator.h.