搜索资源列表
BmpExp
- 图象处理基本算法 包括灰度图象读取与显示,直方图均衡,伪彩色变换,分段线性化-basic image processing algorithms including gray-scale image and read, histogram equalization, the pseudo-color transformation, piecewise-linear
Reinforcement_Image
- C语言实现图像增强实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对经典图像——三人模糊图像效果的增强。代码中包含自适应中值滤波、灰度幂次变化、分段线性变换、平滑化处理、高增益滤波等图像增强算法的C语言实现,值得参考。
stretch
- 灰度拉伸是分段进行线性变换,对红色,绿色,蓝色三分量进行统一的分段线性变换,以增强图像对比度-Gray-scale stretch is sub-linear transformation of the red, green, blue three-component unified piecewise linear transformation, to enhance the image contrast
MATLAB_code_of_image_processing
- 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
gray1
- 本文提出了一种基于区域分割的分段线性变换方法,结合灰度直方图提供的有关灰度分布的统计信息 和图像提供的空间位置信息,利用各灰度区间把图像分割成不同的区域,检验要增强的目标是否落在某 灰度区间对应的图像区域内,从而加快了调整灰度区间的过程,提高了算法的执行效率。-dddddddddddddddddddddddddddddd
Medical-Image-Processing
- 医学图像处理,灰度直方图,分段线性变换,图像增强,图像分割-Medical image processing, histogram, piecewise linear transformation, image enhancement, image segmentation
DIP
- 此代码可对灰度图像进行增强,如二值,反色,对数,指数,分段线性变换等-This code can be enhanced gray-scale images, such as two values, inversion, logarithmic, exponential, piecewise linear transform
programs
- 最大方差自动取阈法和分段线性变换的MATLAB程序-Automatic thresholding the maximum variance method MATLAB program, th is the final return value in [0,1]
summary-homework-2011
- 图像处理源代码:包括梯度图、分裂合并区域分割、数学形态学、各种结构元素的影响、形态学边界、对数变换、分段线性变换、线性变换、二值图像代码 MatLab自编的均值滤波、中值滤波、高斯滤波 图像处理函数。 7-Image processing source code include: the gradient map, splitting and merging, region segmentation, mathematical morphology, structural element,
image_processing
- 用MATLAB自己编写的一系列图像处理算法。详细说明: 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_2_1: 邻域平均的线性平滑滤波法实现降噪 (§5.2.2) ch5_2_2: winner滤波法实现降噪
zengqiang
- 用直接灰度变换方法进行对比度增强,设计分段线性变换函数,做增强处理。-Direct gray-scale transformation method for contrast enhancement, design piecewise linear transformation function, do the enhancement.
a-series-of-programs
- 详细说明: 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_2_1: 邻域平均的线性平滑滤波法实现降噪 (§5.2.2) ch5_2_2: winner滤波法实现降噪 (§5.2.2) ch5_2_3: 中值滤
fenduanxianxingbianhuan
- 本程序主要完成对图像进行分段线性变换处理。-To do image piecewise linear transformation processing
fenduanxianxing
- 图像增强 利用matlab实现 分段线性变换 对数变换 彩色变换-Piecewise linear transformation image enhancement using matlab logarithmic transformation of color conversion
HuiDuBianHuanDib
- 主要实现图像反色变换、分段线性变换、灰度分布均衡化、灰度匹配变换、直方图显示、RGB直方图分别显示、阈值处理。-The main achievement anti-color image transformation, piecewise linear transformation, gray distribution equalization, matching gray transform, histogram display, RGB histograms show, thresholdi
Image-Gray-transform
- 实现图像灰度变换的功能,包括灰度线性变换、分段线性变换、灰度直方图、灰度分布均衡化等变换。-Image Gradation transformation, including gray linear transformation, piecewise linear transformation, histogram, gray distribution equalization transform, and so on.
asdf
- 分段线性变换进行图像增强,仿照别人的,多见谅-Piecewise linear transform image enhancement.Others follow,Multi forgive me
ImageProcessing
- 本设计完成图像的灰度变换,包括图像反转、对数变换、直方图均衡化和分段线性变换 -The design of the completion of the image of the gray scale transformation, including image inversion, logarithmic transformation, histogram equalization and piecewise linear transformation
数字图像
- 实现BMP图像的直方图,灰度的线性变换,灰度对数变换,伽玛变换,灰度阀值变换,分段线性变换,直方图均衡化,直方图规定化。(To achieve BMP image histogram, gray linear transformation, gray logarithmic transformation, gamma transform, gray threshold transformation, piecewise linear transformation, histogram equal
m
- 显示图像的灰度直方图、全局和局部灰度线性变换,分段线性变换、直方图均衡、 直方图规格化(The gray level histogram, global and local gray scale linear transformation, piecewise linear transformation, histogram equalization are displayed. Histogram normalization)