METHOD 4 FAST!!
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user