Opencv学习笔记
onesilver
大道至简,知易行难
展开
-
学习Opencv笔记
Opencv学习笔记原创 2017-09-07 17:49:08 · 303 阅读 · 0 评论 -
Opencv 使用Rect选取与设置窗口ROI
首先看一下Rect对象的定义:typedef Rect_<int> Rect;再看Rect_的定义:/*! The 2D up-right rectangle class The class represents a 2D rectangle with coordinates of the specified data type. Normally, cv::Rect ~ cv::Rect转载 2017-09-17 16:25:08 · 934 阅读 · 0 评论