Welcome![Sign In][Sign Up]
Location:
Search - dynamic histogram equalization

Search list

[Other resourceImagesmoothingContrastEnhancement

Description: 直方图均衡:原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而达到增强对比度的效果 中值滤波:中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节-histogram equalization : the original plan to transform the histogram in the form of uniform distribution. This will increase the value of the pixel gray areas so as to achieve dynamic contrast enhanced effect of filtering : Median filter is nonlinear smoothing filter, it can eliminate noise while preserving image details
Platform: | Size: 1264 | Author: xuhua | Hits:

[2D GraphicImagesmoothingContrastEnhancement

Description: 直方图均衡:原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而达到增强对比度的效果 中值滤波:中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节-histogram equalization : the original plan to transform the histogram in the form of uniform distribution. This will increase the value of the pixel gray areas so as to achieve dynamic contrast enhanced effect of filtering : Median filter is nonlinear smoothing filter, it can eliminate noise while preserving image details
Platform: | Size: 1024 | Author: xuhua | Hits:

[Special Effectstuxiangzengqiang

Description: 本程序基于Matlab,初步实现图像增强的基本操作,实现 图像明暗度调整, 图像旋转,更改颜色显示方式,直接灰度调整,图像求反,动态范围压缩,显示原始图像直方图,直方图均衡化,滤波增强等功能-This procedure based on Matlab, the initial realization of the basic operation of image enhancement, image brightness adjustment, image rotation, change the color display, direct gray-scale adjustment, for anti-image, dynamic range compression, display the original image histogram, histogram equalization , enhanced features such as filtering
Platform: | Size: 2441216 | Author: funfunhit | Hits:

[Graph Drawingchap05

Description: ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) -ch5_1_1: image linear transformation (§ 5.1.1) ch5_1_2: piecewise linear image transform (§ 5.1.1) ch5_1_3: the use of logarithmic transformation of the form of dynamic range compression function (§ 5.1.1) ch5_1_4 : Image histogram equalization (§ 5.1.2) ch5_1_5: Histogram of the provisions of (§ 5.1.2)
Platform: | Size: 6144 | Author: 汤跃峰 | Hits:

[Graph programdongtai

Description: 直方图增强的,动态频数均衡,用matlab编写-Histogram enhanced, dynamic frequency equalization, using matlab write
Platform: | Size: 232448 | Author: 任微微 | Hits:

[Graph programBmpProcess

Description: 图像处理软件,包括bmp文件的打开关闭保存,图像二值化,中值滤波、均值滤波、各种梯度算子、直方图均衡化、图像动态范围调整-Image processing software, including the opening and closing to save bmp file, image binarization, median filtering, average filtering, all kinds of gradient operator, histogram equalization, image dynamic range adjustment, etc.
Platform: | Size: 3556352 | Author: 丁欢 | Hits:

[Special Effects111111

Description: 图像预处理中,通常采用直方图均衡化[1]和直 方图规定化、线性和非线性灰度变换法[2]提高图像 的对比度,但效果均不理想。故提出一种对比度增 强算法。该算法首先对直方图进行平滑处理以消除 直方图中因噪声而引入的随机干扰点,然后进行直 方图均衡化,增大图像的对比度,接着在整个显示 范围内对图像灰度级进行等间距排列,使输出图像 的灰度动态范围达到最大灰度变化范围,最后对整 幅图像中值滤波,滤除图像中被增强的噪声。-Image preprocessing, the commonly used histogram equalization [1] and histogram specification, linear and nonlinear gray level transformation method [2] to improve the image contrast, but the results are not satisfactory. It presents a contrast enhancement algorithm. In this algorithm the histogram is smoothed to eliminate the histogram due to the introduction of random noise and interference points, followed by histogram equalization, increases the contrast of the image, then in the context of the show were equally spaced gray level image arrangement, the output gray level dynamic range for maximum gray level range, and finally to the whole image median filter, filter out the noise image is enhanced.
Platform: | Size: 400384 | Author: wy | Hits:

[Special Effectsmatlab

Description: 使用matlab、图像的显示(灰度图像、彩色图像、动态图像)、图像格式、图像压缩和图像的基本操作(图像反转和直方图均衡)-Using matlab, image display (grayscale image, color images, dynamic images), image format, image compression and image of the basic operations (image reversed, and histogram equalization)
Platform: | Size: 1024 | Author: 叶鸿 | Hits:

[Special Effectsdsdf

Description: 使用matlab、图像的显示(灰度图像、彩色图像、动态图像)、图像格式、图像压缩和图像的基本操作(图像反转和直方图均衡)-Using matlab, image display (grayscale image, color images, dynamic images), image format, image compression and image of the basic operations (image reversed, and histogram equalization)
Platform: | Size: 1024 | Author: 叶鸿 | Hits:

[Special Effectsimage-processing-

Description: 这是个图像处理的源代码,是本人自己编写的,实现的功能如下: 锐化、边沿检测:套用模版。另外还有一个自定义模版,供用户自行设计模版运行,从而实现其他功能,如线检测。 浮雕:本像素减相邻像素,再加一个常数得到的。 直方图均衡化则套用步骤,根据课本步骤来编写。 提取轮廓:若该点为黑点,八邻域也为黑点,则就把该点变白。 阈值分割分为固定阈值分割(即二值化)和动态阈值分割(切割若干子图,求均值,该均值即子图的阈值)。 区域生长:把种子和4邻域的点分别比较,两者之差小于阈值,且该4邻域点第一次出现,就把该点入队列。比较完毕后从队列提取像素点,继续进行上面操作,直到队列为空。 图像投影:先二值化,统计每一行(或每一列)黑点数目,向左(或向下)显示黑点 图像旋转:套公式,目标点跟源图像的点有对应的转换公式,可以实现任意角度旋转。 -This is a image processing source code is written in my own, to achieve the following functions: Sharpening, edge detection: Apply template. There is also a custom template for users to run their own design template in order to achieve other functions, such as line detection. Relief: the adjacent pixels by the pixels, plus a constant to get. Histogram equalization is applied step, according to the steps to write textbooks. Extracted contour: If the point of black spots, eight neighborhood for the black point, then put the white point. Thresholding segmentation into a fixed threshold (ie, binary) and dynamic threshold segmentation (cutting a number of sub-graph, find the mean, mean that the sub-graph of the threshold value). Regional growth: the seeds and 4 points respectively neighborhood comparison between the difference is less than the threshold, and the four neighboring points the first time, put the points into the queue. After comparing pixels extracted from the queue
Platform: | Size: 2662400 | Author: 山外メ雲ジ | Hits:

[Special EffectsMathworks

Description: 详细说明: 读入图像,对于图像进行高斯高通以及低通滤波,显示结果,与原图进行对比-Detail: ch5_1_1: image gray-scale linear transformation (5.1.1) ch5_1_2: image grayscale piecewise linear transformation (5.1.1) ch5_1_3: using the transfer function of the number of forms of dynamic range compression (5.1. 1) ch5_1_4: histogram equalization (5.1.2) ch5_1_5: histogram specification (5.1.2) ch5_2_1: neighborhood average linear smoothing filter method to achieve noise reduction (5.2.2) ch5_2_2: winner filtering method to achieve noise reduction (5.2.2) ch5_2_3: median filtering to achieve noise reduction (5.2.2) ch5_2_4: linear sharpen filter (5.2.3) ch5_2_5: Rui filtering nonlinear (5.2. 3) ch5_3_1: Buterworth low-pass filter (5.3.1) ch5_3_2: Buterworth high-pass filter (5.3.2) ch5_4_1: gray-scale layering of color images to achieve (5.4.2) ch5_4_2: spatial domain gray level- the color transform, image enhancement (5.4.2) ch5_4_3: Mean Filter for each color plane true color image filtering (5.4.3) ch5_5_1: noise image generation (5.5.4) ch5_5_2: the target image generat
Platform: | Size: 2347008 | Author: 王小龙 | Hits:

[Special Effectsa-series-of-programs

Description: 详细说明: ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) ch5_2_1: 邻域平均的线性平滑滤波法实现降噪 (§5.2.2) ch5_2_2: winner滤波法实现降噪 (§5.2.2) ch5_2_3: 中值滤波实现降噪 (§5.2.2) ch5_2_4: 线性锐化滤波 (§5.2.3) ch5_2_5: 非线性锐滤波 (§5.2.3) ch5_3_1: Buterworth低通滤波器 (§5.3.1) ch5_3_2: Buterworth高通滤波器 (§5.3.2) ch5_4_1: 灰度分层法彩色图像的实现 (§5.4.2) ch5_4_2: 空间域灰度级-彩色变换的方法,进行图像增强 (§5.4.2) ch5_4_3: 均值滤波器对真彩图像的每一个颜色平面进行滤波 (§5.4.3) ch5_5_1: 噪声图像的生成 (§5.5.4) ch5_5_2: 目标图像的生成 (§5.5.4)-Detail: ch5_1_1: image gray-scale linear transformation (5.1.1) ch5_1_2: image grayscale piecewise linear transformation (5.1.1) ch5_1_3: using the transfer function of the number of forms of dynamic range compression (5.1. 1) ch5_1_4: histogram equalization (5.1.2) ch5_1_5: histogram specification (5.1.2) ch5_2_1: neighborhood average linear smoothing filter method to achieve noise reduction (5.2.2) ch5_2_2: winner filtering method to achieve noise reduction (5.2.2) ch5_2_3: median filtering to achieve noise reduction (5.2.2) ch5_2_4: linear sharpen filter (5.2.3) ch5_2_5: Rui filtering nonlinear (5.2. 3) ch5_3_1: Buterworth low-pass filter (5.3.1) ch5_3_2: Buterworth high-pass filter (5.3.2) ch5_4_1: gray-scale layering of color images to achieve (5.4.2) ch5_4_2: spatial domain gray level- the color transform, image enhancement (5.4.2) ch5_4_3: Mean Filter for each color plane true color image filtering (5.4.3) ch5_5_1: noise image generation (5.5.4) ch5_5_2: the target image generat
Platform: | Size: 8192 | Author: 王小龙 | Hits:

[2D GraphicDRSHE

Description: DRSHE 演算法,一種利用直方圖等化的演算法-Dynamic Range Separate Histogram Equalization method
Platform: | Size: 1024 | Author: Van | Hits:

[Special EffectsHistogram-equalization

Description: 直方图均衡化的基本思想是把原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而可达到增强图像整体对比度的效果-The basic idea of histogram equalization is the histogram transform the original graph form for the uniform distribution, so the pixel gray value of the dynamic range is increased so as to enhance the global contrast of image effects
Platform: | Size: 28672 | Author: jackchan | Hits:

[matlabDHE

Description: dynamic histogram equalization
Platform: | Size: 1024 | Author: JAEWON LEE | Hits:

[matlabFn_BPDHE

Description: brightness preserving dynamic histogram equalization
Platform: | Size: 1024 | Author: JAEWON LEE | Hits:

[matlabFn_QDHE

Description: Quadrants Dynamic Histogram Equalization
Platform: | Size: 1024 | Author: JAEWON LEE | Hits:

[Special EffectsHistogramEqualization

Description: 直方图均衡化,包括动态直方图均衡化,全局直方图均衡化,局部直方图均衡化,以及绘制图像的直方图 其中动态直方图均衡化用A dynamic histogram equalization for image contrast enhancement 只取x=0情况-Histogram equalization, including dynamic histogram equalization, global histogram equalization, local histogram equalization, and where to draw the image histogram dynamic histogram equalization with A dynamic histogram equalization for image contrast enhancement only take x = 0 Happening
Platform: | Size: 2247680 | Author: 落雪无情 | Hits:

[OpenCVHistogram-equalization

Description: 如果一副图像的像素占有很多的灰度级而且分布均匀,那么这样的图像往往有高对比度和多变的灰度色调。直方图均衡化就是一种能仅靠输入图像直方图信息自动达到这种效果的变换函数。它的基本思想是对图像中像素个数多的灰度级进行展宽,而对图像中像素个数少的灰度进行压缩,从而扩展像原取值的动态范围,提高了对比度和灰度色调的变化,使图像更加清晰。-If an image pixel occupies a lot of gray level and evenly distributed, so such images tend to have high contrast and varying shades of gray. Histogram equalization is a kind of input image histogram information alone can automatically achieve this effect transformation function. Its basic idea is the number of pixels in an image more gray-level broadening, while the number of pixels in the image of a small gray compress like to extend the dynamic range of the original value, improved contrast and gray tones changes to make the image clearer.
Platform: | Size: 234496 | Author: 张聪 | Hits:

[Picture ViewerRecordVw

Description: 连续播放DIB 图片的一个小工具。支持对播放的图像做动态直方图均衡。(A small tool for playing DIB pictures continuously. It supports dynamic histogram equalization for the played image.)
Platform: | Size: 3360768 | Author: coall | Hits:
« 12 »

CodeBus www.codebus.net