Point Cloud Scan Merging via Segmentation and Feature Registration

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for aligning multiple laser scan point cloud data sets are inefficient, as each scan has a unique vantage point and does not cover the entire area, making it difficult to determine accurate overlap and alignment for comprehensive measurement.

Innovation Solution

The system imports and segments scans, filters geometric attributes, and uses these segments for registration by matching and aligning them in a geometric manner, employing techniques like box-filtering, least-squares estimation, and iterative closest point (ICP) methods to refine transformations and score matches for accurate alignment.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Area of stationary object

If multiple laser scan range images are used to capture a desired area, then the coverage area is improved, but the alignment and registration complexity increases

Engineering Contradiction:
Improvecoverage areaVSAvoidalignment complexity
Core Design Contradiction:
Area of stationary objectVSDevice complexity

Solution Approach 1:

The patent segments the point cloud data into multiple regions or features, allowing each scan to be processed and aligned independently through feature matching, thereby managing the complexity of aligning multiple scans while maintaining comprehensive area coverage

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces coordinate transformation and registration algorithms as intermediary processes that automatically align multiple scans by matching common features across different scans, reducing the manual alignment complexity while preserving the expanded coverage area

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If multiple scans are aligned to create a single comprehensive image, then the measurement accuracy is improved, but the computational load increases

Engineering Contradiction:
Improvemeasurement accuracyVSAvoidcomputational load
Core Design Contradiction:
Measurement precisionVSPower

Solution Approach 1:

The patent divides the point cloud data into segmented features or regions, allowing the registration process to work with smaller, manageable segments rather than processing all points from every scan simultaneously, thus reducing computational load while maintaining measurement accuracy through precise feature matching

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary processing of scan data including filtering, downsampling, and feature extraction before the main registration process, which reduces the computational burden of the alignment operation while preserving the accuracy needed for comprehensive measurement

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS11080286B2Method and system for merging multiple point cloud scans
Publication Date: 2021.08.03 AUTODESK INC
  • US11080286B2 patent drawing
  • US11080286B2 patent drawing
  • US11080286B2 patent drawing

AI summary

A method, system, apparatus, article of manufacture, and computer-readable storage medium provide the ability to merge multiple point cloud scans. A first raw scan file and a second raw scan file (each including multiple points) are imported. The scan files are segmented by extracting segments based on geometry in the scene. The segments are filtered. A set of candidate matching feature pairs are acquired by registering features from one scan to features from another scan. The two raw scan files are merged based on the candidate matching feature pairs.