Welcome![Sign In][Sign Up]
Location:
Search - compare images in matlab

Search list

[Special Effectsimageprocessing1

Description: 实验内容: 1.求下列3个模板的频率响应,并显示其三维图形;选择一幅图 像,利用这3个模板分别对该图像进行卷积运算,将卷积运算 获得的图像与原始图像进行比较,说明各模板的类型以及模板 (b)、(c)的区别与联系。 2. 选择一幅图像,对其进行离散Fourier变换,仅利用其相位谱重构原图像,然后仅利用其振幅谱重构原图像,比较实验结果; 选择两幅不同类型的图像,分别进行Fourier变换,交换二者的相位谱后求Fourier反变换,比较实验结果,说明图像Fourier相位谱的重要性。-Experimental contents: 1. Template for the following three frequency response and to show its three-dimensional graphics select an image using the three templates, respectively, of the image convolution operation, the convolution operation to obtain the images were compared with the original image to illustrate the template the type of template (b), (c) the difference with the contact. 2. Select an image, its discrete Fourier transform, only to use its phase spectrum remodeling the original image, and then only the use of its amplitude spectrum reconstruction of the original image to compare experimental results choice of two different types of images, respectively Fourier Transform, the exchange between the two after the phase spectrum for Fourier Transform, compare experimental results to illustrate the image of the importance of Fourier phase spectrum.
Platform: | Size: 1024 | Author: syq | Hits:

[Special Effectslvboqi

Description: 用傅立叶变换的方法在频率域实现图像处理,并比较从幅度和相位恢复图像的区别,已经通过调试-Fourier transform method used in the frequency domain realization of image processing, and compare the amplitude and phase from the difference between the restoration of images, has passed debugging
Platform: | Size: 1024 | Author: 顾昊琳 | Hits:

[Special Effectssw_lucaskanade

Description: 这是一个光流法的示例程序,可以用来比较两帧图像,表示出两帧图像间各个像素点的相对位移。-This is an example of optical flow method procedures, can be used to compare two images, two images show the various inter-pixel relative displacements.
Platform: | Size: 1024 | Author: 付中梁 | Hits:

[OtherImage_Identification_of_ten_Numbers_0-9_Based_on_B

Description: BP 网络进行0 - 9 十个数字图像的识别 在BP 算法和数字图像处理技术的基础上, 本文在MATLAB 软件环境下提取Word 文档中26 种字体的 0 - 9 十个数字的图像, 使用MATLAB 神经网络工具箱及图像处理工具箱进行数字的识别, 给出了较详细的处理 步骤及相关程序, 并比较了各种识别算法的收敛速度和识别率。-BP network of 10 digital images 0_9 identification in BP algorithm and digital image processing technology, based on the MATLAB software environment In this paper, extraction of Word documents under the 26 kinds of fonts in the 0- 9 of 10 digital images, using the MATLAB neural network tool boxes and digital image processing toolbox of identification, are given more detailed processing steps and related procedures, and compare a variety of identification algorithms and identify the rate of convergence speed.
Platform: | Size: 457728 | Author: Jack | Hits:

[matlabraPsd2d

Description: The radially averaged power spectrum (RAPS) is the direction-independent mean spectrum, i.e. the average of all possible directional power spectra. This function computes and plots the RAPS of an input image. The function was written to produce the RAPS for square weather radar reflectivity images so you will have to relabel the plot axes and title to suit your needs. The radially averaged power spectrum provides a convenient means to view and compare information contained in 2D spectra in 1D
Platform: | Size: 1024 | Author: mid | Hits:

[Graph programProject

Description: it is a image processing project which can find special and certain object with certain shapes in the images. it obtain the P and S for each object and compare P/S ratio to template image and object. Sobel use for P and finding edges and Labeling algorithm use for S.
Platform: | Size: 11264 | Author: Mohammadali | Hits:

[Special EffectsHUCentralMoment

Description: HU不变矩程序代码很多,但是没找到一个完整准确的代码。本人对其中的某些代码修正后,和matlab计算结果进行比较,结果是一致的。本程序没有利用Opencv计算Hu矩的函数,好像opencv计算的M03和M30应该对调,否则,和matlab计算不一样!对旋转、缩放的图像进行测试,HU矩也是一样的,不信可以利用提供的图片对比一下。由于HU矩比较小,程序对HU矩取对数便于查看比较。总之,程序绝对安全可靠,可直接调用。-HU moment invariants code a lot, but could not find a complete and accurate code. I am, some of which code amendments, and matlab calculation results are compared, the result is the same. This procedure did not take advantage Opencv a function of the calculation Hu moments, like the M03 and M30 calculate opencv should be reversed, otherwise, and not the same as matlab calculations! Right rotation, scaling the image to test, HU is the same moment, and you do not believe you can compare the use of the images. HU moment due to a relatively small program HU moment logarithmic relatively easy to see. In short, the program is absolutely safe and reliable, can be directly invoked.
Platform: | Size: 1811456 | Author: | Hits:

[Special EffectsHuMoment

Description: 修改后的计算Hu归一化中心距的代码,与matlab程序计算结果一致,并附带测试对比图片,通过对放大前后两张图像的Hu计算,发现结果是一样的,证明了Hu矩在图像尺寸变化时保持不变,旋转、平移情况自己做吧-The revised calculation of Hu normalized center distance of the code results are consistent with the matlab program to calculate and compare with test images, through the larger images before and after the two Hu calculations and found that the result is the same, proof of Hu moments in image size changes remain the same, rotation, translation of their own do it
Platform: | Size: 1811456 | Author: | Hits:

[Special EffectsEdgeDetection

Description: 边缘检测1.制作一张包括色块、线条的单色背景图片,先对其作低通滤波产生一幅色块和线条边缘模糊的降质图片待处理,采用任意二种边缘检测算法检测待处理图片中的色块和线条的边缘,得到二值化的处理结果图。从结果图中提取色块和线条的边界坐标值,与实际生成原始图像时采用的真实坐标数据作比较,对产生的检测误差作分析。2.拍摄一张包含待检测物体的黑白或者彩色照片,试采用一种边缘检测的算法做待检测物体的自动提取,对生成的结果作分析。-Edge Detection 1. To produce a including blocks of color lines color the background picture, the first of its low-pass filter for a color blocks and lines produced lower quality images fuzzy edges to be processed, using any two edge detection algorithm to detect when processing in the image blocks of color and line the edge of the two values are the result of the treatment plan. Extracted from the results map the boundary blocks of color and line coordinates, the original image and the actual generated coordinate data used to compare the true, and on the detection of error for analysis. 2. Take a test to be included black and white or color photographs of objects, try using a edge detection algorithm on automatic extraction of objects to be detected, the results generated for analysis.
Platform: | Size: 661504 | Author: tosh | Hits:

[Special EffectsPSO-image-segmentation-algorithm

Description: 为了提高算法的执行效率, 应用粒子群算法求取图像中任意两点间最短路径来定位目标边界, 并与经典的基于Dijkstra 动态规划图搜索的Liv e Wire 算法进行比较.-In order to improve the efficiency of the algorithm, particle swarm algorithm to strike any of images to locate the shortest path between two object boundaries, and with the classical dynamic programming graph search based on Dijkstra' s algorithm to compare Liv e Wire.
Platform: | Size: 318464 | Author: | Hits:

[Special Effectsyepian

Description: 为了研究植物的生长规律,应用数字摄影图像处理法对山楂叶面积进行无损测量,该方法采用数码相机在田间获取山楂叶子的数字图像,对所拍图像进行背景去除、二值化及中值滤波处理,然后利用Matlab软件编程.快速计算出叶子的面积。把这一面积同常用的叶纸称重法所测面积进行比较.结果基本相同,由此可见,数字摄影图像法测量叶面积,具有简单、准确、方便快捷的特点.这对数字农业的植物信息快速采集和利用具有重要的意义。 - In order to study the growth pattern of plants, the application of digital photography and image processing method for nondestructive measurement of hawthorn leaf area, this method using a digital camera to obtain digital images of hawthorn leaves in the field, on the film image background removal, binarization and medianfiltered, and then using the Matlab software programming. Quickly calculate the area of the leaves. This area with the common leaf paper weighing measured by the area to compare. The results are basically the same, shows, digital photographic images method to measure leaf area, with a simple, accurate, and convenient features. This rapid acquisition and use of digital agricultural plant is of great significance. In order to study the growth pattern of plants, the application of digital photography and image processing method for nondestructive measurement of hawthorn leaf area, this method using a digital camera to obtain digital images of
Platform: | Size: 1024 | Author: diaoguangqiang | Hits:

[Special Effectsshuzituxiangchuli

Description: 作业一 要求 用C语言或者VC,VB,Matlab或其他语言完成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 作业二 要求 1. 编程实现图像傅立叶高通、低通滤波。 2. 尝试傅立叶压缩。 作业三 要求 编程实现图像DCT高通、低通滤波。并与傅里叶变换比较。 作业四 要求 找一幅曝光不足的灰度(或彩色)图像,按照直方图均衡化方法进行处理。 作业五(一) 要求 打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 作业五(二) 要求 打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 -Operating a Requirements C or VC, VB, Matlab or any other language, complete the following experiment: 1) Open a BMP file 2) the gray value of its local area change 3) Save as a new BMP file Requirement that the original BMP images and BMP images. Task 2 Requirements A programming image Fourier high-pass, low pass filtering. Try Fourier compression. Assignment 3 Requirements Programming to achieve high-pass, low pass filtering, image DCT. And compared with the Fourier transform. Fourth Assignment Requirements Looking for an exposure less than the gray (or color) image to be processed in accordance with the histogram equalization method. Assignment 5 (a) Requirements Open an image, add salt and pepper, Gaussian noise, and then use the neighborhood average, median filter, K, close to the average method of smoothing. Assignment 5 (b) Requirements Open an image, use the gradient method of Roberts, Sobel operator and Laplacian sharpening, and compare the results.
Platform: | Size: 4187136 | Author: 李海宁 | Hits:

[2D Graphicasdfasdf

Description: DCTa C or MATLAB code for implementing an EBMA with integer-pel accuracy. Use a block size of 16 16. The program should allow the user to choose the search range so that you can compare the results obtained with different search ranges. (Note that the proper search range depends on the extent of the motion in your test images).-a C or MATLAB code for implementing an EBMA with integer-pel accuracy. Use a block size of 16 16. The program should allow the user to choose the search range so that you can compare the results obtained with different search ranges. (Note that the proper search range depends on the extent of the motion in your test images).
Platform: | Size: 7168 | Author: Kemp Ho | Hits:

[Picture Viewerkeshe

Description: 利用matlab的GUI程序设计一个简单实用的图像处理程序。该程序应具备图像处理的常用功能,以满足用户的使用。现设计程序有以下基本功能: 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入各种噪声,并通过几种滤波算法实现去噪并显示结果。 7)额外功能。 -Using matlab GUI program to design a simple and practical image processing program. The program should have a common image processing capabilities to meet user. Programs are designed to have the following basic functions: 1) read and save the image. 2) design of graphical user interface, allowing users to be able to image any changes to adjust brightness and contrast, display, and transform images before and after contrast. 3) design of graphical user interface that enables users to use the mouse to select a region of interest image, display and save the selection area. 4) Write a program through the nearest neighbor interpolation and bilinear interpolation algorithm selected by the user to zoom in and zoom out image areas integer multiple of the operation, and save, compare several interpolation results. 5) image histogram and histogram equalization, histogram display required to compare the effect after histogram equalization. 6) can add a variety of image noise, and through se
Platform: | Size: 3072 | Author: 朱孝天 | Hits:

[Special Effectszhiwen-shibie

Description: 这是一个用matlab语音编写的完整的指纹识别程序,用matlab语言实现了识别指纹、比较两个指纹图像相似度等功能,并设计了用户界面,使用户方便地进行图片的提取和分析,同时直观地显示出比较结果,方便直观-This is a complete fingerprint recognition procedures written in a voice with matlab, matlab language used to identify fingerprints, similarity compare two fingerprint images and other functions, and design a user interface that allows users to easily extract and analyze images, while visually shows the comparison results, convenient and intuitive
Platform: | Size: 238592 | Author: 王斌 | Hits:

[Special Effectszhiwenshibie1

Description: 这是一个完整的指纹识别程序,用matlab语言实现了识别指纹、比较两个指纹图像相似度等功能,并设计了用户界面,使用户方便地进行图片的提取和分析,同时直观地显示出比较结果,这个程序是用matlab软件编写- This is a complete fingerprint recognition procedures, matlab language used to identify fingerprints, similarity compare two fingerprint images and other functions, and design a user interface that allows users to easily extract and analyze images, and intuitive display comparison As a result, this program is written in matlab software
Platform: | Size: 231424 | Author: 李雷 | Hits:

[Windows Developcode

Description: code for removal of haze and fog Write a Matlab and C code for median filter . Use this filter for fog removal or haze removal weather degraded images and videos. Analyze an d compare the results in visual effects, speed, and time uation criteria. Imp lementin-code for removal of haze and fog Write a Matlab and C code for median filter . Use this filter for fog removal or haze removal weather degraded images and videos. Analyze an d compare the results in visual effects, speed, and time uation criteria. Imp lementin
Platform: | Size: 4096 | Author: mada | Hits:

[matlabCompare

Description: MATLAB CODE TO COMPARE TWO IMAGES AND GET BACK THE ORIGINAL IMAGE IN THE RECEIVER END
Platform: | Size: 14336 | Author: raj | Hits:

[Special EffectsEBMA_int.m

Description: Write a C or MATLAB code for implementing an EBMA with integer-pel accuracy. Use a block size of 16×16. The program should allow the user to choose the search range so that you can compare the results obtained with different search ranges. (Note that the proper search range depends on the extent of the motion in your test images). Apply the program to two frames of a video sequence “Foreman”
Platform: | Size: 2048 | Author: 周星驰 | Hits:

[Graph program实验报告7-马杰民1030514432

Description: 1. 在GUI中,实现图像的阈值分割(交互式、迭代法)、区域生长。 2. 在GUI中,,实现二值图像的膨胀、腐蚀, 比较'结构元素类型为:square,line, diamond, disk等的区别。 3. 在GUI中,实现二值图像的开运算、闭运算。 4. 在GUI中,实现二值图像的形态学应用: 边界抽取 (boundary extraction) 区域填充 (region filling) 细化 (thinning) 粗化 (thickening) 骨架 (skeletons) 修剪 (pruning)(1., in GUI, the image threshold segmentation (interactive, iterative), region growth is achieved. 2. in GUI, to achieve expansion and corrosion of two valued images, compare the types of structural elements: square, line, diamond, disk and so on. 3. in GUI, to achieve two valued images on the open, closed operations. 4. morphological applications of two valued images are implemented in GUI: Boundary extraction (boundary, extraction) Zone fill (region, filling) Refinement (thinning) Roughening (thickening) Skeleton (skeletons) Trim (pruning))
Platform: | Size: 800768 | Author: Jamesma | Hits:

CodeBus www.codebus.net