added third method

This commit is contained in:
Phuntsok Drak-pa
2019-03-25 17:14:57 +01:00
parent 9b6d9e81b3
commit 517eb2bb91
4 changed files with 45 additions and 5 deletions

View File

@@ -9,4 +9,6 @@ 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);
void method3(cv::Mat &t_reference, cv::Mat &t_output, int t_iterations);
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_METHODS_HH_ */