import cv2 xx=[] for i in range(10): x=cv2.imread('dog'+str(i)+'.jpg') y=cv2.resize(x,(600, 800)) cv2.imshow('dog', y) cv2.waitKey(500) xx.append(y) cv2.destroyAllWindows() k=-1 while k==-1: for x in xx: cv2.imshow('dog2', x) k=cv2.waitKey(500) cv2.destroyAllWindows()
herrDeng網內搜尋
自訂搜尋
Ads
2022年10月17日 星期一
opencv python顯示柴犬圖片與loop, list練習
訂閱:
張貼留言 (Atom)
熱門文章
-
11!=?
-
計算你上學期加權平均
-
計算你的BMI
-
int a[]={21, 23, 57, 13 ,17, 6}; float average; average=?
-
猜數字
-
輸出字串20次
-
1. 利用遞迴input n算2^n 2. 用C算GCD(3333,456)
-
C字串練習 字串 char word[]="You win!"; 輸出為: You win! You win You wi You w You You Yo Y 給進階使用者: gets () 是個危險的函式!
沒有留言:
張貼留言