搜索资源列表
彩色图像rgb三通道直方图
- 彩色图像rgb三通道直方图-rgb color image histogram channel 3
数字图像直方图显示
- 本资源是通过VC++6.0编写的软件,能够打开灰度图像和彩色图像,并且能够显示灰度和彩色图像的直方图。
彩色图像处理
- 本资源是通过VC++6.0来编写的,彩色图像灰度化,灰度比例化,灰度线性化,灰度截断,灰度线性取反,直方图均衡化,直方图规定化,灰度局部统计等功能模块。
hanfeng612
- matlab gui界面设计,包括:图像的剪切和显示,彩色图像灰度直方图获取;灰度直方图,直方图均衡化和直方图匹配等-matlab gui interface design, including: images cut and shows histogram for color image gray histogram, histogram equalization and histogram matching
view
- C#数字图像处理算法,彩色图像灰度化,灰度直方图,图像腐蚀运算,图像膨胀运算,图像开运算与闭运算,傅里叶变换等多种算法及实例-C# digital image processing algorithms, color images of gray, gray histogram, image corrosion computing, image expansion of computing, image to open computing and closing operation, such
cc
- 1. 图像文件的格式; 2. 图像编程的基础-操作调色板; 3. 图像数据的读取、存储和显示、如何获取图像的尺寸等; 4. 利用图像来美化界面; 5. 图像的基本操作:图像移动、图像旋转、图像镜像、图像的缩放、图像的剪切板操作; 6. 图像显示的各种特技效果; 7. 图像的基本处理:图像的二值化、图像的亮度和对比度的调整、图像的边缘增强、如何得到图像的直方图、图像直方图的修正、图像的平滑、图像的锐化等、图像的伪彩色、彩色图像转换为黑白图像、物体边
DigitalImageProcessing
- 此程序包括八个图像处理内容: 1 图像直方图的统计 2 图象的线性变换 3 图象平滑消噪处理 4 图像锐化处理 5 中值滤波处理 6 伪彩色增强处理 7 图像勾边处理 8 彩色图像锐化处理 - This programm includes 8 kinds of digital picture process: Stat. of direct square chart Linear transformation of picture The
zhifangquwufa
- 对于彩色图像,用直方图的方法去掉雾,使得图像清晰-For color images, using the histogram method to remove fog, making the image clear
matlablicenseplatelocationbasedoncolorimage
- matlab基于彩色图像的车牌定位,matlab测试代码,附车牌图像-matlab license plate location based on color image
aa
- 用matlab做彩色图像的二维直方图,比如rb、rg、bg等-use matlab to draw colour image histogram of two dimension
ColorImageSegmentation
- 彩色图像分割算法,首先基于直方图粗分,而后通过kmeans细分,得到分割结果-Color image segmentation algorithm, first, rough segmentation based on histogram and then broken down by kmeans get segmentation results
three_highpass_filters
- 用9种方法对彩色图像进行傅里叶高通滤波,有三种基本高通滤波器,三种增强型,三种加上直方图均衡的-Use nine methods doing high-pass filtering to a color image by Fourier transform:three basic filters,three enhanced,three enhanced with histogram equalization
three_highpass_filters
- 用9种方法对彩色图像进行傅里叶高通滤波,有三种基本高通滤波器,三种增强型,三种加上直方图均衡的-Use nine methods doing high-pass filtering to a color image by Fourier transform:three basic filters,three enhanced,three enhanced with histogram equalization
zhifangtu
- 这是一个matlab的直方图均衡程序,先读入一副彩色图像,将其转成灰度图,输出该图的直方图,做均衡以后再次输出,可以看到均衡后图像直方图比较均匀了。-this is a histogram program based on matlab
colorimageprocessinglab
- 彩色图像处理的分割、滤波、直方图分析等源码-Segmentation of color image processing, filtering, histogram analysis source
hist1
- 计算彩色图像各个分量的直方图-calculation hist
4
- 找一幅曝光不足的灰度(或彩色图像),按照直方图均衡化方法进行处理-Underexposed to find a gray (or color image), according to the method of histogram equalization processing
直方图均衡化
- 可以应用于彩色图像或者灰度图像中,能对图像的边缘特征进行加强、锐化。
Histogram
- 彩色直方图均衡化,根据直方图均衡化原理实现对彩色图像的均衡化处理,达到图像增强的目的。(color Image histogram)
eg_colorEqualize
- MATLAB中实现彩色图像的直方图均衡化;直接利用histeq和原理法两种方法实现(MATLAB, Histogram equalization of colorful picture)