搜索资源列表

  1. stretch

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

    • 发布日期:2024-05-22
    • 文件大小:144384
    • 提供者:Jafy
  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 b
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-22
    • 文件大小:11264
    • 提供者:linus
  1. intrans

    0下载:
  2. 执行灰度图像的亮度变换。包括负片变换,对数变换,gamma变换和对比拉伸变换-Implementation of gray-scale image brightness transform. Including the negative transformation, logarithmic transformation, gamma and contrast stretch Transform Transform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:小雪
  1. Brightness_expand

    0下载:
  2. 对图像进行线性的灰度拉伸函数。image_out:输出图像数据指针;image_in:输入图像数据指针;width:图像宽度;height:图像高度;fmax:输入图像亮度最大值;fmin:输入图像亮度最小值-Image gray-linear stretch function. image_out: output image data pointer image_in: input image data pointer width
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:陈利聪
  1. GeoTrans

    0下载:
  2. 2D图像处理非线性拉伸变换用于图像增强处理-2D image processing for non-linear stretch image enhancement transform treatment
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:73728
    • 提供者:caolly
  1. edge_detect

    0下载:
  2. 利用matlab对图像进行灰度调整、拉伸处理和边缘检测-Use matlab image grayscale adjustment, stretch processing and edge detection
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:zhang
  1. point_operation

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

    • 发布日期:2024-05-22
    • 文件大小:106496
    • 提供者:王政博
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者:潘颖
  1. contrast-stretch

    0下载:
  2. 关于图像对比度拉伸(contrast-stretch)的C++源程序-Drawing on the image contrast (contrast-stretch) of the C++ source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:155648
    • 提供者:中野
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:96256
    • 提供者:周默
  1. stretch

    0下载:
  2. 实现C# form的可伸缩功能-the function of stretch is accomplished for form
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:34816
    • 提供者:chendonghui
  1. zhifangtujunhanghua

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

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:蔡林
  1. stretch

    1下载:
  2. 基于去斜处理的线性调频雷达回波生成及压缩-Inclined to deal with based on the linear frequency modulated radar echo generation and compression
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:5120
    • 提供者:
  1. Gray-stretch

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

    • 发布日期:2024-05-22
    • 文件大小:68608
    • 提供者:姜天昌
  1. Gray-stretch

    0下载:
  2. 这是一段关于位图的灰度拉伸的代码,该代码写的比较详细-This is a grayscale bitmap drawing on the code, the code written in more detail
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者:蒋峰
  1. register

    1下载:
  2. 点云的配准实验s-icp算法 实现两个点云数据的对准-A scale stretch method based on ICP for 3D data registration
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1184768
    • 提供者:杜顺
  1. Stretch

    0下载:
  2. Digital Image Processing, stretch of an image with two optional setting via realtime combobox (stretch or default size).
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:318464
    • 提供者:Mr. L
  1. Stretch

    0下载:
  2. stretch image using delphi 7
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:279552
    • 提供者: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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:31744
    • 提供者:某曲
  1. Stretch

    0下载:
  2. Form Control Stretch Lib for VFP
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:Swamimanish
« 12 3 4 5 6 7 8 9 10 ... 23 »

源码中国 www.ymcn.org