搜索资源列表
MATLAB图像处理源程序
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
similaritymeasurement
- 利用matlab实现两幅图像之间的相似性度量,主要是基于颜色直方图-Between two images using matlab to achieve similarity measure is mainly based on color histogram
ImageMatching
- 使用matlab对两幅图像进行匹配,效果很好,值得参考!-Using matlab to match two images of the good results, it is also useful!
harris
- harris角点检测,检测图像中的角点,可以用来匹配两幅图像-harris coner dictertor
218659918720059141029247714282
- 计算两幅图像的SNR信噪比的源代码MATLAB版-Calculation of two images PSNR peak signal to noise ratio of the source code version of MATLAB
matlab_image_base_transformation
- MATLAB的基本操作实现:P0201:MATLAB赋值,MATLAB中的for循环,MATLAB中的for循环和if条件,MATLAB图像处理的基本操作,MATLAB高级图像处理操作,根据RGB图像创建一幅灰度图像,二值图像的取反操作,用imshow函数显示图像,在同一个窗口内显示两幅图像-MATLAB' s basic operations to achieve: P0201: MATLAB assignment, MATLAB in the for loop, MATLAB in t
zhiyudian-tuxiangpeizhu
- 基于点的matlab图像配准.提出一种基于小波系数的特征索引算法,实现了图像特征点对的快速搜索和两幅图像之间的匹配-Based on the point of matlab Image Registration. Presents a feature based on wavelet coefficients indexing algorithm to realize the image feature points on the fast search and matching between
psnr
- 计算两幅图像峰值信噪比的matlab函数-Calculate PSNR of two images of the matlab function
fuse_pca
- 基于主分量分析的图像融合算法实现,matlab实现,直接输入两幅图像即可-PCA-based image fusion algorithm, matlab implementation, two images can be directly
NMI
- 图像配准中的两幅图像的归一化互信息计算方法代码-Image registration of two images of the normalized mutual information method code
LinearDiscriminantAnalysis
- 提出了一种新的基于图像分块重构和线性判别分析相融合的方法,主要用于人脸识别。该方法通过计算两幅图像之间图 像块的重构均值误差,运用线性判别分析求出两幅图像降维后的欧式距离,融合重构误差和欧式距离计算这两幅图像之间的差别 程度。-A new block-based image reconstruction and the integration of linear discriminant analysis method is mainly used for face recognitio
matlab
- 在图像匹配过程中,运用matlab语言计算两幅图像的联合信息熵,从而计算交互信息值的源代码。-In the image matching process, using matlab language computing two images combined information entropy, mutual information to calculate the value of the source code.
MATLAB
- 实现两幅图像仿射变换并且进行重叠部分的拼接-Affine transformation and to achieve two images overlap stitching for
pinpei(matlab)
- 主要实现了两幅图像的拼接,对缝隙的消除很有用。-It can make two images to one.
matlab
- 图像融合 两幅图像融合 matlab平台-Two image fusion image fusion matlab platform
用RANSAC方法计算两幅图像间的单应性矩阵
- 用RANSAC方法计算两幅图像间的单应性矩阵,包含了点集的选取,ransac去除误匹配,和单应性矩阵计算程序3部分
图像的运算
- 可实现图像的加减乘除运算(包括两幅图、图与常数、逻辑运算),最值、旋转、仿射变换、投影变换。(Can realize the image operations (including add, subtract, multiply and divide two maps, graphs and constants, logic operation), the most value, rotation, affine transform, projection transform.)
联合熵
- 本程序适用于matlab中,读取两幅图像,求取两幅图像的联合熵 程序非常易懂,适合初学者使用,可以用里面的图片进行测试,注意对程序读取图片名进行更改。(Read the two images and calculate the joint entropy of the two images.)
Matlab
- 完成给定的两幅图像中差异之处寻找。显示出两幅图中哪里经过了篡改(Find the difference between the two images. Shows where the two images have been tampered with)
MATLAB指纹识别[GUI界面,报警,门禁系统]
- 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on