Related Experiment Video
Updated: Jul 7, 2026

07:05
Area-based Image Analysis Algorithm for Quantification of Macrophage-fibroblast Cocultures
Published on: February 15, 2022
Subband image coding using watershed and watercourse lines of the wavelet transform.
1Dept. of Syst. Design Eng., Waterloo Univ., Ont.
Summary
This study introduces primitive-based image coding using nonorthogonal dyadic wavelets for efficient data compression. The method achieves significant data reduction with minimal fidelity loss for grayscale images.
Area of Science:
- Signal Processing
- Image Compression
- Wavelet Theory
Background:
- Traditional image coding methods face challenges in balancing compression ratios and fidelity.
- Nonorthogonal dyadic wavelets offer a promising approach for advanced image representation.
Purpose of the Study:
- To develop and evaluate a primitive-based image coding technique using nonorthogonal dyadic wavelets.
- To achieve high data reduction rates for grayscale images with minimal loss of visual information.
Main Methods:
- Utilizing a 3D isotropic wavelet to approximate the difference-of-Gaussians (D-o-G) operator.
- Generating multiscale band-pass signals and a low-pass subband signal for image reconstruction.
- Employing watershed/watercourse lines for image representation and data compression.
Main Results:
- Demonstrated image recovery from watershed/watercourse lines and the low-pass subband.
- Achieved data reduction between 0.1 and 0.3 bits per pixel for grayscale images.
- Showcased minimal fidelity loss through thresholding, subsampling, and edge post-emphasis.
Conclusions:
- Primitive-based image coding with nonorthogonal dyadic wavelets is effective for high-fidelity compression.
- The proposed method offers a viable alternative for efficient grayscale image coding.
- Further compression is attainable via chain coding and predictive coding of image features.
Related Concept Videos
Bandpass Sampling
In signal processing, bandpass sampling is an effective technique for sampling signals that have most of their energy concentrated within a narrow frequency band. This type of signal is known as a bandpass signal. The key principle of bandpass sampling involves sampling the signal at a rate that is greater than twice the signal's bandwidth to prevent aliasing.
A bandpass signal has a spectrum with a lower frequency limit, denoted as ω1, and an upper frequency limit, denoted as ω2. The spectrum...
A bandpass signal has a spectrum with a lower frequency limit, denoted as ω1, and an upper frequency limit, denoted as ω2. The spectrum...
Downsampling
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...
Reconstruction of Signal using Interpolation
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 sampling...