-
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.)
- 2020-12-13 15:29:15下载
- 积分:1
-
dct-svd
说明: dct-svd域水印算法,实现数字水印图像在载体DCT-SVD域的隐藏(a kind of watermarking algorithm in DCT-SVD domain)
- 2010-04-18 21:48:32下载
- 积分:1
-
chapter-5
Wily book Digital Image processing fundamental dip
- 2013-08-18 13:50:17下载
- 积分:1
-
watermarking
lsb空域水印算法,dct水印算法,dwt水印算法,处理灰度水印以及彩色图像水印,同时还有字符水印嵌入音频中。分别有着三个GUI界面实现不同功能。欢迎批评指正!(lsb airspace watermarking algorithm, dct watermarking algorithm, dwt watermarking algorithm, the watermark process grayscale and color images watermarking, as well as the characters in the watermark embedded audio. Respectively GUI interface has three different functions. Welcome criticism correction!)
- 2017-01-07 16:52:52下载
- 积分:1
-
SRCNN-Tensorflow
SRCNN Superresolution imteplated by tensorflow SRCNN tensorflow 实现(SRCNN Superresolution imteplated by tensorflow)
- 2020-11-28 11:19:30下载
- 积分:1
-
test3
利用Artoolkit实现了虚拟现实的算法,VS2008下测试通过(Use Artoolkit algorithm to achieve a virtual reality, VS2008 under test)
- 2013-12-12 12:39:48下载
- 积分:1
-
GaussPyramid
基于matlab的高斯金字塔算法,和一般的算法不同,此算法非常详细,逐步编写(Gaussian pyramid matlab-based algorithm, and the different algorithms, this algorithm is very detailed, step by step to prepare)
- 2009-06-21 16:38:50下载
- 积分:1
-
m
说明: 用Visual C++实现模糊图像恢复处理程序实例(Using Visual C++ fuzzy image restoration processing examples)
- 2009-10-17 20:48:58下载
- 积分:1
-
opencv
利用opencv+VC++实现对图像的边缘处理,从而对图像进行检测(Use opencv+ VC++ to achieve the edge of the image processing to the image detector)
- 2016-02-18 15:20:39下载
- 积分:1
-
CSC.EGBIS.JSEG.Meanshift
经典的4种彩色图像分割方法:CSC.EGBIS.JSEG.Meanshift
的VC++实现;及相关英文文献。绝对值得拥有!哈哈...(The classic four kinds of color image segmentation method: CSC.EGBIS.JSEG.Meanshift of VC++ implementation and the relevant literature in English. Definitely worth having!ha ha ...)
- 2010-03-08 17:16:14下载
- 积分:1