搜索资源列表
ImageEnhance
- 实现线性灰度变换,灰度直方图均衡法等图像增强算法
LineTrans
- 实现灰度图像的线性变换,将图像中所有的点的灰度按照线性灰度变换函数进行变换。
matlab实现将读入一幅图像进行线性灰度变换
- matlab实现将读入一幅图像进行线性灰度变换,will be read into matlab to achieve an image of a linear gray-scale transformation
LinearGreyTrans
- Java实现图像的可以实现JPEG图像的线性灰度变换。-Java Image JPEG images can be achieved in a linear gray-scale transformation.
lineargray
- 基于matlab的图像线性灰度变换,里面有一幅图像数据矩阵,也可以读一张其他的图片,简单易学希望对大家有帮助。-Matlab image-based linear gray-scale transformation, which has an image data matrix, one can also read the other pictures, easy to learn for all of us want to be helpful.
tuxiang
- 图象灰度变换,灰度BMP文件对灰度进行处理,线性灰度变换,分段线性变换-Image gray-scale transformation, gray on gray-scale BMP file processing, linear gray-scale transformation, piecewise linear transformation
Program
- 这是一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。 1、图像显示模块主要包括显示位图、显示JPEG、显示GIF 3个部分。 2、图像转换模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。 3、图像处理模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。 4、字符识别模块主要包含手写数字识别。 5、其他模块主要包括设置菜单的固定颜色和随机颜色两个部分。 6
GrayLinTrans
- 自适应线性灰度变换,根据网上下载的论文自己完成的算法,觉得效果还不错。-Adaptive linear gray-scale transformation, in accordance with downloaded papers completed their algorithms, feel good effect.
VCDIBchap2
- 介绍图像灰度变化的典型算法,包括二值化和阈值处理,直方图的绘制及直方图均衡,灰度的线性变换和灰度拉伸等。-Change the image gray-scale introduction of the typical algorithms, including binary and threshold processing, histogram mapping and histogram equalization, linear gray transform and gray-scale, su
ImageProcessingSystem
- 主要功能 一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。用VC 6.0编写 图像显示模块 该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。 图像转换模块 该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。 图像处理模块 该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。
chap05
- ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) -ch5_1_1: image linear transformation (§ 5.1.1) ch5_1_2: piecewise linear image transform (§
spacialehancement0
- 几个关于图像灰度变换的程序。包括图像反色,图像的对数灰度变换,指数灰度变换,线性灰度变换,灰度切割,图像平均降噪。-Several of the image gray-scale transformation process. Including anti-color image, the image of the number of gray level transformation, index gray-scale transformation, linear gray level tra
SpatialFrequencyDomainImageEnhancement
- 灰度变换增强程序 1.灰度变换增强程序 2.直方图灰度变换 3.直方图均衡化程序举例 4.直方图规定化程序举例 1.线性平滑滤波 2.中值滤波器 3. 4邻域8邻域平均滤波算法 1.低通滤波器 2.布特沃斯低通滤波器图像实例-Enhanced gray-scale transformation procedure 1. Enhanced gray-scale transformation procedure 2. Histogram gray-sc
71477195lineargray
- 用matlab编写,实现对一幅图像进行线性灰度变换。-Prepared using matlab, achieve a linear gray transform the image.
Image-gray-scale-transformation
- 详细说明:几个关于图像灰度变换的程序。包括图像反色,图像的对数灰度变换,指数灰度变换,线性灰度变换,灰度切割,图像平均降噪。-Several of the image gray-scale transformation process. Including anti-color image, the image of the number of gray level transformation, index gray-scale transformation, linear gray leve
灰度线性变换
- 该程序实现灰度图像分段线性变换,将图像中所有的点的灰度按照线性灰度变换函数进行变换。
灰度拉伸
- 对图像绘制直方图,并进行适当的灰度变换,分别进行线性的和非线性的灰度拉伸变换,改善图像的视觉效果; 主要功能函数自己编写; 在一个主程序中运行实现,并在一个统一的交互式界面下选择参数.(Histogram of the image, and the appropriate gray-scale transformation, linear and nonlinear gray scale stretching transform, to improve the visual effects
GrayImageEnhangcementByLinearTransform
- 通过线性灰度变换,基于Matlab实现的灰度图像增强(Gray Image Enhangcement By Linear Transform using matlab)
新建文件夹
- 实现灰度的线性变换线性变换的代码的步骤: 1,判断参数是否是8位图像 2,对像素的所有点执行线性变换 3,对执行完像素变换的灰度值进行合法性分析,对不合法的数据强制合法 4,对图片的原来坐标的所有点设置新的灰度值。(The linear transformation of the grayscale)
lineargraytransform
- 实现数字图像的灰度范围的线性拉伸,对变换结果进行必要的分析,画出灰度变换曲线图,以另一个文件名形式保存灰度变换后的图像。(Achieve linear range of the gray range of digital images)