登录
首页 » Special Effects » 自己编写函数实现直方图均衡化法增强图像,前后对比图像,已经通过调试...

自己编写函数实现直方图均衡化法增强图像,前后对比图像,已经通过调试...

于 2022-08-17 发布 文件大小:1.08 kB
0 154
下载积分: 2 下载次数: 1

代码说明:

自己编写函数实现直方图均衡化法增强图像,前后对比图像,已经通过调试-I have written function histogram equalization method to enhance images, before and after contrast images, has passed debugging

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本光盘共包括三个工程,分别是用于实现数字图像基本处理算法的DimageProcess工程, 用于实现图像融合的PixelFusion工程和用于人脸识别的Fa...
    本光盘共包括三个工程,分别是用于实现数字图像基本处理算法的DimageProcess工程, 用于实现图像融合的PixelFusion工程和用于人脸识别的FaceDetection工程。 关于程序的运行, DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。 PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp, 而多光谱图片则为给定的图片tm.bmp。而后用户便可选择各种融合算法进行融合处理。 FaceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测 操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理 模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。 另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-This CD-ROM includes a total of three projects, namely, for the realization of the basic digital image processing algorithms DimageProcess project Used to achieve image fusion PixelFusion engineering and construction for face recognition FaceDetection. With regard to program operation, DImageProcess works just load Bmp file format can be achieved through the menu, a variety of processing algorithms, Need to emphasize that its only 256-color format for image processing. PixelFusion engineering program runs,
    2022-03-09 21:11:55下载
    积分:1
  • 数字图像处理的基本程序 vc++编写 图像细化 有实例图片
    数字图像处理的基本程序 vc++编写 图像细化 有实例图片-Digital image processing of the basic procedures for the preparation of vc++ are examples of image thinning picture
    2022-08-09 22:48:44下载
    积分:1
  • 图像处理中关于灰度图像的处理占了一大部分。而灰度变换是数字图像处理必须掌握的知识。这里提供灰度变换源代码,仅供参考...
    图像处理中关于灰度图像的处理占了一大部分。而灰度变换是数字图像处理必须掌握的知识。这里提供灰度变换源代码,仅供参考-Image Processing on the gray image of the treatment accounted for the majority of one. The gray-scale transformation of digital image processing must master knowledge. Here to provide gray-scale transformation source code, for reference only
    2022-03-23 14:52:29下载
    积分:1
  • 一个MATLAB关于数字水印的程序代码.
    一个MATLAB关于数字水印的程序代码.-MATLAB
    2022-01-25 17:35:58下载
    积分:1
  • 枚举显卡支持的RGB/YUV Overlay的方法及其colorkey的使用.
    枚举显卡支持的RGB/YUV Overlay的方法及其colorkey的使用.-Enumeration graphics support RGB/YUV Overlay of methods and their use of colorkey.
    2022-01-22 11:12:38下载
    积分:1
  • Use vc++ Image to enlarge, change algorithm based on the covariance characterist...
    利用vc++实现图像放大,改算法采用基于协方差特征的方法-Use vc++ Image to enlarge, change algorithm based on the covariance characteristics of the method
    2022-02-03 12:38:10下载
    积分:1
  • Reading images into a simple geometric transformation, the impact of enhanced ed...
    影像的读入,简单的几何变换,影响增强,边缘检测,等,用于学习影像的操作。-Reading images into a simple geometric transformation, the impact of enhanced edge detection, etc., for learning the operation of the image.
    2022-03-29 15:49:09下载
    积分:1
  • 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyram...
    一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除-A series of image compression technology to display the source code. Include: the use of block truncation coding for image compression (Block Truncation), based on the Gaussian pyramid transform for image compression (Gaussian Pyramids), based on the discrete cosine transform for image compression (Discrete Cosine Transform), based on singular value decomposition (SVD) Image compression (Singular Value Decomposition). Given code can also be used in 2D image noise cancellation
    2022-10-27 21:35:04下载
    积分:1
  • object : If you want to learn computer graphics students, teachers and staff : a...
    对象:想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,正轴测投影,透视投影算法,光照立体球,光照圆环,光照双线性曲面等等!如果需要安装图形学演示系统的请到这下载:http://happyyangxu.home.sunbo.net/xfile.php?xname=N50SQV0&download=1&fname=graphic_demo.zip-object : If you want to learn computer graphics students, teachers and staff : a dynamic demonstration of graphics generation process, the detailed source code so that you can run after the paste, including DDA, bresenham, point by point comparison Linear Algorithm; Bresenham, DDA, Stipples Yuan algorithm; n bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation, proportion, rotation , the origin of symmetry,
    2022-04-14 18:58:19下载
    积分:1
  • 一套由matlab编程的自然人脸特征提取与显示分析系统第四部分...
    一套由matlab编程的自然人脸特征提取与显示分析系统第四部分-Matlab programming from a natural facial feature extraction and analysis system showed that the fourth part
    2022-04-13 09:37:17下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载