搜索资源列表
edge-detection
- 边缘检测,用一阶微分算子,二阶微分算子提取边缘,伪彩色图像增强,伪彩色图像处理-Edge detection, first-order differential operator, second-order differential operator edge extraction, pseudo-color image enhancement, false color image processing
MATLABimageprocess1
- 实现对图像的基本处理,如:均值滤波、中值滤波、伪彩色处理。-To realize the basic image processing, such as: mean filtering, median filtering, pseudo-color processing.
2006224114533
- 对图像进行伪彩色处理的VC++源代码,运行时需要带参数-right pseudo-color image processing VC source code, run-time parameters need to bring
jianbensuanfa
- 中值滤波 prewitt算法 直方图均衡化 密度分割法图像伪彩色处理 分段线性处理处理灰度变换-Median filter Prewitt density histogram equalization algorithm segmentation image pseudo-color handle handle handle piecewise linear gray-scale transformation
PseudoColor
- 一些关于伪彩色图像处理的论文和期刊,和他家共享一下,希望研究这一方面的同仁有所帮助,从而共同进步。-There are the papers about Pseudo-color. I want it is useful for everyone
cc
- 1. 图像文件的格式; 2. 图像编程的基础-操作调色板; 3. 图像数据的读取、存储和显示、如何获取图像的尺寸等; 4. 利用图像来美化界面; 5. 图像的基本操作:图像移动、图像旋转、图像镜像、图像的缩放、图像的剪切板操作; 6. 图像显示的各种特技效果; 7. 图像的基本处理:图像的二值化、图像的亮度和对比度的调整、图像的边缘增强、如何得到图像的直方图、图像直方图的修正、图像的平滑、图像的锐化等、图像的伪彩色、彩色图像转换为黑白图像、物体边
weicaise
- 这段程序的主要功能是将图像的几个不同区域进行伪彩色处理-The primary function of this procedure is to image several different regions of the pseudo-color processing
imageprocess
- 图像处理编程,可实现放大,伪彩色变换,校正,灰度等处理-Image processing program can be enlarged, pseudo-color transformation, correction, gray scale processing, such as
pinyuchuli
- 给定一幅图像,进行频域处理,包括低通滤波,图像锐化,伪彩色处理等。-Given an image, the frequency domain, including low-pass filtering, image enhancement, pseudo-color processing.
PseudoColorImageProcessing
- 本实验要求编写程序实现课本图6.23伪彩色图像处理能力框图,实现灰度级到彩色的转换,程序的输入为图像中指定的两个灰度级范围,程序的输出为RGB格式图像,其中一个灰度级范围显示为指定的彩色,其余的像素以RGB形式显示为与对应输入图像像素相同的灰度色-Prepared at the request of the experimental procedures to achieve pseudo-textbook Figure 6.23 Block diagram of color image pro
MATLAB_code_of_image_processing
- 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
psydo-color
- 伪彩色处理是指将黑白图像转化为彩色图像,或者是将单色图像变换成给定彩色分布的图像。由于人眼对彩色的分辨能力远远高于对灰度的分辨能力,所以将灰度图像转化成彩色图像表示,就可以提高对图像细节的辨别力。 伪彩色处理的基本原理是将黑白图像或者单色图像的各个灰度级匹配到色彩空间的一点,从而使单色图像映射成彩色图像。对黑白图像中不同灰度级赋予不同的彩色。 -Pseudo-color processing refers to the black-and-white images into color
Digital_image_processing
- 数字图像处理:分别实现图像的图象直方图统计、图象的线性变换、图象平滑消噪处理、图象锐化处理、中值滤波处理、伪彩色增强处理、勾边处理、彩色图象处理锐化处理-Digital image processing: histogram of each image to achieve image statistics, image of linear transformation, image smoothing de-noising processing, image sharpening, media
DIPDemo
- 包括图像输入(打开文件、采集、捕捉图像、从剪贴板粘贴、打开扫描软件、灰度化、添加随机噪声、椒盐噪声、去噪声)、图像处理(几何变换、灰度反转、直方图均衡化、直方图统计、图像复原、边缘提取、伪彩色、二值化、图像变换)、图像输出(另存图像、打印输出、复制到剪贴板)-Including image input (open the file, capture, capture images, paste from the clipboard, open the scanning software, gra
gray2rgb
- 灰度图像转化为rgb彩色图像,通过参考图像制成彩色映射表,再进行伪彩色处理-Rgb color images into gray-scale image, the image is made by reference to color mapping table, then the pseudo-color processing
color
- 处理彩色图像,得到红,绿,蓝三个通道的效果, 并得到饱和度和亮度的图像,以及做伪彩色图像处理(分配不同的颜色 不同的灰色水平),还有边缘检测技术-Processing color images, get the red, green, and blue channels of the results, and get saturation and brightness of images, and do pseudo-color image processing (assigned a di
imageMFC
- 图像处理,均值滤波,中值滤波,噪声处理,伪彩色图像处理-image doing
基于VC的图像处理
- 基于Vc++的数字图像软件。源程序包括:图像灰度处理、平滑处理、锐化处理、伪彩色编码。
伪彩色图像处理
- 实现灰度图像的伪彩色处理功能,提供更好的视觉效果(Pseudo color processing)
彩色图像处理之伪彩色图像处理
- 近几年来,随着多媒体技术和因特网的迅速发展和普及,数字图像处理技术受到了前所未有的广泛重视,出现了许多新的应用领域。最显著的是数字图像处理技术已经从工业领域、实验室走入了商业领域及办公室,甚至走入了人们的日常生活。由于彩色图像提供了比灰度图像更为丰富的信息,因此彩色图像处理正受到人们越来越多的关注。(Pseudo color processing of digital image processing)