搜索资源列表
matlab_PCA
- 用Matlab来实现PCA,并分别求出图像在第一、二、三主分量上的投影。-Using Matlab to implement PCA, and images were obtained in the first, second and third principal component on the projection.
DIPUM_ToolBox
- 冈萨雷斯第二版数字图像处理工具箱函数集Matlab源程序-Gonzalez, the second edition of Digital Image Processing Toolbox Matlab source code function set
Harris
- 研究一种红外医学图像处理与分析方法,实现红外人脸图像中特征区域的自动定位。方法 针对红外正面脸部图像,采用一种无监督的局部和全局的特征提取方法,首先通过阈值法区分出前景和 背景,并根据面部特征对称性在前景中确定鼻区 然后在面部确定一个包含所有特征的矩形区域,利用 Harris算子在该区域检测出角点,并找出这些点的局部最大值点 最后用K-means方法对这些点进行 聚类 -To develop an mi age analyzing procedure forautomatic
imageEdgeDetect
- edge_detect.m : 图像边缘检测 其中使用 梯度算子边缘检测 : roberts算子、prewitt算子、Sobel算子、Canny算子 二阶微分算子法 : 拉普拉斯高斯算子、canny算子 lenna.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-edge_detect.m: edge detection which uses the gradient operator edge detection:
second~
- 要求做一个实验,对一副M*N大小的图像重复使用截频为D0的高斯低通滤波器进行滤波。假设K为滤波次数。当K足够大时,滤波结果是什么样-Asked to do an experiment, a M* N-size image re-use the cutoff frequency for the D0 Gaussian low-pass filter for filtering. Assuming K is filtering times. When K is sufficiently large,
selfsim_release1.0
- 图像自相似性计算。基于全局的图像自相似性计算的目标检测- Global and Efficient Self-Similarity for Object Classification and Detection From the methods in [1] this code allows to compute self-similarity hypercubes (SSHs). These SSHs can be obtained from a prototype as
Cluster-Analysis
- 很实用的图像识别代码,//做m-1次聚类,第一、二个存储聚类对象的号码,第三个存储与两者相关的距离-The image identification code is useful,// m-1 times to make cluster, the first and second target storage cluster number, a third memory associated with the distance between
addTwoImageToOne.m
- 叠加两张图片的方法,第二张图在上面,tlPos是第二张图左顶点在第一张图的位置-Add two images to one image. The second image on the top. The tlPos is the second image s left top point on the first image.
denoise
- matlab实现图像去噪,滤波,边缘检测,锐化。文件中包含m码和程序中使用到的图片。对图像添加椒盐噪声并用medfilt2函数去噪。二阶巴特沃斯滤波器滤波。-matlab realize image denoising, filtering, edge detection, sharpening. M file contains code and procedures used to the picture. Add salt and pepper noise image with medfil
01
- 冈萨雷斯第二版3.2节实验完整m文件(包括原图像)-Gonzalez Second Edition 3.2 m experimental complete file (including the original image)
02
- 冈萨雷斯第二版第三章3.3实验完整m文件-Gonzalez Second Edition Chapter 3.3 m Experiment complete file
03
- 冈萨雷斯第二版第三章3.4实验完整m文件-Gonzalez Second Edition Chapter 3.4 m Experiment complete file
04
- 冈萨雷斯第二版第三张3.5.2完整m文件-Gonzalez Second Edition 3.5.2 third complete m files
06
- 冈萨雷斯第二版第三章3.6.2实验完整m文件-Gonzalez Second Edition Chapter 3.6.2 Experiment complete m files
TuXiangQuWu
- 此文件夹包含antongdaoquwu.m主程序文件和antongdao.m子程序文件,都是自己写的,用matlab语言写成,用于图像去雾,可将一幅有雾的模糊图像转化成去雾后的清晰图像,缺点是效率不高,处理一张图片需要1秒左右,不能用于工业化,可以将关键部分改写成C代码提升速度。-This folder contains the main program file and antongdao.m antongdaoquwu.m subroutine files, are their own wr
SECOND
- 一个拥有界面的图像数字水印的程序,可以实现水印的嵌入,提取,加密-请键入文字或网站地址,或者上传文档。 取消 Yīgè yǒngyǒu jièmiàn de túxiàng shùzì shuǐyìn de chéngxù, kěyǐ shíxiàn shuǐyìn de qiànrù, tíqǔ, jiāmì 显示以下内容的翻译: 一个DCT变换程序,可以实现图像的DFT变化,并且能够显示DFT域图像仍然翻译: 一个DFT变化程序,可以实现图像的DFT变化,并且能够显示DFT域图像
bilateralFilter.m
- 双边滤波模板主要有两个模板生成,第一个是高斯模板,第二个是以灰度级的差值作为函数系数生成的模板。然后这两个模板点乘就得到了最终的双边滤波模板。第一个模板是全局模板,所以只需要生成一次。第二个模板需要对每个像素都计算一次,所以需要放到循环的里面来生成。-There are two main bilateral filtering template template generation, the first one is the Gaussian template, and the second
dipum_toolbox_2.0.1
- 数字图像处理(MATLAB版)(第二版)的工具箱,m文件(Digital image processing (MATLAB version) (Second Edition) toolbox, m file)
Image-Stitching-using-Graphcut-master
- 运行image_synthesis.m,两个参数分别为第一幅图片和第二幅图片,输出结果为合成后的图片(Running image_synthesis.m, the two parameters are the first picture and the second picture, the output result is the synthesized picture)