-
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
-
complex-background
随着红外成像技术的发展,红外小目标检测在军事领域有越来越重要的应用。以此为背景,研究了天空、海面、大地等各种背景下红外视频中弱小目标的检测问题。
(With the development of infrared technology,dim small targets detection play a
more and more important part in the military. The problem of dim small targets
detecting in a infrared video with the background of the sky,the sea and the groundhas been studied.
)
- 2021-04-08 15:59:00下载
- 积分:1
-
Denoise-Methods
程序实现了三种去噪算法:BLS-GSM/BM3D/NLM,评价指标为PSNR/SSIM.(Program implements three de-noising algorithm: BLS-GSM/BM3D/NLM, with evaluation of PSNR/SSIM.)
- 2014-06-03 15:04:49下载
- 积分:1
-
实现图像的无损压缩
该程序主要实现图像的无损压缩,具体算法包括:
(1)整数小波变换+SPIHT无损压缩
其中整数小波可以采用JPEG2000提供的5-3小波,也可以采用S+P变换,本程序均已给出。
(2)DPCM+算术编码
DPCM采用的是JPEG中采用的方法;
(3)JPEG-LS标准
JPEG-LS的无损压缩性能非常好,超过JPEG2000。(The program mainly realize lossless image compression, the specific algorithm include: (1) integer wavelet transform SPIHT Integer Wavelet lossless compression which can be used to provide the 5-3 wavelet JPEG2000, can also adopt the S P transform, the procedures are given. (2) DPCM arithmetic coding DPCM is used in JPEG methodology (3) JPEG-LS standard JPEG-LS lossless compression of very good performance, more than JPEG2000.)
- 2008-06-02 11:01:57下载
- 积分:1
-
imageinpainting2
基于小波变换的图像修复算法基于小波变换的图像修复算法(Wavelet-Based Image Inpainting Algorithm Based on Wavelet Transform Algorithm for Image Inpainting)
- 2021-04-23 20:48:47下载
- 积分:1
-
work7
实现图像匹配,ssda算法,自主截图选择匹配位置(To achieve image matching, ssda algorithm, self-selection match position screenshots)
- 2010-03-10 21:25:37下载
- 积分:1
-
roitotiff
ENVI中的ROI感兴趣文件自动转换成TIFF影像数据文件(ROI To Tiff Files)
- 2021-03-31 11:29:09下载
- 积分:1
-
ls_fyytt
此算法实现了分形图形分形树的一种叠代算法的实现过程。它充分利用了叠代的思想(algorithm achieved a fractal graphics fractal tree an iterative algorithm implementation process. It makes full use of iterative thinking)
- 2006-12-11 10:03:51下载
- 积分:1
-
maxomin
求二维图像的极大值点与极小值点,很好用,希望对大家有帮助(image maximum points and minimum points, very useful)
- 2014-07-20 10:57:35下载
- 积分:1
-
Edge-Interpolation
说明: 基于图像边缘特征的图像放大增强算法,提高图像的分辨率。(The edge of the characteristics of image-based image enhancement algorithms to enlarge and enhance image resolution)
- 2009-07-28 06:14:11下载
- 积分:1