【OpenCV(C++)】经常使用数据结构和函数

【OpenCV(C++)】经常使用数据结构和函数 点的表示:Point类 颜色的表示: Scalar类 尺寸的表示:Size类 矩形的表示:Rect类 颜色空间转换:cvtColor()函数 点的表示:Point类 #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <iostream>
相关文章
相关标签/搜索