OpenCV學習筆記 OpenCV視頻操做基礎

using namespace cv; int main() { //【1】讀入視頻 若從攝像頭讀入視頻則把‘1.avi’換爲0 //VideoCapture capture("1.avi"); VideoCapture capture(0); //【2】循環顯示每一幀 while (1) { Mat frame;//定義一個mat變量,用於存儲每一幀的圖像 capture
相關文章
相關標籤/搜索