搜索资源列表
灰度
- 图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。-pixel image transformation, including brightness, contrast and GAMMA correction algorithm, the environment is OPENCV4.0, VC6.0. MATLAB algorithm reference to the function imadjus
fractalV1
- 本软件可以生成MandlBrot集、Julia集的图形,以及随机迭代法、Newton迭代法生成分形图象。另外,本系统还提供了简单的图象处理功能,比如图象的灰度化、二值化、图象的轮廓提取、彩色浮雕、亮度增加、Gamma校正、反色等。 -The software can generate MandlBrot sets, Julia Sets graphics, and random iteration, Newton iteration Health fractal images. In add
gammaCorrect
- gamma 校正源程序,只是用了操作系统函数,不需要directx或者opengl
ColorProcessing
- 图像的颜色处理,包括位图的彩色与灰度的转化,颜色调整,亮度对比度调整,颜色减少和增加,Gamma校正以及颜色均值映射.
xapp485
- XILINX公司关于平板显示\"LVDS接收\"的参考设计,已经过验证非常成熟,用于使用FPGA来做图象增强,Gamma校正,动态背光控制等的设计!
matlab写的对图像进行简单的伽马校正
- matlab写的对图像进行简单的伽马校正,代码中给出了两个例子,matlab write simple image gamma correction, the code gives the two examples
ImageProcess.rar
- 实现对图像的打开、另存、RGB直方图和灰度直方图的绘制、图像的指数、对数、GAMMA校正,The realization of the image open, save, RGB histogram and histogram drawing, image index, logarithm, GAMMA correction
gamma
- 这是一个伽玛图像校正程序,首先读入原始图像,然后利用事先在matlab中计算得到的对每个灰度值校正后的数值替代原灰度值即可。-this is a gama image revising program. it uses revised grey level obtained from matlab to substitute original image data to fulfill this task.
gamma
- matlab实现gamma校正的算法,用以调整光照不均的图像。-matlab to achieve gamma correction algorithm to adjust the uneven illumination of the image.
gamma
- gamma校正 用于图像处理 有良好的效果 能加深对比度-good results can deepen the contrast gamma correction for image processing
hdtz
- 图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。-Transform the pixel values of images, including brightness, contrast and GAMMA correction algorithm, the environment is OPENCV4.0, VC6.0. Algorithm MATLAB function reference imad
gamma
- 对图片进行gamma校正,可以对黑白图片进行比较好的gamma校正,对彩色图片有一定得校正功效!-On the picture for gamma correction, black-and-white picture can be a better gamma correction, color picture of a certain efficacy of a correction!
GammaCalibration
- Gamma校正的快速算法及其C语言实现,该算法特别适用于在嵌入式系统中处理视频流。-A Fast Algorithm for Gamma Correction and C language implementation of the algorithm is especially suitable for processing in embedded systems video streaming.
GAMMA
- GAMMA校正,是图像处理中一种应用方法-GAMMA
GammaC
- GAMMA校正的一种C语言算法,用于图像处理过程中,提高图像质量-GAMMA correction of a C language algorithm for image processing to improve image quality
ColorProcess
- 基于Visual C++ 6.0 开发的对图像的颜色位数、彩色到灰度的变换,颜色分离、Gamma校正等涉及颜色操作的源码-Visual C++ 6.0 on the development of the median of the color image, color to gray scale transformation, color separation, Gamma correction, color operations involving the source
VCPP-ColorProcess
- 代码实现bmp彩色图片的颜色位置的转换,彩色转灰度变换(三种方法),颜色、对比度调整,分离R、G、B分量,滤除R、B、G分量,Gamma校正,曝光,底片等功能,运行成功,数字图像处理不错的代码!-Bmp color code the location of the image color conversion, color to grayscale transformation (three ways), color, contrast adjustment, separate R, G, B
Gamma
- 利用多尺度高斯函数去除场景的光照分量;然后构造了一种二维伽马函数,利用光照分量的分布特性调整二维伽马函数的参数,降低光照过强区域的亮度值,提高光照过暗区域的亮度值,最终实现对光照不均匀图像的自适应校正处理。(The multi scale Gauss function is used to remove the illumination component of the scene, and then a two-dimensional gamma function is constructed
Gamma-correction
- 对图像进行伽马校正,可以有效提升图像 亮度和对比度,低于低照度图像现在小于1的参数,对于高亮度的图像选择大于1的参数可以有效调节图像亮度。(Gamma correction can effectively improve the brightness and contrast of the image. The parameters lower than the low illumination image are less than 1. For the high brightness ima
伽马校正原理
- 伽马校正的原理描述及实现代码,非常难得的资料。(The principle descr iption and implementation code of gamma correction)