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

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"
Include dependency graph for SmoothImage.h:
This graph shows which files directly or indirectly include this file:

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}
 

Detailed Description

Declares class for smoothing the images before running BP.

Author
Scott Grauer-Gray

Definition in file SmoothImage.h.

Variable Documentation

◆ kMinSigmaValSmooth

constexpr float kMinSigmaValSmooth {0.1f}
constexpr

Definition at line 39 of file SmoothImage.h.

◆ kWidthSigma1

constexpr float kWidthSigma1 {4.0f}
constexpr

Definition at line 42 of file SmoothImage.h.