登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:图形图象
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. SART

  SART图像重建代码 基于C++ 主要用于CT等射线处理(code of image and with a wide application of CT, x-RAY , ETC)

15
下载
99
浏览
2017-09-16发布

2. main

  下载后自己看吧,就是一个角点检测代码。 基于c++ 64位 需要加载opencv3以上的版本(Download your own look, it is a corner detection code. Based on c++ 64 You need to load more than opencv3 version)

1
下载
115
浏览
2017-09-16发布

3. structure-elemdnt-analysis

  Space structure with static analysis % elastic beam element space structure with static analysis, elastic beam element

1
下载
128
浏览
2017-08-14发布

4. 535097

  802,15,4a 信道程序,为无线通信协议802,15,4a 建模,(802,15,4 a channel program, 802,15,4 a modeling of wireless communication agreement.)

1
下载
114
浏览
2017-07-30发布

5. BMPTEst

  实现在图像背景上叠加 下雨 下雪 的效果(Achieve in the BMP image background superimposed rain, snow effect)

2
下载
82
浏览
2017-07-19发布

6. CXMFG

  OFDM调制的的AWGN加瑞丽衰落信道,其它的我就不多说了(OFDM modulation of AWGN and ruili fading channel, the other I will not say)

5
下载
88
浏览
2017-05-11发布

7. ImgPro

  交通标志检测,pic文件夹下为实验用的交通标志图,这是我们小组的研究性学习课题.(Traffic sign detection, pic folder for the experimental use of traffic signs, which is our group of research learning topics.)

11
下载
90
浏览
2017-02-24发布

8. SLIC

  超像素线性分割聚类代码,可以运行,效果比较好,欢迎下载参考(SLIC code)

7
下载
98
浏览
2016-12-09发布

9. katsevich-recreat

  三维图像重建,采用多种滤波方法,实现三维图像重建,该算法效率比较高。目前已经应用到实际工程。(3-dim picture recreat,use filter method and project method to realise the recreating of 3 dim picture.it is a very effective method ,applied in the project.so I share it with you . )

26
下载
141
浏览
2016-08-26发布

10. MoveCatch

  对移动目标检测,需要先用鼠标框定感兴趣的目标,然后才能追踪。(Moving target detection, target mouse framed interested need to use before tracking.)

5
下载
88
浏览
2016-08-15发布

11. xbnl

  小波包分解,求能量程序,,对小波包的了解掌握都很有用,希望对读者游泳(the wavelet packet decomposition and energy distribution )

4
下载
105
浏览
2016-08-01发布

12. Lane_Detection

  基于视频的车道线检测,首先对视频进行一系列预处理,然后进行边缘检测,霍夫变换直线检测,最后对检测出来的直线进行非车道线排除。(Video-based lane detection, the first of a series of video preprocessing, edge detection and Hough transform line detection, finally detected non-linear lane excluded.)

48
下载
113
浏览
2016-07-11发布

13. main

  利用opencv基于灰度投影算法进行图像平移补偿(Use opencv gray projection algorithm for image translational compensation)

7
下载
100
浏览
2016-05-24发布

14. image-processing

  冈萨雷斯数字图像处理MATLAB版,是我们学习图像处理必备的书籍(Gonzales digital image processing MATLAB version, we study the image processing necessary books)

4
下载
58
浏览
2016-05-04发布

15. Threshold

  这是一个阈值分割的小例子,利用阈值分割把原始图片转化为二值图像和灰度图像。(This is a small example of a threshold segmentation using thresholding the original image is converted to binary and grayscale images.)

1
下载
96
浏览
2016-05-03发布

16. VCPP-image-processing-chapter03

  VisualC++数字图像处理技术详解第2版光盘-第三章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter 3)

4
下载
79
浏览
2016-04-16发布

17. VCPP-image-processing-chapter02

  VisualC++数字图像处理技术详解第2版光盘-第二章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter 2)

3
下载
86
浏览
2016-04-16发布

18. Ellipse-detection

  能够检测椭圆,并且在已知摄像机安装高度和倾角的情况下实现单目测距,代码能够运行(Ellipse can be detected, and the camera installation height and in the case of the known inclination to achieve monocular ranging code to run)

40
下载
106
浏览
2016-04-05发布

19. 1

说明:   奇怪的分式 上小学的时候,小明经常自己发明新算法。一次,老师出的题目是: 1/4 乘以 8/5 小明居然把分子拼接在一起,分母拼接在一起,答案是:18/45 (参见图1.png) 老师刚想批评他,转念一想,这个答案凑巧也对啊,真是见鬼! 对于分子、分母都是 1~9 中的一位数的情况,还有哪些算式可以这样计算呢? 显然,交换分子分母后,例如:4/1 乘以 5/8 是满足要求的,这算做不同的算式。 但对于分子分母相同的情况,2/2 乘以 3/3 这样的类型太多了,不在计数之列!,四个四个数不同 请写出所有不同算式的个数(包括题中举例的)。 思路:循环遍历。 dfs c++(dfs c++)

0
下载
68
浏览
2016-03-21发布

20. 111

  基于SVM与人工神经网络的车牌识别算法,使用了OpenCV的图像处理函数,在VS2013 + OpenCV 2.4.9平台上实现(SVM algorithm based on license plate recognition and artificial neural network, using OpenCV image processing function, implemented on VS2013+ OpenCV 2.4.9 platform)

57
下载
112
浏览
2016-03-19发布