Optimized Belief Propagation (CPU and GPU)
|
Declares class to define images that are used in bp processing. More...
#include <memory>
#include <algorithm>
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <cmath>
#include <array>
#include <string_view>
#include <type_traits>
#include <ranges>
Go to the source code of this file.
Classes | |
class | BpImage< T > |
Class to define images that are used in bp processing. More... | |
Namespaces | |
beliefprop | |
Namespace for enums, constants, structures, and functions specific to belief propagation processing. | |
Enumerations | |
enum class | beliefprop::ImageType { beliefprop::kPgmImage , beliefprop::kPpmImage } |
Variables | |
constexpr bool | beliefprop::kUseWeightedRGBToGrayscaleConversion {true} |
constexpr std::string_view | beliefprop::kPGMExt {"pgm"} |
constexpr std::string_view | beliefprop::kPPMExt {"ppm"} |
Declares class to define images that are used in bp processing.
Definition in file BpImage.h.