Optimized Belief Propagation (CPU and GPU)
beliefprop::BpStereoSet Struct Reference

Structure with stereo set name, disparity count, and scale factor for output disparity map. More...

#include <BpEvaluationStereoSets.h>

Public Attributes

const std::string_view name
 
const unsigned int num_disp_vals
 
const unsigned int scale_factor
 

Detailed Description

Structure with stereo set name, disparity count, and scale factor for output disparity map.

Definition at line 52 of file BpEvaluationStereoSets.h.

Member Data Documentation

◆ name

const std::string_view beliefprop::BpStereoSet::name

Definition at line 53 of file BpEvaluationStereoSets.h.

◆ num_disp_vals

const unsigned int beliefprop::BpStereoSet::num_disp_vals

Definition at line 54 of file BpEvaluationStereoSets.h.

◆ scale_factor

const unsigned int beliefprop::BpStereoSet::scale_factor

Definition at line 55 of file BpEvaluationStereoSets.h.


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