CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Contrast Limited Adaptive Histogram Equalization
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Contrast Limited Adaptive Histogram Equalization - List
[
Special Effects
]
StudyonStereoVision-basedCross-countryObstacleDete
DL : 0
本文提出了一种新的跨国家的障碍 检测技术为基础的立体视觉系统。 原始图像的预处理的高斯 过滤器和对比度限制的自适应直方图 均衡( CLAHE )方法来削弱作用 噪音,光线和对比度。哈里斯的角落位于与子像素精确。 -Cross-country intelligent vehicles always work in complicated environments with varying illuminations. The paper presents a new cross-country obstacle detection technology based on stereo vision system. The original images are preprocessed by Gaussian filter and contrast-limited adaptive histogram equalization (CLAHE) method to weaken the effect of noise, light and contrast. Harris corners are located with sub-pixel accurate. To guarantee the overall system real-time performance, feature-based matching techniques are studied and fundamental matrix is calculated based on random sample consensus (RANSAC). Also restrains are studied to eliminate pseudo matching pairs. Then data interpolation is introduced to build elevation maps. Edge extraction and morphological processing are concerned to accomplish obstacle detection. Experiment results for different conditions are presented in support of the obstacle detection technology.
Date
: 2025-07-06
Size
: 949kb
User
:
晓翠
[
2D Graphic
]
CLAHE
DL : 0
实现局部自适应直方图均衡功能,对图像实现争抢功能-The realization of local self-adaptive histogram equalization function
Date
: 2025-07-06
Size
: 4kb
User
:
jim green
[
Special Effects
]
adapthisteq
DL : 0
对限制对比度自适应直方图均衡化算法adapthisteq进行了解释。可用于图像增强-Contrast to the limited adaptive histogram equalization algorithm adapthisteq is explained. Can be used for image enhancement
Date
: 2025-07-06
Size
: 413kb
User
:
gao
[
Special Effects
]
1232
DL : 0
采用对比度受限自适应直方图均衡对乳腺图像进行增强,有效地增强了乳腺图像中的细节,如钙化点、乳导管等组织;并通过对算法中相关参数研究, 得到应用于乳腺图像增强的参数优选值,以求获得较好的增强效果,为医师分析影像提供方便。通过与灰度直方图均衡的结果进行比较得出:对比度受限自适应直方图均衡为乳腺数字图像增强的有效方法, 在计算机辅助乳腺诊断方面有较高应用价值。-By contrast limited adaptive histogram equalization image of breast enhancement, effectively enhancing the breast image details, such as calcification, milk ducts and other organizations and through the relevant parameters of the algorithm, are applied to image enhancement breast parameter optimization value, in order to obtain better enhancement for physicians to facilitate image analysis. Balanced with the histogram obtained results were compared: the contrast limited adaptive histogram equalization for the breast and effective methods of digital image enhancement, in computer-aided diagnosis of breast have a higher value.
Date
: 2025-07-06
Size
: 190kb
User
:
王一
[
Software Engineering
]
CLAHE
DL : 0
CLAHE: contrast limited adaptive histogram equalization is one of the most famous algorithm in image enhancement
Date
: 2025-07-06
Size
: 2.21mb
User
:
Alisaberi
[
Special Effects
]
three-algorithms-about-histogram
DL : 0
本代码实现了三种直方图相关的算法,分别为直方图均衡化,直方图规定化,对比受限自适应直方图均衡化。三种方法放在3个不同的文件夹下,直接运行test文件,就可以得到运行结果-This code implements three histogram algorithm, respectively histogram equalization, histogram provides contrast limited adaptive histogram equalization. Three methods on three different folder, run directly test file, you can get the results
Date
: 2025-07-06
Size
: 35kb
User
:
liubo
[
OpenCV
]
clahe
DL : 0
自适应的直方图均衡化,可以用在window 32 和 window 64 上-Contrast Limited Adaptive Histogram Equalization
Date
: 2025-07-06
Size
: 12kb
User
:
王松
[
Other
]
CLAHE
DL : 0
Contrast Limited AHE (CLAHE) differs from ordinary adaptive histogram equalization in its contrast limiting. This feature can also be applied to global histogram equalization, giving rise to contrast limited histogram equalization (CLHE). In the case of CLAHE, the contrast limiting procedure has to be applied for each neighbourhood from which a transformation function is derived.
Date
: 2025-07-06
Size
: 1kb
User
:
ajitha
[
Special Effects
]
image-enhancement
DL : 2
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
Date
: 2025-07-06
Size
: 7kb
User
:
Albert
[
Special Effects
]
contrast_enhance_CLAHE
DL : 0
对比度受限自适应直方图均衡方法的Matlab 2008a下的详细实现-contrast limited adaptive histogram equalization in Matlab2008a
Date
: 2025-07-06
Size
: 64kb
User
:
墨少
[
Picture Viewer
]
Des11ktop
DL : 0
【谷速软件】matlab有偿编程 对比度受限自适应直方图均衡(CLAHE) 可以作为参考使用-[Valley] matlab paid programming software speed contrast limited adaptive histogram equalization (CLAHE) can be used as references
Date
: 2025-07-06
Size
: 13kb
User
:
彭均
[
Special Effects
]
CLAHE
DL : 1
CLAHE(对比度受限自适应直方图均衡化)-CLAHE (contrast limited adaptive histogram equalization) .............
Date
: 2025-07-06
Size
: 146kb
User
:
ed
[
Special Effects
]
CLAHE
DL : 0
用于图像增强的对比度受限的自适应直方图均衡化方法-Adaptive histogram equalization method of image enhancement contrast limited for
Date
: 2025-07-06
Size
: 1kb
User
:
supengfei
[
Other
]
06588092
DL : 0
Common method in image enhancement that’s often use is histogram equalization, due to this method is simple and has low computation load. In this research, we use Contrast Limited Adaptive Histogram Equalization (CLAHE) to enhance the color retinal image. To reduce this noise effect in color retinal image due to the acquisition process, we need to enhance this image. Color retinal image has unique characteristic than other image, that is, this image has important in green (G) channel. Image enhancement has important contribution in ophthalmology.
Date
: 2025-07-06
Size
: 220kb
User
:
varun
[
Special Effects
]
Histogram-contrast
DL : 0
对比度受限自适应直方图均衡法,其通过限制局部直方图的高度来限制局部对比度的增强幅度,从而限制噪声的放大-Contrast limited adaptive histogram equalization method, the magnitude of the local contrast enhancement to limit the local histogram by limiting the height, thus limiting the amplification of noise
Date
: 2025-07-06
Size
: 248kb
User
:
苏晓朋
[
Industry research
]
adaptive-histogram
DL : 0
对比度受限自适应直方图均衡方法,增强图像对比度,改善图像效果-Contrast limited adaptive histogram equalization method, enhance image contrast, improving image effect
Date
: 2025-07-06
Size
: 267kb
User
:
林欣
[
e-language
]
Histogram_and_histogram_Equalization
DL : 0
Contrast limited adaptive histogram equalization
Date
: 2025-07-06
Size
: 6kb
User
:
numan
[
Other
]
57209
DL : 0
contrast limited adaptive histogram equalization
Date
: 2025-07-06
Size
: 3kb
User
:
neets
[
Special Effects
]
HE+AHE+CLAHE+运行结果+QQ1109720378
DL : 0
直方图均衡(HE),自适应直方图均衡(AHE),限制对比度的直方图均衡(CLAHE)的图像处理算法,运行无错误,效果还不错。包含循行结果对比。(Histogram equalization (HE), adaptive histogram equalization (AHE), and contrast-limited histogram equalization (CLAHE) image processing algorithm run without error, and the effect is good. Include line-by-line results comparison.)
Date
: 2025-07-06
Size
: 2.49mb
User
:
我love寻水的鱼
[
Special Effects
]
CLAHE
DL : 0
对比度受限的自适应直方图均衡化算法(可直接运行)(Adaptive histogram equalization algorithm with limited contrast)
Date
: 2025-07-06
Size
: 4kb
User
:
lareinazz
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.