Image Processing Anti-Aliasing via Directional 1D Blur

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Image jaggedness, or 'jaggies', occurs during image processing, leading to suboptimal visual effects, and existing methods are inefficient in addressing this issue.

Innovation Solution

An image processing method that involves acquiring an image with jaggies and performing one-dimensional blur processing in a target direction associated with the shape of the jaggies, specifically using Gaussian, median, or mean blur, to reduce time complexity and improve visual quality.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If traditional two-dimensional blur processing is used to remove jaggies, then anti-aliasing effect is achieved, but time complexity and processing efficiency deteriorate

Engineering Contradiction:
Improveanti-aliasing effectVSAvoidprocessing efficiency
Core Design Contradiction:
Manufacturing precisionVSProductivity

Solution Approach 1:

The patent segments the two-dimensional blur processing into two separate one-dimensional blur processing steps: first applying horizontal one-dimensional blur, then applying vertical one-dimensional blur. This segmentation reduces the computational complexity from O(n²) for 2D blur to O(n) for each 1D blur operation, thereby improving processing efficiency while maintaining the anti-aliasing effect.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the problem from two-dimensional space to one-dimensional space by processing blur operations along single directions sequentially. By changing the dimensionality of the blur operation from 2D to 1D and applying it twice in perpendicular directions, the patent achieves the same anti-aliasing result with reduced computational burden.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Productivity

If one-dimensional blur processing is applied without considering jaggie shape, then processing efficiency improves, but anti-aliasing effect deteriorates

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidanti-aliasing effect
Core Design Contradiction:
ProductivityVSManufacturing precision

Solution Approach 1:

The patent applies local quality by determining the orientation of jaggies in different regions of the image and applying one-dimensional blur processing in directions specific to each region. By analyzing the local characteristics of jaggies and adapting the blur direction accordingly, the patent ensures effective anti-aliasing while maintaining processing efficiency through targeted one-dimensional operations rather than uniform two-dimensional processing.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS20240249397A1Image processing method and apparatus, and electronic device and readable storage medium
Publication Date: 2024.07.25 BEIJING ZITIAO NETWORK TECH CO LTD
  • US20240249397A1 patent drawing
  • US20240249397A1 patent drawing
  • US20240249397A1 patent drawing

AI summary

An image processing method, an image processing apparatus, an electronic device, and a computer-readable storage medium are provided. In the method, an image to be processed containing jaggies is acquired, and perform a one-dimensional blur processing on the image to be processed in a target direction.