3D Image Reconstruction With Band-Limited Feature Matching

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional key point matching techniques for 3D reconstruction using equirectangular images suffer from excessive incorrect matches due to the increased field of view and lack of efficient feature search constraints, leading to high computational requirements and distortion.

Innovation Solution

Divide equirectangular images into horizontal bands and perform feature detection and matching within paired sections, limiting the search for matches to corresponding bands, thereby reducing incorrect matches and enhancing parallelization.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional key point matching techniques are used on equirectangular images, then feature matching is performed across the entire image, but the number of incorrect matches increases excessively due to the increased field of view and lack of search constraints

Engineering Contradiction:
Improvefeature matching accuracyVSAvoidnumber of incorrect matches
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The equirectangular image is divided into multiple horizontal bands (e.g., upper, middle, lower bands). Feature matching is performed within corresponding bands between images, rather than across the entire image. This segmentation reduces the search space and eliminates many incorrect matches that would otherwise occur across distant regions of the equirectangular image.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If feature matching is performed across the entire equirectangular image, then all possible matches are considered, but computational requirements increase due to the large number of comparisons needed

Engineering Contradiction:
Improvefeature matching completenessVSAvoidcomputational efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

By dividing the image into horizontal bands and performing matching only within corresponding bands, the number of feature comparisons is dramatically reduced. This segmentation maintains sufficient matching completeness for 3D reconstruction while significantly improving computational efficiency.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different regions of the equirectangular image (different horizontal bands) are processed independently with localized matching constraints. This local processing approach improves computational efficiency by avoiding global comparisons across the entire large-field-of-view image.

Inventive Principle:
Principle #3Local quality

3Adaptability or versatility

If conventional key point matching is used without search constraints, then feature search is performed everywhere in the image, but the lack of efficient constraints leads to excessive incorrect matches

Engineering Contradiction:
Improvefeature search coverageVSAvoidmatch correctness
Core Design Contradiction:
Adaptability or versatilityVSMeasurement precision

Solution Approach 1:

The image is segmented into horizontal bands, creating implicit search constraints within each band. This segmentation maintains adaptability by allowing matching across different regions while improving precision by limiting searches to corresponding bands, reducing incorrect matches.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20260087772A1Methods and systems for generating three-dimensional representations
Publication Date: 2026.03.26 TELEFONAKTIEBOLAGET LM ERICSSON (PUBL)
  • US20260087772A1 patent drawing
  • US20260087772A1 patent drawing
  • US20260087772A1 patent drawing

AI summary

A method for processing images. The method includes obtaining a first image and a second image. The method also includes dividing the first image into N regions. The method also includes, for a first region of the first image, defining a corresponding first region of the second image, and, for a second region of the first image, defining a corresponding second region of the second image. The method also includes detecting a first feature in the first region of the first image and detecting a second feature in the second region of the first image. The method also includes searching the second image for a feature matching the first feature, wherein the searching of the second image for the feature matching the first feature is limited to searching only the corresponding first region of the second image. The method further includes searching the second image for a feature matching the second feature, wherein the searching of the second image for a feature matching the second feature is limited to searching only the corresponding second region of the second image.