noise.h
Go to the documentation of this file.
1 //
2 // Created by julian on 11.09.16.
3 //
4 
5 #ifndef ECHELLESIMULATOR_NOISE_H
6 #define ECHELLESIMULATOR_NOISE_H
7 #include "opencv2/core.hpp"
8 
9 class noise {
10 public:
11  static void add_poisson(cv::Mat& image);
12 
13 };
14 
15 
16 #endif //ECHELLESIMULATOR_NOISE_H
Definition: noise.h:9
static void add_poisson(cv::Mat &image)
Definition: noise.cpp:8