Optimized Belief Propagation (CPU and GPU)
|
Declares class for smoothing the images before running BP. More...
#include <cmath>
#include <memory>
#include <utility>
#include <algorithm>
#include "BpRunProcessing/BpConstsEnumsAliases.h"
#include "BpRunProcessing/ParallelParamsBp.h"
#include "BpImage.h"
Go to the source code of this file.
Classes | |
class | SmoothImage |
Class for smoothing the images before running BP. Smoothing image always uses float data type. More... | |
Variables | |
constexpr float | kMinSigmaValSmooth {0.1f} |
constexpr float | kWidthSigma1 {4.0f} |
Declares class for smoothing the images before running BP.
Definition in file SmoothImage.h.
|
constexpr |
Definition at line 39 of file SmoothImage.h.
|
constexpr |
Definition at line 42 of file SmoothImage.h.