CN111596309A - Vehicle queuing measurement method based on laser radar - Google Patents

Vehicle queuing measurement method based on laser radar Download PDF

Info

Publication number
CN111596309A
CN111596309A CN202010299678.XA CN202010299678A CN111596309A CN 111596309 A CN111596309 A CN 111596309A CN 202010299678 A CN202010299678 A CN 202010299678A CN 111596309 A CN111596309 A CN 111596309A
Authority
CN
China
Prior art keywords
laser radar
point
ground
thread
point cloud
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010299678.XA
Other languages
Chinese (zh)
Other versions
CN111596309B (en
Inventor
刘磊
赵彦峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing Zhuoyu Intelligent Technology Co ltd
Original Assignee
Nanjing Zhuoyu Intelligent Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Zhuoyu Intelligent Technology Co ltd filed Critical Nanjing Zhuoyu Intelligent Technology Co ltd
Priority to CN202010299678.XA priority Critical patent/CN111596309B/en
Publication of CN111596309A publication Critical patent/CN111596309A/en
Application granted granted Critical
Publication of CN111596309B publication Critical patent/CN111596309B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S17/00Systems using the reflection or reradiation of electromagnetic waves other than radio waves, e.g. lidar systems
    • G01S17/88Lidar systems specially adapted for specific applications
    • G01S17/89Lidar systems specially adapted for specific applications for mapping or imaging
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/065Traffic control systems for road vehicles by counting the vehicles in a section of the road or in a parking area, i.e. comparing incoming count with outgoing count
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02ATECHNOLOGIES FOR ADAPTATION TO CLIMATE CHANGE
    • Y02A90/00Technologies having an indirect contribution to adaptation to climate change
    • Y02A90/10Information and communication technologies [ICT] supporting adaptation to climate change, e.g. for weather forecasting or climate simulation

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Electromagnetism (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Optical Radar Systems And Details Thereof (AREA)

Abstract

The invention relates to the technical field of laser radar measurement, in particular to a vehicle queuing measurement method based on a laser radar. The invention has the beneficial effects that: the method can quickly filter the ground point cloud, eliminate irrelevant noise interference, and has the advantages of high reliability, high precision, wide application range, accurate calculation of vehicle queuing length and small error.

Description

Vehicle queuing measurement method based on laser radar
Technical Field
The invention relates to the technical field of laser radar measurement, in particular to a vehicle queuing measurement method based on a laser radar.
Background
Lidar is a generic term for active detection of sensor devices by laser. For the measurement imaging laser radar, the main working principle is to realize three-dimensional scanning measurement (imaging) of the target profile through high-frequency ranging and scanning angle measurement. Surveying imaging LiDAR is largely comprised of two broad categories, survey-type LiDAR and navigation-type LiDAR. The measurement type LiDAR is mainly used for high-precision mapping; the navigation type LiDAR is mainly used for navigation obstacle avoidance of intelligent vehicles, robots and flying equipment. The measurement principle and the technical basis of the two types of products are similar, and the main difference is the difference of the operation mode, the detection distance and the measurement precision. The navigational LiDAR products trade off the reduction in the size and weight of the device and the increase in the number of laser scan lines at the expense of detection distance, range/angle measurement accuracy, and detection imaging gray scale. In addition, navigational LiDAR performs three-dimensional contouring of a target via multiple scan lines. Compared with auxiliary driving sensors such as a camera, an ultrasonic radar and a millimeter wave radar, the laser radar is the 'intelligent vehicle eye' really having the space three-dimensional resolution capability.
The conventional lidar filtering ground algorithm mainly adopts a PCL-based RANSAC algorithm, and the RANSAC is an abbreviation of "Random Sample Consensus". It can iteratively estimate the parameters of the mathematical model from a set of observed data sets comprising "outliers". It is an uncertain algorithm-it has a certain probability to get a reasonable result; the number of iterations must be increased in order to increase the probability.
The basic assumptions of RANSAC are:
(1) the data consists of "local points", for example: the distribution of the data can be interpreted with some model parameters;
(2) "outliers" are data that cannot fit into the model;
(3) the data beyond this is noise.
The reasons for the occurrence of the out-of-office points are: an extremum of noise; the wrong measurement method; an erroneous assumption of the data. RANSAC also makes the following assumptions: given a set of (usually small) local interior points, there is a process that can estimate the model parameters; and the model can be interpreted or adapted to the local site. A certain distance threshold is set through a RANSAC filtering algorithm of PCL, no matter the threshold is set too large or too small, the ground cannot be well filtered, and the point cloud of other objects can be filtered out if the threshold is set too large.
Disclosure of Invention
The invention aims to overcome the problems in the prior art and provides a vehicle queuing measurement method based on a laser radar, which can solve the problems in the prior art at least to a certain extent.
In order to achieve the technical purpose and achieve the technical effect, the invention is realized by the following technical scheme:
a vehicle queuing measurement method based on laser radar comprises the following steps:
1) filtering the point cloud close to the ground, comprising the following steps:
filtering ground point clouds by using a RANSAC algorithm and laser radar height included angle information in the ground filtering process by using a multi-thread laser radar, and then acquiring point cloud information of an upper layer on a road;
2) calculating the length of the vehicle based on a K-means algorithm, comprising the following steps:
2.1) selecting some classes/groups and randomly initializing their respective center points;
2.2) calculating the distance from each data point to the central point, and dividing the data point into which class as the data point is closest to which central point;
2.3) calculating the central point in each class as a new central point;
2.4) repeating the steps until the change of each type of center is not large after each iteration;
3) and determining the position of the automobile based on a clustering algorithm and the reflection intensity of the laser radar, wherein the data point cloud format output by the multi-thread laser radar is (x, y, r), x and y are coordinate values of a scanning point, and r is the reflection intensity.
As a further optimization of the above technical solution, in the step 1), the point cloud is filtered by a straight-line distance from each thread in the multi-thread laser radar to the ground.
As a further optimization of the above technical solution, in step 3), the reflection intensity of the multi-thread lidar is set to (0,255).
The invention has the beneficial effects that: the method can quickly filter the ground point cloud, eliminate irrelevant noise interference, and has the advantages of high reliability, high precision, wide application range, accurate calculation of vehicle queuing length and small error.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a demonstration diagram of the step of calculating the length of a vehicle based on the K-means algorithm in the present invention;
FIG. 2 is an illustration of the steps in the present invention for determining vehicle location based on clustering algorithm and laser radar reflection intensity.
Detailed Description
In order to make the technical means, the creation features, the achievement purposes and the effects of the invention easy to understand, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
A vehicle queuing measurement method based on laser radar comprises the following steps:
1) filtering the point cloud close to the ground, comprising the following steps:
filtering ground point clouds by using a multi-thread laser radar and using a RANSAC algorithm and laser radar height included angle information in the process of filtering the ground, then obtaining point cloud information of upper layers of roads, wherein the straight line distance from each thread to the ground is known, and the point clouds close to the ground can be filtered according to the information;
referring to fig. 1, 2) the calculation of the vehicle length based on the K-means algorithm is mainly an algorithm work performed on the point cloud remaining after the removal of the ground, and includes the following steps:
2.1) first we select some classes/groups and randomly initialize their respective center points. The center point is the same length position as each data point vector. This requires us to predict the number of classes (i.e. the number of center points) in advance;
2.2) calculating the distance from each data point to the central point, and dividing the data point into which class as the data point is closest to which central point;
2.3) calculating the central point in each class as a new central point;
2.4) repeating the above steps until the center of each class does not change much after each iteration. Or the central point can be initialized randomly for many times, and then the best one of the operation results is selected;
please refer to fig. 2) the position of the vehicle is determined based on the clustering algorithm and the reflection intensity of the laser radar, the data point cloud output by the multi-thread laser radar has a format of (x, y, r), x and y are coordinate values of the scanning point, r is the reflection intensity, the reflection intensity of the multi-thread laser radar is (0,255), generally, the reflection intensity of the object which is more bright and opaque is stronger, so the reflection intensity of the vehicle is far greater than that of other objects, such as a road and a green belt, and the intensity of the point cloud which is scanned by the laser radar on the vehicle is usually greater than 200.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The preferred embodiments of the invention disclosed above are intended to be illustrative only. The preferred embodiments are not intended to be exhaustive or to limit the invention to the precise embodiments disclosed. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the invention and the practical application, to thereby enable others skilled in the art to best utilize the invention. The invention is limited only by the claims and their full scope and equivalents.

