Optimized Belief Propagation (CPU and GPU)
BpFileHandlingConsts.h File Reference

Belief propagation implementation constants related to file processing. More...

#include <string_view>
#include <string>
#include <array>
Include dependency graph for BpFileHandlingConsts.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 beliefprop
 Namespace for enums, constants, structures, and functions specific to belief propagation processing.
 

Variables

constexpr std::string_view beliefprop::kRefImageName = "refImage"
 
constexpr std::string_view beliefprop::kTestImageName = "testImage"
 
constexpr std::string_view beliefprop::kInImagePossExtensions [] = {"pgm", "ppm"}
 
constexpr std::string_view beliefprop::kGroundTruthDispFile = "groundTruthDisparity.pgm"
 
constexpr std::string_view beliefprop::kOutDispImageNameBase = "computedDisparity"
 
constexpr std::string_view beliefprop::kBeliefPropDirectoryName = "BeliefProp"
 
constexpr std::string_view beliefprop::kStereoSetsDirectoryName = "BpStereoSets"
 
constexpr std::string_view beliefprop::kBaselineRunDataPath
 
constexpr std::string_view beliefprop::kBaselineRunDesc {"AMD Rome (48 Cores)"}
 

Detailed Description

Belief propagation implementation constants related to file processing.

Author
Scott Grauer-Gray

Definition in file BpFileHandlingConsts.h.