update the start

This commit is contained in:
2026-03-15 08:14:06 +08:00
Unverified
parent 183d7fea8d
commit 2fb7d72939
4 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ using namespace std;
using namespace cv;
int main(){
Mat src = imread("/home/bi/下载/1.png");
Mat src = imread("../img/1.png");
imshow("input",src);
waitKey(0);
destroyAllWindows();