Related Experiment Video
Updated: Jul 7, 2026

11:34
High-resolution, High-speed, Three-dimensional Video Imaging with Digital Fringe Projection Techniques
Published on: December 3, 2013
A fast fractal image coding based on kick-out and zero contrast conditions
Cheung-Ming Lai1, Kin-Man Lam, Wan-Chi Siu
1Dept. of Electron. and Inf. Eng., Hong Kong Polytech. Univ., China.
Summary
A new fast fractal image coding algorithm significantly reduces runtime by 50% compared to exhaustive search. This method avoids extensive block matching and zero contrast prediction for efficient image compression without extra memory.
Area of Science:
- Computer Science
- Image Processing
- Data Compression
Background:
- Fractal image coding offers high compression ratios but often suffers from high computational complexity.
- Existing fast fractal algorithms may require pre-processing or additional memory, limiting their practical application.
Purpose of the Study:
- To develop a computationally efficient fractal image coding algorithm.
- To reduce the runtime and memory requirements for fractal image compression.
- To maintain high reconstructed image quality comparable to traditional methods.
Main Methods:
- A novel algorithm employing a single kick-out condition to minimize range-domain block matching.
- An efficient zero contrast prediction method for exact computation of block differences.
- Integration with other fast fractal algorithms, such as the DCT Inner Product algorithm.
Main Results:
- Achieved a 50% reduction in runtime compared to exhaustive search methods.
- Demonstrated equivalent reconstructed image quality to exhaustive search.
- Showcased superior efficiency and reduced memory footprint compared to other fast fractal algorithms.
- Further runtime reduction of approximately 50% when combined with the DCT Inner Product algorithm.
Conclusions:
- The proposed fast fractal image coding algorithm offers a significant speed-up without compromising image quality.
- The algorithm is memory-efficient and does not require pre-processing, making it practical for implementation.
- This approach provides a strong foundation for further advancements in efficient fractal image compression techniques.
Related Concept Videos
Fast Fourier Transform
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
The computational efficiency of the FFT becomes...
Upsampling
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...
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...
Super-resolution Fluorescence Microscopy
Super-resolution fluorescence microscopy (SRFM) provides a better resolution than conventional fluorescence microscopy by reducing the point spread function (PSF). PSF is the light intensity distribution from a point that causes it to appear blurred. Due to PSF, each fluorescing point appears bigger than its actual size, and it is the PSF interference of nearby fluorophores that causes the blurred image. Various approaches to achieving higher resolution through SRFM have recently been developed.
Discrete Fourier Transform
The Discrete Fourier Transform (DFT) is a fundamental tool in signal processing, extending the discrete-time Fourier transform by evaluating discrete signals at uniformly spaced frequency intervals. This transformation converts a finite sequence of time-domain samples into frequency components, each representing complex sinusoids ordered by frequency. The DFT translates these sequences into the frequency domain, effectively indicating the magnitude and phase of each frequency component present...
