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

Search list

[Consolehist

Description: 计算如下图像bread.jpg的直方图,并将图像进行均衡化,比较均衡化前后的图像及直方图。 直方图是统计在每一个灰度级上像素的个数,直方图均衡化是通过点运算使一幅输入图像转换为在每一灰度级上都有相同的象素点数的输出图像(即输出的直方图是平的)。公式如下: 连续情况: 离散的情况: 其中 表示输入图像的直方图, 表示灰度等级, 表示输入图像的面积。 -Calculated as follows bread.jpg image histogram, and a balanced image, and compare images before and after equalization and histogram. Histogram is a statistical gray level in each of the number of pixels, histogram equalization is to make a point of computing the input image is converted to gray level in each pixel have the same points of the output image (ie output histogram is flat). Formula is as follows: continuous case: discrete case: which states that the histogram of the input image, said gray levels, said the size of the input image.
Platform: | Size: 2316288 | Author: outuba | Hits:

[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:

[Graph programcompare

Description: 系统的比较两幅图象的各个参数,内有四个文件,对应四种不同的方法。同行必定倍喜欢-Systematic comparison of two images of the various parameters, there are four documents, corresponding to four different methods. Times must be like to peer
Platform: | Size: 3072 | Author: lijianhong | 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 Effectscompare

Description: 对图像进行开重构操作,并比较有无开重构图像极大值的前后变化。-Reconstruction of the image to open operation, and compare the availability of open reconstruction of images before and after the change maxima.
Platform: | Size: 19456 | Author: 李小军 | Hits:

[Picture ViewerMRIBrainScan

Description: This case study shows how MATLAB can be used for a medical imaging problem. Given an MRI scan, first segment the brain mass from the rest of the head, then determine the brain volume. Also compare portions of gray and white matter present. This example was developed for seminars. It was also used for webinars for medical applications broadcast live on May 6, 2004. This package includes some MATLAB code and an MRI scan series consisting of 60 DICOM images. Note that this code relies on MATLAB Central submissions from others. Detailed references to those sources are included.
Platform: | Size: 2750464 | Author: ROGER | 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:

[GDI-BitmapImageComparator

Description: 实现了比较两图像的相似度,先转化为相同大小,然后生成图像的颜色直方图,最后比较两直方图的相似度-To realize the similarity of two images, first into the same size, and then generate the image color histogram, and finally compare the similarity of two histograms
Platform: | Size: 2048 | Author: haiyan | Hits:

[File Formatcorrelation

Description: this code is an funtion of correlation for compare images
Platform: | Size: 14336 | Author: mario | Hits:

[Multimedia programfilter

Description: 读取图片;获得图片的信息(这里我想设一个三维的数组变量color(x,y,n)用来存储特定张的特定点的像素值,类型为OLE_COLOR) 第三步我要比较这n张图片同一像素点处的像素值,进行排序,如果n为奇数我就取中间那张的像素值,如果n为偶数我就取中间两张的平均值 第四步我就利用取中值这x*y个像素值画图-Reading pictures, Get the picture information (here I want to set a three-dimensional array variable color (x, y, n) used to store certain specific point of pixel values for OLE_COLOR), type, The third step I want to compare the n images of the same pixel, pixels for sorting, if I took odd n among the pixels, that even if I took for n between two pieces of average, Fourth step I took in the use value of a**** y x pixel values drawing
Platform: | Size: 5445632 | Author: 李庆兵 | Hits:

[Special Effectsiav07-surf

Description: Detecting, identifying, and recognizing salient regions or feature points in images is a very important and fundamental problem to the computer vision and robotics community. Tasks like landmark detection and visual odometry, but also object recognition benefit from stable and repeatable salient features that are invariant to a variety of effects like rotation, scale changes, view point changes, noise, or change in illumination conditions. Recently, two promising new approaches, SIFT and SURF, have been published. In this paper we compare and evaluate how well different available implementations of SIFT and SURF perform in terms of invariancy and runtime efficiency.
Platform: | Size: 869376 | Author: yangwei | Hits:

[Windows Developemd-2005-0222

Description: Earth movers distance to compare images
Platform: | Size: 3072 | Author: amol | 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:

[OtherYUVPlayer1.2

Description: 本程序主要四大功能特点: 1、继承了 YUVViewer 可以同时打开多窗口的特点; 2、继承了 Elecard YUV Viewer 可以进行两幅图像对比的特点; 3、增加了宏块信息显示功能; 4、增加了两图对比时同步帧跳转功能: 例如对于错误码流,不同的错误隐藏算法可能造成解码序列长度不同,这时要比较两个序列就很不方便。而该功能正是为了解决这个问题,即以另一序列的显示图像为标准,在当前序列中寻找与其完全相同的图像。 -Four main features of this procedure: 1, inherited YUVViewer can also open multiple windows of the characteristics 2, inherited Elecard YUV Viewer can be characterized by comparing two images 3, an increase of the macro block information display 4, increasing When comparing the two plans simultaneously frame jump function: for example, the error stream for the different error concealment algorithm for decoding the sequence length may result in different time sequences to compare two very inconvenient. And the function is precisely to solve this problem, that is another sequence of display images as the standard sequence search in the current image with exactly the same.
Platform: | Size: 230400 | Author: 沈磊 | Hits:

[Special Effectscompare

Description: 关于图像比对的Delphi程序,能够自动比较俩幅图像的相似度-Images than on the Delphi program that can automatically compare the similarity of both images
Platform: | Size: 5120 | Author: 123345 | Hits:

[GDI-Bitmap2007931622727

Description: 这个源代码是应一位网友要求发布的.主要功能是演示利用VB进行分析比较两张不同图片之间的差别,如BMP,JPG等,根据像素分析各个图片的不同。支持任意尺寸的图片,但是全屏图片可能会比较慢。好像根据图片屏蔽色来进行比较,本人对这个不是很有研究,希望懂行的给发表一下看法。 -The source code is released in response to a users requirements. Main function is to demonstrate the use of VB to compare the differences between two different images such as BMP, JPG and so on, according to the different pixels of each image. Support any size image, but full-screen picture may be slower. Like under the mask color picture to compare, I am not a great deal of research on this, I hope knowledgeable to express views.
Platform: | Size: 41984 | Author: niucashing | Hits:

[matlablmse

Description: The LMSE package contains two subroutines. LMSE computes the minimum mean square error (MSE) possible if one image is allowed to be linearly scaled in intensity. LMSEDIFF computes the difference image after the target image is scaled according to the scaling that minimizes the MSE. This is a better way to compare images if the absolute magnitude of the intensity has no meaning.
Platform: | Size: 3072 | Author: Colin.hit | 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:

[JSP/JavaCBIR-similarity-compare

Description: 一个基于java的比较相似度软件,非常好用,可以比较图片相似度-A java based comparative similarity software, very easy to use, you can compare images similarity
Platform: | Size: 96256 | Author: 沈洁 | Hits:

[matlabcompare-images

Description: It is a MATLAB code to compare two images and to decide whether they are same or not
Platform: | Size: 1024 | Author: LALIT PATIL | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net