搜索资源列表
xapp485
- XILINX公司关于平板显示\"LVDS接收\"的参考设计,已经过验证非常成熟,用于使用FPGA来做图象增强,Gamma校正,动态背光控制等的设计!
su
- 非常白平衡的经典算法,值得看一下。还有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实现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!
gammacorrection
- 一种gamma校正的matlab的源代码-A gamma correction of the source code matlab
histe
- 实现灰度变换,直方图均衡和gamma校正。-To achieve gray-scale conversion, histogram equalization and gamma correction.
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-jiaozheng-pdf
- 照相机行业GAMA校正资料。希望各位能够喜欢下载。-It is about gamma jiaozheng ,welcom ervery one to download it .
Br_XP
- 计算机图形图像处理中用到的gamma校正方法,可以增加图像的亮度,用vc++实现-Gamma correction methods used in computer image processing, you can increase the brightness of the image, using vc++ implementation
BitmapGammaCorrection
- 输入gamma值,将Bitmap类型的图片进行gamma校正。如果gamma值小于1,则校正的图像偏暗,gamma值大于1,校正的图像偏亮-gamma correct
delphi
- Delphi中图像处理的各种算法,包括轮廓提取、二值化、gamma校正、图像锐化等-Delphi in a variety of image processing algorithms, including contour extraction, binarization, gamma correction, image sharpening
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)