Chromatic Aberration Vector Displacement for Image Compression
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Conventional color image compression methods incur a significant increase in storage requirements when dealing with chromatic aberrations, as each RGB channel must be compressed separately due to color-dependent image shifts, resulting in a factor of 9 increase in resource consumption.
Innovation Solution
Performing chromatic aberration correction by representing aberrations as vector displacement maps between color channels, weighting and blurring these displacements, and then linearly combining the corrected channels to produce a new brightness channel for efficient compression.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Measurement precision
If chromatic aberration correction is performed by compressing each RGB channel separately, then color accuracy is improved, but storage requirements increase by a factor of 9
Solution Approach 1:
The patent segments the chromatic aberration correction process into distinct stages: (1) detecting chromatic aberration in the compressed image, (2) generating displacement vectors for each color channel, (3) applying selective displacement only to channels with aberration. This segmentation allows correction without re-compressing the entire image in original format, thus avoiding the 9x storage increase.
Solution Approach 2:
The patent applies local quality by treating different color channels differently based on their specific aberration characteristics. Each channel (R, G, B) receives customized displacement correction based on its own detected aberration, rather than uniformly processing all channels. This localized approach corrects color accuracy issues while maintaining compression efficiency.
2Stability of the object's composition
If chromatic aberration is corrected by aligning pixels across color channels, then color channel correlation is restored, but processing complexity increases
Solution Approach 1:
The patent performs preliminary action by detecting chromatic aberration and generating displacement vectors during the compression process or as a pre-processing step before final encoding. This allows the correction parameters to be prepared in advance, reducing the computational complexity during actual image processing and decomposition stages.
Solution Approach 2:
The patent introduces displacement vectors as an intermediary element that mediates between the compressed image data and the final corrected output. These vectors serve as a compact representation of the correction needed, allowing complex pixel realignment operations to be performed efficiently through simple vector application rather than complex iterative optimization.
Data Source
Figure 1
Figure 2
Figure 3A
AI summary
Techniques of compressing a color image with chromatic aberrations involve performing a chromatic aberration correction operation on the image. The chromatic aberration of an imaging system may be represented as a vector displacement map between a red channel and a green channel of a color image, a blue channel and a green channel of the color image, or both. Prior to adding the vector displacements to the images of the red channel and the blue channel, displacements are weighted according to proximity from an edge of each of the respective red and blue images. The vector displacement maps and the weights can be blurred with a blurring kernel such as a Gaussian. Once these vector displacements are added to each of the red and blue images, the resulting color images are linearly combined to produce a new brightness channel Y that is compressed to form the compressed color image.