opencv+自帶攝像頭+canny算子邊緣化

打開攝像頭並每一幀圖像進行Canny算子邊緣化操作 未經過濾直接進行邊緣化操作 #include <iostream> #include <opencv2/core/core.hpp> #include<opencv2/highgui/highgui.hpp> #include <opencv2/opencv.hpp> using namespace cv; using namespace s
相關文章
相關標籤/搜索