Image Processing Method Using Adaptive Interpolation for Resolution and Speed

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional image processing methods either result in low-resolution images or require significant time and resources to achieve high-resolution images, which is inconvenient for users.

Innovation Solution

An image processing method that determines high-frequency regions of a color-block image and applies different interpolation algorithms to improve resolution and signal-to-noise ratio, merging the processed images to enhance user experience while reducing processing time.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If a complex interpolation algorithm is applied to the entire color-block image to improve resolution, then image resolution is improved, but processing time increases significantly

Engineering Contradiction:
Improveimage resolutionVSAvoidprocessing time
Core Design Contradiction:
Manufacturing precisionVSLoss of time

Solution Approach 1:

The image is divided into high-frequency regions and low-frequency regions based on gradient calculations. Different interpolation algorithms are applied to different regions: complex algorithms for high-frequency areas requiring detail preservation, and simple algorithms for low-frequency areas where speed is prioritized. This segmentation resolves the contradiction by applying computational complexity only where necessary.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different quality levels of interpolation are applied to different parts of the image. High-frequency regions receive high-quality complex interpolation to preserve edges and details, while low-frequency regions receive low-quality simple interpolation. This local differentiation maintains overall image quality while reducing total processing time.

Inventive Principle:
Principle #3Local quality

2Productivity

If a simple interpolation algorithm is used to reduce processing time, then processing time is reduced, but image resolution deteriorates

Engineering Contradiction:
Improveprocessing speedVSAvoidimage resolution
Core Design Contradiction:
ProductivityVSManufacturing precision

Solution Approach 1:

The image is segmented into regions requiring different processing qualities. Simple interpolation is applied to low-frequency regions where it provides sufficient quality with minimal processing time, while complex interpolation is reserved for high-frequency regions. This segmentation allows the system to achieve high overall productivity without sacrificing critical image quality.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different quality levels are assigned to different image regions based on their frequency characteristics. Low-frequency regions receive simple interpolation adequate for their needs, while high-frequency regions receive complex interpolation. This local quality differentiation maximizes processing speed while maintaining resolution where it matters most.

Inventive Principle:
Principle #3Local quality

3Reliability

If the entire image is processed with high complexity algorithm to improve signal-to-noise ratio, then signal-to-noise ratio is improved, but computational resources are excessively consumed

Engineering Contradiction:
Improvesignal-to-noise ratioVSAvoidcomputational resource consumption
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The image is divided into high-frequency and low-frequency regions, with complex interpolation applied only to high-frequency regions where noise suppression is critical for maintaining signal integrity. Low-frequency regions use simple interpolation, reducing overall computational resource consumption while maintaining acceptable signal-to-noise ratio.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different levels of noise processing are applied to different regions based on their frequency characteristics. High-frequency regions receive complex interpolation that effectively suppresses noise and improves signal-to-noise ratio, while low-frequency regions receive simpler processing. This local differentiation improves reliability where needed while reducing overall device complexity.

Inventive Principle:
Principle #3Local quality

Data Source

PatentEP3328070B1Image processing method and apparatus, and electronic device
Publication Date: 2019.08.07 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP LTD
  • EP3328070B1 patent drawingFigure 1~2
  • EP3328070B1 patent drawingFigure 3
  • EP3328070B1 patent drawingFigure 4~5

AI summary

An image processing method is provided. The method is configured to process the color-block image output by the image sensor. The high-frequency region of the color-block image is determined. A part of the color-block image within the high-frequency region is converted into a first image using a first interpolation algorithm. A part of the color-block image beyond the high-frequency region is converted into a second image using a second interpolation algorithm. The complexity of the second interpolation algorithm is less than that of the first interpolation algorithm. The first image and the second image are merged into a simulation image corresponding to the color-block image. An image processing apparatus and an electronic device are provided.