登录

最新会员 最新下载

成为了本站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. Graph

  输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)

25
下载
108
浏览
2020-12-13发布

2. Graph

  输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)

26
下载
120
浏览
2020-12-13发布

3. RgnGuide_src

  这个源代码是用来实现图形之间的基本运算的,包括求交集、并集、差集等等。而且图形的形状也可以任意选择,可以是圆、线段、点、多边形等等。(the source code is used to achieve the basic graphics operations, including for intersection and set difference, and so on. The shape and graphics can choose freely, it can be won, segment, points, polygons, and so on.)

124
下载
114
浏览
2020-12-12发布

4. Bayer2RGB

  Bayer图像格式转化为标准RGB格式 Bayer图像格式转化为标准RGB格式(Bayer image format into a standard RGB format Bayer image format into a standard RGB format)

421
下载
112
浏览
2020-12-12发布

5. MCU_1908

  针对CMOS 图像传感器输出的Bayer 格式的图像数据, 利用TI 公司的TMS320DM642 数字信号处理器的专用视频端口,可以实现图像捕获、数据传输的无缝连接的特点, 构建了以DM642 为核心的图像实时处理系统。在DM642 中采用两种通用方法(双线性插值、边缘检测) 和文中提出的信号相关的方法, 将从Bayer 公司的CMOS 图像传感器所捕获的8 位Bayer 格式图像数据, 转换为24 位RGB 格式彩色图像数据, 并通过PSNR(信噪比) 和NCD(归一化彩色差异规范) 两种评估方法进行检测。从实验结果可以看出文中提出的方法相对于通用方法提高了图像的信噪比, 锐化图像的边缘, 减少了图像高频信息的错误像素的数量, 提高视觉质量。(Bayer TMS320DM642)

174
下载
63
浏览
2020-12-12发布

6. wnrVC6.0

  运动模糊图像 图像复原 维纳滤波复原 逆滤波复原 VC++6.0程序 代码(Motion-blurred image restoration image restoration Wiener filtering inverse filtering to recover VC++ 6.0 code)

339
下载
117
浏览
2020-12-12发布

8. layerstacking_ding

  IDL编程:tif图像批量layerstacking,并保留原有地图投影。使用时只需要修改输入和输出路径。(IDL programming: tif image batch layerstacking, and retain the original map projection. Only need to modify the input and output paths use.)

17
下载
128
浏览
2020-12-11发布

9. C# 人脸识别实例

照片比对、视频采集人脸识别 运行环境x64,自行申请虹软的APP_ID和SDKKEY替换App.config里的相关内容

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

10. Voronoi

  图形voronoi图的自动生成算法,用vc做,是基于一般图形voronoi图的算法,结合数字图形处理里的轮廓跟踪算法,使一般图形voronoi图能够根据不同的生成元总动生成。(Graph voronoi diagram automatic generation algorithm, using vc do is based on the general graph voronoi diagram algorithm, combined with digital image processing in the contour tracking algorithm, the general graph voronoi diagram to the total depending on the generator automatically generated.)

109
下载
133
浏览
2020-12-10发布

11. tuxiangpipei

  一种基于特征点的图像匹配算法 一种基于特征点的图像匹配算法(Feature point based image matching algorithm based on feature points matching algorithm)

12
下载
117
浏览
2020-12-10发布

12. sift

  sift匹配算法 尺度不变变换 特征描述子 特征点匹配 (sift match)

28
下载
117
浏览
2020-12-10发布

13. SIFT

  提取SIFT特征,进行特征提取和匹配,包括特征点的定位,特征点描述子的生成,特征点的匹配,(extract SIFT feature,and feature matching)

18
下载
122
浏览
2020-12-10发布

14. SIFT

  提取SIFT特征,进行特征提取和匹配,包括特征点的定位,特征点描述子的生成,特征点的匹配,(extract SIFT feature,and feature matching)

18
下载
106
浏览
2020-12-10发布

15. 中值滤波源代码.zip

说明:  C语言编写的程序,可以对图象进行中值滤波处理,效果不错,联系方式: QQ76947175(c program which can execute medeaval filter.good performance,contact with QQ76947175.)

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

17. 距离变换

  地图代数距离变换,八边形距离变换,马哈顿距离变换(Map algebra distance transform, eight sided distance transform, distance transformation)

5
下载
69
浏览
2020-12-08发布

18. shape-matching

  基于形状的模板匹配,用到了opencv,主体包含两部分,建模与金字塔搜索。(Based on the shape of the template matching, the use of opencv, the main body contains two parts, modeling and pyramid search.)

82
下载
147
浏览
2020-12-07发布

19. scale

  YUV420视频的缩放,经过高度的优化,其中三次卷积插值(cubic convolution)算法的效果最好,优化程度也最高。其基本思想是通过整型化、查表等方法消除每一帧图像插值运算中的浮点运算和乘除法运算。(scale YUV420 video frames with cubic, bilinear & cubic convolution interpolation algorithms。)

183
下载
76
浏览
2020-12-07发布

20. SPA

  连续投影算法的Matlab程序 下载后可以直接使用(Successive projections algorithm )

196
下载
154
浏览
2020-12-07发布