mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
rename con.png to cones.png in test gpu
This commit is contained in:
parent
cd28d5d812
commit
6f9b518e60
@ -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…
Reference in New Issue
Block a user