rename con.png to cones.png in test gpu

pull/13383/head
Andrey Morozov 15 years ago
parent cd28d5d812
commit 6f9b518e60
  1. 2
      tests/gpu/src/meanshift.cpp

@ -61,7 +61,7 @@ void CV_GpuMeanShift::run(int )
int spatialRad = 30;
int colorRad = 30;
cv::Mat img = cv::imread(std::string(ts->get_data_path()) + "meanshift/con.png");
cv::Mat img = cv::imread(std::string(ts->get_data_path()) + "meanshift/cones.png");
cv::Mat img_template = cv::imread(std::string(ts->get_data_path()) + "meanshift/con_result.png");
cv::Mat rgba;

Loading…
Cancel
Save