opencv-error-vector subscript out of range

在遍歷一張圖片的輪廓點集時,出現瞭如下錯誤。 最後排查之後,發現是在for循環這裏出錯。 for (size_t i = 0; i < contours.size(); i++) { boundRect[i] = boundingRect(Mat(contours[i])); //rectangle(ThreadholdImageRIO, boundRect[i].tl(), boundRect
相關文章
相關標籤/搜索