Lidar detection method, device, storage medium, and lidar

US2025035789A1 · US · A1

Patent metadata
FieldValue
Publication numberUS-2025035789-A1
Application numberUS-202418780474-A
CountryUS
Kind codeA1
Filing dateJul 23, 2024
Priority dateJul 25, 2023
Publication dateJan 30, 2025
Grant date

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.

Embodiments of this application disclose a method, device, storage medium, and LiDAR for LiDAR detection. The method includes: obtaining point cloud data corresponding to an i−1th ground line and point cloud data corresponding to an i−2th ground line; calculating a predicted height range of the ith ground line based on the point cloud data corresponding to the i−1th ground line and the point cloud data corresponding to the i−2th ground line; detecting a scanning points on the ith row of the scanning line based on the predicted height range to determine a target point in the scanning points; and obtaining the ith ground line based on the target point.

First claim

Opening claim text (preview).

What is claimed is: 1 . A LiDAR detection method, comprising: obtaining point cloud data corresponding to an i−1 th ground line and point cloud data corresponding to an i−2 th ground line, wherein i is an integer greater than or equal to 3; calculating a predicted height range of an i th ground line based on the point cloud data corresponding to the i−1 th ground line and the point cloud data corresponding to the i−2 th ground line; determining a target point in scanning points by detecting a scanning point of an i th row of a scanning line based on the predicted height range; and obtaining the i th ground line based on the target point, wherein a distance between the ground line and the LiDAR increases from the i−2 th ground line, to the i−1 th ground line, and to the i th ground line. 2 . The LiDAR detection method according to claim 1 , wherein the calculating the predicted height range of the i th ground line based on the point cloud data corresponding to the i−1 th ground line and the point cloud data corresponding to the i−2 th ground line comprises: traversing a scanning point of the i−1 th ground line and a scanning point of the i−2 th ground line to obtain K pairs of points, wherein one pair of points comprises a first reference point and a second reference point, the first reference point is a scanning point of the i−1 th ground line, the second reference point is a scanning point of the i−2 th ground line, and a difference between pitch angles of the first reference point and the second reference point is less than or equal to a threshold, wherein K is a positive integer; and based on heights of the first reference point and the second reference point in the pairs of points, calculating a predicted height range of a first scanning point, wherein the first scanning point is a scanning point of the i th row of the scanning line, and pitch angle differences of the K pairs of points are less than or equal to the threshold, and a scanning point of the i th row of the scanning line other than the first scanning point is a second scanning point; and based on the predicted height range of the first scanning point, calculating a predicted height range of the second scanning point. 3 . The LiDAR detection method according to claim 2 , wherein based on heights of the first reference point and the second reference point in the pairs of points, the calculating a predicted height range of a first scanning point comprises: obtaining a height fluctuation value of K first reference points in the K pairs of points and a gradient value of a point pair corresponding to the first scanning point; and based on the height fluctuation value and the gradient value, calculating the predicted height range of the first scanning point. 4 . The LiDAR detection method according to claim 2 , wherein based on the predicted height range of the first scanning point, the calculating a predicted height range of the second scanning point comprises: determining at least two first scanning points adjacent to the second scanning point on the i th row of the scanning line; and based on the predicted height ranges of the at least two first scanning points adjacent to the second scanning point, calculating the predicted height range of the second scanning point. 5 . The LiDAR detection method according to claim 1 , wherein the determining a target point in scanning points by detecting a scanning point of an i th row of a scanning line based on the predicted height range comprises: obtaining heights of a plurality of scanning points in a neighborhood window with a scanning point Si,j as a center, wherein j is a positive integer and less than or equal to a total number of the scanning points on the i th row of the scanning line; comparing the heights of the plurality of scanning points in the neighborhood window with the predicted height range of the scanning point Si,j to determine whether the scanning point Si,j is a ground point; and when the scanning point is the ground point, determining the scanning point as the target point. 6 . The LiDAR detection method according to claim 5 , wherein the comparing the heights of the plurality of scanning points in the neighborhood window with the predicted height range of the scanning point Si,j to determine whether the scanning point Si,j is a ground point, comprises: determining the scanning point Si,j as the ground point, when the height of the scanning point Si,j is within the predicted height range of the scanning point Si,j, and a quantity of the plurality of scanning points in the neighborhood window whose heights are within the predicted height range of the scanning point Si,j is greater than a first threshold; and determining the scanning point Si,j as the ground point, when the height of the scanning point Si,j is not within the predicted height range of the scanning point Si,j and a quantity of the plurality of scanning points in the neighborhood window whose heights are within the predicted height range of the scanning point Si,j is greater than a second threshold. 7 . The LiDAR detection method according to claim 1 , wherein the obtaining the i th ground line based on the target point comprises: performing fitting on the target point Si,q to obtain a fitted height, wherein q is a positive integer and less than or equal to a total number of the target points on the i th row of the scanning line; and obtaining the i th ground line based on the fitted height. 8 . The LiDAR detection method according to claim 7 , wherein after performing fitting on the target point Si,q to obtain a fitted height, the method further comprises: based on the fitted height of the target point Si,q, determining a fitted height range of the scanning point of the i th row of the scanning line; and using the fitted height range of the scanning point of the i th row of the scanning line as the predicted height range and counting, and returning to perform the step of detecting the scanning point of the i th row of the scanning line based on the predicted height range and determining the target point in the scanning point until a value of the counting is greater than a preset number. 9 . The LiDAR detection method according to claim 8 , wherein the based on the fitted height of the target point Si,q, determining a fitted height range of the scanning point of the i th row of the scanning line comprises: obtaining fitted heights of a plurality of target points in a neighborhood window with the target point Si,q as a center; and based on the fitted heights of the plurality of target points in the neighborhood window, obtaining a height fluctuation value of the fitted heights, and determining a fitted height range of the target point Si,q, and determining a fitted height range of a non-target point Si,p, wherein the non-target point is a scanning point on the i th row of the scanning line other than the target point, p is a positive integer, and a sum of q and p is the total number of the scanning points on the i th row of the scanning line. 10 . The LiDAR detection method according to claim 7 , wherein the performing fitting on the target point Si,q to obtain the fitted height comprises: obtaining heights of a plurality of target points in a neighborhood window with the target point Si,q as a center; and performing linear fitting based on the heights of the plurality of target points in the neighborhood window to obtain the fitted height of the target point Si,q. 11 . A LiDAR detection device, comprising: a data obtaining module, configured to obtain point cloud data corresponding to an i−1 th ground line and point cloud data corresp

Assignees

Inventors

Classifications

  • using analysis of echo signal for target characterisation; Target signature; Target cross-section · CPC title

  • G01S17/88Primary

    Lidar systems specially adapted for specific applications · CPC title

  • from laser ranging, e.g. using interferometry; from the projection of structured light · CPC title

  • of land vehicles · CPC title

  • G01S17/89Primary

    for mapping or imaging · CPC title

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 US2025035789A1 cover?
Embodiments of this application disclose a method, device, storage medium, and LiDAR for LiDAR detection. The method includes: obtaining point cloud data corresponding to an i−1th ground line and point cloud data corresponding to an i−2th ground line; calculating a predicted height range of the ith ground line based on the point cloud data corresponding to the i−1th ground line and the point cl…
Who is the assignee on this patent?
Suteng Innovation Tech Co Ltd
What technology area does this patent fall under?
Primary CPC classification G01S17/88. Mapped technology areas include Physics.
When was this patent published?
Publication date Thu Jan 30 2025 00:00:00 GMT+0000 (Coordinated Universal Time) (A1). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 8 related publications on this page (citations in our corpus or others sharing the same primary CPC).