Welcome![Sign In][Sign Up]
Location:
Search - image gamma matlab

Search list

[2D Graphic灰度

Description: 图像的象素值变换,包括亮度、对比度和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 imadjust.
Platform: | Size: 1024 | Author: 陈大明 | Hits:

[Special Effectsxinjian

Description: 在课程设计中,利用小波变换实现了医学图象对比度的增强-in curriculum design, the use of wavelet transform of the medical image contrast enhancement
Platform: | Size: 130048 | Author: lipei | Hits:

[Fractal programfractalV1

Description: 本软件可以生成MandlBrot集、Julia集的图形,以及随机迭代法、Newton迭代法生成分形图象。另外,本系统还提供了简单的图象处理功能,比如图象的灰度化、二值化、图象的轮廓提取、彩色浮雕、亮度增加、Gamma校正、反色等。 -The software can generate MandlBrot sets, Julia Sets graphics, and random iteration, Newton iteration Health fractal images. In addition, the system also provides a simple image processing functions, such as gray-scale images, two values, the contours of the image extraction, Color relief, increased brightness, gamma correction, and other anti-Israel.
Platform: | Size: 413696 | Author: acai17 | Hits:

[source in ebookgamma-gaussian

Description: 用于产生gamma分布的噪声序列,以及分析gaussian噪声的各参数。-Gamma distribution used to generate the noise sequence, as well as the analysis of Gaussian noise in each parameter.
Platform: | Size: 4096 | Author: zzw19831114 | Hits:

[Special Effectsintrans

Description: 执行灰度图像的亮度变换。包括负片变换,对数变换,gamma变换和对比拉伸变换-Implementation of gray-scale image brightness transform. Including the negative transformation, logarithmic transformation, gamma and contrast stretch Transform Transform
Platform: | Size: 1024 | Author: 小雪 | Hits:

[Special Effectsgama

Description: matlab写的对图像进行简单的伽马校正,代码中给出了两个例子-matlab write simple image gamma correction, the code gives the two examples
Platform: | Size: 11264 | Author: g | Hits:

[Graph programGammaLineLogTran

Description: 图像灰度变换中的线性变换、对数变换、Gamma变换函数,不是利用matlab里面现成的函数实现,而是是利用数学公式计算得到,对于理解上述变换的实质有一定的价值 -Image gray-scale transformation of the linear transformation, logarithmic transformation, Gamma transform function, instead of using off-the-shelf function inside matlab implementation, but are calculated using mathematical formula for understanding the essence of the above-mentioned transformation must have the value of
Platform: | Size: 1024 | Author: zchh | Hits:

[Special Effectsintrans

Description: 包括负片变换、对数变换、gamma变换和对比度拉伸变换的图像变换函数-Including the negative transformation, logarithmic transformation, gamma and contrast stretch transform transform image transform function
Platform: | Size: 1024 | Author: 马倩 | Hits:

[matlabgammacorrection

Description: A simple MATLAB Programme for the gamma correction of an image
Platform: | Size: 1024 | Author: Emdad Hossain | Hits:

[Documentsgenerator

Description: calculate the Gamma Correction for a particular image
Platform: | Size: 1024 | Author: tanxiaoxuan | Hits:

[Graph programgamma

Description: 这是一个伽玛图像校正程序,首先读入原始图像,然后利用事先在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.
Platform: | Size: 1024 | Author: 刘晓宇 | Hits:

[matlabadjgamma

Description: AJUSTING GAMMA FOR IRIS IMAGE IN THE SEGMENTATION TAGE
Platform: | Size: 1024 | Author: nourd | Hits:

[matlabexp2

Description: 实验二、数字图像伽马校正。MATLAB程序。有报告,有源码。-The second experiment, digital image gamma correction
Platform: | Size: 628736 | Author: tim | Hits:

[matlabadjgamma

Description: Adjusting gamma factor in an Image:D
Platform: | Size: 1024 | Author: BhattBrinda | Hits:

[Special Effectsadjgamma

Description: 图像预处理-图像去噪方面-滤波器-matlab的实现程序,非常清晰- ADJGAMMA- Adjusts image gamma. function g = adjgamma(im, g) Arguments: im - image to be processed. g - image gamma value. Values in the range 0-1 enhance contrast of bright regions, values > 1 enhance contrast in dark regions. Peter Kovesi School of Computer Science & Software Engineering The University of Western Australia pk @ csse uwa edu au http://www.cs.uwa.edu.au/~pk July 2001 function newim = adjgamma(im, g) if g <= 0 error( Gamma value must be > 0 ) end if isa(im, uint8 ) newim = double(im) else newim = im end rescale range 0-1 newim = newim-min(min(newim)) newim = newim./max(max(newim)) newim = newim.^(1/g) Apply gamma function
Platform: | Size: 1024 | Author: kakarot | Hits:

[Special Effectsgamma

Description: matlab实现gamma校正的算法,用以调整光照不均的图像。-matlab to achieve gamma correction algorithm to adjust the uneven illumination of the image.
Platform: | Size: 1024 | Author: qiu | Hits:

[Special Effectsimage-enhancement

Description: matlab实现的数字图像处理之图像增强。 附件共包括25个文件,采用不同方法实现了图像增强的目的。 1、通过调整对比度实现图像增强 2、通过直方图均衡化实现图像增强 3、调整图像灰度范围 4、gamma校正 5、有限对比自适应直方图均衡化 等-Digital image processing of image enhancement matlab realize. 25 including attachment of files, using different methods of image enhancement purposes. 1, by adjusting the contrast of image enhancement 2, histogram equalization image enhancement 3, adjust the image grayscale range 4, gamma correction 5, limited adaptive histogram equalization contrast
Platform: | Size: 7168 | Author: Albert | Hits:

[Picture Viewergamma

Description: 实验 数字图像伽马校正。MATLAB程序-The experiment, digital image gamma correction
Platform: | Size: 1024 | Author: cenxn | Hits:

[source in ebookgamma

Description: 这是对图像处理的matlab代码。包括灰度阈值变换、直方图均衡化、镜像变换、图像转置、图像缩放、图像旋转等操作。都是可以实现的代码-This is an image processing matlab code. Including gray threshold transform, histogram equalization, image transformation, image transfer home, image scaling, image rotation and other operations. Code is achievable
Platform: | Size: 1024 | Author: kongwenjie | Hits:

[Special Effectsmatlab image GUI

Description: 一个基于matlab GUI的图像处理程序,高斯模糊,图像几何变化,gamma变化,直方图等(An image processing program based on MATLAB GUI, Gauss blur, gamma change, histogram, etc.)
Platform: | Size: 131072 | Author: 一一i | Hits:
« 12 »

CodeBus www.codebus.net