You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run this commad "sh startup.sh",the following errors were encountered. main.cpp: In function ‘int findCentroidFromImage(cv::Mat, int*, int*, int*)’: main.cpp:92:25: error: no matching function for call to ‘cv::Mat::Mat(cv::gpu::GpuMat&)’ cv::Mat cpu_src(gpu_src);
How can I solve this problem?
The text was updated successfully, but these errors were encountered:
when I run this commad "sh startup.sh",the following errors were encountered.
main.cpp: In function ‘int findCentroidFromImage(cv::Mat, int*, int*, int*)’: main.cpp:92:25: error: no matching function for call to ‘cv::Mat::Mat(cv::gpu::GpuMat&)’ cv::Mat cpu_src(gpu_src);
How can I solve this problem?
The text was updated successfully, but these errors were encountered: