OpenCV常用资料
mantte
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
OpenCV Mat 访问 修改像素数据
#include <opencv2\core\core.hpp>#include <opencv2\imgcodecs.hpp>#include <opencv2\opencv.hpp>#include <opencv2\highgui\highgui.hpp>#include using namespace cv转载 2019-02-07 13:12:54 · 2391 阅读 · 0 评论 -
OpenCV cv::String和 MFC CString互相转换
format 函数Returns a text string formatted using the printf-like expression.string format( const char* fmt, … )Parametersfmt – printf -compatible formatting specifiers.The function acts like sprint...原创 2019-02-07 15:01:24 · 1718 阅读 · 0 评论
分享