Commit 6f9b518e authored by Andrey Morozov's avatar Andrey Morozov

rename con.png to cones.png in test gpu

parent cd28d5d8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment