Pattern Image Detection via Block Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional pattern detection methods for template images in target images are inefficient due to the need for individual comparison of absolute positions and pixel values, leading to increased computation time and noise errors, especially when dealing with large template images.

Innovation Solution

A pattern image detection method that divides both the template and target images into regions of equal size, calculates the sum of squared brightness values for each region, and performs a normalized cross-correlation calculation to determine similarity, allowing for efficient comparison and reduced computation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If all absolute positions and pixel values of pixels are compared individually, then detection accuracy is maintained, but detection computation time is increased

Engineering Contradiction:
Improvedetection accuracyVSAvoiddetection computation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent divides the template image into multiple blocks (e.g., 8x8 pixel blocks) and processes each block separately. This segmentation allows the system to compare pixel values in groups rather than individually, reducing the total number of comparisons needed while maintaining detection accuracy through block-level correlation calculations.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements a two-stage comparison process: first performing a coarse comparison using block-level statistics (mean, variance) to quickly eliminate non-matching regions, then performing detailed pixel-level comparison only in regions that pass the initial filter. This partial action approach maintains accuracy for promising candidates while saving time by avoiding exhaustive comparison of all pixels.

Inventive Principle:
Principle #16Partial or excessive action

2Measurement precision

If template image size is increased to capture more pattern information, then detection accuracy is improved, but computation time is further increased

Engineering Contradiction:
Improvedetection accuracyVSAvoidcomputation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent divides large template images into multiple smaller blocks that can be processed independently and in parallel. This segmentation reduces the computational burden of processing large images while maintaining overall detection accuracy by aggregating results from all blocks through normalized cross-correlation.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary filtering using block-level statistical features (mean intensity, variance) before conducting full pixel-level correlation. This partial action approach allows the system to handle large template images by first identifying promising regions through quick statistical comparison, then applying computationally intensive correlation only where necessary.

Inventive Principle:
Principle #16Partial or excessive action

3Reliability

If individual pixel comparison is performed, then noise errors are increased, but no preprocessing is applied

Engineering Contradiction:
Improvenoise errorVSAvoidprocessing complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent combines multiple pixels into blocks and computes aggregate statistics (mean, variance) for each block. This merging approach reduces the impact of individual pixel noise by averaging effects across multiple pixels, thereby improving reliability while managing processing complexity through efficient statistical computations.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent performs preliminary calculations of block-level statistical features (mean intensity, variance) before conducting the actual correlation comparison. This preliminary action prepares the data in advance, reducing noise effects through averaging and enabling faster subsequent comparison operations.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12243286B2Pattern image detection method
Publication Date: 2025.03.04 FOURTH LOGIC INC
  • US12243286B2 patent drawing
  • US12243286B2 patent drawing
  • US12243286B2 patent drawing

AI summary

Provided are a method and apparatus for detecting a pattern image, and more particularly, a pattern image detection method and a pattern image detection apparatus for effectively detecting a pattern of a template image from a target image. The pattern image detection method and the pattern image detection apparatus can provide an effect of quickly and accurately detecting the pattern of the template image from the target image while reducing the amount of computation for detecting the pattern of the template image.