CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - stretch

搜索资源列表

  1. stretch

    0下载:
  2. 功用:数字图形图像处理中的对比度拉伸算法-function : Digital Graphic Image Processing Algorithms contrast tensile
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:135328
    • 提供者:Jafy
  1. Binary_two

    0下载:
  2. 通过单阀值或双阀值对图象二值化处理和灰度拉伸。-through single - or dual-threshold threshold value of two image processing and gray stretch.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5674
    • 提供者:xy
  1. IsmyDIP

    0下载:
  2. 本程序用MFC编写,运用了书本上的灰度拉伸和中值滤波的知识对图像进行处理。 实现功能如下: 灰度拉伸的变亮和变暗(对8位24位图有效): 运用了幂次变换。分别是s = r2 和s = r1/2 . 反色(对8位24位图有效): s = 1 - r 中值滤波(对8位图有效): 对3×3网格进行滤波处理,边沿的1圈像素没有处理。 复原(对8位24位图有效): 将图像还原成未处理前的数据。-the procedures used to prep
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:46651
    • 提供者:redbird
  1. showbitmap

    0下载:
  2. 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT n
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:11183
    • 提供者:linus
  1. mypointtrans

    0下载:
  2. 图像点运算API函数库:包括图像线性变换,图像窗口变换,图像灰度拉伸,直方图均衡。-image points Operational API functions : linear transformation, including images, image window transform, gray stretch and histogram equalization.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2338
    • 提供者:吴远峰
  1. contrast_stretch

    0下载:
  2. 图像对比度拉伸,提供两幅图片,可以按所选对比度进行拉伸-image contrast stretching, two photographs, can be selected by contrast stretch
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:154663
    • 提供者:xinleifu
  1. meshparameterization

    0下载:
  2. 基于stretch-minimzing的mesh parametrization 算法
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:76446
    • 提供者:cheng
  1. c_astretch

    0下载:
  2. c_astretch,used for contrast auto stretch ,and this is a program of gimp
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2883
    • 提供者:the one
  1. point_operation

    1下载:
  2. C#对图像处理,绘制直方图,线性点运算,灰度拉伸,直方图均衡,直方图匹配-C# for image processing, histogram mapping, linear point operations, gray stretch, histogram equalization, histogram matching
  3. 所属分类:Graph program

    • 发布日期:2015-12-20
    • 文件大小:106452
    • 提供者:王政博
  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. contrast-stretch

    0下载:
  2. 关于图像对比度拉伸(contrast-stretch)的C++源程序-Drawing on the image contrast (contrast-stretch) of the C++ source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:155586
    • 提供者:中野
  1. stretch

    0下载:
  2. Write your own code to linearly stretch the gray scale on "trees.tif" so that the image will have a better contrast than in the original image. Try histogram equalization for the same image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:95897
    • 提供者:周默
  1. zhifangtujunhanghua

    0下载:
  2. 直方图均衡,图像去雾处理,是把原始图像的灰度直方图从比较集中的某个灰度区间变成在全部灰度范围内的均匀分布。直方图均衡化就是对图像进行非线性拉伸,重新分配图像像素值,使一定灰度范围内的像素数量大致相同。-Histogram equalization, image processing to the fog, is the original image histogram to a gray scale from the more concentrated into the full range o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:523
    • 提供者:蔡林
  1. Gray-stretch

    0下载:
  2. 精通VisualC++数字图像处理技术与工程案例灰度拉伸-Proficient in VisualC++ digital image processing technology and engineering case gray stretch
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:68453
    • 提供者:姜天昌
  1. Gray-stretch

    0下载:
  2. 这是一段关于位图的灰度拉伸的代码,该代码写的比较详细-This is a grayscale bitmap drawing on the code, the code written in more detail
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:8621
    • 提供者:蒋峰
  1. register

    1下载:
  2. 点云的配准实验s-icp算法 实现两个点云数据的对准-A scale stretch method based on ICP for 3D data registration
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1185078
    • 提供者:杜顺
  1. Stretch

    0下载:
  2. Digital Image Processing, stretch of an image with two optional setting via realtime combobox (stretch or default size).
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:318198
    • 提供者:Mr. L
  1. Stretch

    0下载:
  2. stretch image using delphi 7
  3. 所属分类:Graph program

    • 发布日期:2017-11-16
    • 文件大小:279132
    • 提供者:mniezz
  1. Local-gray-stretch

    0下载:
  2. 局部灰度拉伸,可以将部分不清晰的图像进行图像增强处理,而不改变图像其它清晰的部分-Local gray stretch, can not clear the part of the image to image enhancement processing, without changing the other clearly part of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:31800
    • 提供者:某曲
  1. Memory-moving-stretch

    1下载:
  2. cad加载lsp源码。记忆移动功能(命令m)及记忆拉伸功能(命令n),可以自动记忆上一次移动或拉伸的数值,不用重新输入数字就可以按记忆数字移动或拉伸。-cad load lsp source. Mobile memory function (order m) stretch and memory function (command n), one can move or stretch the automatic memory value, without re-entering a numbe
  3. 所属分类:CAD

    • 发布日期:2017-04-12
    • 文件大小:1284
    • 提供者:laohuang
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com