放大缩小 resize()详解:
http://blog.csdn.net/qq_23880193/article/details/48480585
findContours:找到图像中轮廓
approxPolyDP:对多边形曲线做近似
boundingRect:计算并返回包围轮廓点集的最小矩形
minEnclosingCircle:计算并返回包围轮廓点集的最小圆形及其半径
drawContours:根据轮廓点集和轮廓结构画出轮廓
http://blog.sina.com.cn/s/blog_a98e39a201012f0m.html
findContours()函数详解
http://blog.csdn.net/dcrmg/article/details/51987348
图像切割,使用ROI
http://blog.csdn.net/dujian996099665/article/details/8897077