OpenCV中的轮廓(Contours)是形状分析以及对象检测和识别的非常有用的工具,我们可以通过函数findContours获取。今天我们继续来学习Contours的相关的常用函数boundingRect,minAreaRect,contourArea,convexHull。