Image Tile Segmentation for Uniform Feature Point Distribution

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current image merging techniques face inefficiencies in processing large amounts of data and achieving uniform distribution of feature points, leading to suboptimal image merging performance.

Innovation Solution

The method involves dividing input images into tiles to generate feature point and descriptor maps, which are then used to determine matching relationships and reduce processing time, enhancing image merging performance by improving feature point distribution and processing efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If image matching is performed on entire input images without division, then comprehensive feature point coverage is achieved, but processing time and computational load increase significantly

Engineering Contradiction:
Improvefeature point distribution uniformityVSAvoidimage matching processing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent divides each input image into multiple image tiles, and further divides each image tile into multiple regions for feature point extraction. This segmentation approach processes smaller regions independently and combines results, reducing the computational complexity and processing time while maintaining uniform feature point distribution across the entire image.

Inventive Principle:
Principle #1Segmentation

2Reliability

If feature points are extracted from entire images, then all matching opportunities are captured, but processing complexity and memory requirements increase

Engineering Contradiction:
Improveimage matching accuracyVSAvoidprocessing system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments images into tiles and regions to manage feature point extraction in smaller units. Each region is processed independently with simplified algorithms, and results are aggregated to form complete matching relationships. This reduces memory requirements and processing complexity while maintaining matching accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a hierarchical processing dimension by first dividing images into tiles, then further dividing tiles into regions. This multi-level division creates an additional processing dimension that organizes the complex matching task into manageable stages, reducing overall system complexity.

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

3Loss of information

If descriptors are generated for all feature points in entire images, then complete matching information is obtained, but memory usage and processing load increase

Engineering Contradiction:
Improvematching relationship completenessVSAvoiddata processing volume
Core Design Contradiction:
Loss of informationVSQuantity of substance

Solution Approach 1:

The patent generates descriptors for feature points in segmented regions rather than processing entire images at once. This divides the large volume of descriptor generation into smaller, manageable batches processed in sequence or parallel, reducing peak memory usage and processing load while ensuring all matching relationships are captured through aggregation of regional results.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS11580617B2Method of matching images to be merged and data processing device performing the same
Publication Date: 2023.02.14 SAMSUNG ELECTRONICS CO LTD
  • US11580617B2 patent drawing
  • US11580617B2 patent drawing
  • US11580617B2 patent drawing

AI summary

Each input image from a plurality of input images is divided into a plurality of image tiles. A feature point map including a plurality of feature point tiles respectively corresponding to the plurality of image tiles is generated by extracting feature points included in each image tile of the plurality of image tiles. A descriptor map including a plurality of descriptor tiles respectively corresponding to the plurality of feature point tiles is generated by generating descriptors of feature points included in the feature point map. Mapping information containing matching relationships between feature points included in different input images of the plurality of input images is generated based on a plurality of descriptor maps respectively corresponding to the plurality of input images. Image merging performance may be enhanced by dividing the input image into the plurality of image tiles to increase distribution uniformity of the feature points.