3D Point Cloud Planar Feature Extraction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Vision-based navigation systems face challenges in effectively identifying and extracting planar features from three-dimensional data points, particularly in complex scenes, as they are limited to two-dimensional image processing and struggle with motion estimation and object detection.

Innovation Solution

A method is developed to extract planar features from three-dimensional point clouds by generating hypothetical planes, selecting those with the most inlier data points, and refining the calculations using techniques like RANSAC to improve accuracy and efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If two-dimensional image processing is used for feature identification, then the system is simple to implement, but it fails to accurately extract planar features from three-dimensional data and struggle with motion estimation

Engineering Contradiction:
Improvefeature extraction accuracyVSAvoidprocessing system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent transitions from two-dimensional image processing to three-dimensional point cloud processing by introducing depth information through time-of-flight measurements. The system processes spatial coordinates (x, y, z) instead of only two-dimensional pixel data, enabling accurate extraction of planar features in three-dimensional space while maintaining computational feasibility through specialized algorithms.

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

2Reliability

If multiple hypothetical features are generated from point cloud data, then the accuracy of feature representation improves, but the computational complexity and processing time increase

Engineering Contradiction:
Improvefeature representation accuracyVSAvoidfeature processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary actions by generating multiple hypothetical planar features before final selection. It creates candidate planes with different orientations and positions, evaluates them against the point cloud data, and selects the best-matching features. This preliminary generation and evaluation process improves reliability by ensuring the most accurate features are chosen, while the structured approach manages computational complexity.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent replaces traditional mechanical or brute-force search methods with optimized computational algorithms for feature extraction. It uses mathematical models to generate hypothetical planes and efficiency optimizations to evaluate them, substituting computationally intensive operations with more efficient calculations that reduce processing time while maintaining accuracy.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Productivity

If traditional two-dimensional feature detection methods are used, then the processing is computationally efficient, but motion estimation and object detection in complex three-dimensional scenes fail

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidmotion estimation accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The system achieves both efficiency and accuracy by transitioning to three-dimensional processing with optimized algorithms. It extracts planar features from point clouds containing depth information, enabling accurate motion estimation through spatial relationships. The methodology processes z-dimension data efficiently using specialized algorithms that maintain computational performance while enabling precise motion and object detection in complex scenes.

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

Data Source

PatentUS8199977B2System and method for extraction of features from a 3-D point cloud
Publication Date: 2012.06.12 HONEYWELL INTERNATIONAL INC
  • US8199977B2 patent drawing
  • US8199977B2 patent drawing
  • US8199977B2 patent drawing

AI summary

A method of extracting a feature from a point cloud comprises receiving a three-dimensional (3-D) point cloud representing objects in a scene, the 3-D point cloud containing a plurality of data points; generating a plurality of hypothetical features based on data points in the 3-D point cloud, wherein the data points corresponding to each hypothetical feature are inlier data points for the respective hypothetical feature; and selecting the hypothetical feature having the most inlier data points as representative of an object in the scene.