added euclidian distance calculation between two images
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include <tuple>
|
||||
#include <spdlog/spdlog.h>
|
||||
|
||||
std::tuple<cv::Mat, cv::Mat> init_image(const std::string &t_input_file);
|
||||
std::tuple<cv::Mat, cv::Mat> init_image(std::string const &t_input_file);
|
||||
|
||||
double euclidian_distance(cv::Mat const &t_img1, cv::Mat const &t_img2);
|
||||
|
||||
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_COMMON_HH_ */
|
||||
|
||||
Reference in New Issue
Block a user