Vehicle Object Tracking via Image Sub-Image Segmentation
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing object tracking systems for vehicles face challenges in efficiently detecting and recognizing objects in real-time due to high computational demands and the inclusion of irrelevant objects, which affects driving safety.
Innovation Solution
An object tracking method that divides images into sub-images based on threshold conditions, excluding objects outside specific distance, height, and width ranges, using a monocular camera to calculate object dimensions and employing a strong classifier for accurate recognition.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Measurement precision
If object tracking is performed on the entire image, then detection accuracy is improved, but computation time increases
Solution Approach 1:
The image is divided into multiple sub-images based on distance ranges from the vehicle. The processing system selectively tracks objects only in relevant sub-images (e.g., medium and far distance sub-images) while excluding near distance sub-images where no target objects are expected. This segmentation approach maintains detection accuracy for relevant objects while significantly reducing computation time by avoiding processing of irrelevant image regions.
2Reliability
If all objects in the image are tracked, then detection completeness is improved, but computational power requirements increase
Solution Approach 1:
The system extracts and processes only the relevant portions of the image that contain potential target objects. By using distance threshold conditions to identify and exclude near distance sub-images where vehicles and pedestrians are not present, the system reduces computational power requirements while maintaining detection completeness for actual targets of interest.
3Adaptability or versatility
If irrelevant objects are included in tracking, then coverage is improved, but detection accuracy for relevant objects deteriorates
Solution Approach 1:
Different quality levels of processing are applied to different regions of the image based on their relevance to the detection task. Relevant sub-images (medium and far distance) receive full processing attention with high computational resources, while irrelevant sub-images (near distance) are excluded from processing. This local quality approach improves detection accuracy for relevant objects by concentrating computational resources where they are most needed.
Data Source
AI summary
The present application provides an object tracking method. The object tracking method includes obtaining an image of an area in front of a vehicle; dividing the image of the area in the front of the vehicle into a plurality of sub-images; determining a plurality of first sub-images that satisfy a plurality of threshold conditions out of the plurality of sub-images; selecting a plurality of target sub-images out of the plurality of first sub-images, at least one of the plurality of first sub-images is not selected as one of the plurality of target sub-images; and recognizing a target object in one of the plurality of target sub-images.


