搜索资源列表

  1. 直方图修正

    0下载:
  2. 图象处理,由于直方图的统计,灰度拉伸,灰度变换,-image processing, statistical histogram, tensile Gray, Gray transformation, etc.
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:1022976
    • 提供者:zcy
  1. 数字图象处理算法的演示

    0下载:
  2. 数字图象处理算法的演示, • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋
  3. 所属分类:组合框控件

    • 发布日期:2024-05-19
    • 文件大小:2473984
    • 提供者:王晶
  1. ImHistLine

    0下载:
  2. 采用线性调整,对图像进行增强,主要是对比度拉伸,可以反映直方图-linear adjustments to enhance image, mainly tensile contrast, can reflect histogram
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:刘江
  1. source

    0下载:
  2. 给定一幅图象,输出其直方图。给定一个线性变换函数,实现图象的灰度拉伸;实现对图象的均衡化。-Given an image, the output of its histogram. Given a linear transform function, realize the gray-scale image stretching realize the equalization of image.
  3. 所属分类:波变换

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:程伟
  1. LineTrans

    0下载:
  2. 用MFC写的实现BMP格式图像点运算的源码。包括显示直方图、灰度的线性变换、阀值变换、窗口变换、灰度拉伸和灰度均衡。-MFC write with the realization of BMP format images point-source computing. Including the display histogram, gray linear transform, threshold transform, transfor
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:70656
    • 提供者:zhmaol
  1. LineTrans

    0下载:
  2. 图像的点运算,包括了灰度直方图、线形变换、阈值变换、窗口变换、灰度拉伸和直方图均衡的源代码。带有界面-Image point calculations, including a histogram, linear transform, threshold transform, transform window, gray stretch and histogram equalization of the source code. Wit
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:91136
    • 提供者:晓明
  1. bmp

    0下载:
  2. bmp图片处理的一般算法,包括灰度拉伸,直方图均衡,和滤波-bmp image to deal with the general algorithm, including the gray stretch, histogram equalization, and filtering
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2162688
    • 提供者:蔡志成
  1. LineTrans

    0下载:
  2. 该程序完成如下图像的点运算功能:灰度直方图,灰度的线性变换,阈值变换,灰度拉伸,灰度均衡。-The program follows the completion of the point image computing functions: gray-scale histogram, gray linear transform, threshold transform, gray stretch, gray balance.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:93184
    • 提供者:廖舸
  1. 051221136

    0下载:
  2. 给定一幅图象,输出其直方图; 通过对话框给定一个线性变换函数,实现图象的灰度拉伸; 实现对图象的均衡化。 -Given an image, the output of its histogram through the dialog box to set a linear transformation function, realize the gray-scale image stretching realize th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:323584
    • 提供者:张宏基
  1. BMPImage

    0下载:
  2. 本程序用MFC实现了灰度图像的处理,功能如下: 几何变换:平移、旋转、缩放; 点处理:线性变换、灰度拉伸、灰度直方图、直方图均衡; 可以给图像产生%3椒盐噪声; 图像的平滑:均值滤波(3X3)、超限中值滤波(3X3); 边缘检测:边缘检测局部算子法,包括Sobel算子、Prewitt算子、拉普拉斯算子; Fourier变换。-This procedure using MFC realize the gray-sc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:51200
    • 提供者:骆志军
  1. image

    0下载:
  2. 图像灰度拉伸、直方图均衡算法以及FCM聚类算法。-Image stretching, histogram equalization algorithm and the FCM clustering algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:三藏
  1. dotyunsuan

    0下载:
  2. 对灰度图像进行各种点运算,包括灰度直方图 灰度拉伸 灰度均衡等-Gray-scale images on a variety of points, computing, including the gray histogram stretching gray balance, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2168832
    • 提供者:郭峰
  1. grey_process

    0下载:
  2. 我的图像处理作业,打开一张图片(bmp灰度256),实现灰度直方图均衡,灰度线性化和灰度拉伸,用VS2008写的,需要VS2008SP1,估计装的人不多,还是挺不错的,集成了BCGsoft的界面插件-My image processing operations, open a picture (bmp gray level 256), achieve a balanced histogram, gray and gray-linear
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:314368
    • 提供者:陈惜
  1. VCDIBchap2

    0下载:
  2. 介绍图像灰度变化的典型算法,包括二值化和阈值处理,直方图的绘制及直方图均衡,灰度的线性变换和灰度拉伸等。-Change the image gray-scale introduction of the typical algorithms, including binary and threshold processing, histogram mapping and histogram equalization, linear gra
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:319488
    • 提供者:相同
  1. imgprocess

    0下载:
  2. 1.给定一幅图象,输出其直方图 2.通过对话框给定一个线性变换函数,实现图象的灰度拉伸; 3.实现对图象的均衡化-1. To set an image, the output of its histogram 2. Through the dialog box to set a linear transformation function, implementation of the gray-scale image stret
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:47104
    • 提供者:fc
  1. intrans

    0下载:
  2. 直方图拉伸函数。这个函数综合了常见的直方图拉伸方法,可以通过不同参数实现不同的直方图拉伸效果。-Histogram stretching function. This function is integrated in a common histogram stretching method, different parameters can be achieved through different histogram drawing
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:李莹
  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-19
    • 文件大小:1024
    • 提供者:蔡林
  1. exercise2

    0下载:
  2. 给定一幅图片输出其直方图,灰度拉伸,均衡化后的灰度直方图-Histogram, gray stretch, equalization
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:土豆
  1. 灰度拉伸

    0下载:
  2. 对图像绘制直方图,并进行适当的灰度变换,分别进行线性的和非线性的灰度拉伸变换,改善图像的视觉效果; 主要功能函数自己编写; 在一个主程序中运行实现,并在一个统一的交互式界面下选择参数.(Histogram of the image, and the appropriate gray-scale transformation, linear and nonlinear gray scale stretching transform,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1484800
    • 提供者:晓风残月
  1. 图像拉伸

    0下载:
  2. 遥感图像处理,用直方均衡化方法、2%线性拉伸方法拉伸图像,亮度值分布均衡(Drawing images by histogram)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:天使晓松
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org