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

Structure with output disparity map, runtime, and other evaluation data. More...

#include <RunBpOnStereoSet.h>

Collaboration diagram for beliefprop::BpRunOutput:

Public Attributes

std::chrono::duration< double > run_time
 
DisparityMap< float > out_disparity_map
 
RunData run_data
 

Detailed Description

Structure with output disparity map, runtime, and other evaluation data.

Definition at line 58 of file RunBpOnStereoSet.h.

Member Data Documentation

◆ out_disparity_map

DisparityMap<float> beliefprop::BpRunOutput::out_disparity_map

Definition at line 61 of file RunBpOnStereoSet.h.

◆ run_data

RunData beliefprop::BpRunOutput::run_data

Definition at line 62 of file RunBpOnStereoSet.h.

◆ run_time

std::chrono::duration<double> beliefprop::BpRunOutput::run_time

Definition at line 60 of file RunBpOnStereoSet.h.


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