一个高效和有效的图像脱色算法,基于累积分布函数
Tirui Wu1, Ciaran Eising2, Martin Glavin1
1School of Engineering, University of Galway, H91 TK33 Galway, Ireland.
Journal of imaging
|March 27, 2024
概括
这项研究引入了一种新的图像去色化方法,使用从累积分布函数获得的像素特定权重. 与传统的恒定重量技术相比,新方法提高了图像对比度和细节保存.
科学领域:
- 计算机视觉 计算机视觉
- 图像处理 图像处理
- 数字成像技术的数字成像.
背景情况:
- 图像去色对于图像分析,计算机视觉和打印至关重要.
- 传统方法使用颜色通道的恒定权重,冒着与隔光色彩信息丢失的风险.
研究的目的:
- 开发一种高效的图像去色化方法,保持图像对比度和细节.
- 改进传统的常量权重方法,这些方法可能导致大量的信息丢失.
主要方法:
- 一个新的算法使用每个颜色通道的累积分布函数 (CDF) 来计算像素特定的重量.
- 在RGB空间中直接结合RGB颜色通道,生成灰度值.
- 介绍了用于算法评估的两个新的客观指标.
主要成果:
- 提出的方法实现了与传统技术相比的效率.
- 在四个评估指标中,在保护图像对比度和细节方面表现出卓越的性能.
- 实验结果验证了新算法和指标的有效性.
结论:
- 新的图像脱色方法为传统方法提供了高效和有效的替代方案.
- 更好地保存图像信息,特别是在具有隔光色彩的图像中.
- 开发的指标为脱色算法提供了客观的评估.
相关概念视频
Downsampling
154
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
154
Cumulative Frequency Distribution
6.9K
A cumulative frequency distribution is another type of frequency distribution. Instead of reporting how many data values fall in some classes, it reports how many data values are contained in either that class or any class to its left. Technically, it means the sum of frequencies of the class and all the classes below it in a frequency distribution. A cumulative frequency is calculated by adding the frequency of each class lower than the corresponding class interval or category. In general, a...
6.9K
Deconvolution
159
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
159


