搜索资源列表
Imageprocessing.rar
- 包括图像分析的四部分代码:matlab扩散和高斯函数,线性扩散,线性复扩散,非线性扩散。,It contains four parts: [1]MATLAB function:diffusion.m gauss.m [2]Linear diffusion Applying linear diffusion to images creating linear scale-space. MATLAB code: demo_lin.m Image: haifa1.bmp [3]Li
edge_detection.rar
- this file contains the codes to obtain edge detection.Either the "edge"function can be used to directly obtain the edge detection by using the selected derivative estimators.(like-canny,sobel.)or the direct code for SOBEL(gradient method)and LAPLACIA
lpp.rar
- 一种很重要的非监督降维方法,是流形学习算法Laplacian Eigenmap 的线性化方法,在人脸识别中效果非常好。,A very important method of unsupervised dimensionality reduction, manifold learning algorithm is Laplacian Eigenmap linearization method is very effective in face recognition.
matlabPyrTools
- This package contains some MatLab tools for multi-scale image processing. Briefly, the tools include: - Recursive multi-scale image decompositions (pyramids), including Laplacian pyramids, QMFs, Wavelets, and steerable pyramids. These oper
Dimension-reduction--toolbox
- 该工具箱中包含了多种降维算法。其中有传统的PCA和Local PCA算法,也有典型的流形学习算法,如Isomap、LLE、HLLE、Laplacian Eigenmaps 和 Local Tangent Space 。-The toolbox contains a variety of dimensionality reduction algorithms. In which the traditional PCA and Local PCA algorithms, there are the
6
- 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Write a program to image the input Huffman coding, the entropy of the original image displayed, encoded, the average code length, and be able to reconstruct the image a
gauspyr4a
- 高斯金字塔:Laplacian Pyramid Decomposition matlab 拉普拉斯金字塔分解;matlab源程序 说明:该函数的作用是对输入图像做金字塔分解。 level为指定分解图像的层次 -Gaussian Pyramid
laplacian-filter
- matlab implementation of laplacian filter in spatial and frequency domain
ImagEnhanc_in_spatialDom
- Image enhancement in spatial domain, the sources include histogram, laplacian, unsharp mask, and spatial filter
NPE
- 本代码实现基于成对约束的半监督图嵌入算法-Following the intuition that the image variation of faces can be effectively modeled by low dimensional linear spaces, we propose a novel linear subspace learning method for face analysis in the framework of graph embeddi
Laplacian-Eigen-map
- Laplacian Eigenmap.This contains matlab programs to calculate Laplacian Eigenmap.this is applied for face images.
FDTD_1D_PML
- Susan C. Hagness的1D FDTD(matlab)源码-Susan C. Hagness the 1D FDTD (matlab) source
lptoolbox
- This toolbox contains Matlab files that implement the Laplacian pyramid (LP) decomposition and the new reconstruction method-This toolbox contains Matlab files that implement the Laplacian pyramid (LP) decomposition and the new reconstruction meth
legend11_l
- matlab - image processing - laplacian filter-matlab- image processing- laplacian filter
susan
- susan算法,基于MATLAB的椭圆拟合-susan algorithm, MATLAB-based fitting of the elliptical
data
- Smooth Linear filter Median filter Laplacian Unsharp masking Sobel filter
medcontsharp
- applying cropping, median filter, contrast stretching and laplacian filter
laplace_1.0
- Laplacian Pyramid Toolbox (also available on MATLAB Central): MATLAB source code that implements the Laplacian pyramid (in any dimension) with the new reconstruction method in Framing pyramids.
laplacian
- laplacian code in matlab
matlab
- 拉普拉斯特征映射,最大差异展开,时频域特征(Laplacian Eigenmap Maximum difference expansion Fast Maximum difference expansion ISOMAP)