Skip to content

Commit

Permalink
ChangePyrDownNum
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshianaaa committed Feb 4, 2022
1 parent 356d5d0 commit 169e92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithm/geomatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ int func(cv::Mat template_img, cv::Mat search_img, int temp_canny_low, int temp_
coordinates_from_center[i].y = coordinates[i].y - center_y;
}

int pyrdown_num = 3;
int pyrdown_num = 2;

double pyrdown_center_x = center_x / std::pow(2,pyrdown_num);
double pyrdown_center_y = center_y / std::pow(2,pyrdown_num);
Expand Down

0 comments on commit 169e92d

Please sign in to comment.