搜索资源列表
dip
- 一个简单的包括几个基本的图像处理的程序 可以实现: 检索灰度最大值,最小值,平均值,灰度线性变换,直方图统计,直方图均衡,平移,拉伸,旋转,FFT,DCT,随即噪声,椒盐噪声,均值滤波,中值滤波,SOBEL,LAPLACE 二值化-A simple include several basic image processing program can be: retrieve the gray maximum, minimum, average, linear gray level t
ghwpsnr1
- 使用非线性灰度变换函数 对一幅彩色图像进行点运算,并与使用线性灰度变换函数 进行点运算的结果进行比较。线。 -The results were compared using nonlinear gradation conversion function of a color image point operations, and with the use of linear gradation conversion function point operations. Line.
RS
- 对遥感影像进行灰度线性变换,以及开运算、闭运算等的处理过程。-For remote sensing image gray linear transformation and opening operation and closing operation process, etc.
c3s1
- 使用Matlab对图像执行线性变换,有图片案例,以及灰度直方图。-Performed on the image using the Matlab linear transformation, pictures cases, and histogram.
Gray-linear-transformation
- 灰度的线性变换就是将图像中所有的点按照线性灰度变换函数进行变换-Linear transformation is gray all points in the image gray-scale transformation function according to a linear transformation
tuxiang
- 1.利用工具(如ACDSee、PhotoShop)将*.jpg转换为*.bmp; 2.借助imread命令将图像内容读入内存数组; 3.通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩; 4.将数字图像的RGB表示转换为YUV表示; Y=0.30R+0.59G+0.11B U=0.70R-0.59G-0.11B V=-0.30R-0.59G+0.89B 5.通过访问Y(亮度)通道,改变数字图像的亮度; 6.通过Y(亮度)通道作灰度的线性变换,改变数字
Bitmap
- 实现图像的直方图均衡,灰度线性变换,灰度拉伸-To achieve the image histogram equalization, linear transformation, gray stretch
Image-processing-code(1)
- 图像处理中的一些常用代码,包括:图像反转、灰度线性变换、非线性变换、直方图均衡化、线性平滑滤波器代码-Some of the commonly used image processing code, including: image nonlinear transform inversion of gray linear transformation, histogram equalization linear smoothing filter code
More-practical-5-matlab-code
- 比较实用的5个matlab代码:图像反转,灰度线性变换,非线性变换,直方图均衡化, 线性平滑滤波器-More practical 5 matlab code: Image is reversed, gray linear transformation, a nonlinear transformation, histogram equalization, linear smoothing filter
22
- 用 Matlab 程序实现图像求反: 程序实现线性灰度变换的图像增强: -use Matlab Matlab Program to achieve image negated: Procedures for linear gray transform image enhancement
picture
- 读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫曼编码-read the document, the geometric transf
bin
- 灰度线性转换,关于图像的颜色转换,以灰度图像为例,假设原图像像素的灰度值为D = f(x,y), (x,y)为图像坐标,处理后图像像素的灰度值为D’ = g(x,y)(Gray linear transformation)
MATLAB实用源代码
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
matlab实用源代码
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器(1. image inversion, 2. gray linear transformation, 3. nonlinear transformation, 4. histogram equalization, 5. linear smoothing filter, 6. median filter)