學習筆記 opencv(opencv視頻基礎操作-播放視頻並處理圖像)

     代碼: #include<opencv2/opencv.hpp> using namespace cv; int main() {     //讀取視頻     VideoCapture capture(0);//當capture(0)裏面參數爲0時則是調用攝像頭     Mat edges;     Mat test1;          //循環實現每一幀     while (1)
相關文章
相關標籤/搜索