Description: 西安交通大学开的《图象处理》的课,用的课本是章毓晋老师编的《图象工程》上册,既《图象处理和分析》,我本科期间学的这门课,这是用MATLAB所做的作业源程序,包括颜色模型转换成,直方图转换,图象分割,边缘检测,hough变换(哈夫变换),图象表达等。-Xi'an Jiaotong University opened the "image processing" of the class, Textbooks are used in Yu-Jin Zhang teachers are "image projects" on the list, both "image processing and analysis" During my undergraduate study of this course, this is done using MATLAB source operations, including the color model conversion. Histogram conversion, image segmentation, edge detection, hough transform (Hough transform), image expression. Platform: |
Size: 328536 |
Author:myname |
Hits:
Description: 在数字图像处理中,灰度直方图是最简单且最有用的工具,可以说,对图像的分析与观察直到形成一个有效的处理方法,都离不开直方图。-in digital image processing, the histogram is the simplest and most useful tool, it can be said that the right image analysis and observation until the formation of an effective treatment method has been based on histogram. Platform: |
Size: 3361792 |
Author:蓝婧 |
Hits:
Description: OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold, OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient manner. The following code from the earliest to provide Ryan Dibble, after a more than Joerg.Schulenburg, R. Z. Liu amend the correction. Algorithm for the importation of gray-scale image histogram analysis of histogram is divided into two parts, Part 2 makes the distance between the largest. Demarcation point out the threshold. Foreigners are written in the classical oh. Platform: |
Size: 2048 |
Author:陈其星 |
Hits:
Description: 此设计要求能够实现将医学图像进行识别的过程,包括了图像预处理、图像特征提取及分类判决三大模块。在预处理这一步中主要实现的是将彩色图像转换为灰度图像,灰度图像的二值化,直方图修正,去除干扰、噪声以及差异,边缘增强等;第二模块是图像的特征提取。由于对象的物理与几何特性差异,在影像中表现为局部区域的灰度产生明显变化,形成影像特征,而图像特征提取就是对其进行加工、整理、分析、归纳以便提取构成目标影像的特征,得到能反映图像内容区别于其他事物的本质特征;分类判决作为第三模块,则是要在第二步的基础上采用某种分类判别函数与判别规则,通过对目标特征的分析和匹配来识别目标。-this design requirements to achieve medical image identification process, including the image preprocessing, Image feature extraction and classification ruling three modules. This pretreatment step in the main achievement of the color image is converted to grayscale images, the two gray-scale image value, histogram amendment to remove interference and noise variance Edge Enhancement; the second module is the image feature extraction. Because of the physical objects with geometric characteristics difference in the images showed local area Gray significant changes, the video features, feature extraction and image is its processing, compilation, analysis, summarized in order to extract constitute the target image features can be reflected image as distinct from the other characteristics of th Platform: |
Size: 6144 |
Author:uhih |
Hits:
Description: 西安交通大学开的《图象处理》的课,用的课本是章毓晋老师编的《图象工程》上册,既《图象处理和分析》,我本科期间学的这门课,这是用MATLAB所做的作业源程序,包括颜色模型转换成,直方图转换,图象分割,边缘检测,hough变换(哈夫变换),图象表达等。-Xi'an Jiaotong University opened the "image processing" of the class, Textbooks are used in Yu-Jin Zhang teachers are "image projects" on the list, both "image processing and analysis" During my undergraduate study of this course, this is done using MATLAB source operations, including the color model conversion. Histogram conversion, image segmentation, edge detection, hough transform (Hough transform), image expression. Platform: |
Size: 328704 |
Author:myname |
Hits:
Description: 应用matlab或VC语言编制图像处理软件,软件功能如下:
一、实验类型
1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时)
2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时)
3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时)
4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时)
5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成中值滤波和均值滤波,模板大小取 , , , ;(16学时)
6. 对上述功能设计功能界面(8学时)
二、设计类型
1、 噪声分析 在不同光照条件下获取图像,从图像中截取一部分背景灰度区(单一灰度),对该子图像进行直方图统计,分析不同光照条件下的噪声强度。
2、 设计一高斯平滑滤波器和加权平滑滤波器,分别采用两种滤波器取模板大小为 , , , 的情况下进行图像平滑,分析两种滤波器的处理结果,并讨论不同模板大小情况下的处理结果。
3、 对上述功能设计功能界面
-VC application or language matlab image processing software, software features are as follows:
First, the experiment type
1. Read into the image, and gray-scale images or color images show that color images can be transformed into gray-scale image (8 hours)
2. To read the image can be reduced and improve the function of image resolution (16 hours)
3. Gray-scale image histogram calculation and display, to discuss the distribution of different gray-scale image histogram features (16 hours)
4. The above histogram equalization image processing, analysis, histogram equalization processing results (16 hours)
5. Of a given color image shows the R, G, B three-component image and the noise image H, S, I completed three-component median filter and mean filter, template size check,,, (16 hours)
6. Functional design features of the above-mentioned interface (8 hours)
Second, design the type of
1, the noise analysis in different light conditions to obtain images from the image Platform: |
Size: 83968 |
Author:yangyong |
Hits:
Description: 判断分析法从图象灰度直方图中把灰度值的集合用阀值 T分成两类,然后根据两个类的均值方差(类间方差)和各类的方差(类内方差)的比为最大来确定阀值。-Analysis to determine from the image histogram of the gray value threshold with the set T into two categories, and then based on two types of mean-variance (between-class variance) and various types of variance (intra-party worse) than to determine the threshold for the largest. Platform: |
Size: 88064 |
Author:qinyongming |
Hits:
Description: 近年来,随着互联网的高速发展,网上的多媒体信息也急剧增加,这些多媒体信息以图像为主。如何从浩瀚的图像数据库中快速、准确地找出所需要的图像,己成为一个备受关注的研究课题。有效地组织、管理和检索大规模的图像数据成为迫切需要解决的问题。于是基于内容的图像检索(Content-Based Image Retrieval: CBIR)作为一个崭新的研究领域出现了。
本课题拟研究、分析彩色图像红、绿、蓝三基色直方图的生成、特征提取和相似度等问题,应用图像的颜色信息—三基色直方图对图像进行检索。针对基于颜色的图像检索,本文采用应用广泛的RGB颜色空间来表示图像的颜色特征,对颜色分量进行等间隔量化并形成特征矢量并对特征矢量进行归一化处理,采用图像均匀分块的方法引入图像中色彩所处的位置信息,用距离度量函数进行图像的相似性匹配。在此基础上实现了基于三基色直方图算法的检索系统。
本文的研究和实践对于促进基于内容的图像数据库检索技术的应用具有一定的参考价值和实践意义。-With the rapid development of Internet, the multimedia information is booming. All this information is mostly images. Effective recognizing, management and searching all these images have been an emergent problem. This has led the rise of a new research and development field: Content-Based Image Retrieval (CBIR).
The topics to research, analysis color images red, green and blue color histogram generation, feature extraction and the similarity of the issues, application of the color image- trichromatic histogram of the image retrieval. Based on the color against the static image retrieval, this paper application of a wide range of RGB color space to indicate the color image features, the color components, such as spacing and quantitative characteristics of a feature vector and a normalization of vector processing, using uniform image block the introduction of the method in which the color image Location information, and distance measuring function similar to the image of the match. On Platform: |
Size: 408576 |
Author:qichao |
Hits:
Description: INSTRUCTIONS FOR RUNNING NSDCALC SOFTWARE
Nsdcalc.m is a Matlab program for performing the image enhancement process
described in the accompanying paper. Place the program in your work directory
along with the demonstration data file grav.txt. At the Matlab prompt type
>> g=load( grav.txt )
-and you should see a variable called g which is 200x200 double precision
reals appear in the workspace. To filter this data type
>> f=nsdcalc(g,3,0)
which will calculate the standard deviation in a 3x3 window and apply
no prior smoothing. The results will then appear onscreen in a window.
You may need to adjust the histogram of the output for optimal display.-Nsdcalc is a Matlab program that performs normalised standard deviation analysis for edge enhancement of gravity and EM potential-field datasets Platform: |
Size: 172032 |
Author:蒋礼 |
Hits:
Description: 数字图像处理中matlab环境先的几个实用的滤波函数-With the aid of examples such as histogram equalization analysis and spatial filtering, this article explains the application of matlab in image processing. Platform: |
Size: 1024 |
Author:贾丙田 |
Hits:
Description: 数字图像处理matlab实现,包括如下程序:
1.直方图规定化为高斯双峰函数
2.窗口形状自适应(十字形或矩形)的中值滤波
3.彩色图像目标提取并与背景图像合成
4.插值外推法的彩色图像饱和度调整
5.多种插值方法实现的图像放大和缩小
6.频域变换及分析
7.几何校正
8.插值外推法的黑白图像对比度增强
9.运动模糊矫正-Digital image processing matlab realize, including the following procedures: (1) the bimodal histogram specification as a function of two Gaussian shape adaptive window (cross or rectangular) median filtering three color image with the background object extraction and image synthesis 4. Color image interpolation extrapolation saturation adjustment 5. various interpolation methods to achieve images zoom in and out 6. frequency domain transformation and analysis 7. geometric correction 8. interpolation extrapolation of the black and white image contrast enhancement 9. motion blur correction Platform: |
Size: 7168 |
Author:Yan |
Hits: