登录

最新会员 最新下载

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29

成为了本站VIP会员

2024-12-21 19:40
已选条件
  1. 编程语言:所有
  2. 代码类别:OpenCV
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. FBPtest1

  CT拍摄拍摄一周,步进1度,360张投影图像,使用S-L滤波,滤波反投影FBP算法进行二维断面重建(CT filming for a week, step 1 degrees, 360 projection images, using S-L filter, filter back projection FBP algorithm for two-dimensional section reconstruction)

4
下载
59
浏览
2021-01-03发布

2. chedaoxian

说明:  利用计算机视觉,在python语言下,实时对车道线进行识别检测(direct and show the lane from video)

3
下载
76
浏览
2020-12-31发布

3. camera_v2

  C#编程,OpenCV,双目视觉,构建三维空间,可对该空间内坐标进行定位,并在电脑窗口上显示两个摄像头的实时图像,获取坐标。本程序适用于win7系统,是四旋翼定位巡航研究的部分程序,希望对大家有所帮助。( C# programming, OpenCV, binocular vision, to build three- dimensional space, the space coordinates can be positioned, and in the computer window displays two camera images in real time, get the coordinates.This procedure applies to the win7 system, is a four- part of the research on positioning cruise procedures, we hope to help)

102
下载
90
浏览
2020-12-30发布

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

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

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

5. 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
下载
136
浏览
2020-12-14发布

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

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

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

7. 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
下载
81
浏览
2020-12-14发布

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

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

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

9. 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
下载
62
浏览
2020-12-11发布

10. cuda_surf_orb_demo

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

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

11. 11

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

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

12. OpenCV算法精解-代码

  OpenCV算法精讲中算法的代码实现,利用python语言实现了OpenCV库中的基本的图像处理的方法(code of OpenCV by python)

23
下载
104
浏览
2020-12-04发布

13. opencv

  opencv-python 将图片转换成视频 实现转场效果(Strongly recommend you know the grammar of python first and learn OpenCV)

5
下载
61
浏览
2020-12-04发布

14. hog_svm_train_python

说明:  pedestrain detection; python

1
下载
64
浏览
2020-11-27发布

15. distortion

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

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

16. Harris

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

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

17. smile-detection

  基于Python语言和OpenCV实现了笑脸检测,首先进行人脸检测,然后在人脸检测的基础上进行笑脸检测。(This code implement smile detection based on OpenCV and Python. Face detection is done firstly and then smile detection is done based on the output face of the face detection.)

10
下载
61
浏览
2020-11-17发布

18. python

  gabor滤波器提取图像特征,使用了opencv库(Gabor filter to extract image features)

27
下载
94
浏览
2020-11-16发布

19. 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
下载
95
浏览
2020-11-15发布

20. WindowsFormsApp1

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

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