Related Experiment Video
Updated: Jul 11, 2025

05:22
Author Spotlight: Enhanced Multiplex Immunofluorescent Microscopy Protocol for Neuroscience Research
Published on: June 21, 2024
429
Histogram equalization using a selective filter
1Faculty of Informatics, Università della Svizzera italiana, Via Buffi 13, 6900 Lugano, Switzerland.
Summary
This study introduces a novel histogram equalization technique that improves upon existing methods by ensuring more uniform histograms. The new approach enhances image contrast while preserving intensity detail, benefiting image processing applications.
Area of Science:
- Computer Vision
- Image Processing
- Digital Signal Processing
Background:
- Popular image processing software often uses a naive histogram equalization method, resulting in non-uniform histograms.
- Existing exact histogram equalization techniques can introduce undesirable artifacts.
- There is a need for improved histogram equalization methods that balance uniformity with artifact avoidance.
Purpose of the Study:
- To bridge the gap between continuous theory and discrete implementation of global histogram equalization.
- To develop a novel histogram equalization technique that improves upon the naive approach.
- To achieve a more uniform histogram with preserved intensity distances and high entropy.
Main Methods:
- Formulated a novel histogram equalization technique based on continuous theory.
- Employed linear interpolation of the cumulative distribution for low-bit images.
- Used selective box filtering for approximate dequantization of intensities.
Main Results:
- The proposed method produces an equalized histogram with high entropy.
- Distances between similar intensity values are preserved.
- The technique offers improvements over existing naive and exact histogram equalization methods.
Conclusions:
- The novel histogram equalization technique effectively enhances image contrast and uniformity.
- The method avoids artifacts associated with some exact techniques.
- This approach has potential applications in related image processing tasks like edge detection.
Related Concept Videos
Histogram
13.3K
The histogram is a graphical representation in the x-y form of data distribution in a data set. The horizontal x-axis is labeled with what the data represents (for instance, distance from your home to school). The vertical y-axis is labeled either frequency or relative frequency (or percent frequency or probability).
A histogram graph consists of contiguous (adjoining) boxes. The heights of the bars correspond to frequency values. The graph will have the same shape with respective labels. The...
A histogram graph consists of contiguous (adjoining) boxes. The heights of the bars correspond to frequency values. The graph will have the same shape with respective labels. The...
13.3K
Probability Histograms
11.7K
A probability histogram is a visual representation of a probability distribution. Similar a typical histogram, the probability histogram consists of contiguous (adjoining) boxes. It has both a horizontal axis and a vertical axis. The horizontal axis is labeled with what the data represents. The vertical axis is labeled with probability. Each rectangular bar in the histogram is 1 unit wide, which suggests that the area under each bar equals the probability, P(x), where x is 1, 2, 3, and so on.
11.7K
Relative Frequency Histogram
5.5K
The relative frequency depicts the proportion of data points that have each value. The frequency tells the number of data points that have each value. Like the histogram, a relative frequency histogram also has the same shape with a horizontal scale (the x-axis), but the vertical scale (the y-axis) is marked with relative frequencies (percentages of the whole) instead of actual frequencies. A relative frequency histogram is a graphical representation of a frequency distribution where the...
5.5K
Upsampling
238
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
238
Bar Graph
16.5K
A bar graph is also called a bar chart and consists of bars that are separated from each other. It either uses horizontal or vertical bars to show comparisons among categories. The bars can be rectangles, or they can be rectangular boxes (used in three-dimensional plots). One axis of the graph represents the specific categories being compared, and the other axis shows a discrete value. In this graph, the length of the bar for each category is proportional to the number or percent of individuals...
16.5K
Reconstruction of Signal using Interpolation
207
Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next...
207

