Estimation of time to collision in a computer vision system

US10248872B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-10248872-B2
Application numberUS-201615298218-A
CountryUS
Kind codeB2
Filing dateOct 19, 2016
Priority dateOct 19, 2016
Publication dateApr 2, 2019
Grant dateApr 2, 2019

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A method for estimating time to collision (TTC) of a detected object in a computer vision system is provided that includes determining a three dimensional (3D) position of a camera in the computer vision system, determining a 3D position of the detected object based on a 2D position of the detected object in an image captured by the camera and an estimated ground plane corresponding to the image, computing a relative 3D position of the camera, a velocity of the relative 3D position, and an acceleration of the relative 3D position based on the 3D position of the camera and the 3D position of the detected object, wherein the relative 3D position of the camera is relative to the 3D position of the detected object, and computing the TTC of the detected object based on the relative 3D position, the velocity, and the acceleration.

First claim

Opening claim text (preview).

What is claimed is: 1. A method for estimating time to collision (TTC) of a detected object in a computer vision system, the method comprising: determining a three dimensional (3D) position of a camera in the computer vision system; determining a 3D position of the detected object based on a 2D position of the detected object in an image captured by the camera and an estimated ground plane corresponding to the image; computing a relative 3D position of the camera, a velocity of the relative 3D position, and an acceleration of the relative 3D position based on the 3D position of the camera and the 3D position of the detected object, wherein the relative 3D position of the camera is relative to the 3D position of the detected object; and computing the TTC of the detected object based on the relative 3D position, the velocity of the relative 3D position, and the acceleration of the relative 3D position. 2. The method of claim 1 , further comprising determining if the detected object is in a trajectory of a vehicle comprising the camera, the determining comprising comparing an angle of approach of the detected object to an angle threshold. 3. The method of claim 2 , wherein comparing an angle of approach comprises comparing the angle of approach to an angle threshold determined based on a distance of the detected object from the camera. 4. The method of claim 3 , wherein the angle threshold is a percentage of a predetermined angle threshold, wherein the percentage is decreased as the distance increases. 5. The method of claim 4 , wherein comparing an angle of approach comprises: comparing the angle of approach to the predetermined angle threshold if the distance is less than a first predetermined distance; comparing the angle of approach to a first percentage of the predetermined angle threshold if the distance is between the first predetermined distance and a second predetermined distance, wherein the second predetermined distance is larger than the first predetermined distance; comparing the angle of approach to a second percentage of the predetermined angle threshold if the distance is between the second predetermined distance and a third predetermined distance, wherein the third predetermined distance is larger than the second predetermined distance and the second percentage is larger than the first percentage; and comparing the angle of approach to a third percentage of the predetermined angle threshold if the distance is greater than the third predetermined distance, wherein the third percentage is larger than the second percentage. 6. The method of claim 5 , wherein the first percentage is 25%, the second percentage is 50%, and the third percentage is 75%. 7. The method of claim 1 , wherein the 2D position of the detected object is a midpoint between bottom two corners of a bounding box corresponding to the detected object. 8. The method of claim 1 , wherein the 3D position of the camera is determined from a camera pose matrix corresponding to the image. 9. The method of claim 1 , wherein computing the TTC further comprises computing the TTC based on a projection of the velocity of the relative 3D position of the camera in a direction of the detected object and a projection of the acceleration of the relative 3D position of the camera in a direction of the detected object. 10. A computer vision system comprising a vision processor; and a memory coupled to the vision processor comprising instructions executable by the vision processor, the vision processor being operable when executing the instructions to: capture a two dimensional (2D) image of a scene by a monocular camera; determine a three dimensional (3D) position of the monocular camera corresponding to the 2D image; determine a 3D position of the detected object based on a 2D position of the detected object in the 2D image and an estimated ground plane corresponding to the 2D image; compute a relative 3D position of the camera, a velocity of the relative 3D position, and an acceleration of the relative 3D position based on the 3D position of the camera and the 3D position of the detected object, wherein the relative 3D position of the camera is relative to the 3D position of the detected object; and compute the TTC of the detected object based on the relative 3D position, the velocity of the relative 3D position, and the acceleration of the relative 3D position. 11. The computer vision system of claim 10 , wherein the vision processor is further operable when executing the instructions to determine if the detected object is in a trajectory of a vehicle comprising the monocular camera, the determining comprising comparing an angle of approach of the detected object to an angle threshold. 12. The computer vision system of claim 11 , wherein the vision processor is further operable when executing the instructions to compare the angle of approach to an angle threshold determined based on a distance of the detected object from the camera. 13. The computer vision system of claim 10 , wherein the 2D position of the detected object is a midpoint between bottom two corners of a bounding box corresponding to the detected object. 14. The computer vision system of claim 10 , wherein the vision processor is further operable when executing the instructions to generate a 3D point cloud corresponding to the 2D image. 15. The computer vision system of claim 14 , wherein the vision processor is further operable when executing the instructions to generate the estimated ground plane based on the 3D point cloud. 16. The computer vision system of claim 10 , wherein the vision processor is further operable when executing the instructions to compute the TTC based on a projection of the velocity of the relative 3D position of the camera in a direction of the detected object and a projection of the acceleration of the relative 3D position of the camera in a direction of the detected object. 17. A method for estimating time to collision (TTC) of a detected object in a computer vision system, the method comprising: computing a distance of the detected object from a camera in the computer vision system, wherein the detected object is in a field of view of the camera; computing a projected velocity of a relative three dimensional (3D) position of the camera in a direction of the detected object, wherein the relative 3D position of the camera is relative to a 3D position of the detected object; computing a projected acceleration of the relative 3D position of the camera in the direction of the detected object; and computing the TTC based on the distance of the detected object, the projected velocity of the relative 3D position, and the projected acceleration of the relative 3D position. 18. The method of claim 17 , wherein computing the TTC further comprises: computing the TTC as the distance divided by the projected velocity when the projected acceleration is zero; and computing the TTC as min[(−v (+−) sqrt(v 2 +2ad))/a] when the projected acceleration is not zero, wherein v is the projected velocity, a is the projected acceleration, and d is the distance. 19. The method of claim 17 , further comprising: determining a 3D position of the camera; determining the 3D position of the detected object based on a 2D position of the detected object in a two dimensional (2D) image captured by the camera and an estimated ground plane corresponding to the 2D image; and computing the relative 3D position of the camera, a velocity of the relative 3D position, and an acceleration of the relative 3D posit

Assignees

Inventors

Classifications

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US10248872B2 cover?
A method for estimating time to collision (TTC) of a detected object in a computer vision system is provided that includes determining a three dimensional (3D) position of a camera in the computer vision system, determining a 3D position of the detected object based on a 2D position of the detected object in an image captured by the camera and an estimated ground plane corresponding to the imag…
Who is the assignee on this patent?
Texas Instruments Inc
What technology area does this patent fall under?
Primary CPC classification G01C11/02. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Apr 02 2019 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 4 related publications on this page (citations in our corpus or others sharing the same primary CPC).