Euclidian distance fixed, C random now
This commit is contained in:
@@ -3,13 +3,10 @@
|
||||
|
||||
#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);
|
||||
void method1(cv::Mat &t_reference, cv::Mat &t_output, int t_iterations);
|
||||
|
||||
void method2(cv::Mat &t_reference, cv::Mat &t_output, int t_iterations,
|
||||
std::mt19937 &t_gen);
|
||||
void method2(cv::Mat &t_reference, cv::Mat &t_output, int t_iterations);
|
||||
|
||||
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_METHODS_HH_ */
|
||||
|
||||
Reference in New Issue
Block a user