openCV学习笔记一:装载、显示图像并在图像上写字画图

最近我在系统的学习openCV,我将学习笔记放到这里,希望能对大家有帮助! 图像的载入,显示并在图像在写字画图: 代码如下: #include #include <cv.h> #include <highgui.h> #include <windows.h> using namespace std; using namespace cv; int main(int argc, char** arg
相关文章
相关标签/搜索