Foreground-Background Segmentation via Background Surface Normalization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Camera-captured document images often suffer from uneven illumination and blurriness, making it difficult to segment foreground and background effectively, which hampers optical character recognition and document digitization.

Innovation Solution

A system and method that applies a watershed transform to the noise-thresholded color gradient magnitude, estimates the background surface, normalizes the image, and uses Euclidian color distance to separate foreground and background regions, reducing over-segmentation and improving image clarity.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If global thresholding is used for segmentation, then processing speed is fast, but segmentation accuracy deteriorates under non-uniform lighting

Engineering Contradiction:
Improveprocessing speedVSAvoidsegmentation accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent applies adaptive thresholding that computes different threshold values for different regions of the image based on local statistics. Each pixel's threshold is determined by its neighborhood characteristics, allowing the segmentation to adapt to local lighting variations while maintaining overall processing efficiency.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent dynamically adjusts threshold parameters based on local image statistics such as mean and standard deviation of pixel intensities in neighboring regions. This parameter adaptation allows the segmentation algorithm to respond to varying lighting conditions without requiring manual intervention.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If adaptive thresholding is used for segmentation, then segmentation accuracy improves under non-uniform lighting, but device complexity increases

Engineering Contradiction:
Improvesegmentation accuracyVSAvoidalgorithm complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent divides the image into local neighborhoods or blocks and computes threshold values independently for each region. This segmentation approach allows complex adaptive processing to be applied locally rather than globally, reducing computational overhead while maintaining accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies adaptive thresholding selectively to regions where it is most needed (areas with significant lighting variations) rather than uniformly across the entire image. This partial application reduces computational complexity while maintaining segmentation accuracy in critical regions.

Inventive Principle:
Principle #16Partial or excessive action

3Ease of operation

If camera is used for document capture, then portability and ease of operation improve, but image quality deteriorates due to movement and uneven lighting

Engineering Contradiction:
ImproveportabilityVSAvoidimage quality
Core Design Contradiction:
Ease of operationVSManufacturing precision

Solution Approach 1:

The patent extracts and removes the effects of uneven lighting and camera movement artifacts from the captured image through background modeling and foreground extraction techniques. By separating the document content from the degraded background, the method recovers high-quality text and image data.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent introduces intermediate processing steps including background estimation, gradient computation, and morphological operations that act as mediators between the raw degraded image and the final segmented result. These intermediate transformations progressively improve image quality while preserving the benefits of portable camera capture.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS8792711B2System and method of foreground-background segmentation of digitized images
Publication Date: 2014.07.29 HEWLETT PACKARD DEVELOPMENT COMPANY LP
  • US8792711B2 patent drawing
  • US8792711B2 patent drawing
  • US8792711B2 patent drawing

AI summary

A system and method for segmenting foreground and background regions on a digitized image uses a computer, having a processor and system memory, to segment the image into initial regions and identify background regions from the initial regions. A complete background surface is estimated of the image, and pixels of the image are rectified with the estimated background surface to normalize the image. Normalized pixels are compared with a threshold color to determine a final segmentation of background regions.