2019-03-24 18:43:25 +00:00
|
|
|
#ifndef GENETIC_IMAGE_INCLUDE_GENIMG_METHODS_HH_
|
|
|
|
#define GENETIC_IMAGE_INCLUDE_GENIMG_METHODS_HH_
|
2019-03-20 19:15:53 +00:00
|
|
|
|
|
|
|
#include <opencv2/core/core.hpp>
|
|
|
|
#include <opencv2/highgui/highgui.hpp>
|
|
|
|
#include <spdlog/spdlog.h>
|
|
|
|
|
2019-03-27 13:31:07 +00:00
|
|
|
void method1(cv::Mat const &, cv::Mat &, int);
|
2019-03-20 19:15:53 +00:00
|
|
|
|
2019-03-27 13:31:07 +00:00
|
|
|
void method2(cv::Mat const &, cv::Mat &, int);
|
2019-03-21 01:49:00 +00:00
|
|
|
|
2019-03-27 13:31:07 +00:00
|
|
|
void method3(cv::Mat const &, cv::Mat &, int);
|
2019-03-25 16:14:57 +00:00
|
|
|
|
2019-03-24 18:43:25 +00:00
|
|
|
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_METHODS_HH_ */
|