opencv使用vector erase 去除部分邊界

一開始想要進行opencv所提取輪廓的小面積區域去除,在網上找了一圈,發現可以使用vector進行,於是就使用了下列代碼:         findContours( canny_output, contours, hierarchy, CV_RETR_TREE, CV_CHAIN_APPROX_SIMPLE, Point(0, 0) ); printf("\t contours.size=%d
相關文章
相關標籤/搜索