updated benchmark script and beginning method 5
This commit is contained in:
@@ -43,6 +43,8 @@ void method2(cv::Mat const&, cv::Mat&, int);
|
||||
|
||||
void method3(cv::Mat const&, cv::Mat&, int);
|
||||
|
||||
void method4(cv::Mat const&, cv::Mat&, int);
|
||||
void method4(cv::Mat const&, cv::Mat&, int, bool);
|
||||
|
||||
void method5(cv::Mat const&, cv::Mat&, int, int, bool);
|
||||
|
||||
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_METHODS_HH_ */
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <filesystem>
|
||||
#include <tuple>
|
||||
|
||||
[[nodiscard]] auto parse_args(int, char**)
|
||||
-> std::tuple<std::filesystem::path, std::filesystem::path, int, int, bool>;
|
||||
[[nodiscard]] auto parse_args(int, char**) -> std::
|
||||
tuple<std::filesystem::path, std::filesystem::path, int, int, int, bool, bool>;
|
||||
|
||||
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_ */
|
||||
|
||||
Reference in New Issue
Block a user