Claims (3)

1. A vehicle queuing measurement method based on laser radar is characterized by comprising the following steps:
1) filtering the point cloud close to the ground, comprising the following steps:
filtering ground point clouds by using a RANSAC algorithm and laser radar height included angle information in the ground filtering process by using a multi-thread laser radar, and then acquiring point cloud information of an upper layer on a road;
2) calculating the length of the vehicle based on a K-means algorithm, comprising the following steps:
2.1) selecting some classes/groups and randomly initializing their respective center points;
2.2) calculating the distance from each data point to the central point, and dividing the data point into which class as the data point is closest to which central point;
2.3) calculating the central point in each class as a new central point;
2.4) repeating the steps until the change of each type of center is not large after each iteration;
3) and determining the position of the automobile based on a clustering algorithm and the reflection intensity of the laser radar, wherein the data point cloud format output by the multi-thread laser radar is (x, y, r), x and y are coordinate values of a scanning point, and r is the reflection intensity.
2. The method for laser radar-based vehicle queuing measurement according to claim 1, wherein in step 1), the point cloud is filtered by the linear distance from each thread in the multi-thread laser radar to the ground.
3. The method for laser radar-based vehicle queuing measurement according to claim 1, wherein in step 3), the reflection intensity of the multi-thread laser radar is (0, 255).
CN202010299678.XA 2020-04-16 2020-04-16 Vehicle queuing measurement method based on laser radar Active CN111596309B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010299678.XA CN111596309B (en) 2020-04-16 2020-04-16 Vehicle queuing measurement method based on laser radar

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010299678.XA CN111596309B (en) 2020-04-16 2020-04-16 Vehicle queuing measurement method based on laser radar

