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 spatialRad = 30;
|
||||||
int colorRad = 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 img_template = cv::imread(std::string(ts->get_data_path()) + "meanshift/con_result.png");
|
||||||
|
|
||||||
cv::Mat rgba;
|
cv::Mat rgba;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user