We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f78088 commit 24e5680Copy full SHA for 24e5680
src/nodelet/match_template_nodelet.cpp
@@ -227,11 +227,6 @@ namespace match_template
227
//templ_ = imread(templ_file, cv::IMREAD_COLOR);
228
templ_ = imread (templ_file, cv::IMREAD_COLOR);
229
230
- if (debug_view_)
231
- {
232
- cv::imshow ("Match Template", templ_);
233
- int c = cv::waitKey (1);
234
- }
235
prev_stamp_ = ros::Time (0, 0);
236
237
reconfigure_server_ = boost::make_shared < dynamic_reconfigure::Server < Config > >(*pnh_);
0 commit comments