forgot to include these files
This commit is contained in:
12
include/genimg/method1.hh
Normal file
12
include/genimg/method1.hh
Normal 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_ */
|
||||
Reference in New Issue
Block a user