-
Mallats-Alternate-Projection-
代码详细实现了信号和图像的模极大值重构的 S.mallat 交替投影算法,该方法具有收敛速度快、精度高的特点。(The code depicts the modulus maxima recovery of signal and image based on the S.Mallat s alternate projection algorithm. The algorithm has fast convergence and high accuracy. )
- 2012-04-17 22:34:58下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
DFNN
这是神经模糊网络中的D-FNN,极其所用到的函数程序。(This is a neuro-fuzzy network in the D-FNN, most of the procedures used in the function.)
- 2009-10-14 15:37:51下载
- 积分:1
-
matlabppt
这是我在培训机构内部的MATLAB资料,很有参考价值(This is my training institutions within the MATLAB data of great reference value)
- 2009-11-04 19:39:18下载
- 积分:1
-
ndbezierinterp
给定四个控制点,利用贝塞尔曲线进行插值。(A function for Bezier interpolation for given four
control points. Each control point can be in N-Dimensional
vector space. )
- 2009-12-30 11:00:52下载
- 积分:1
-
shibie
基于奇异值分解的人脸识别方法
梁毅雄 龚卫国 潘英俊 李伟红 刘嘉敏 张红梅
提出了一种将傅里叶变换和奇异值分解相结合的人脸自动识别方法.首先对人脸图像进行傅里叶变换,得到其具有位移不变特性的振幅谱表征.其次,从所有训练图像样本的振幅谱表征中给定标准脸并对其进行奇异值分解,求出标准特征矩阵,再将人脸的振幅谱表征投影到标准特征矩阵后得到的投影系数作为该人脸的模式特征.然后,对经典的最近邻分类器算法进行了改进,并采用模式特征之间的欧式距离作为相似性度量,从而完成对未知人脸的识别.采用ORL (Olivetti Research Laboratory)人脸库对本文提出的人脸识别方法进行验证,获得了100.00 的识别率.实验结果表明,本方法优于现有的基于奇异值分解的人脸识别方法,且对表情、姿态变换等具有一定的鲁棒性.
(Face recognition based on singular value decomposition method
Deliberate simultaneously Gong Weiguo Li Wei Hung Stephen Lau, Hong-Mei Zhang Ying-Jun Pan
Paper, a Fourier transform and singular value decomposition of the combination of automatic face recognition. First of all, the face image by Fourier transformation, it has the same characteristics of the displacement amplitude spectra. Secondly, all training The amplitude spectrum of the sample images given in standard face representation and its singular value decomposition, find the standard characteristic matrix, then the amplitude of spectral characterization of human faces projected onto the standard characteristic matrix of projection coefficients obtained as the face of the model features . Then, the classical nearest neighbor classifier is improved, and the use of Euclidean distance between pattern features as the similarity measure, thus completing the identification of unknown human faces. using ORL (Olivetti Research La)
- 2010-05-17 14:29:31下载
- 积分:1
-
lz78.m
Lempel-Ziv 78 Coding (LZ) example(Lempel-Ziv 78 Coding (LZ))
- 2014-02-19 17:59:30下载
- 积分:1
-
代码-多层编码遗传算法的车间调度算法
智能算法中的遗传算法,解决多层编码车间调度问题(The genetic algorithm in intelligent algorithm solves the problem of multilayer coding shop scheduling.)
- 2018-03-09 16:48:08下载
- 积分:1
-
adaptive-median
adaptive median filter used in image processing
- 2011-04-19 13:43:10下载
- 积分:1
-
EMIODist
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED
- 2010-05-30 09:43:40下载
- 积分:1