Self-adaptive Obstacle Detection via HSV Color Space Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional image-based obstacle detection methods are inefficient, error-prone, and difficult to implement in embedded systems due to reliance on adaptable templates and complex computations, leading to prolonged search times and increased noise sensitivity.

Innovation Solution

A self-adaptive image-based obstacle detection method that performs color space conversion to HSV, divides images into blocks, and uses simple statistics to filter background noise, allowing for efficient detection of obstacles and moving obstacles by comparing hue and saturation components, and generating warning messages for approaching obstacles.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If conventional edge detection or image flow technology is used to detect obstacles, then obstacle detection capability is achieved, but computation time is excessive and system implementation is difficult

Engineering Contradiction:
Improveobstacle detection capabilityVSAvoidcomputation time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent divides the image processing task into distinct segments: color space conversion to HSV, extraction of hue and saturation components, and application of the obstacle recognition equation. This segmentation allows each processing stage to be optimized independently, reducing overall computation time while maintaining detection reliability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the image from RGB color space to HSV color space, changing the parameter representation of colors. By working with hue and saturation components rather than RGB values, the obstacle recognition equation can more efficiently distinguish obstacles from background, reducing computational complexity and processing time.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If template-based methods are used for obstacle detection, then detection accuracy improves, but search time is prolonged and error probability increases when templates are insufficient

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

Solution Approach 1:

The obstacle recognition equation is self-adaptive, automatically adjusting to different scenes without requiring pre-defined templates. The system uses the statistical properties of hue and saturation components to identify obstacles, eliminating the need for manual template creation and matching, thus reducing search time while maintaining detection accuracy.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent performs color space conversion and extracts hue and saturation components before obstacle detection. This preliminary processing organizes the data in a form that the obstacle recognition equation can process efficiently, avoiding the need for time-consuming template matching during the actual detection phase.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If conventional image processing methods are used, then obstacle detection is achieved, but noise sensitivity increases and anti-noise ability decreases

Engineering Contradiction:
Improveobstacle detection reliabilityVSAvoidnoise sensitivity
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

By transforming to HSV color space and using only hue and saturation components, the patent creates a parameter space that is more robust to noise. The obstacle recognition equation operates on these transformed parameters, which inherently filter out certain types of noise present in the original RGB image, improving anti-noise ability while maintaining detection reliability.

Inventive Principle:
Principle #35Parameter changes

4Reliability

If complex computation methods are used for obstacle detection, then detection capability improves, but ease of operation decreases and embedded system implementation becomes difficult

Engineering Contradiction:
Improvedetection capabilityVSAvoidimplementation ease
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The patent segments the detection process into simple, discrete steps: color space conversion, component extraction, and equation application. Each step uses straightforward operations that are easy to implement in embedded systems, maintaining detection capability while improving ease of operation and implementation.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent replaces complex mechanical or algorithmic processing with a mathematical equation that operates on color space parameters. The obstacle recognition equation provides a deterministic and efficient method for detecting obstacles, replacing more complex computation methods with a simpler mathematical approach that is easier to implement in embedded systems.

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

Data Source

PatentUS8934669B2Self-adaptive image-based obstacle detection method
Publication Date: 2015.01.13 AUTOMOTIVE RES & TESTING CENT
  • US8934669B2 patent drawing
  • US8934669B2 patent drawing
  • US8934669B2 patent drawing

AI summary

A self-adaptive image-based obstacle detection method comprises steps: capturing an original image; transforming the original image to an HSV color space, and retrieving a hue component (H) and a saturation component (S) of the HSV color space to form an HS-based image; dividing the HS-based image into image blocks; selecting one image block as a background block; using an obstacle recognition equation to determine whether each of the image blocks is similar to the background block; if no, deleting the image block; if yes, preserving the image block to form a binary obstacle image; and overlaying the binary obstacle image on the original image to filter out the background and obtain an initial ambit of an obstacle image. Then, three orderly movement flow equations are used to determine whether it is an obstacle.