|
Optimized Belief Propagation (CPU and GPU)
|
Belief propagation implementation constants related to file processing. More...
#include <string_view>#include <string>#include <array>

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)"} |
Belief propagation implementation constants related to file processing.
Definition in file BpFileHandlingConsts.h.