rename con.png to cones.png in test gpu

This commit is contained in:
Andrey Morozov 2010-08-16 09:19:11 +00:00
parent cd28d5d812
commit 6f9b518e60

View 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;