-
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
-
Wave-equation-forward-modeling
1、参数初始化;
2、形成边界削波数据;
3、波场初始化;
4、Zmax层波场延拓到深度Zmax-1;
5、Zi+1层波场延拓到深度Zi;
6、重复5,从Iz Nz-1开始,直到Iz 1,得测线上的频率—空间域波场;
7、频率-空间域波场对频率做反傅里叶变换,得时间-空间波场;
(1, parameter initialization
2, the formation of boundary clipping data
3, wave field initialization
4, Zmax layer wave field extended to the depth of Zmax-1
5, Zi+1 layer wave field extended to the depth of Zi
6, repeat 5, starting Iz Nz-1 until Iz 1, the frequency of the test line- spatial domain wave field
7, frequency space domain wave field to frequency inverse Fourier transform, time- space field )
- 2021-03-07 16:59:29下载
- 积分:1
-
julei
一种改进的聚类算法应用到图像处理中,实现图像的边缘检测和分割,内附程序图片和论文。(An improved clustering algorithm applied to image processing, image edge detection and segmentation, containing pictures and papers proceedings.)
- 2009-05-07 08:24:50下载
- 积分:1
-
sift_match
通过sift特征提取实现两幅图片无缝拼接(Seamless splicing of two images by SIFT feature extraction)
- 2018-05-11 15:22:13下载
- 积分:1
-
digital-holographic-image
本文首先对数字全息技术的记录和再现的基本原理、数值重建算法、频谱滤波方法,数字全息图的记录条件、再现光场的分离条件等基本问题进行了分析讨论(Firstly, the basic principle of the recording and reproducing of the digital holography, numerical reconstruction algorithm, the spectral filtering method, the digital hologram recording conditions, reproducing conditions of separation of the light field, and other basic issues discussed)
- 2021-04-18 16:38:52下载
- 积分:1
-
Vehicle_Detection_Recognition-master
车型识别图像处理MATLAB代码可运行适合新手入门只用(car recognization adapted rookie study playplay)
- 2018-01-09 22:14:19下载
- 积分:1
-
Particle-Algorithm-Status-Trend
介绍了粒子滤波目前主要应用领域, 最后对粒子滤波的发展提出了展望。(Describes the particle filter is currently the main application areas, and finally the development of particle filter raised prospects.)
- 2013-10-18 15:47:04下载
- 积分:1
-
DcmtkTest
本程序使用dcmtk库,可以显示大部分的DICOM图像。非压缩、压缩黑白图像以766灰阶显示,彩色图像正常显示。
对于初用dcmtk库的开发者来说,入门较难,本程序已使用VC6工程将主要库加入工程中,可以参考本工程的设置。另外,对于高于8位的黑白图像,本程序也提供一个处理方法的参考。(This procedure used dcmtk library, you can see that the majority of the DICOM image. Non-compressed, compressed to 766 gray-scale black-and-white images show that color image display. Dcmtk library used for the early developers, the entry more difficult, the procedure has been in use for the main library VC6 project will join the project, can refer to the project settings. In addition, higher than the 8-bit black-and-white images, the program also provides a reference method.)
- 2009-06-01 14:19:42下载
- 积分:1
-
seg
对植物图像进行图像分割,区域标记,区域提取(Images of plant image segmentation, region markers, regional extraction)
- 2009-05-08 16:22:15下载
- 积分:1
-
GM-PHD
内容包括高斯混合概率假设密度滤波器仿真程序,GM-PHD滤波器提供了一种PHD滤波器工程化的方法,在无数据关联的情况下进行目标跟踪。(This algorithm is extended to accommodate mildly nonlinear target
dynamics using approximation strategies from the extended and
unscented Kalman filters.)
- 2021-01-21 17:18:46下载
- 积分:1