登录

最新会员 最新下载

成为了本站VIP会员

05月31日 10:38

成为了本站VIP会员

05月31日 09:22

成为了本站VIP会员

05月28日 17:59

成为了本站VIP会员

05月26日 21:52

成为了本站VIP会员

05月25日 20:47

成为了本站VIP会员

05月24日 22:16
已选条件
  1. 编程语言:C++
  2. 代码类别:OpenCV
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 模板匹配+针尖检测+感兴趣区域.zip

说明:  opencv 模板匹配+感兴趣区域+局部检测尖形末端(template matching+ROI+needle shape detection)

1
下载
51
浏览
2020-12-17发布

2. LightStripe_Calibration_Reconstruction

  采用线结构光技术对摄像机进行标定、光平面标定和三维重建。Include camera intrinsic calibration, light plane calibration and reconstruction in 3D measurement using light stripe technique.(Include camera intrinsic calibration, light plane calibration and reconstruction in 3D measurement using light stripe technique.)

56
下载
128
浏览
2020-12-14发布

3. OpenCV模板匹配的方法识别手势

  首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)

17
下载
46
浏览
2020-12-14发布

4. svm_gesture_recognition

  基于opencv的手势识别 1、hog : hog特征提取 2、hogTainer : 样本训练,利用了SVM方式 3、gestureRecognition : 手势识别,利用了训练得出的线性分类器进行识别分类 训练样本在hog文件夹中,对应gesture_a到gesture_e ,五种手势(Gesture recognition 1, hog: hog feature extraction 2, hogTainer: sample training, the use of SVM mode 3, gestureRecognition: gesture recognition using training resulting linear classifier for recognition and classification of training samples in hog folder corresponding to gesture_a gesture_e, five kinds of gestures)

37
下载
70
浏览
2020-12-14发布

5. 改进的区域生长课程报告

  区域生长算法的改进方法,适合初步学习,具有多个图形处理,最后标注部分代码(The improved method of region growing algorithm is suitable for preliminary study.)

8
下载
47
浏览
2020-12-14发布

6. Image_blur

说明:  图像模糊cuda c 实现, 利用并行多线程,处理图像的像素点提高运算速度。一般情况下个比CPU上的代码运行速度快(The implementation of image fuzzy CUDA C, using parallel multithreading, processing image pixels to improve the speed of operation. In general, the code runs faster than the code on the CPU)

1
下载
54
浏览
2020-12-11发布

7. cuda_surf_orb_demo

说明:  cuda orb 及 surf 优化测试 代码及测试报告文档 数据(cuda orb optimization code for testing)

0
下载
55
浏览
2020-12-09发布

8. 11

  本程序利用OPENCV实现了圆形以及椭圆的拟合,并输出椭圆以及圆的中心坐标。(This procedure using OPENCV achieve a circular and elliptical fitting, and outputs the ellipse and the circle center coordinates.)

207
下载
71
浏览
2020-12-08发布

9. distortion

  使用VS2013+opencv2实现图像的畸变矫正,矫正结果比较理想(Using VS2013+ opencv2 to achieve image distortion correction, correction results are ideal)

8
下载
48
浏览
2020-11-21发布

10. Harris

  opencv环境下实现的harris-laplace算法(多尺度harris角点特征提取算法)(opencv environment Harris-laplace algorithm (multi-scale Harris corner feature extraction algorithm))

39
下载
50
浏览
2020-11-19发布

11. lib

  OpenCV 库文件(cv200.lib,cxaux200.lib,cxcore200.lib,cxts200.lib,highgui200.lib,ml200.lib cv200d.lib,cxaux200d.lib,cxcore200d.lib,cxts200d.lib,highgui200d.lib,ml200d.lib)(OpenCV library files(cv200.lib,cxaux200.lib,cxcore200.lib,cxts200.lib,highgui200.lib,ml200.lib cv200d.lib,cxaux200d.lib,cxcore200d.lib,cxts200d.lib,highgui200d.lib,ml200d.lib))

772
下载
82
浏览
2020-11-15发布

12. WindowsFormsApp1

说明:  高精度图像计算,使用OpenCV进行图像处理,深度学习比对(GaoJingDu Picture JiSuan)

1
下载
99
浏览
2020-10-30发布

13. testOpencv

  使用Opencv的videocapture功能,处理视频,添加水印,创建了原视频的9画面切割显示,QT使用了相应的布局和多线程,对于初学者有很好的帮助。(Using the videocapture function of Opencv, processing video, adding watermark, creating the 9 picture cutting display of the original video, QT uses the corresponding layout and multi thread, which is very helpful for the beginner.)

5
下载
49
浏览
2020-10-16发布

14. peopledetect

  人脸及行人检测中在opencv中要用到的haarcascade_righteye_2splits.xml,即特征检测的haar分类器,包括正面,侧边,上下左右各种,很全面(Face and pedestrian detection in opencv use to haarcascade_righteye_2splits.xml, feature detection haar classifier, including front, side, up and down various, very comprehensive)

46
下载
62
浏览
2020-09-14发布

15. inpainting-master

说明:  图像修复 实现以c++和opencv为环境,修补图像的算法(image inpainting . based on c++ and opencv to restore the picture.)

0
下载
49
浏览
2020-09-08发布

16. Rodrigues

  旋转向量与旋转矩阵转化(罗德里格斯 ) 根据OPENCV里的 cvRodrigues2()函数原理编写的纯c的函数,不需要依赖OPENCV(Rotation vector and rotation matrix transformation (Rodriguez))

37
下载
98
浏览
2020-08-24发布

17. 双目标定

说明:  根据左右相机拍摄的图片,先进行单目标定,再进行双目标定,之后通过立体校正和立体匹配得到视差图,计算深度(According to the pictures taken by the left and right cameras, monocular calibration is performed first, and then binocular calibration is carried out. Then the parallax map is obtained by stereo correction and stereo matching, and the depth is calculated)

2
下载
85
浏览
2020-08-11发布

18. 基于opencv的激光线中心提取源码

说明:  基于opencv的激光线中心提取源码,需要配置下自己的opencv和图像文件路径,可以直接运行,输出激光线的中心(The source code of laser line center extraction based on OpenCV needs to be configured with its own opencv and image file path, which can run directly and output the center of laser line)

5
下载
94
浏览
2020-07-31发布

19. 车道线的检测 3970978Test

说明:  采用传统图像处理方法,能够实现对车道线的检测,检测效果较好(The traditional image processing method can realize the detection of lane line, and the detection effect is good)

2
下载
86
浏览
2020-07-29发布

20. cbct_segment

说明:  使用opencv可以读取bmp肺部CT图片并准确分割出肺部的轮廓。(we can read BMP lung CT images and accurately segment the lung contour by opencv.)

2
下载
77
浏览
2020-07-21发布