搜索资源列表
Matlab-based-picture-processing
- 基于Matlab的图象处理算法,共有6种处理算法的程序代码,对学习很有帮助,呵呵。-based on Matlab image processing algorithm, a total of six types of processing algorithm code, to learn helpful, huh.
mpgwrite-6.0-update
- 一个可以当作MATLAB工具的外接工具集合! 此代码可以使得MATLAB中直接写出mepg文件~
6
- Matlab 6.X辅助图像处理----源代码,希望对大家有用
Matlab 6.X辅助图像处理》源代码
- <Matlab 6.X辅助图像处理》源代码,适合用matlab来进行图像开发。-lt; Matlab 6.X assisted image processing "source code suitable for use Matlab to develop images.
Matlab 6.X辅助神经网络分析与设计----源代码
- Matlab 6.X辅助神经网络分析与设计----源代码,有助进一步了解神经网络-Matlab 6.X auxiliary Neural Network Analysis and Design-source code, will help to further understand the neural network
MSER.rar
- 该代码是对MSER(Maximally stable extremal regions )方法的编程实现。采用的基于opencv的库进行编程,用的是vc++6.0工具。且对不是骗人的代码,大家可以根据分析代码,结合文献,进一步对该代码加以改进。,The code is the MSER (Maximally stable extremal regions) programming methods. Using the opencv library-based programming, using
matlab-6
- 数字图形处理实验例题 造成图像退化的原因很多,大致可分为以下几个方面: (1)射线辐射、大气湍流等造成的照片畸变。 (2)模拟图像数字化的过程中,由于会损失部分细节,造成图像质量下降。 (3)镜头聚焦不准产生的散焦模糊。 (4)成像系统中始终存在的噪声干扰。 (5)拍摄时,相机与景物之间的相对运动产生的运动模糊。 (6)底片感光、图像显示时会造成记录显示失真。 (7)成像系统的像差、非线性畸变、有限带宽等造成的图像失真。 (8) 携带遥感仪器的飞行
MATLAB6.5processing
- 本书是基于MATLAB 6.5的图像处理工具箱v3.2(Image Processing Toolbox)编写的,较全面系统地介绍了图像处理工具箱v3.2函数在有噪和退化图像的恢复、图形绘制、图像几何变换、图像增强、二值分析、小波分析和分形几何用于图像处理工具箱在工程中具体应用,通过具体的分析和详细的实例,读者不仅可以对MATLAB图像处理工具箱函数的强大功能有一个深刻了解,更能学会正确运用它快速解决实际问题的方法,从而提高分析问题和解决问题的能力。 本书内容全面新颖、针对性强,理论与实际
EmdL1_v2
- NOTES: 1. This implemention borrowed some basic framework from Rabner s original EMD code. 2. Histogram matrices are assumed to be arranged in the "matlab" style, i.e, the [i,j,k]-th element is located in the position i*(n2*n3) + j*(n3
matlab6.0
- matlab 6.0图形图像处理函数的详细列表-matlab 6.0 image processing function graphics detailed list of
gongchengshijiancomputerintegration
- 花钱买的vc++6.0上的源代码,可以运行的。是关于人脸检测方面的。希望对大家有帮助。-Buy the vc++6.0 on the source code, you can run. People are about aspects of face detection. Hope everyone has to help.
DrawCircle
- 使用MATLAB 6.5开发,圆弧的扫描转换算法,中点画圆法画圆。-The development of the use of MATLAB 6.5, the scan conversion algorithm arc, the midpoint drawcircle drawcircle.
DDA_Line
- 使用MATLAB 6.5开发,DDA算法画直线-The development of the use of MATLAB 6.5, draw a straight line scan line algorithm
Sierpinski
- 用VC++6.0环境实现的简单的Sierpinski垫片图形生成-Using VC++6.0 environment to achieve a simple Sierpinski gasket graph generation
xmain
- 用matlab写的印刷体数字识别程序,对matlab 6.0以上有效-Written with matlab print digital identification procedures, more effective on matlab 6.0
matlab-6
- 【谷速软件】matlab源码-小波信号分解与重构-[Valley] matlab source software speed- wavelet signal decomposition and reconstruction
dipum_toolbox_p_2.0.3
- 这是 P-Code DIPUM Toolbox v2.0.3 ! (http://www.imageprocessingplace.com/DIPUM_Toolbox_2/DIPUM_Toolbox_2.htm)- The DIPUM Toolbox™ 2 is a set of nearly 120 new M-functions developed in the book Digital Image Processing Using MATLAB, 2nd edition.
GMM-GMR-v2.0
- 统计概率模型 高斯混合模型的匹配,属于拟合类算法,可以用于2D 和3D数据(Expectation-Maximization estimation of GMM parameters. % This source code is the implementation of the algorithms described in % Section 2.6.1, p.47 of the book "Robot Programming by Demonstration: A %
6
- MATLAB 超级学习手册 第六章 代码 购买原书带的(MATLAB super learning manual sixth chapter code)
图像清晰度评价指标Matlab
- 图像清晰度评价函数说明 1、熵: 表示图像所包含的平均信息量的多少,嫡值越大则所含信息量越多。 文件名:entropy.m 结果:EN 2、交叉嫡:反映两幅图像的差异,交叉嫡越小,则融合图像和原图像的差别越小。 文件名:cross_entropy.m 结果:平均交叉嫡MCE,均方根交叉嫡RCE 3、峰值信噪比: PSNR越高,说明融合效果与质量越好。 文件名:psnr.m 结果:PSNR 4、Qabf: 评价边缘或梯度质量,越大边缘越明显 文件名:Qab