-
LRMR-IALM
说明: LRMR(低秩矩阵恢复模型)的IALM方法实现代码,用于图像去噪。(The IALM method implementation code of LRMR (Low Rank Matrix Recovery Model) is used for image denoising.)
- 2020-11-30 10:54:13下载
- 积分:1
-
81404615KSVD
说明: ksvd图像去噪代码,可以学习使用。提升自己的技能。(The ksvd image denoising code can be learned to use. Improve your skills.)
- 2019-11-21 21:20:35下载
- 积分:1
-
kl
说明: kl变换. KL变换的流程如下:
(1)获取多幅图像的统计特性:图像之间的协方差
(2)获取协方差的特征值和特征向量,从而获取正交核:特征矩阵
(3)图像对应象素点对各个特征向量进行投影运算。(kl transformation)
- 2014-08-21 12:48:10下载
- 积分:1
-
基于遗传算法的图像融合
基于遗传算法的图像融合,应用于求解图像融合的常用算法,matlab编写 ,很好的实现了,希望 对大家学习 有用(GA,Image Fusion Based on Genetic Algorithms)
- 2019-06-12 19:06:17下载
- 积分:1
-
cpp
用halcon编写的代码实例,用来给初学者学习(Use halcon code examples, for beginners learning
)
- 2014-10-21 09:56:24下载
- 积分:1
-
MCALabWithUtilities.tar
MCA图像修复,包含MCA和EM图像修复算法(MCA inpainting)
- 2020-09-14 21:37:58下载
- 积分:1
-
Otsu2d_Xiefen
一种二维Otsu快速算法的Matlab实现,该算法的原文参见《二维直方图区域斜分阈值分割及快速递推算法》,该文已附在内。(A two-dimensional Otsu fast algorithm Matlab realize that the original algorithm see " Two-dimensional histogram oblique segmentation area and fast recursive algorithm" , the paper has been attached into account.)
- 2020-09-12 17:57:59下载
- 积分:1
-
Camdemo
Camshift算法,即"Continuously Adaptive Mean-Shift"算法,是一种自适应的运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪目的。(Camshift algorithm, namely " Continuously Adaptive Mean-Shift" algorithm is an adaptive motion tracking algorithm. It is primarily the color information of the object' s movement through the video images to achieve tracking purposes.)
- 2014-01-11 19:45:29下载
- 积分: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.)
- 2020-12-13 15:29:15下载
- 积分:1
-
image-segmentation
图像分解算法,四种方法可选,包括threshold, K means threshold, region growing以及gradient based segmentation(Image decomposition algorithm, four methods available, including the threshold, K means threshold, region growing and gradient based segmentation)
- 2013-07-12 07:46:20下载
- 积分:1