搜索资源列表
CodeBook
- Code MATLAB in S. Theodoridis, A. Pikrakis, K. Koutroumbas, D. Cavouras - Introduction to Pattern Recognition: A MATLAB Approach
K-SVD工具箱
- 用于信号稀疏表示的K-SVD字典学习算法工具箱,有详细的Demo,方便理解。
alg_KSVD
- The K-SVD algorithm written in Matlab
KSVD
- K-SVD算法程序,利用聚类算法对字典进行训练-K-SVD algorithm program, the use of clustering algorithm is trained on a dictionary
KSVD_Matlab_ToolBox
- The K-SVD is a new algorithm for training dictionaries for linear representation of signals. Given a set of signals, the K-SVD tries to extract the best dictionary that can sparsely represent those signals.
_k_svd--haodong
- K—SVD字典学习的算法,希望对你有帮助,你可以- Some K—SVD methods,I think it will help you.You can look at it.
KSVD-P-Sparse-Representation
- K-SVD SPARSE REPRESENTATION 基于学习的稀疏表示图像分析方法,以去噪为例。-K-SVD SPARSE REPRESENTATION
AKSVD
- 该算法是K-SVD算法的一种改进算法。该算法可以用于稀疏字典的学习中。与传统方法相比,能够有效的降低计算量,提高字典更新的速度。-The algorithm is an improved algorithm of K-SVD algorithm. The algorithm can be used to sparse dictionary learning. Compared with conventional methods, it is possible to effectively red
k-svd-algorithm
- K-svd algorithm for classifier-K-svd algorithm for classifier...
K-SVD
- k-svd算法在表情识别方面的实现和实例应用,附有图片和文章。-k-svd algorithm for face recognition on the implementation and application examples, with pictures and articles.
K-SVD_code
- 做实验时找到的K-SVD算法的Matlab代码,很好用,有需要的可以下载下来一起研究下-When doing experiments to find the K-SVD algorithm Matlab code, easy to use, there is a need to study together can be downloaded under
K-SVD_Dictionary-training
- k-SVD 字典训练 matlab源代码,欢迎有需要的下载一起研究-k-SVD dictionary training matlab source code, welcomed the need to download the study together
dimensionality-reduction-and-k-means
- 1.使用k-svd对数据进行稀疏表示,降维 2.使用k-means对上述数据聚类-1.use k-svd to reduce the dimensions of data 2.clster the data by k-means
ksvdbox
- K-SVD算法用于稀疏表达,基于OMP算法。(The algorithm is apply for sparse representation)
K-SVD
- 稀疏编码和字典学习算法,正交匹配追踪算法获得稀疏表示稀疏,ksvd用来学习字典(Sparse coding and dictionary learning algorithm, orthogonal matching tracking algorithm to obtain sparse sparse, ksvd used to learn the dictionary)
ksvdsbox11
- K-SVD一种经典的用来训练稀疏字典的方法(Implementation of the K-SVD and Approximate K-SVD dictionary training algorithms, and the K-SVD Denoising algorithm [ref]. Requires OMP-Box v10.)
107215802AnalysisKSVD
- 实现图像的稀疏编码,采用k-svd进行字典学习,omp算法进行稀疏表示系数的计算,内附有去噪例子(To achieve the image sparse coding, using K-SVD dictionary learning, OMP algorithm for sparse representation of the calculation of factors, with examples of denoising)
AnalysisKSVDbox
- K-SVD可以看做K-means的一种泛化形式,K-means算法总每个信号量只能用一个原子来近似表示,而K-SVD中每个信号是用多个原子的线性组合来表示的。 K-SVD通过构建字典来对数据进行稀疏表示,经常用于图像压缩、编码、分类等应用。(K-SVD can be regarded as a generalized form of K-means. The total K-means algorithm can only approximate one signal for each sem
demo
- K-SVD图片去噪,直接运行其中quzao.m文件即可。(K-SVD image denoising, directly run the quzao.m file.)