搜索资源列表
ZoomImage
- java做的图像处理,支持局部放大和整体放大,还有灰度和对比度调整-do image processing, support and enlarge the overall local amplification, gray and contrast adjustment
contrastImage
- 控制图像对比度大小的源代码,在图像的后期处理中有重要的应用-image contrast control the size of the source code, in the latter part of the image processing application is important
200811017476458
- 本封装库对图象读取,特效,显示进行封装功能有:对gif,pcx,tga,jpg等图像格式的读取,进行亮度,对比度,图像旋转,浮雕,颜色反转,锐化,平滑,马赛克处理. 包括全部源代码. 编译需要最新的SDK!
第一次作业
- 该程序只能对图像进行一些简单的处理! 如:显示,缩放,镜像,对比度展宽。 由于本人能力有限,错误之处请大家原谅!QQ:187156256-program only on some simple image processing! Example : The display, zoom, image, contrast wide. Because my limited capacity, the mistake Department Please forgive us! QQ : 18715625
PicViewerDemo
- 本封装库对图象读取,特效,显示进行封装 功能有:对gif,pcx,tga,jpg等图像格式的读取,进行亮度,对比度,图像旋转,浮雕,颜色反转,锐化,平滑,马赛克处理. 包括全部源代码. 编译需要最新的SDK!-The package library to read the image, special effects, showing encapsulation features are: gif, pcx, tga, jpg and other image formats, rea
Source-image-contrast-stretching
- 经典的图像对比度拉伸源码,希望给同行提供帮助。-Source image contrast stretching
duibidu
- 用matlab读取图像,先做直方图均衡,然后通过线性变换增强图像的对比度.-To enhance the image contrast by histogram equalization and linear transformation in Matlab
keshe
- 利用matlab的GUI程序设计一个简单实用的图像处理程序。该程序应具备图像处理的常用功能,以满足用户的使用。现设计程序有以下基本功能: 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图
1
- 基于matlab简单图像处理系统中对图片进行增强对比度的处理-Based on a simple matlab image processing system to enhance the contrast of the picture processing
wyl
- 雾天环境下,由于大气的散射作用,导致户外监控系统捕获的图像对比度低,景物不清晰的现象,给人类的生产生活带来了一定的影响,因此对雾天条件下降质图像清晰化方法的研究具有重要的意义。-Under foggy environment , due to atmospheric scattering , leading outdoor surveillance system captured the image contrast is low, the scene of the phenomenon is
kindsofp
- 实现灰度图像的对比度,亮度,模糊的改变,可增强,可减弱。-Grayscale image contrast, brightness, blur change can be enhanced, can be reduced.
Local-histogram-equalization
- 彩色图像的局部直方图均衡化程序,可一定程度上增强图像的对比度-Local histogram equalization process a color image, the image contrast can be enhanced to some extent,
Deskwtop
- matlab课程编程【谷速软件】图像对比度增强算法(PDF,CDF,直方图均衡化)源代码-Courses matlab software programming speed [Valley] image contrast enhancement algorithm (PDF, CDF, histogram equalization) source code
EnhImage
- 将彩色图像以RGB分为三层,使用直方图对其对比度进行调整,产生预定义的滤波器对图像进行滤波,最后实现图像的增强-RGB color image is divided into three layers, using the histogram to adjust its contrast, produce predefined filters for image filtering, image enhancement and finally realize
piecewise_eq
- 图像增强 对比度增强算法 关于图像增强的基类函数算法-Image enhancement contrast enhancement algorithm base class function Algorithm for Image Enhancement
T_11
- 1.编写程序,完成灰度分段线性变换。如下图所示,输入两个点的坐标完成对图像的分段线性对比度拉伸。 2. 学习使用histeq函数,完成 ①对’lena.bmp‘的直方图均衡化; ②以’cameraman.tif’的直方图为模板,将’lena.bmp’做直方图匹配。 3. 不使用histeq函数,自己编写程序完成直方图均衡化,并显示直方图均衡化前后的图像以及其直方图。 4. 不使用histeq函数,自己编写程序完成直方图匹配,显示匹配前后的图像、模板直方
去雾图像评价
- 7种去雾图像评价函数,包括PSNR/WPSNR、图像信息熵、图像对比度、平均梯度、均值等客观评价函数。