自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 题目:在opencv中生成透明图形的方法

题目:在opencv中生成透明图形的方法程序:#include #include #includeusing namespace cv;using namespace std;// 描述:创建带alpha通道的Matvoid createAlphaMat(Mat &mat){ for (int i = 0; i < mat.rows; ++i) { for (i

2017-04-23 17:26:20 6926

原创 题目:Opencv中的点追踪技术

题目:Opencv中的点追踪技术代码实现:#include "opencv2/video/tracking.hpp"#include "opencv2/imgproc/imgproc.hpp"#include "opencv2/highgui/highgui.hpp"#include #include #include using namespace cv;using na

2017-04-11 15:06:37 1114 2

原创 题目:Opencv中利用光流法对物体进行检测

题目:Opencv中利用光流法对物体进行检测完整代码实现:#include #include #include #include #include #include using namespace std;using namespace cv;void tracking(Mat &frame, Mat &output);bool addNewPoints();bo

2017-04-11 13:54:55 2179 1

原创 题目:Opencv中的彩色目标跟踪技术

题目:Opencv中的彩色目标跟踪技术完整代码:#include "opencv2/video/tracking.hpp"#include "opencv2/imgproc/imgproc.hpp"#include "opencv2/highgui/highgui.hpp"#include #include using namespace cv;using namespace

2017-04-11 09:53:03 2212 4

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除