登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:C++
  2. 代码类别:图形图象
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 魏格纳

  Cohen类时频方法采用不同的核函数来抑制交叉项,本质上是在模糊域对信号进行低通滤波,其中典型的方法有Choi-Williams 分布和Cone-shaped 分布等。(The Cohen time frequency method uses different kernel functions to suppress the cross term, which is essentially a low pass filter for the signal in the fuzzy domain. The typical methods are Choi-Williams distribution and Cone-shaped distribution.)

11
下载
108
浏览
2018-05-17发布

2. ConsoleApplication1

说明:  OpenGL的示例文件。上课时介绍用的示例文件,内含exe文件可直接运行。(OpenGL's sample file. Sample files for introduction in class, including exe files, can be run directly.)

0
下载
66
浏览
2018-05-13发布

3. rozter

  这是一个用C实现7-bit的编码和解码的算法 非常有效 经过本人验证的,可用()

0
下载
62
浏览
2018-05-12发布

4. 评估函数

  对两张图片进行均值和mse分析,尤其是两张视差图的分析(Mean and MSE analysis of two pictures)

1
下载
79
浏览
2018-05-10发布

5. EEMD算法函数包

  实现EEMD算法的函数,如extrema.m,eemd.m等等(the functions actualize of EEMD algorithm,such as extrema.m,eemd.m)

13
下载
98
浏览
2018-05-09发布

6. Experient4

  利用opencv高斯混合背景建模,并进行开闭运算滤波, 提取视频监控中的车辆(Using opencv Gaussian mixture background modeling and opening and closing operation filtering to extract vehicles in video surveillance)

4
下载
78
浏览
2018-05-02发布

7. 像处理之逆透视变换

  逆透视变换的数学原理,在文档中有详细的逆透视变换的矩阵推导过程,但是没有代码,opencv逆透视变换代码可以看我发的另一篇资源。。。。。。。。。。。。。。。。。。(The mathematical principle of reverse perspective transformation, in the document there is a detailed matrix rendering process of the inverse perspective transformation, but there is no code, opencv reverse perspective transformation code can see another resource I sent)

12
下载
75
浏览
2018-05-02发布

8. SharpGL_2.0_Source_Code

  用于图像的处理,通过显示2张图片,可以看出它们的不同(For image processing, it can be seen that they are different by displaying 2 pictures.)

1
下载
72
浏览
2018-03-29发布

9. dlushdebugger

  各种矩阵算法库,支持UpperTriangularMatrix,LowerTriangularMatrix, Diagon()

1
下载
83
浏览
2018-03-14发布

10. 11_人脸检测与识别系统

  1.本程序主要处理BMP位图。 2.为了方便读者学习,程序各步骤都被拆分开实现了,通过点击相应按钮可以看到每个步骤处理的结果。 3.如果是进行人脸识别,需要先打开一幅位图依次进行“人脸检测与定位”操作和“人脸特征标注”操作,然后再打开需要比较的第二幅位图,也是依次进行所有操作,最后进行识别以区分先后两个人脸。(This procedure deals mainly with BMP Bitmaps. 2. In order for the reader to learn, each step of the program is split and the results of each step can be seen by clicking the appropriate button. 3. In the case of face recognition, it is necessary to open a bitmap for "face detection and location" and "face feature tagging" in turn, then open the second bitmap to be compared, and then perform all the operations in turn, and finally identify to distinguish two faces in succession.)

3
下载
68
浏览
2018-02-24发布

11. 12_运动车辆检测跟踪系统

  1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。 2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。 3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。 4.点击轨迹绘制菜单,绘制车辆的轨迹。 注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1版本,在没有安装此版本软件的机器上运行时需要将cv210.dll,cvaux210.dll,cvcore210.dll,highgui210.dll,ml210.dll这五个文件拷贝至*.exe可执行文件下。(First, open the CR. AVI video from the file menu and the system will display the first frame of the video. 2. Click on the Background extract menu and the background will be extracted later and displayed in the open second window. 3. When the background is extracted, click on the Test Tracking menu to test and track the vehicle. 4. Click on the trajectory drawing menu to map the trajectory of the vehicle. Note: Since a video decoder is required to open an AVI video file using OpenCV, install a DivX-type video decoder on the computer before the program runs, otherwise an error will occur that can not open the file. The program uses OpenCV2 .1, which requires five files to be copied to *, cv210. DLL, cvaux 210. DLL, cvcore 210. DLL, highgui 210. DLL, ML 210. DLL. Exe under executable.)

13
下载
79
浏览
2018-02-24发布

12. bilinear_scale

  一种灰度图的双线性插值定点化C++算法。(A bilinear scaler for gray image.)

2
下载
109
浏览
2018-02-02发布

13. ITK_3D_image_registration

  对三维图像进行配准,输入为RAW文件,输出为RAW+mha文件(3D image registration, input as RAW file, output as RAW mha file)

6
下载
96
浏览
2018-01-31发布

14. 2016302590207ply_bz2

  opencv实现对图像的旋转、平移、缩放(opencv rotate move zoom)

3
下载
44
浏览
2018-01-18发布

15. 56650314

  文件1 txt,2 txt,3 txt和5 txt为用Fortran编写的有限元程序 4 txt为用c++编写的钢筋混凝土异形柱的全()

2
下载
74
浏览
2018-01-07发布

16. C++源代码

  基本图像处理用C++的实现。包括平移旋转翻转边缘提取canny算子等(The basic image processing with C + +.)

4
下载
108
浏览
2017-12-20发布

17. jianju_tools-20170808-32

  检具设计工具 运行于ug3d设计软件环境。支持2.0以上。有些版菜单本会出现乱码(The tool design tool runs in the ug3d design software environment. Support more than 2. Some of the versions of the menu would have been messed up)

2
下载
90
浏览
2017-12-13发布

18. canny

  对静态图像应用canny算法提取边缘特征(The edge feature is extracted by canny algorithm of static image)

1
下载
93
浏览
2017-12-11发布

19. 739131

  克里金插值法实现二维和三位等高线的绘制功能,()

6
下载
81
浏览
2017-12-04发布

20. Information_hiding

  用加密代码将文字隐藏在图片中,用解密代码将文字提取。c++(The text is hidden in the picture with encrypted code, and the text is extracted with decryption code.)

3
下载
83
浏览
2017-11-27发布