Publications (2)

Publication Number Publication Date
CN111596309A true CN111596309A (en) 2020-08-28
CN111596309B CN111596309B (en) 2023-05-12

Family

ID=72185006

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010299678.XA Active CN111596309B (en) 2020-04-16 2020-04-16 Vehicle queuing measurement method based on laser radar

Country Status (1)

Country Link
CN (1) CN111596309B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114913469A (en) * 2022-07-11 2022-08-16 浙江大华技术股份有限公司 Method for establishing vehicle length estimation model, terminal equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108460416A (en) * 2018-02-28 2018-08-28 武汉理工大学 A kind of structured road feasible zone extracting method based on three-dimensional laser radar
CN108765937A (en) * 2018-03-30 2018-11-06 深圳市金溢科技股份有限公司 Vehicle identifier, roadside unit and method for ETC system
CN109212541A (en) * 2018-09-20 2019-01-15 同济大学 High-precision vehicle detecting system based on vehicle perpendicular type feature and laser radar
EP3492872A1 (en) * 2017-11-30 2019-06-05 Bayerische Motoren Werke Aktiengesellschaft Method and system for storing and transmitting measurement data from measuring vehicles
CN110969855A (en) * 2019-12-13 2020-04-07 长沙莫之比智能科技有限公司 Traffic flow monitoring system based on millimeter wave radar

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3492872A1 (en) * 2017-11-30 2019-06-05 Bayerische Motoren Werke Aktiengesellschaft Method and system for storing and transmitting measurement data from measuring vehicles
CN108460416A (en) * 2018-02-28 2018-08-28 武汉理工大学 A kind of structured road feasible zone extracting method based on three-dimensional laser radar
CN108765937A (en) * 2018-03-30 2018-11-06 深圳市金溢科技股份有限公司 Vehicle identifier, roadside unit and method for ETC system
CN109212541A (en) * 2018-09-20 2019-01-15 同济大学 High-precision vehicle detecting system based on vehicle perpendicular type feature and laser radar
CN110969855A (en) * 2019-12-13 2020-04-07 长沙莫之比智能科技有限公司 Traffic flow monitoring system based on millimeter wave radar

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
刘磊: "基于k-means的自适应聚类算法研究", 《中国优秀硕士学位论文全文数据库信息科技辑》 *
孔栋 等: "基于车载32线激光雷达点云的车辆目标识别算法", 《科学技术与工程》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114913469A (en) * 2022-07-11 2022-08-16 浙江大华技术股份有限公司 Method for establishing vehicle length estimation model, terminal equipment and storage medium
CN114913469B (en) * 2022-07-11 2022-11-22 浙江大华技术股份有限公司 Method for establishing vehicle length estimation model, terminal equipment and storage medium

Also Published As

Publication number Publication date
CN111596309B (en) 2023-05-12

Similar Documents

Publication Publication Date Title
CN109300162B (en) Multi-line laser radar and camera combined calibration method based on refined radar scanning edge points
CN107632308B (en) Method for detecting contour of obstacle in front of vehicle based on recursive superposition algorithm
Kellner et al. Instantaneous lateral velocity estimation of a vehicle using Doppler radar
US10281574B2 (en) Method for assessing a ground area for suitability as a landing zone or taxi area for aircraft
Thormann et al. Extended target tracking using Gaussian processes with high-resolution automotive radar
Han et al. Road boundary detection and tracking for structured and unstructured roads using a 2D lidar sensor
Arras et al. Improving robustness and precision in mobile robot localization by using laser range finding and monocular vision
Park et al. Radar localization and mapping for indoor disaster environments via multi-modal registration to prior LiDAR map
CN112781599B (en) Method for determining the position of a vehicle
Li et al. High Resolution Radar-based Occupancy Grid Mapping and Free Space Detection.
Lategahn et al. Occupancy grid computation from dense stereo and sparse structure and motion points for automotive applications
Konrad et al. Localization in digital maps for road course estimation using grid maps
CN114972532B (en) External parameter calibration method, device, equipment and storage medium between laser radars
Lee et al. A geometric model based 2D LiDAR/radar sensor fusion for tracking surrounding vehicles
CN114829971A (en) Laser radar calibration method and device and storage medium
CN112379393A (en) Train collision early warning method and device
CN117590362B (en) Multi-laser radar external parameter calibration method, device and equipment
Jeong et al. LiDAR intensity calibration for road marking extraction
CN113434788B (en) Picture construction method and device, electronic equipment and vehicle
CN113296120B (en) Obstacle detection method and terminal
CN111596309A (en) Vehicle queuing measurement method based on laser radar
Hebel et al. Change detection in urban areas by direct comparison of multi-view and multi-temporal ALS data
Yang et al. Target recognition using rotating ultrasonic sensor for an amphibious ROV
JP4618506B2 (en) Object recognition device
CN114488026A (en) Underground parking garage passable space detection method based on 4D millimeter wave radar

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant