CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 分段线性变换

搜索资源列表

  1. BmpExp

    0下载:
  2. 图象处理基本算法 包括灰度图象读取与显示,直方图均衡,伪彩色变换,分段线性化-basic image processing algorithms including gray-scale image and read, histogram equalization, the pseudo-color transformation, piecewise-linear
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:110176
    • 提供者:Alec Wong
  1. Reinforcement_Image

    1下载:
  2. C语言实现图像增强实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对经典图像——三人模糊图像效果的增强。代码中包含自适应中值滤波、灰度幂次变化、分段线性变换、平滑化处理、高增益滤波等图像增强算法的C语言实现,值得参考。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:58175
    • 提供者:Michael_M
  1. stretch

    0下载:
  2. 灰度拉伸是分段进行线性变换,对红色,绿色,蓝色三分量进行统一的分段线性变换,以增强图像对比度-Gray-scale stretch is sub-linear transformation of the red, green, blue three-component unified piecewise linear transformation, to enhance the image contrast
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:7690
    • 提供者:潘颖
  1. MATLAB_code_of_image_processing

    2下载:
  2. 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:397915
    • 提供者:guhuxiang
  1. gray1

    0下载:
  2. 本文提出了一种基于区域分割的分段线性变换方法,结合灰度直方图提供的有关灰度分布的统计信息 和图像提供的空间位置信息,利用各灰度区间把图像分割成不同的区域,检验要增强的目标是否落在某 灰度区间对应的图像区域内,从而加快了调整灰度区间的过程,提高了算法的执行效率。-dddddddddddddddddddddddddddddd
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:235137
    • 提供者:吴义军
  1. Medical-Image-Processing

    0下载:
  2. 医学图像处理,灰度直方图,分段线性变换,图像增强,图像分割-Medical image processing, histogram, piecewise linear transformation, image enhancement, image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:10370
    • 提供者:张宝宝
  1. DIP

    0下载:
  2. 此代码可对灰度图像进行增强,如二值,反色,对数,指数,分段线性变换等-This code can be enhanced gray-scale images, such as two values, inversion, logarithmic, exponential, piecewise linear transform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5905095
    • 提供者:chenqiang
  1. programs

    0下载:
  2. 最大方差自动取阈法和分段线性变换的MATLAB程序-Automatic thresholding the maximum variance method MATLAB program, th is the final return value in [0,1]
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1029
    • 提供者:杜万和
  1. summary-homework-2011

    0下载:
  2. 图像处理源代码:包括梯度图、分裂合并区域分割、数学形态学、各种结构元素的影响、形态学边界、对数变换、分段线性变换、线性变换、二值图像代码 MatLab自编的均值滤波、中值滤波、高斯滤波 图像处理函数。 7-Image processing source code include: the gradient map, splitting and merging, region segmentation, mathematical morphology, structural element,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:10587
    • 提供者:王媛媛
  1. image_processing

    0下载:
  2. 用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滤波法实现降噪
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:8264
    • 提供者:qinchuan
  1. zengqiang

    0下载:
  2. 用直接灰度变换方法进行对比度增强,设计分段线性变换函数,做增强处理。-Direct gray-scale transformation method for contrast enhancement, design piecewise linear transformation function, do the enhancement.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:987
    • 提供者:韦蕴珊
  1. a-series-of-programs

    0下载:
  2. 详细说明: 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: 中值滤
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:7753
    • 提供者:王小龙
  1. fenduanxianxingbianhuan

    0下载:
  2. 本程序主要完成对图像进行分段线性变换处理。-To do image piecewise linear transformation processing
  3. 所属分类:Special Effects

    • 发布日期:2017-12-07
    • 文件大小:598
    • 提供者:邓豪
  1. fenduanxianxing

    0下载:
  2. 图像增强 利用matlab实现 分段线性变换 对数变换 彩色变换-Piecewise linear transformation image enhancement using matlab logarithmic transformation of color conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:1025
    • 提供者:董亚伟
  1. HuiDuBianHuanDib

    0下载:
  2. 主要实现图像反色变换、分段线性变换、灰度分布均衡化、灰度匹配变换、直方图显示、RGB直方图分别显示、阈值处理。-The main achievement anti-color image transformation, piecewise linear transformation, gray distribution equalization, matching gray transform, histogram display, RGB histograms show, thresholdi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4088
    • 提供者:HY
  1. Image-Gray-transform

    0下载:
  2. 实现图像灰度变换的功能,包括灰度线性变换、分段线性变换、灰度直方图、灰度分布均衡化等变换。-Image Gradation transformation, including gray linear transformation, piecewise linear transformation, histogram, gray distribution equalization transform, and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:33012
    • 提供者:马江敏
  1. asdf

    0下载:
  2. 分段线性变换进行图像增强,仿照别人的,多见谅-Piecewise linear transform image enhancement.Others follow,Multi forgive me
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:517
    • 提供者:赵金龙
  1. ImageProcessing

    0下载:
  2. 本设计完成图像的灰度变换,包括图像反转、对数变换、直方图均衡化和分段线性变换 -The design of the completion of the image of the gray scale transformation, including image inversion, logarithmic transformation, histogram equalization and piecewise linear transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:22455217
    • 提供者:
  1. 数字图像

    0下载:
  2. 实现BMP图像的直方图,灰度的线性变换,灰度对数变换,伽玛变换,灰度阀值变换,分段线性变换,直方图均衡化,直方图规定化。(To achieve BMP image histogram, gray linear transformation, gray logarithmic transformation, gamma transform, gray threshold transformation, piecewise linear transformation, histogram equal
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:5305344
    • 提供者:程哲
  1. m

    0下载:
  2. 显示图像的灰度直方图、全局和局部灰度线性变换,分段线性变换、直方图均衡、 直方图规格化(The gray level histogram, global and local gray scale linear transformation, piecewise linear transformation, histogram equalization are displayed. Histogram normalization)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:590848
    • 提供者:abc2
« 12 »
搜珍网 www.dssz.com