搜索资源列表
FDTD.f
- 三维光子晶体的带系和结构模拟程序,用matlab编写,很好用的。
non_linear_fit1
- VQEG第一阶段的关于数据后处理的数据拟合程序,matlab编写-VQEG the first phase of data processing on the data fitting procedures, matlab prepared
matlab_image_processing
- matlab实现图像处理的源文件,可以较好的实现图像的基本处理,和冈萨雷斯的数字图像处理(第二版)配套。-matlab image processing to achieve the source file, you can better achieve the basic image processing, and Gonzalez, Digital Image Processing (second edition) package.
ppanalysis
- 功率谱分析,用于序列的周期识别。将一序列用不同周期的谐波分解,并用F检验进行周期检验。-Power spectrum analysis for identification of sequence cycles. One sequence will be different harmonic decomposition cycle and test cycle with F test.
Laplace-Gaussian-Pyramid
- ffdhfhg b fjiogn soonsnvjv fin f fdg josg-fdgdsdffdfgfgkio p p d
Extending_Anisotropic_Operators_to_Recover_Smooth_
- 采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。- Completed contours correspond to ridges of an extension (ext) of the characteristic function of the uncompleted curve. Anisotropic extension is performed on the characteristic function fbound of an image set
BasedonprincipalcomponentanalysisoftheFaceRecognit
- 在特征提取阶段,研究了PCA, 2DPCA, (2D) 2PCA, DiagPCA, DiagPCA-F-2DPCA等多 种方法。不同于基于图象向量的PCA特征提取,由于2DPCA, (2D) ZPCA, DiagPCA和 DiagPCA-I-2DPCA的特征提取都直接基于图象矩阵,计算量小,所以特征的提取速度明 显高于PCA方法。-In the feature extraction stage, the study of the PCA, 2DPCA, (2D) 2PCA,
imnoise
- MATLAB中imnoise.m此函数将在图像f中添加噪声。-imnoise
dt-dwt_F
- 双树复数小波变换的Matlab程序的F部分,全部解压到同一个文件夹下后可直接调用函数-Dual-Tree Complex Wavelet Transform Matlab for the F part of the procedure, all extract to the same folder can be a direct call function
lvboqisheji
- 设计一个IIR数字低通滤波器, 逼近一组模拟滤波器的指标参数(通带截止频率Wp=2*pi*2000rad/s,阻带边界频率Ws=2*pi*3000rad/s,通带波纹 Rp=3db, 阻带衰减Rs=15db, 采样频率f=10000Hz); 分别用脉冲响应不变法和双线性变换法实现设计,列出传递函数并描绘模拟和数字滤波器的幅频和相频响应曲线。用上述设计滤波器完成几组给定信号的滤波,证明滤波器的有效性和滤波范围限制.-Design a IIR digital low-pass filter, app
f
- this file along with others coded "finger" construct the complete source code for fingerprint recognition system. do enjoy using it,
f
- MATLAB图像处理工具箱提供了灰度调整函数imadjust(),可以将图像的灰度值调整到一个指定的范围-MATLAB image processing toolbox provides a grayscale adjusting function imadjust (), you can adjust the gray scale image to a specified range
FaceVerification
- 人脸认证流程,计算人脸认证算法的FAR,F-Face verification process, the face authentication algorithm calculated the FAR, FRR
dfbrec_l
- DFBREC_L Directional Filterbank Reconstruction using Ladder Structure x = dfbrec_l(y, fname) Input: y: subband images in a cell vector of length 2^n f: filter in the ladder network structure, can be a string naming a stan
f-p
- 在matlab中实现基于谱聚类的分水岭分割图像,能够处理256*256的大图像-spectral
Digitalsubtraction
- 数字减影血管造影( DSA) 通过向血管中注入造影剂, 使血管的整体影像的对比度有了明显的增强, 然后通 过造影前后图像的相减运算, 可以去除非血管器官的影像, 得到血管更清晰的图像, 目前广泛应用于心血管疾病的 诊断。由于患者的呼吸运动, 使得不同时间采集的图像相减后会产生运动伪影。为了消除运动伪影, 从医生临床上 对于心脏的运动以胸腔的横膈膜为参考目标得到启发, 首先得到很多幅注入造影剂之前的图像( 掩膜图像) 和一幅 注入造影剂之后的图像( 造影图像) , 然后指定其中的一
License-Plate-Recognition
- 基于神经网络的车牌识别matlab源码,利用给定的车牌图像库中(在指定的文件夹之中),任意选择其中的多副车牌图像,对其中包含的数字(0~9)或英文字符(A~F)进行手工提取训练。-License plate recognition based on neural network matlab source code, the use of a given license plate image library (among the specified folder), choose one of
gaborfilter.tar
- Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
p4p-problem-matlab-code
- 在P4P问题中,当空间4个点共面时,不仅摄像机坐标系与物体坐标系之间 的旋转矩阵R和平移向量t可以线性求解,而且可以同时确定摄像机的有效焦距f和像素比例,该程序设计模拟已知相机矩阵M情况下由已知三维空间点和图像坐标情况求解相机外参数矩阵-When space four points coplanar P4P problem, not only between the camera coordinate system and the object coordinate system rotatio
图像清晰度评价指标Matlab
- 图像清晰度评价函数说明 1、熵: 表示图像所包含的平均信息量的多少,嫡值越大则所含信息量越多。 文件名:entropy.m 结果:EN 2、交叉嫡:反映两幅图像的差异,交叉嫡越小,则融合图像和原图像的差别越小。 文件名:cross_entropy.m 结果:平均交叉嫡MCE,均方根交叉嫡RCE 3、峰值信噪比: PSNR越高,说明融合效果与质量越好。 文件名:psnr.m 结果:PSNR 4、Qabf: 评价边缘或梯度质量,越大边缘越明显 文件名:Qab