Generate noisy images.
More...
#include <functionals.h>
|
| static void | addGaussianAdditive (const Eigen::MatrixXf &image, float sigma, Eigen::MatrixXf &noisy_image) |
| | Add additive Gaussian noise. More...
|
| |
| static void | addSaltPepper (const Eigen::MatrixXf &image, float p, Eigen::MatrixXf &noisy_image) |
| | Add salt and pepper noise. More...
|
| |
| void Functionals::Denoising::Noise::addGaussianAdditive |
( |
const Eigen::MatrixXf & |
image, |
|
|
float |
sigma, |
|
|
Eigen::MatrixXf & |
noisy_image |
|
) |
| |
|
static |
Add additive Gaussian noise.
- Parameters
-
| [in] | image | |
| [in] | sigma | |
| [out] | noisy_image | |
| void Functionals::Denoising::Noise::addSaltPepper |
( |
const Eigen::MatrixXf & |
image, |
|
|
float |
p, |
|
|
Eigen::MatrixXf & |
noisy_image |
|
) |
| |
|
static |
Add salt and pepper noise.
- Parameters
-
| [in] | image | |
| [in] | p | |
| [out] | noisy_image | |
The documentation for this class was generated from the following file: