搜索资源列表
Problem2_6
- 使用VB.net编写的对24位位图进行简单图像处理的程序,包括RGB与YIQ数据的相互变换,绘制亮度分布统计图,拉普拉斯滤波。 该程序是我学习图像处理算法是编写的,因此在操作界面方面的考虑较少,你可以按照以下步骤操作:选择一个文件后单击读取BMP文件,然后就可以单击“根据RGB数据绘图”,接着可以单击“RGB to YIQ”将RGB数据转化为YIQ数据,有了YIQ数据后就可以单击“绘制YIQ数据的Y分量”,对于YIQ数据,可以使用拉普拉斯滤波,然后再将Y分量显示出来-use VB.net p
smooth_diffusion
- 实现把Color图像转化为RGB分量图的matlab程序代码和扩散方程滤波的源代码-achieving Color images into RGB component map Matlab code and filter diffusion equation Wave of source code
MyColorProcess
- 一个全面的图像颜色处理程序,包括颜色转换、颜色调整、RGB三色滤除等-a full color image processing, color conversion, color adjustment, the three RGB color filter, etc.
bmplvbohis
- 打开bmp位图,实现指数.巴特沃斯.理想高低通滤波等,图像的反白线性变换,直方图,直方图均衡,实现显示彩色图像的his通道,和rgb通道内容等,灰度图像伪彩化,彩色图像着色-open bmp bitmap realize index. Butterworth. More idealistic than pass filter. Anti-white images of linear transformation, histogram, histogram equalization and ach
DigitalImageProcessing_v1
- 本程序主要是一些学习影像处理时会用到的程序,其中包括: color to gray , segement RGB,、mean filter、median filter、user defined thresholding、otsu、Histogram equalization、Sobel edge detection、Prewitt edge detection,并可将边缘侦测所得到的信息以彩色线条贴至原图
ImageBoard
- 功能十分强大的数字图像处理程序,具有基本的图像输入和变换,图形的即时绘制,彩色图像处理,图像旋转平移缩放,分离滤除RGB三原色,边缘检测与提取,频域变换(FFT,DCT),中值滤波等功能-Function is very powerful digital image processing procedures, have a basic input and transform images, graphics, real-time rendering, color image processin
rgbFilter
- 对YUV格式为4:2:2的视频进行过滤得到RGB图像,可以更改YUV通道的阈值进行不同结果-4:2:2 for YUV format video filter to be RGB images, you can change the threshold value YUV channel to get different results
mfile
- 简单写的一些图像预处理(灰度增强、小波高通滤波、LBP、迭代阈值分割、种子生长法etc)和RGB 、纹理(相关矩阵)特征提取-Write some simple image pre-processing (grayscale enhancement, wavelet high-pass filter, LBP, iterative threshold segmentation, seed growth method etc) and RGB, texture (correlation matri
filter
- 用opencv实现通道分离的滤波,对RGB通道进行分离滤波,值得初学者参考。-Separation channel with opencv filter, the RGB channel separation filter, it is reference for beginners.
medianfilter
- 自己写的中值滤波,较好的处理了边界,并可对RGB影像进行处理-a modified median filter
classification-and-fusion
- 基于VC6.0的MFC实现,功能包括:图像分类(K均值、ISODATA)、图像融合(基于高通滤波的加权融合和非加权融合、HIS融合)、直方图均衡化、直方图匹配、RGB与HIS之间的相互转换-based on MFC, functionality include: image classification(K means and ISODATA),image fusion(fusion based on HIS transformation and fusion based on high pas
siglehand
- 对手势图像进行彩色图像和灰度图像转变,同时对RGB图像进行加噪声和滤噪处理-a hand guesture of RGB picture change into gray,and add into noise then filter the picture
RGB-HSV-tongtailvbo
- 把彩色图像由rgb空间转为hsv空间,经过同态滤波处理后,再逆变换至rgb空间。-often the color image from the rgb space into hsv space to complete homographical filter treatment, and then inverse transform to the rgb space.
rgb_hormomorphic
- 使用MATLAB对RGB图像进行同态滤波,滤波函数选用高斯滤波器和Logistic曲线-Selection of Gaussian filter using MATLAB RGB image homomorphic filtering, filtering function and Logistic curve
image
- 包括 镜像处理代码 rgb分量代码 直方图修正 灰度取反 灰度化 均值滤波 中值滤波-Image processing code, including code rgb component histogram modification negated gray gray mean filter median filter
matlab4
- 数学图像处理中的对彩色图像进行锐化滤波,并将RGB模型转变为HSI模型-Mathematical image processing for color image sharpening filter, and the RGB model into HSI model
zhongzhilvbo
- 彩色图像的中值滤波处理,包含各种尺寸大小的,中值滤波一般处理灰度图像的,该程序把彩色图像的RGB分别用中值滤波处理完后合成,本人亲测可用。-Median filtering process color images, including a variety of sizes, median filtering is generally gray-scale image processing, the program of the RGB color images were exhausted m
rgb2hsi
- RGB转换为HSI空间图像 包括加噪声 中值滤波 分通道观察等-RGB to HSI space including add noise, mid value filter, observation of each channel, etc.
Fundamentals-of-Image-Processing
- 非常全面的高级图像处理算法,包括灰度转换,彩色图像处理,DFT,直方图,膨胀,腐蚀,中值滤波,SOBEL滤波,RGB转HSV,Gamma校正等-Very comprehensive advanced image processing methods ,including gray scale transform, color image processing, DFT, SOBEL filter,RGB2HSV, GAMMA correction and so on.
zz
- 实现中值滤波器的函数mymidfilt,实现灰度图像、RGB图像的直方图均衡变换的函数myhisteq-Realize the median filter: mymidfilt achieve the gray image, RGB image histogram equalization transform: myhisteq