在圖像中選擇矩形區域並高亮顯示

《學習OpenCV》書後習題4-3 學習 容許用戶在圖像中選擇一個矩形區域,而後經過按住鼠標按鍵畫一個矩形,當鼠標鍵放開,高亮顯示矩形框。ui 源代碼:code #include "stdafx.h" #include "cv.h" #include "highgui.h" bool drawing_box=false; CvRect box; IplImage* rect_img(I
相關文章
相關標籤/搜索