forgot to include these files

This commit is contained in:
Phuntsok Drak-pa
2019-03-20 20:15:53 +01:00
parent 32d6d42585
commit f6387a241b
3 changed files with 51 additions and 0 deletions

12
include/genimg/method1.hh Normal file
View File

@@ -0,0 +1,12 @@
#ifndef GENETIC_IMAGE_INCLUDE_GENIMG_METHOD1_METHOD1_HH_
#define GENETIC_IMAGE_INCLUDE_GENIMG_METHOD1_METHOD1_HH_
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <random>
#include <spdlog/spdlog.h>
void method1(cv::Mat &t_reference, cv::Mat &t_output, int t_iterations,
std::mt19937 &t_gen);
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_METHOD1_METHOD1_HH_ */