Description: % 平均绝对差分法(MAD),MAD法通过计算两幅图像相对应象素灰度的平均绝对值来度量两幅图像之间的相似性.- Average absolute difference method (MAD), MAD method by calculating the two images corresponding to the average absolute value of pixel gray-scale images to measure the similarity between. Platform: |
Size: 1024 |
Author:石渔子 |
Hits:
Description: 数字图像质量评价量:计算数字图像在基于像素统计差异、基于相似性度量统计差异、基于频谱统计差异以及基于人眼视觉系统统计差异等的图像质量评价量-Digital image quality evaluation of the volume: calculating the number of images in the pixel-based statistical difference, similarity measure based on statistical differences, based on statistical difference spectrum, as well as human visual system based on statistical differences in image quality evaluation of the volume of Platform: |
Size: 1507328 |
Author:詹双环 |
Hits:
Description: matlab实现商标文字分割~第一部分计算列梯度差,计算每个像素的列方向一定范围内(n)最大值和最小值的差距,统计该差值超过某一设定域值T的像素的个数,并将该统计个数存在 GY 向量。,第二部分计算行梯度差,计算每个像素的行方向一定范围内(n)最大值和最小值的差距,统计该差值超过某一设定域值T的像素的个数,并存在 GX 向量-matlab text segmentation ~ realize trademarks calculations are shown in the first part of the gradient difference, calculated for each pixel column direction of a certain range (n) the difference between maximum and minimum values, statistics of the difference exceeds a certain threshold T set of pixels of a few, and the statistics of the number of vectors exist GY. , The second part of the calculation line gradient difference, calculated for each pixel within a certain range direction (n) the difference between maximum and minimum values, statistics of the difference exceeds a certain threshold T set the number of pixels, and the existence of GX Vector Platform: |
Size: 1024 |
Author:eels |
Hits:
Description: 是What makes a good model of natural images ? (Yair Weiss and William T. Freeman ) CVPR2007 的matlab源码.
是对图像像素亮度值之差为非高斯-马尔可夫模型的实现,以及以该模型为基础的应用.
-Is What makes a good model of natural images? (Yair Weiss and William T. Freeman) CVPR2007 the matlab source code. Is the image pixel brightness value difference between the non-Gaussian- the realization of Markov model, as well as the model for based applications. Platform: |
Size: 122880 |
Author:余晖 |
Hits:
Description: 一些常用的图像处理cpp和对应的matlab接口 是非常常用的一些代码-Quick list of the source included:
imhist_thresh.cpp: Generate histogram from data,# of bins based on unique values.
imsmarthist_thresh.cpp: equalize data based on histogram
imsmartstd_thresh.cpp: equalize data based on standard deviation
im_absdiff.cpp: Absolute difference of two images
im_add.cpp: Add two images
im_addelem.cpp: Add a variable to an image
im_complement.cpp: Inverse of an image
im_div.cpp: Divide one image by another (pixel wise, not linear algebra)
im_divelem.cpp: divide an image by an element
im_find.cpp: generate a new image based on conditions, will be booleanish
im_fliplr.cpp: Flip image left right
im_flipud.cpp: Flip image up down
im_hist.cpp: Histogram of image, notes will explain how to display results
im_log10.cpp: Take the log of the image
im_max.cpp: Max value in the image
im_mean.cpp: Mean value of the image
im_median.cpp: Median value of the image
im_min.cpp: Min value of the image
im_mult.cpp: Mult Platform: |
Size: 496640 |
Author:Ming |
Hits:
Description: 简单的图形处理程序,供大家分享。程序运行后,首先从图中截取一块区域,然后程序会对这个区域计算像素均值和欧几里得差值,并得到结果。
-Simple graphical procedure for everyone to share. Program runs, the first interception of a regional map, and then the procedure will be calculated in the region and the pixel average difference between Euclid and results. Platform: |
Size: 1024 |
Author:胡骞 |
Hits:
Description: 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。
代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the highest quality of edge detection methods, than CANNY operator even better results. With edge positioning accuracy, while continuous, full features. Program can be a pixel for each side towards is beneficial for further optimization of applications, such as image segmentation and so on. Specific algorithms may make reference to Stanford University Maikeboshi the published papers. Main idea is to each pixel as the center, the same rotation as the compass edge, has been to find the greatest difference between both sides of the orientation of. Finally all the best to link into the edge towards. Code using VC-driven, the core part of the preparation with matlab Platform: |
Size: 82944 |
Author:黄沛杰 |
Hits:
Description: 鱼眼镜头轮廓边缘提取的MATLAB源程序,采取像素逐行扫面取最大像素差的方法,当最大像素差大于设定阈值时即为边缘。-Fisheye lens contour edge extraction MATLAB source pixel progressive surface to take maximum pixel difference method is the edge when the maximum pixel difference is greater than the set threshold. Platform: |
Size: 162816 |
Author:周飚 |
Hits:
Description: 本程序集合了互信息配准,PV差值,powell算法,基于小波变换的图像融合的一整套算法。只需要在GUI界面输入两幅图像,即可自动完成图像的配准融合。程序包含Matlab源代码。用Matlab打开imagefusion.m,即会弹出gui界面。融合前要输入参考和浮动图像。图像要求像素的 长*宽 一样。否则会报错。程序只能处理灰度图像,彩色图像也会转化成灰度图像处理。程序代码已经有详细的注释,方便读者理解。-The procedures set of mutual information, PV difference, powell algorithm, based on wavelet transform image fusion set of algorithms. Only need to enter the two images in the GUI interface, you can automatically complete the image registration fusion. Program contains Matlab source code. Using Matlab open imagefusion.m, gui interface will pop up. Fusion before the input reference and floating images. Image requires the same pixel length* width. Otherwise incorrect. Can only handle grayscale images, color images into gray image processing also. Program code has detailed notes, to facilitate understanding. Platform: |
Size: 1007616 |
Author:zhaoyuan |
Hits: