METHOD 4 FAST!!

This commit is contained in:
Phuntsok Drak-pa
2019-04-08 02:48:25 +02:00
parent 629c2e52c1
commit 41cbb90213
3 changed files with 50 additions and 1 deletions

View File

@@ -20,7 +20,9 @@ namespace methods_private {
cv::Mat const& t_ref,
std::vector<std::array<uchar, 3>> const& t_colors,
double const diff,
bool const t_controlled_size);
bool const t_controlled_size,
int const t_init_iter,
int const t_iter);
void adjustSize(cv::Mat const& t_process_img,
cv::Point& t_top_left,
int t_size);
@@ -41,4 +43,6 @@ void method2(cv::Mat const&, cv::Mat&, int);
void method3(cv::Mat const&, cv::Mat&, int);
void method4(cv::Mat const&, cv::Mat&, int);
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_METHODS_HH_ */