Welcome![Sign In][Sign Up]
Location:
Search - color image to gray scale image matlab

Search list

[Special EffectsCOLOR-TO-GARY

Description: 这是一个应用MATLAB编写的图片处理的小软件,它可以实现从彩色图像向灰度图象的转化,可以调整图像的对比度、饱和度、量度;并且能够突出图像的轮廓信息,是一个比较不错的图像处理小工具。-This is a MATLAB prepared by the small photo software It can be achieved from the color images to gray scale image conversion, and can adjust the contrast of the image and the degree of saturation, measuring; and to highlight the contours of the image information is a relatively good image processing small tools.
Platform: | Size: 58655 | Author: lijianjun | Hits:

[Other resourcefayeboy1984

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:

[Special Effectscol2gray

Description: 这是一个把彩色图像转化成灰度图像的程序,很适应的,用MATLAB语言的.-It was a color image into a gray-scale image of procedures, very adaptive and MATLAB language.
Platform: | Size: 6144 | Author: sun | Hits:

[Special EffectsCOLOR-TO-GARY

Description: 这是一个应用MATLAB编写的图片处理的小软件,它可以实现从彩色图像向灰度图象的转化,可以调整图像的对比度、饱和度、量度;并且能够突出图像的轮廓信息,是一个比较不错的图像处理小工具。-This is a MATLAB prepared by the small photo software It can be achieved from the color images to gray scale image conversion, and can adjust the contrast of the image and the degree of saturation, measuring; and to highlight the contours of the image information is a relatively good image processing small tools.
Platform: | Size: 58368 | Author: lijianjun | Hits:

[Special EffectsPseudoColor

Description: 灰度图像到RGB彩色的伪彩色图像的转变程序-Gray-scale image to RGB color of the pseudo-color image change procedures
Platform: | Size: 857088 | Author: 朱为总 | Hits:

[Special Effectstuxiangzenqiang

Description: 第十三章 MATLAB 图像增强 13.1 灰度变换增强 13.1.1 像素值及其统计特性 13.1.2 直方图灰度变换 13.1.3 直方图均衡化 13.1.4 直方图规定化 13.2 空域滤波增强 13.2.1 平滑滤波器 13.2.2 锐化滤波器 13.3 频域增强 13.3.1 低通滤波器 13.3.2 高通滤波器 13.3.3 同态滤波器 13.3.4 频域增强 MATLAB 实例 13.4 色彩增强 13.4.1 真彩色增强 13.4.2 伪彩色增强 13.5 小波增强 -Chapter XIII MATLAB image enhancement 13.1 pixel gray-scale transformation to enhance the value of 13.1.1 and 13.1.2 Histogram of the statistical characteristics of gray-scale transformation 13.1.3 histogram equalization histogram 13.1.4 provides enhanced filtering of 13.2 airspace 13.2.1 Smoothing 13.2.2 Filter 13.3 sharpening filter to enhance 13.3.1 Frequency Domain 13.3.2 Low-pass filter high-pass filter 13.3.3 Homomorphic filter to enhance MATLAB Frequency Domain 13.3.4 Examples 13.4 color enhanced 13.4.1 True Color 13.4.2 Enhanced Pseudocolor 13.5 wavelet enhanced enhanced
Platform: | Size: 4096 | Author: 王万国 | Hits:

[Special Effectstuxiangpinjiefa

Description: 一种全自动稳健的图像拼接融合算 提出了一种全自动稳健的图像拼接融合算法。此算法采用Harris角检测算子进行特征点提取,使提取的 精度达到了亚像素级,然后以特征点邻域灰度互相关法进行特征点匹配得到了初步的伪匹配集合,并运用稳健的 RANSAC算法将伪匹配点集合划分为内点和外点,在内点域上运用LM优化算法精确地估计出了图像间的点变 换关系,最后采用颜色插值对交接处进行颜色过渡。整个算法自动完成,它对有较大误差或错误的特征点数据迭代 过滤,并用提纯后的数据来做模型估计 -A robust fully automatic image mosaic fusion operator presents a fully automatic image stitching robust fusion algorithm. This algorithm uses the Harris operator angle detection feature point extraction, so that the accuracy of extracting the sub-pixel, and then feature points to the neighborhood gray-scale cross-correlation method for matching feature points have been the initial pseudo-match collection and use of sound RANSAC algorithm pseudo-matching point set is divided into inner and outer points, including point-domain LM optimization algorithm used to estimate accurately the image transform relations between points, and finally the use of color interpolation of the color transition of the junction. The entire algorithm for auto-complete, it has a larger error or error of feature points iterative data filtering, and purification of model data to make estimates
Platform: | Size: 117760 | Author: 王钰 | Hits:

[Special Effects111Regionbetter

Description: 经典区域生长源码(区域增长),比起灰度阈值法有不可比拟的优势,一旦尝试,欲罢不能啊,只是,在实时性应用方面还有待改进,m代码编写易懂,易用,易改写成其他语言,如果改写成c,应该速度有所提高.请尽情享用-Classical region growing source (regional growth), compared to gray-scale threshold method has unparalleled advantages, once the attempt to stop ah, but, in real-time applications have yet to be improved, m coding easy to understand, easy to use, easy to rewritten into other languages, if rewritten into c, the speed should be improved. please enjoy
Platform: | Size: 1024 | Author: zz | Hits:

[Special Effectsimage_enhancement

Description: (1)获得图象的直方图,将其均衡化,显示灰度变换函数及图象效果; (2)分别用梯度法、拉氏算子、Sobel算子以及中值过滤等方法对图象进行增强,并对增强效果进行比较; (3)用钝化算子、高频提升、内查、外推等方法对图象进行增强。 (4)用Matlab工具进行彩色图象增强方法和彩色图象处理方法的实验-(1) to obtain images of the histogram equalization to show gray-scale transformation function and image results (2), respectively, with gradient method, Laplace operator, Sobel operator and the value of filters and other methods of image to strengthen and enhance the effectiveness of comparison (3) passivation operator, high-frequency enhancement in the investigation, the extrapolation methods of image enhancement. (4) using Matlab tools color image enhancement and color image processing method of experiment
Platform: | Size: 2270208 | Author: 杨怡 | Hits:

[Graph programedge_detect

Description: 用matlab检测二值图像的边缘.二值图像 binary image 每一像元只有两种可能的数值或灰度等级状态的图像。 其实就是单色图像。 除了黑,就是白,没有中间过渡,没有灰度的图像。 要么黑,要么白,而且所有的黑都是一个色。 -Detected by matlab binary image of the edge. Binary image binary image for each pixel there are only two possible values, or gray-scale image of the status hierarchy. In fact, the image is monochrome. In addition to black, is white, there is no transition between, no gray-scale images. Either black or white, and all black is a color.
Platform: | Size: 61440 | Author: | Hits:

[Special Effectsimage

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:

[matlabhuidu

Description: 灰度图转换,可以把彩色图片转换为灰度图片。并进行计算-Grayscale conversion, color images can be converted to gray-scale image. And calculated
Platform: | Size: 1276928 | Author: sy | Hits:

[Special EffectsPseudoColorImageProcessing

Description: 本实验要求编写程序实现课本图6.23伪彩色图像处理能力框图,实现灰度级到彩色的转换,程序的输入为图像中指定的两个灰度级范围,程序的输出为RGB格式图像,其中一个灰度级范围显示为指定的彩色,其余的像素以RGB形式显示为与对应输入图像像素相同的灰度色-Prepared at the request of the experimental procedures to achieve pseudo-textbook Figure 6.23 Block diagram of color image processing capabilities to achieve gray-scale to color conversion, image input process as specified in the scope of the two gray-scale, the program output for the RGB format images, one of which range of gray-scale display for the specified color, and the rest of the pixels in RGB and the corresponding form for the same input image pixel gray-scale color
Platform: | Size: 305152 | Author: jhm | Hits:

[Special EffectsMATLAB_code_of_image_processing

Description: 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫曼编码,行程编码-Basically, the gui functions including the most basic image processing inside the handle, which is equivalent to a small photoshop. For example, read the document, the geometric transformation of the vertical mirroring, shifting, rotating, zooming orthogonal transformation of the DFT, FFT, DCT, DST, DHT, DWashT anti-gray color processing, histogram equalization, global linear transformation , piecewise linear transformation, index of non-linear transform of the number of non-linear transformation image enhancement which increases the noise, smoothing, sharpening, pseudo-color enhancement the gray-scale image segmentation inside the threshold, Robert, Laplace, sobel, prewitt, canny edge detection operator method image restoration inside direct inverse filtering, Wiener filtering image coding inside the Huffman code, and so on Run-Length Coding
Platform: | Size: 398336 | Author: guhuxiang | Hits:

[Special Effectspsydo-color

Description: 伪彩色处理是指将黑白图像转化为彩色图像,或者是将单色图像变换成给定彩色分布的图像。由于人眼对彩色的分辨能力远远高于对灰度的分辨能力,所以将灰度图像转化成彩色图像表示,就可以提高对图像细节的辨别力。 伪彩色处理的基本原理是将黑白图像或者单色图像的各个灰度级匹配到色彩空间的一点,从而使单色图像映射成彩色图像。对黑白图像中不同灰度级赋予不同的彩色。 -Pseudo-color processing refers to the black-and-white images into color images or monochrome images will be converted into the distribution of a given color image. Since the human eye to distinguish color of gray is much higher than the resolving power, it will be gray-scale images into color images that can improve the discriminability of image detail. Pseudo-color processing is the basic principle of single-color or black and white images of various gray-scale image to match that color space, so that monochrome images into a color image mapping. Black and white images of the different gray-scale to give a different color.
Platform: | Size: 86016 | Author: 一零 | Hits:

[Graph programimageenhancement

Description: 图像增强 灰度变换增强 空域滤波增强 频域增强 色彩增强 小波增强 -Enhanced gray-scale image enhancement transform spatial filter to enhance the frequency domain to enhance color enhanced wavelet enhanced
Platform: | Size: 4096 | Author: 齐子新 | Hits:

[matlabIMAGE-FUSION-resolutionmerge

Description: Monochromatic (gray scale) low resolution image is converged to colored image by false color mapping to "hot" color scheme. This RGB image is then converted to Hue, Saturation and Value (HSV) image. Value component is replaced by higher resolution image and the resulting HSV image is converted back to RGB. This RGB merged image converted to gray scale is a merged image with improved spatial resolution.
Platform: | Size: 45056 | Author: sofi | Hits:

[matlabrgb2gray

Description: 最基本的由彩色图像转换为灰度图像的代码。在matlab中运行图像处理时用到的最基本源码,但是很多matlab中并不含有这个函数。-The most basic color images by gray-scale image is converted to code. In the matlab image processing used to run the most basic source code, but many do not contain this function in matlab.
Platform: | Size: 1024 | Author: 赵晓霞 | Hits:

[matlabPseudo-color-enhancemen

Description: 伪彩色增强,对灰度图像Fig5.bmp中不同灰度值的区域赋予不同的颜色,使生成的伪彩色图像尽可能接近现实状况。-Pseudo-color enhanced gray-scale image of gray value Fig5.bmp different regions to give a different color, so that the resulting pseudo-color image as close to reality.
Platform: | Size: 318464 | Author: 陈涛 | Hits:

[Software Engineeringmatlab-tuxiangzengqiang

Description: 如何对彩色图像进行灰度化和对固定的区域进行增强-How to color gray-scale image and enhancement of the fixed area
Platform: | Size: 1024 | Author: yang | Hits:
« 12 »

CodeBus www.codebus.net