-
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
-
waveletrh
自己编的基于小波变换的图像融合程序。可进行不同层数小波分解。(developed based on the wavelet transform image fusion procedures. Can be different floors wavelet decomposition.)
- 2007-01-15 15:54:30下载
- 积分:1
-
Digital-Image-Processing
Labwindows/CVI实现了常见的数字图形处理算法,如滤镜,正交表换 边缘检测等(Common digital graphics processing algorithms, such as filters, orthogonal change of edge detection)
- 2012-04-23 22:22:38下载
- 积分:1
-
sparse-decomposition
基于稀疏表示的卡通纹理分解程序,能完成卡通纹理的分解(The program can complete that texture based on sparse decomposition process that cartoon, cartoon texture to complete the decomposition.)
- 2020-07-02 23:20:01下载
- 积分:1
-
polar-coordinate-transformation
将图像从笛卡尔坐标系上转换到对数极坐标上,这样做便于将笛卡尔坐标系上存在缩放和旋转关系的图像转换成对数极坐标下的具有平移关系的图像,然后就可以用相位相关检测算法进行相关检测,得到两幅图像的相关性(Convert an image Cartesian to polar coordinates on a logarithmic, this facilitates the translation relations image with the next image conversion to a logarithmic scale and rotate relationship exists between the Cartesian coordinates polar coordinates, then you can use phase correlation detection algorithm for correlation detection, the correlation between two images obtained)
- 2021-01-22 15:08:40下载
- 积分:1
-
wmlow
说明: 基于一级小波变换的将2值图像嵌入宿主图像低频子带的水印嵌入及提取算法(based on a wavelet transform the image of two images embedded host low-frequency band and the embedded watermark extraction algorithm)
- 2006-04-27 08:50:42下载
- 积分:1
-
数字图像处理_第三版_英_答案
《数字图像处理(第三版)》课后习题答案,作者冈萨雷斯(Answers to Exercises after Class of Digital Image Processing (Third Edition),author Gonzalez)
- 2019-06-10 10:54:09下载
- 积分:1
-
基于霍夫变换的MATLAB程序代码
说明: 基于霍夫变换的matlab代码,可用于数字图像处理,其中有注释,可用于学习。(matlab Hough Transform hologram)
- 2020-11-04 09:30:00下载
- 积分:1
-
matlab
图像去模糊处理,分别运用了维纳滤波器、deconvreg方法、deconvlucy方法、盲反卷积等方法。非常实用(Image deblurring processing, namely the use of the Wiener filter, deconvreg method, deconvlucy methods, blind deconvolution methods. Very useful)
- 2020-11-06 01:09:50下载
- 积分:1
-
zernike
说明: 滤波是将信号中特定波段频率滤除的操作,是抑制和防止干扰的一项重要措施,滤波分为经典滤波和现代滤波。(Filtering is the operation of filtering out the specific band frequency of the signal, which is an important measure to suppress and prevent interference. Filtering is divided into classical filtering and modern filtering.)
- 2019-12-20 12:01:53下载
- 积分:1