rename con.png to cones.png in test gpu
authorAndrey Morozov <no@email>
Mon, 16 Aug 2010 09:19:11 +0000 (09:19 +0000)
committerAndrey Morozov <no@email>
Mon, 16 Aug 2010 09:19:11 +0000 (09:19 +0000)
tests/gpu/src/meanshift.cpp

index 44321ba..532220a 100644 (file)
@@ -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;