WO2024065685A1 - Point cloud processing method and radar - Google Patents

Point cloud processing method and radar Download PDF

Info

Publication number
WO2024065685A1
WO2024065685A1 PCT/CN2022/123293 CN2022123293W WO2024065685A1 WO 2024065685 A1 WO2024065685 A1 WO 2024065685A1 CN 2022123293 W CN2022123293 W CN 2022123293W WO 2024065685 A1 WO2024065685 A1 WO 2024065685A1
Authority
WO
WIPO (PCT)
Prior art keywords
connected domain
points
reflectivity
type
point cloud
Prior art date
Application number
PCT/CN2022/123293
Other languages
French (fr)
Chinese (zh)
Inventor
马锋
Original Assignee
深圳市速腾聚创科技有限公司
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 深圳市速腾聚创科技有限公司 filed Critical 深圳市速腾聚创科技有限公司
Priority to PCT/CN2022/123293 priority Critical patent/WO2024065685A1/en
Publication of WO2024065685A1 publication Critical patent/WO2024065685A1/en

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
    • G01S13/00Systems using the reflection or reradiation of radio waves, e.g. radar systems; Analogous systems using reflection or reradiation of waves whose nature or wavelength is irrelevant or unspecified
    • G01S13/02Systems using reflection of radio waves, e.g. primary radar systems; Analogous systems
    • G01S13/04Systems determining presence of a target
    • 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
    • G01S7/00Details of systems according to groups G01S13/00, G01S15/00, G01S17/00
    • G01S7/48Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S17/00
    • G01S7/51Display arrangements

Definitions

  • the present application relates to the field of computer technology, and in particular to a method for processing point clouds and a radar.
  • LiDAR is an active remote sensing device that uses lasers as the light source and photoelectric detection technology. It is an advanced detection method that combines laser technology with modern photoelectric detection technology. LiDAR is widely used in autonomous driving, logistics vehicles, robots, vehicle-road collaboration, public smart transportation and other fields.
  • the present application provides a method and radar for processing point clouds, which can remove abnormal noise around high-reflective objects in the point clouds and improve the ranging accuracy of the laser radar.
  • the present application provides a method for processing a point cloud, comprising: in response to obtaining a point cloud, dividing the point cloud into a first type of points and/or a second type of points based on the reflectivity of the points in the point cloud, wherein the reflectivity of the first type of points is higher than a first reflectivity threshold, and the reflectivity of the second type of points is lower than a second reflectivity threshold; obtaining at least one first connected domain corresponding to the first type of points by projection, and/or obtaining at least one second connected domain corresponding to the second type of points by projection; if the second connected domain is connected to the first connected domain and the second connected domain satisfies a deletion condition, deleting the points in the point cloud corresponding to the second connected domain, the deletion condition characterizing that the points in the second connected domain belong to expansion noise.
  • the second aspect of the present application provides a device for processing point clouds, including: a point cloud classification module, a connected domain acquisition module and a noise removal module.
  • the point cloud classification module is used to respond to the acquisition of the point cloud and divide the point cloud into a first type of points and/or a second type of points based on the reflectivity of the points in the point cloud, wherein the reflectivity of the first type of points is higher than a first reflectivity threshold, and the reflectivity of the second type of points is lower than a second reflectivity threshold;
  • the connected domain acquisition module is used to obtain at least one first connected domain corresponding to the first type of points by projection, and/or, to obtain at least one second connected domain corresponding to the second type of points by projection;
  • the noise removal module is used to delete the points in the point cloud corresponding to the second connected domain if the second connected domain is connected to the first connected domain and the second connected domain satisfies a deletion condition, wherein the deletion condition indicates that the points in the second connected domain belong to expansion noise.
  • a third aspect of the present application provides a board comprising the device for processing point clouds as described above.
  • a fourth aspect of the present application provides a radar, comprising the device for processing point clouds as described above.
  • a fifth aspect of the present application provides an electronic device, comprising: a processor; and a memory, on which executable code is stored, and when the executable code is executed by the processor, the processor executes the method as described above.
  • a sixth aspect of the present application provides a computer-readable storage medium having executable code stored thereon.
  • the executable code When executed by a processor of an electronic device, the processor executes the above method.
  • a seventh aspect of the present application provides a computer program product, comprising an executable code, which implements the above method when the executable code is executed.
  • the point cloud is divided into high-reflectivity points with a reflectivity higher than a first reflectivity threshold and low-reflectivity points with a reflectivity lower than a second reflectivity threshold according to the reflectivity of the points in the point cloud.
  • the low-reflectivity point is most likely an expansion-type noise spot generated by a high-reflectivity object.
  • a first connected domain corresponding to the first type of points and a second connected domain corresponding to the second type of points are obtained by projection, so that whether the first type of points and the second type of points are connected can be determined by graphic processing.
  • the second connected domain and the first connected domain are separated from each other in at least one of the first projection binary map, the second projection binary map, or the third projection binary map, it indicates that the corresponding second-type points and first-type points are separated from each other, and are not expansion-type noise, and need to be retained to avoid accidental deletion of low-reflectivity points corresponding to obstacles, etc.
  • the deletion condition includes: the distance between all points corresponding to the second connected domain and the first connected domain is relatively close, and/or the ratio between the area of the second connected domain and the area of the first connected domain is less than or equal to a ratio threshold. Based on this deletion condition, it can be effectively determined whether the point cloud corresponding to the second connected domain is expansion noise.
  • different trade-off criteria are used to select point clouds within a preset height range and point clouds within a non-preset height range, so as to reduce the number of point clouds with low risk while meeting the sensing capabilities of the lidar.
  • operations such as deleting burrs, deleting monotonically changing reflectivity, deleting highly consistent reflectivity, and deleting second connected domains with a large edge area ratio may be performed on the point clouds within the retained second connected domain, thereby effectively further reducing the number of point clouds belonging to low risk.
  • the second reflectivity threshold is determined based on the average reflectivity of the first type of points, so that the second reflectivity threshold is more in line with the threshold standard of expansion-type noise, thereby improving the accuracy of expansion-type noise identification.
  • FIG1 is a schematic diagram of a method for processing point clouds and an application scenario of radar according to an embodiment of the present application
  • FIG2A is a schematic diagram of a laser radar system according to an embodiment of the present application.
  • FIG2B is a schematic diagram of a laser radar data processing system according to an embodiment of the present application.
  • FIG2C is a schematic diagram of a point cloud processing system according to an embodiment of the present application.
  • FIG3 is a flow chart of a method for processing a point cloud according to an embodiment of the present application.
  • FIG4 is a schematic diagram of a high-reflection expansion process shown in an embodiment of the present application.
  • FIG5 is a schematic diagram showing the connection between the first connected domain and the second connected domain after high-reflection expansion according to an embodiment of the present application
  • FIG6 is a flow chart of a method for processing a point cloud shown in another embodiment of the present application.
  • FIG7 is a schematic diagram of a point cloud before high-reflection expansion noise removal processing shown in an embodiment of the present application.
  • FIG8 is a schematic diagram of a point cloud after high-reflection expansion noise removal processing shown in FIG7 ;
  • FIG9 is a schematic diagram of a point cloud before high-reflection expansion noise removal according to an embodiment of the present application.
  • FIG10 is a schematic diagram of the point cloud after the high reflection expansion noise removal process shown in FIG9 ;
  • FIG11 is a schematic diagram of a point cloud before high-reflection expansion noise removal processing shown in an embodiment of the present application.
  • FIG12 is a schematic diagram of a point cloud after high-reflection expansion noise removal processing shown in FIG11;
  • FIG13 is a schematic diagram of a point cloud before high-reflection expansion noise removal processing shown in an embodiment of the present application.
  • FIG14 is a schematic diagram of a point cloud after high-reflection expansion noise removal processing shown in FIG13;
  • FIG15 is a schematic diagram of a point cloud before high-reflection expansion noise removal processing shown in an embodiment of the present application.
  • FIG16 is a schematic diagram of a point cloud after high-reflection expansion noise removal processing shown in FIG15 ;
  • FIG17 is a schematic diagram of the structure of an apparatus for processing point clouds according to an embodiment of the present application.
  • FIG18 is a schematic diagram of the structure of a radar according to an embodiment of the present application.
  • FIG. 19 is a schematic diagram of the structure of an electronic device according to an embodiment of the present application.
  • first, second, third, etc. may be used in this application to describe various information, this information should not be limited to these terms. These terms are only used to distinguish the same type of information from each other.
  • first information may also be referred to as the second information, and similarly, the second information may also be referred to as the first information.
  • second information may also be referred to as the first information.
  • the features defined as “first” and “second” may explicitly or implicitly include one or more of the features.
  • the meaning of “multiple” is two or more, unless otherwise clearly and specifically defined.
  • Vehicle-mounted radar The detection distance is 200 to 500 meters, and the identifiable physical properties can include distance and reflectivity. It can be used for small machines such as vehicles and robots. Vehicle-mounted radars include vehicle-mounted laser radars, vehicle-mounted millimeter-wave radars, and vehicle-mounted ultrasonic radars.
  • LiDAR An active remote sensing device that uses lasers as the light source and photoelectric detection technology. It is an advanced detection method that combines laser technology with modern photoelectric detection technology. It consists of a transmitting system, a receiving system, a scanning control system, a data processing system, and other parts. Its working principle is to transmit a detection signal to the target, and then process the received echo signal to obtain information such as the distance, size, speed, and reflectivity of the target. Its advantages are high resolution, high sensitivity, strong anti-interference ability, and no influence from dark conditions. It is widely used in autonomous driving, logistics vehicles, robots, vehicle-road collaboration, public smart transportation, and other fields.
  • Vehicle-mounted laser radar By emitting outgoing light (such as a laser beam) with a wavelength of about 900nm, the outgoing light will be reflected by the obstacle after encountering it.
  • the processing unit calculates the distance between the obstacle and the vehicle-mounted laser radar based on the time difference between the reflected light and the outgoing light. In addition, the processing unit can also estimate the reflectivity of the target based on the cross-section of the reflected light.
  • Vehicle-mounted laser radar has a small size and a high degree of integration.
  • the system architecture applicable to the autonomous driving scenario may include mobile devices, networks, and the cloud.
  • Mobile devices include, but are not limited to: cars, ships, robots, aircraft, etc.
  • Mobile devices may be provided with electronic devices such as sensors to obtain information about obstacles in the surrounding environment of the mobile device, etc.
  • Electronic devices may include: radars, image sensors, etc.
  • LiDAR is an active remote sensing device that uses photoelectric detection technology. It is an advanced detection method that combines laser technology with modern photoelectric detection technology. It consists of a transmitting system, a receiving system, a scanning control system, a data processing system, and other parts. Its working principle is to transmit a detection signal to the target, and then process the received echo signal to obtain information such as the distance, size, speed, and reflectivity of the target object. Its advantages are high resolution, high sensitivity, strong anti-interference ability, and no influence from dark conditions. It is widely used in autonomous driving, logistics vehicles, robots, vehicle-road collaboration, public smart transportation and other fields.
  • the embodiment of the present application provides a method and radar for processing point clouds, and obtains high reflectivity points and low reflectivity points from the point clouds. If the low reflectivity point is connected to the high reflectivity point, and the low reflectivity point satisfies the deletion condition representing the expansion noise, the low reflectivity point can be deleted, and the high reflectivity expansion noise can be effectively identified and deleted, thereby improving the accuracy of the distance determined based on the point cloud.
  • FIG1 is a schematic diagram of a method for processing point clouds and an application scenario of radar according to an embodiment of the present application.
  • FIG1 shows the hardware structure of a vehicle 10 that supports assisted driving or automatic driving functions.
  • LIDAR Light Detection and Ranging
  • the detection area of the LIDAR 11 may be fixed, such as a certain LIDAR 11 may be used only for detection of a preset area.
  • the detection area of the LIDAR 11 may be adjustable, such as the LIDAR on the vehicle body may scan multiple detection areas by adjusting the posture, etc., or may scan multiple detection areas by adjusting the field of view of the LIDAR itself.
  • the vehicle 10 may be equipped with five LIDARs 11: the top of the vehicle, the front side of the vehicle, the rear side of the vehicle, the left side of the vehicle, and the right side of the vehicle. Through multiple LIDARs 11, the outline of objects existing in the area around the vehicle and the distance to the object can be detected.
  • a camera may be mounted on the vehicle 10.
  • the camera can capture the environment in front of the vehicle at a predetermined viewing angle.
  • the camera may be a monocular camera, a multi-camera camera, or the like.
  • the vehicle 10 may be equipped with a plurality of millimeter wave radars in a manner surrounding the vehicle 10.
  • the vehicle 10 may be equipped with four millimeter wave radars, with the left side in front of the vehicle, the right side in front of the vehicle, the left side behind the vehicle, and the right side behind the vehicle as the detection range.
  • the millimeter wave radars can detect the distance of an object existing in each detection area, and can detect the relative speed between the object and the vehicle 10.
  • the vehicle 10 may also be equipped with a positioning device 12, such as a Beidou positioning device, a global positioning system (GPS), etc.
  • the positioning device 12 can determine the current position of the vehicle 10.
  • the vehicle 10 may also be equipped with an electronic control unit (ECU).
  • ECU electronice control unit
  • the detection signal of at least one of the above-mentioned LIDAR 11, millimeter wave radar and positioning device 12 is sent to the ECU.
  • the ECU can detect and identify obstacles (such as roadblocks, moving objects, trees, adjacent vehicles, etc. around the vehicle 10) based on these signals.
  • the ECU can be physically divided into multiple units according to function, and this application will collectively refer to them as ECU.
  • movable device is described as a car, such description is not restrictive and is applicable to a variety of movable devices, such as land robots, water robots, etc.
  • the method for processing point clouds and radar of the embodiments of the present application can be applied to any one or more electronic devices that require the use of a clock, such as LIDAR 11, millimeter wave radar, positioning device 12, ECU or communication system as shown in Figure 1.
  • a clock such as LIDAR 11, millimeter wave radar, positioning device 12, ECU or communication system as shown in Figure 1.
  • the vehicle's autonomous driving scenario is used as an example for illustrative explanation.
  • road signal control is coordinated to improve the quality and efficiency of road management.
  • the corresponding autonomous driving vehicle decision can be determined based on the information perceived by the sensor system, and the safe distance between autonomous driving vehicles can be adjusted, so that the vehicle can drive safely and reliably on the road.
  • FIG. 2A is a schematic diagram of a laser radar system according to an embodiment of the present application.
  • the laser radar may include a transmitting system, a receiving system, a data processing system, and a point cloud output system.
  • the transmitting system includes a signal generator, a laser transmitter, and a lens, etc., which are used to transmit laser signals.
  • the signal generator generates a signal to trigger the laser transmitter to emit a laser with a wavelength of 905nm or 1550nm. After the laser is emitted, it passes through the lens and irradiates the target object (target object).
  • the target object can be regarded as a Lambertian body, that is, a diffusely reflecting object.
  • the laser receiving system may include a filter, an attenuation plate, a photosensitive unit, and a temperature control module, a boost circuit, a quenching circuit, and a signal extraction module used in conjunction with the photosensitive unit, etc., for receiving the laser reflection signal and converting the laser reflection signal into an electrical signal.
  • the echo signal reflected by the obstacle is narrow-band filtered and then passes through the attenuation plate (whose transmittance affects the detection performance of the laser radar). After passing through the attenuation plate, the echo signal is irradiated onto the photosensitive element (such as a single-photon avalanche photodiode SPAD).
  • the quenching circuit mainly includes passive quenching, active quenching, and gated quenching. Passive quenching mainly uses resistor voltage division to reduce the voltage and exit the avalanche state.
  • Active quenching is mainly to actively reduce the reverse bias voltage through the feedback circuit, thereby exiting the avalanche. Gated quenching keeps the frequencies of the emitter and the detector the same, while ensuring that the detector is in Geiger mode when photons arrive, and in the cutoff state when photons should not arrive. This quenching method reduces the dark count. After quenching, the SPAD exits the avalanche state, and after being boosted by the boost circuit, it works in Geiger mode again and can receive again. The period of boosting is called dead time, and the length of the dead time has a great impact on the performance of the lidar.
  • the data processing system processes and analyzes the collected electrical signals to generate point clouds.
  • the point cloud output system is used to output point clouds for obstacle recognition, lane line recognition, etc.
  • FIG. 2B is a schematic diagram of a laser radar data processing system according to an embodiment of the present application.
  • the data processing system may specifically include an echo signal filtering and processing system, an echo signal detection system, a distance, reflectivity, and angle information calculation system, a point cloud data generation system, and a point cloud processing system.
  • the echo signal filtering processing system can filter the point cloud.
  • the point cloud can be filtered by using related technical means such as echo intensity threshold filtering and outlier correction algorithm.
  • Echo data processing is an important part of lidar detection.
  • the detection of echo signals is the source of information such as distance and speed.
  • a high-speed analog-to-digital converter can be used to collect radar pulse signals, and the collected signals are transmitted to a field-programmable gate array (FPGA) for detection processing to determine the rising edge time of the detection signal. Based on the rising edge time, the signal is delayed and then modulated to simulate the target echo signal, i.e., the target simulated echo signal. After the target simulated echo signal is received by the radar, the radar performance (such as radar ranging accuracy, etc.) can be tested.
  • the point information can then be processed by point cloud interpolation (such as upsampling, upsampling) to generate a point cloud.
  • point cloud interpolation such as upsampling, upsampling
  • ArcGIS can be used to create a las dataset, then convert the las dataset to a raster, and then the global mapper raster to a DEM to export the generated point cloud.
  • FIG2C is a schematic diagram of a point cloud processing system shown in an embodiment of the present application.
  • the point cloud processing system includes but is not limited to: a point cloud denoising processing system, a point cloud rain and snow detection system, a point cloud strong light detection system, a high reflection expansion processing system, a point cloud filtering processing system, a point cloud interpolation processing system, a point cloud enhancement processing system, and a point cloud correction processing system.
  • the point cloud denoising system can be used to remove some noise points that will not affect driving safety, such as removing outliers whose height is higher than the height of the car.
  • the LiDAR will detect raindrops and snowflakes in the air during scanning, thus forming a large number of discrete point clouds that affect the normal judgment of the perception system and cause the vehicle to be unable to drive normally.
  • These point clouds floating in the air due to rainy and snowy weather can be called "noise points”.
  • Using the point cloud rain and snow detection system to reduce the noise of the point cloud and filter out these noise points is very necessary for the safe driving of the vehicle.
  • the point cloud enhancement processing system can enhance the point cloud based on the basic data processing and enhancement methods of point cloud in deep learning.
  • the point cloud enhancement processing includes point cloud normalization, random shuffling, random translation, random rotation, random scaling and random discarding, etc., continuous summary and update, etc.
  • the point cloud correction processing system can correct the point cloud distortion caused by the movement of the laser radar. Assuming that the frequency of the vehicle-mounted laser radar is 10HZ, the time for a complete point cloud frame is 0.1s. Within this 0.1s, if the vehicle is moving at high speed, the coordinate system of the vehicle-mounted laser radar is always moving, which will cause distortion: the output point cloud is not in the initial vehicle-mounted laser radar coordinates. The coordinate system changes with the movement of the car, resulting in point cloud distortion. The distorted point cloud can be corrected through point cloud correction, which helps to improve the accuracy of the determined obstacle location information and improve driving safety.
  • Flash LiDAR is a typical radar in the field of LiDAR. Since there is no scanning process, the mechanical structure of Flash LiDAR is extremely simple, the difficulty of installation is very low, the cost advantage is obvious, and the difficulty of implementation in the entire LiDAR ecosystem is relatively low. However, due to the floodlight characteristics of Flash LiDAR, it is easy to produce expansion noise spots that scanning radars do not produce. For example, the noise formed by hitting high-reflectivity objects is particularly obvious. The echo of high-reflectivity objects will affect the floodlight echo signals of surrounding points, forming expansion noise around high reflectivity, which will affect point cloud clustering and object recognition. It is a major failure mode of Flash LiDAR.
  • the related technology is not convenient for determining whether the target point cloud corresponds to a real object or the expansion noise caused by a high-reflectivity object. If the high-reflectivity expansion is not processed, the point cloud formed by the expansion noise will lead to the misjudgment of the existence of a false target object. In addition, if low-reflectivity objects near high-reflectivity objects are over-removed (deleted by mistake), the real objects near the high-reflectivity objects will also be misjudged, which will affect the accuracy of the judgment results in application scenarios such as autonomous driving.
  • the deletion conditions determined in combination with the characteristics of the expansion noise at least some of the low-reflectivity points are deleted. This effectively reduces the amount of expansion noise while ensuring the accuracy of detection of real objects near high reflections, thereby improving the accuracy of detection results in application scenarios such as autonomous driving.
  • FIG. 3 is a flow chart of a method for processing a point cloud according to an embodiment of the present application.
  • the method for processing a point cloud includes operations S310 to S330 .
  • the transmitting system transmits the laser signal
  • the receiving system receives the echo signal.
  • the data processing system processes the echo signal filtering, echo signal detection, distance, reflectivity, angle information calculation, etc.
  • a point cloud can be obtained, and the point cloud has information such as reflectivity.
  • the laser radar can receive the reflected signal, and the received reflected light needs to reach a certain light intensity.
  • the reflectivity of the laser for targets at the working distance is uncertain.
  • the reflectivity of cars, people, and roads to the laser is different. Therefore, this results in the reflectivity of multiple points in a frame of point cloud may be different, and the reflectivity of each point in the point cloud may be different.
  • the point cloud in response to the point cloud, is divided into first-category points and/or second-category points based on reflectivity of points in the point cloud, wherein the reflectivity of the first-category points is higher than a first reflectivity threshold and the reflectivity of the second-category points is lower than a second reflectivity threshold.
  • high reflectivity points and low reflectivity points are classified so that it is possible to determine whether the current low reflectivity point is an expansion noise point based on the spatial position relationship between the high reflectivity points and the low reflectivity points and the characteristics of the low reflectivity points themselves.
  • the first type of points and the second type of points can be labeled separately.
  • the labels can be high reflectivity, low reflectivity, etc.
  • the first reflectivity threshold and the second reflectivity threshold may be fixed values, such as those determined based on expert experience or historical statistical results.
  • the first reflectivity threshold and the second reflectivity threshold may be dynamic values, such as those determined based on reflectivity statistical results of a previous cycle.
  • the first reflectivity threshold may be higher than the second reflectivity threshold.
  • the first type of point is a high reflectivity point
  • the second type of point is a low reflectivity point.
  • the second reflectivity threshold is determined based on the reflectivity average value of the first type of points.
  • the low reflectivity threshold can be determined based on the reflectivity statistics (such as the average reflectivity) of at least some of the high reflectivity points in the current frame or at least one historical frame.
  • a typical value of the threshold for low reflectivity calibration is: subtracting at least one of 100, 110, 120, 130 or 140 from the high reflectivity average value.
  • the deletion condition may include requirements for low reflectivity.
  • the reflectivity of the points in the expansion noise is usually relatively uniform, and the deletion condition may include requirements for reflectivity uniformity.
  • the distance between the expansion noise point and the high reflectivity point is usually close, and the deletion condition may include requirements for the distance between the point and the high reflectivity point.
  • the number of points in the expansion noise is usually small, and the deletion condition may include requirements for the number of points.
  • the method before determining whether the second type of points and the first type of points are connected, the method also includes: determining the number of first type of points and second type of points that meet the conditions, and when the number of first type of points and the number of second type of points meet the preset conditions, determining whether the second type of points and the first type of points are connected.
  • the point cloud processing method provided in this embodiment can effectively eliminate high anti-expansion noise in the second type of points based on whether the first type of points and the second type of points are connected and based on deletion conditions, thereby improving the accuracy of laser radar recognition.
  • the first type of points and/or the second type of points can be processed as connected domains in the image by image processing to reduce the consumption of computing resources and improve the response speed.
  • deleting the second type of point may include the following operations.
  • At least one first connected domain corresponding to the first type of points is obtained by projection, and/or at least one second connected domain corresponding to the second type of points is obtained by projection.
  • the connected domain of an image refers to the area composed of pixels with the same pixel value and adjacent positions in the image.
  • Connected domain analysis refers to finding independent connected domains in the image and marking them.
  • the deletion condition indicates that the points corresponding to the second connected domain belong to expansion noise.
  • the second connected domain is connected to the first connected domain, which means whether any point in the first connected domain is included in an area with any point in the second connected domain as the center and a preset distance as the radius. If included, it means that the first connected domain and the second connected domain are connected.
  • the center point in the second connected domain can be used as the center of the circle to determine whether the area with a preset distance as the radius includes any point in the first connected domain. If included, it means that the first connected domain and the second connected domain are connected.
  • the first connected domain is a connected domain in the projected binary graph corresponding to the first type of points.
  • the second connected domain is a connected domain in the projected binary graph corresponding to the second type of points.
  • the projected binary image includes: the first projected binary image in the XY plane, the second projected binary image in the XZ plane, or the third projected binary image in the YZ plane.
  • a frame of point cloud can be projected onto the XY plane, XZ plane, and YZ plane respectively.
  • the three projected binary images need to be analyzed, and there is no need to calculate each point in a frame of point cloud separately.
  • the second-class points are not the expansion noise points of the first-class points.
  • the projections of the first-class points and the second-class points of a frame of point cloud on any of the three planes (XY plane, XZ plane, YZ plane) are separated from each other, it can be shown that the first-class points and the second-class points are separated from each other in space, and the second-class points are not the expansion noise of the first-class points. That is, the second-class points corresponding to the projection are not expansion noise and need to be retained.
  • the method may further include the following operation: if the second connected domain is separated from the first connected domain in at least one of the first projected binary image, the second projected binary image or the third projected binary image, then retaining the points in the second connected domain.
  • the quality of the point cloud data collected by the lidar, etc., after the point cloud is projected there are missing parts inside and on the edges of the connected domain, which may lead to the misjudgment that the second connected domain is separated from the first connected domain.
  • morphological processing can be performed on the connected domain.
  • the above method can also include the following operation: performing morphological processing on the first connected domain, and the morphological processing includes: at least one of morphological closing operation or morphological expansion processing.
  • the morphological closing operation or morphological expansion processing can adopt relevant technologies, which are not limited here.
  • deleting the points in the point cloud corresponding to the second connected domain may include the following operations: if the second connected domain is connected to the first connected domain after morphological processing and the second connected domain satisfies the deletion condition, deleting the points in the point cloud corresponding to the second connected domain.
  • FIG. 4 is a schematic diagram of a high-reflection expansion process shown in an embodiment of the present application.
  • the left figure is a schematic diagram of a connected domain that has not been processed by high-reflection expansion.
  • the three points at the top of the left figure are separated from each other, and image processing needs to be performed according to three connected domains.
  • the right figure is a schematic diagram of a connected domain that has been processed by high-reflection expansion.
  • the three points at the top of the right figure form a connected domain as a whole after high-reflection expansion processing, and image processing is performed according to a single connected domain.
  • FIG. 5 is a schematic diagram showing the connection between the first connected domain and the second connected domain after high-reflection expansion according to an embodiment of the present application.
  • the left figure shows a black high-reflection connected domain and a gray low-reflection connected domain. It can be seen that the high-reflection connected domain and the low-reflection connected domain are adjacent and can be considered to be connected or unconnected.
  • the right figure shows the black high-reflection connected domain after expansion. There is a connecting edge between the black high-reflection connected domain and the gray low-reflection connected domain after expansion, that is, they are connected. If the low-reflection connected domain in the right figure meets the deletion condition, it can be determined as expansion noise.
  • the deletion condition includes at least one of the following.
  • the distance between the point in the point cloud corresponding to the second connected domain and the first connected domain is less than or equal to the distance threshold.
  • the distance between the two is less than or equal to the distance threshold, which indicates that the two are adjacent.
  • it indicates that there are no points that are too far apart. For example, if there is a long strip-shaped point cloud far away from the first connected domain in the second connected domain, it is not expansion noise.
  • the distance threshold can be determined based on expert experience, usage effect, etc.
  • the ratio of the area of the second connected domain to the area of the first connected domain is less than or equal to the ratio threshold. Since the area of the connected domain corresponding to the expansion noise is usually small, if the area of the second connected domain is large, it is not the expansion noise.
  • the ratio threshold can be determined based on expert experience, usage effect, etc. For example, the ratio threshold can be 1/6, 1/5, 1/4, 1/3, etc.
  • a connected domain may correspond to one or more objects, and the connected domain may be split to improve the richness of the information expressed by the connected domain.
  • the above method may also include the following operations: splitting the first connected domain to obtain multiple sub-connected domains, each of which corresponds to a different object. For example, if there are pedestrians and vehicles in the axial direction of the laser radar, the shape of the first connected domain is the superposition of the outer contours of the pedestrians and the vehicles. If the first connected domain is split into at least two connected domains, it is helpful to improve the accuracy of the determined expansion noise and the accuracy of the distance of the target object.
  • the distance, reflectivity and elevation angle information of the point cloud uploaded by the laser radar device is processed. First, the point cloud distance, point cloud reflectivity and elevation angle of each point on the entire image are obtained, and each point is traversed.
  • the reflectivity value of each point is determined. Points above the high reflectivity threshold HighRefThd (a typical high reflectivity threshold for 8-bit processing is 200) are labeled as high reflectivity points. Points below the low reflectivity threshold LowRefThd (a typical low reflectivity threshold for 8-bit processing is 50) are labeled as low reflectivity points.
  • the overall high reflectivity mark and low reflectivity mark are similar to a binary process, where values above a certain threshold are set to 1, values below a certain threshold are set to 0, and the remaining values are discarded.
  • the above operation can also be improved in the following way: determine the reflectivity value of each point, and label the points higher than the high reflectivity threshold HighRefThd (a typical high reflectivity threshold of 8-bit processing is 200) as high reflectivity points; calculate the average reflectivity based on the reflectivity of all high reflectivity points, and then determine the threshold for low reflectivity calibration based on the average reflectivity (a typical value is to subtract 120 from the high reflectivity average value), and then label the points lower than the low reflectivity threshold LowRefThd.
  • HighRefThd a typical high reflectivity threshold of 8-bit processing is 200
  • a morphological closing operation is performed on all high-reflection connected domains, which can remove the hollow part of the high-reflection connected domain, make the edge of the high-reflectivity object smoother, and facilitate the judgment of the contour of the high-reflectivity object.
  • a morphological expansion process is performed on the distance neighborhood of each high-reflection connected domain.
  • a typical expansion method is: obtain the distance average, reflectivity average and area size of the current high-reflectivity area, perform convolution calculation with the current high-reflection connected domain, and then perform expansion and morphological processing, so that the high-reflection connected domain can be expanded and connected with the low-reflection connected domain.
  • the low-reflection connected domain without intersection is regarded as non-expansion noise and is retained.
  • the deletion conditions may include at least one of the following conditions: Condition 1, whether this area is a low-reflection connected domain, and whether the reflectivity satisfies the low-reflection threshold.
  • Condition 2 whether the average distance between each point in its connected domain and the high-reflection connected domain is close.
  • Condition 3 whether the ratio of the area of the low-reflection connected domain to the area of the high-reflection connected domain is less than a certain ratio, and a typical value is that the area of the low-reflection connected domain accounts for less than 1/5 of the high-reflection connected domain.
  • This embodiment can accurately determine whether a low reflection point connected to a high reflection point is expansion noise on the basis of consuming less computing resources and having a higher response speed.
  • the above method may also include the following operations: selecting the second type of points according to the selection criteria based on the height information of the second type of points and the preset height range.
  • the preset height range includes at least two height ranges, and the rejection criteria corresponding to each of the at least two height ranges are different.
  • the height of obstacles that may affect the passage of vehicles is within a specific height range, such as obstacles within a height range from the ground to 2 meters above the ground may interfere with the vehicle.
  • obstacles within the height range of 2 meters above the ground, obstacles do not have much impact on the passage of vehicles. Therefore, point clouds can be rejected according to the height range using corresponding different rejection criteria. For example, point clouds within the height range from the ground to 2 meters above the ground are retained as much as possible, and point clouds within the height range above 2 meters above the ground can be retained less.
  • the above two height ranges are only exemplary descriptions and cannot be understood as limitations on the present application.
  • the height range can also be three, four or more, and accordingly, there can also be three, four or more rejection criteria.
  • the above method may further include the following operations: first, for the retained second connected domain, extract the burr part of the contour of the second connected domain. Then, remove the burr part in the second connected domain. After research and analysis, the burr part of the low reflectivity connected domain is mainly noise, and the burr part can be removed.
  • the above method can also include the following operations.
  • the edge of the second connected domain is determined based on the reflectivity gradient change information of the second connected domain.
  • the second connected domain is deleted.
  • the reflections of different parts of the real object are different and variable, and accordingly, the reflectivity of the point cloud of different parts of the real object is different and variable.
  • the reflectivity of the expansion noise may be uniform or monotonically changing. Therefore, it can also be judged whether the second type of point is expansion noise based on this.
  • the above method may also include the following operations: after selecting the second type of points according to the selection criteria based on the height information of the second type of points and the preset height range, for the retained second connected domain, if the reflectivity consistency of the second connected domain is higher than the preset consistency threshold, or the reflectivity of the second connected domain changes monotonically along a specific direction, the second connected domain is deleted.
  • the reflectivity consistency can be determined based on the reflectivity variance.
  • the variance (sample variance) in statistics is the average of the square values of the difference between each sample value and the average of all sample values.
  • other indicators such as standard deviation or mean square error can also be used to judge the reflectivity consistency, which is not limited here.
  • a height judgment of a high-reflectivity connected domain is added. For example, if the laser radar is installed on a vehicle, if the height value of the high-reflectivity area is less than 1 meter, the point cloud may be an obstacle. At this time, all low-reflectivity connected domains are not deleted to ensure driving safety. However, if the height information of the point cloud is greater than 1 meter but less than 2.5 meters, a more stringent threshold judgment can be used to prevent accidental deletion of obstacles. Objects with a height greater than 2.5 meters can normally judge low-reflectivity connected domains.
  • the low-reflection connected domain that meets the conditions obtained by the previous operation can also be further screened to make a judgment on mistaken deletion.
  • the outline of the low-reflection connected domain can be extracted and the burrs can be removed. This step can eliminate the interference of thin rods.
  • the reflectivity gradient change information can be extracted as the edge, and the proportion of the area occupied by the edge information of the low-reflection connected domain can be counted. If the edge information is less (the edge is relatively smooth).
  • the reflectivity consistency of the low-reflection connected domain it can be judged by judging the reflectivity variance of the low-reflection connected domain. If the reflectivity consistency of the low-reflection connected domain is good, or it changes monotonically in the row direction or column direction, it can be judged that it is low-reflection noise caused by expansion.
  • the above operation is repeated to filter the low-reflection connected domain of the high-reflection connected domain.
  • the low-reflection connected domain filtered out in the original point cloud image is deleted to remove the noise point cloud generated by the high-reflection expansion.
  • FIG. 6 is a flow chart of a method for processing a point cloud according to another embodiment of the present application.
  • the distance and reflectivity information of the LiDAR point cloud is obtained.
  • the highly reflective connected components and the distance data connected components can be extracted based on the reflectivity data.
  • Fig. 7 is a schematic diagram of a point cloud before high-reflection expansion noise removal according to an embodiment of the present application.
  • Fig. 8 is a schematic diagram of a point cloud after high-reflection expansion noise removal according to Fig. 7 .
  • FIG 8 shows a point cloud of a road sign with high reflectivity after high reflectivity expansion noise removal.
  • the expansion noise on the side of the road sign with high reflectivity has been removed.
  • the point clouds of the road sign and other objects are all intact, and no point clouds are deleted by mistake.
  • Fig. 9 is a schematic diagram of a point cloud before high-reflection expansion noise removal according to an embodiment of the present application.
  • Fig. 10 is a schematic diagram of a point cloud after high-reflection expansion noise removal according to Fig. 9.
  • FIG9 shows a point cloud of a road sign. Expansion noise appears on the side of the road sign in FIG9 , which may lead to a misjudgment that there are other obstacles on the side of the road sign.
  • the road sign in FIG9 includes not only a high reflectivity portion, but also a low reflectivity portion. The low reflectivity portion in FIG9 is easily judged as high reflectivity expansion noise and mistakenly deleted.
  • FIG 10 shows a point cloud of a road sign after high-reflection expansion noise removal.
  • the expansion noise on the side of the road sign has been removed.
  • the low-reflectivity part of the road sign and the point clouds of other objects are all preserved intact, and no point clouds are deleted by mistake.
  • Fig. 11 is a schematic diagram of a point cloud before high-reflection expansion noise removal according to an embodiment of the present application.
  • Fig. 12 is a schematic diagram of a point cloud after high-reflection expansion noise removal according to Fig. 11 .
  • Figures 11 and 12 are tests for misjudgment of low-reflective objects next to high-reflective objects in the case of non-high-reflective expansion.
  • the road sign has both high-reflective parts and small areas of low-reflective parts (such as the area indicated by the arrow).
  • the small-sized low-reflective parts around the high-reflective parts of the road sheet were not mistakenly deleted, and the test passed. For example, a low-reflective object was placed above a high-reflective sign, and the low-reflective object was not treated as expansion, indicating that the test results were good.
  • Fig. 13 is a schematic diagram of a point cloud before high-reflection expansion noise removal according to an embodiment of the present application.
  • Fig. 14 is a schematic diagram of a point cloud after high-reflection expansion noise removal according to Fig. 13 .
  • Figures 13 and 14 are tests for misjudgment of a low-reflective object between two high-reflective objects.
  • a low-reflective object is placed between two high-reflective objects, and the point cloud collected by the LiDAR is processed.
  • the point cloud of the low-reflective object between the two high-reflective objects is not mistakenly deleted, and the test passes. For example, there is a low-reflective object with a small area between two high-reflective objects.
  • the algorithm is used, the point cloud of the low-reflective object is well preserved.
  • Fig. 15 is a schematic diagram of a point cloud before high-reflection expansion noise removal according to an embodiment of the present application.
  • Fig. 16 is a schematic diagram of a point cloud after high-reflection expansion noise removal according to Fig. 15 .
  • Figures 15 and 16 are high-reflection expansion tests for road test data. Comparing Figures 15 and 16, it can be seen that the expansion points around the high-reflection road sign are basically removed, but the point cloud of the pole connected to the high-reflection road sign is not removed and is well preserved, and the test results are good.
  • the point cloud processing method provided in this application can effectively eliminate the artifact point cloud caused by high-reflection expansion, and well retain the low-reflection objects near the high-reflection, thereby improving the ranging accuracy.
  • Another aspect of the present application also provides a device for processing point clouds.
  • FIG. 17 is a schematic diagram of the structure of an apparatus for processing point clouds according to an embodiment of the present application.
  • the device 1700 for processing point clouds includes: a point cloud classification module 1710 , a connected domain acquisition module 1720 , and a noise removal module 1730 .
  • the point cloud classification module 1710 is used to classify the point cloud into first-category points and/or second-category points based on the reflectivity of the points in the point cloud in response to obtaining the point cloud, wherein the reflectivity of the first-category points is higher than a first reflectivity threshold, and the reflectivity of the second-category points is lower than a second reflectivity threshold.
  • the connected domain acquisition module 1720 is used to obtain at least one first connected domain corresponding to the first type of points by means of projection, and/or to obtain at least one second connected domain corresponding to the second type of points by means of projection.
  • the noise removal module 1730 is used to delete points in the point cloud corresponding to the second connected domain if the second connected domain is connected to the first connected domain and the second connected domain satisfies a deletion condition, wherein the deletion condition indicates that the points in the second connected domain belong to expansion noise.
  • Another aspect of the present application provides a radar.
  • FIG. 18 is a schematic diagram of the structure of a radar according to an embodiment of the present application.
  • the radar 1800 may include a circuit.
  • the circuit may implement the method for processing a point cloud as shown above.
  • the circuit may be disposed on a circuit board 1810 , and a plurality of chips, such as a central control chip, may be disposed on the circuit board 1810 .
  • the circuit board 1810 may be disposed in a housing 1820 .
  • the radar may be a scanning radar or a non-scanning radar.
  • scanning laser radars include MEMS laser radars, mechanical laser radars, laser radars including multiple scanning devices, etc.
  • Non-scanning laser radars include flash laser radars, phased array laser radars, etc. This application does not limit the type of laser radar.
  • Another aspect of the present application provides an electronic device.
  • FIG. 19 is a schematic diagram of the structure of an electronic device according to an embodiment of the present application.
  • the electronic device 1900 may include a memory 1910 and a processor 1920.
  • the electronic device 1900 may also be provided with various sensors such as a laser radar.
  • the processor 1920 may be a central processing unit (CPU), or other general-purpose processors, digital signal processors (DSP), application-specific integrated circuits (ASIC), field-programmable gate arrays (FPGA), or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
  • DSP digital signal processors
  • ASIC application-specific integrated circuits
  • FPGA field-programmable gate arrays
  • a general-purpose processor may be a microprocessor or any conventional processor, etc.
  • the memory 1910 may include various types of storage units, such as system memory, read-only memory (ROM), and permanent storage.
  • ROM may store static data or instructions required by the processor 1920 or other modules of the computer.
  • the permanent storage may be a readable and writable storage device.
  • the permanent storage may be a non-volatile storage device that does not lose the stored instructions and data even after the computer is powered off.
  • the permanent storage device uses a large-capacity storage device (such as a magnetic or optical disk, flash memory) as a permanent storage device.
  • the permanent storage device may be a removable storage device (such as a floppy disk, optical drive).
  • the system memory may be a readable and writable storage device or a volatile readable and writable storage device, such as a dynamic random access memory.
  • the system memory may store some or all instructions and data required by the processor at run time.
  • the memory 1910 may include any combination of computer-readable storage media, including various types of semiconductor memory chips (such as DRAM, SRAM, SDRAM, flash memory, programmable read-only memory), and disks and/or optical disks may also be used.
  • the memory 1910 may include a readable and/or writable removable storage device, such as a laser disc (CD), a read-only digital versatile disc (e.g., DVD-ROM, double-layer DVD-ROM), a read-only Blu-ray disc, an ultra-density optical disc, a flash memory card (e.g., SD card, mini SD card, Micro-SD card, etc.), a magnetic floppy disk, etc.
  • a readable and/or writable removable storage device such as a laser disc (CD), a read-only digital versatile disc (e.g., DVD-ROM, double-layer DVD-ROM), a read-only Blu-ray disc, an ultra-density optical disc, a flash memory card (e.g., SD card, mini SD card, Micro-SD card, etc.), a magnetic floppy disk, etc.
  • the computer-readable storage medium does not include carrier waves and transient electronic signals transmitted wirelessly or wired.
  • the memory 1910 stores executable codes, and when the executable codes are processed by the processor 1920 , the processor 1920 may execute part or all of the methods described above.
  • the method according to the present application can also be implemented as a computer program or a computer program product, which includes computer program code instructions for executing some or all of the steps in the above-mentioned method of the present application.
  • the present application can also be implemented as a computer-readable storage medium (or non-transitory machine-readable storage medium or machine-readable storage medium) on which executable code (or computer program or computer instruction code) is stored.
  • executable code or computer program or computer instruction code
  • the processor executes part or all of the steps of the above-mentioned method according to the present application.

Landscapes

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

Abstract

A point cloud processing method and a radar. The point cloud processing method comprises: obtaining a point cloud, wherein points in the point cloud have reflectivities; in response to the point cloud, dividing the point cloud into first-type points and/or second-type points on the basis of the reflectivities of the points in the point cloud, wherein the reflectivity of the first-type points is higher than a first reflectivity threshold, and the reflectivity of the second-type points is lower than a second reflectivity threshold; and if the second-type points and the first-type points are connected and the second-type points meet a deletion condition, deleting the second-type points, wherein the deletion condition represents that the second-type points belong to swell noise.

Description

一种处理点云的方法和雷达A method for processing point cloud and radar 技术领域Technical Field
本申请涉及计算机技术领域,尤其涉及一种处理点云的方法和雷达。The present application relates to the field of computer technology, and in particular to a method for processing point clouds and a radar.
背景技术Background technique
激光雷达是一种用激光器作为发射光源,采用光电探测技术手段的主动遥感设备,是激光技术与现代光电探测技术结合的先进探测方式。激光雷达广泛应用于自动驾驶、物流车、机器人、车路协同、公共智慧交通等领域。LiDAR is an active remote sensing device that uses lasers as the light source and photoelectric detection technology. It is an advanced detection method that combines laser technology with modern photoelectric detection technology. LiDAR is widely used in autonomous driving, logistics vehicles, robots, vehicle-road collaboration, public smart transportation and other fields.
激光雷达输出的点云中存在异常噪点,会影响激光雷达的测距精准度。There are abnormal noise points in the point cloud output by the LiDAR, which will affect the ranging accuracy of the LiDAR.
发明内容Summary of the invention
为解决或部分地解决相关技术中存在的问题,本申请提供一种处理点云的方法和雷达,能够去除点云中的高反物体周围的异常噪点,提升激光雷达的测距精准度。In order to solve or partially solve the problems existing in the related art, the present application provides a method and radar for processing point clouds, which can remove abnormal noise around high-reflective objects in the point clouds and improve the ranging accuracy of the laser radar.
本申请第一方面提供一种处理点云的方法,包括:响应于获得到点云,基于点云中的点的反射率将点云划分为第一类点和/或第二类点,第一类点的反射率高于第一反射率阈值,第二类点的反射率低于第二反射率阈值;通过投影的方式得到与第一类点对应的至少一个第一连通域,和/或,通过投影的方式得到与第二类点对应的至少一个第二连通域;如果第二连通域和第一连通域相连,并且第二连通域满足删除条件,则删除点云中与第二连通域对应的点,删除条件表征第二连通域中的点属于膨胀噪声。In a first aspect, the present application provides a method for processing a point cloud, comprising: in response to obtaining a point cloud, dividing the point cloud into a first type of points and/or a second type of points based on the reflectivity of the points in the point cloud, wherein the reflectivity of the first type of points is higher than a first reflectivity threshold, and the reflectivity of the second type of points is lower than a second reflectivity threshold; obtaining at least one first connected domain corresponding to the first type of points by projection, and/or obtaining at least one second connected domain corresponding to the second type of points by projection; if the second connected domain is connected to the first connected domain and the second connected domain satisfies a deletion condition, deleting the points in the point cloud corresponding to the second connected domain, the deletion condition characterizing that the points in the second connected domain belong to expansion noise.
本申请第二方面提供一种处理点云的装置,包括:点云分类模块、连通域获取模块和噪声删除模块。点云分类模块用于响应于获得到点云,基于点云中的点的反射率将点云划分为第一类点和/或第二类点,第一类点的反射率高于第一反射率阈值,第二类点的反射率低于第二反射率阈值;连通域获取模块用于通过投影的方式得到与第一类点对应的至少一个第一连通域,和/或,通过投影的方式得到与第二类点对应的至少一个第二连通域;噪声删除模块用于如果第二连通域和第一连通域相连,并且第二连通域满足删除条件,则删除点云中与第二连通域对应的点,删除条件表征第二连通域中的点属于膨胀噪声。The second aspect of the present application provides a device for processing point clouds, including: a point cloud classification module, a connected domain acquisition module and a noise removal module. The point cloud classification module is used to respond to the acquisition of the point cloud and divide the point cloud into a first type of points and/or a second type of points based on the reflectivity of the points in the point cloud, wherein the reflectivity of the first type of points is higher than a first reflectivity threshold, and the reflectivity of the second type of points is lower than a second reflectivity threshold; the connected domain acquisition module is used to obtain at least one first connected domain corresponding to the first type of points by projection, and/or, to obtain at least one second connected domain corresponding to the second type of points by projection; the noise removal module is used to delete the points in the point cloud corresponding to the second connected domain if the second connected domain is connected to the first connected domain and the second connected domain satisfies a deletion condition, wherein the deletion condition indicates that the points in the second connected domain belong to expansion noise.
本申请第三方面提供一种板卡,包括如上述的处理点云的装置。A third aspect of the present application provides a board comprising the device for processing point clouds as described above.
本申请第四方面提供一种雷达,包括如上述的处理点云的装置。A fourth aspect of the present application provides a radar, comprising the device for processing point clouds as described above.
本申请第五方面提供一种电子设备,包括:处理器;以及存储器,其上存储有可执行代码,当可执行代码被处理器执行时,使处理器执行如上述的方法。A fifth aspect of the present application provides an electronic device, comprising: a processor; and a memory, on which executable code is stored, and when the executable code is executed by the processor, the processor executes the method as described above.
本申请第六方面提供一种计算机可读存储介质,其上存储有可执行代码,当可执行代码被电子设备的处理器执行时,使处理器执行如上的方法。A sixth aspect of the present application provides a computer-readable storage medium having executable code stored thereon. When the executable code is executed by a processor of an electronic device, the processor executes the above method.
本申请第七方面提供一种计算机程序产品,包括可执行代码,当可执行代码被执行时,实现如上的方法。A seventh aspect of the present application provides a computer program product, comprising an executable code, which implements the above method when the executable code is executed.
本申请提供的技术方案可以包括以下有益效果:The technical solution provided by this application may have the following beneficial effects:
本申请的某些实施例,根据点云中的点的反射率将点云划分为反射率高于第一反射率阈值的高反射率点,以及反射率低于第二反射率阈值的低反射率点。当低反射率点和高反射率点相邻,并且低反射率点满足删除条件时,则该地反射率点大概率是高反射率对象产生的膨胀类噪声光斑,通过删除该低反射率点,能有效减少膨胀类噪声,提升激光雷达的测距精准度。In some embodiments of the present application, the point cloud is divided into high-reflectivity points with a reflectivity higher than a first reflectivity threshold and low-reflectivity points with a reflectivity lower than a second reflectivity threshold according to the reflectivity of the points in the point cloud. When a low-reflectivity point is adjacent to a high-reflectivity point and the low-reflectivity point meets the deletion condition, the low-reflectivity point is most likely an expansion-type noise spot generated by a high-reflectivity object. By deleting the low-reflectivity point, the expansion-type noise can be effectively reduced, and the ranging accuracy of the laser radar can be improved.
此外,本申请在某些实施例中,为了便于确定低反射率点是否与高反射率点相连,通过投影的方式得到与第一类点对应的第一连通域,和与第二类点对应的第二连通域,这样可以通过图形处理的方式来确定第一类点和第二类点之间是否相连。In addition, in some embodiments of the present application, in order to facilitate the determination of whether low-reflectivity points are connected to high-reflectivity points, a first connected domain corresponding to the first type of points and a second connected domain corresponding to the second type of points are obtained by projection, so that whether the first type of points and the second type of points are connected can be determined by graphic processing.
此外,本申请在某些实施例中,当第一投影二值图、第二投影二值图或者第三投影二值图中的至少一个,第二连通域和第一连通域之间相互分隔时,则表明对应的第二类点和第一类点之间相互分隔,不是膨胀类噪声,需要进行保留,避免误删除与障碍物等对应的低反射率点。In addition, in certain embodiments of the present application, when the second connected domain and the first connected domain are separated from each other in at least one of the first projection binary map, the second projection binary map, or the third projection binary map, it indicates that the corresponding second-type points and first-type points are separated from each other, and are not expansion-type noise, and need to be retained to avoid accidental deletion of low-reflectivity points corresponding to obstacles, etc.
此外,本申请在某些实施例中,删除条件包括:与第二连通域对应的点全部与第一连通域之间的距离较近,和/或,第二连通域的面积与第一连通域的面积之间的比值小于或者等于比例阈值。基于该删除条件可以有效判断与第二连通域对应的点云是否为膨胀类噪声。In addition, in some embodiments of the present application, the deletion condition includes: the distance between all points corresponding to the second connected domain and the first connected domain is relatively close, and/or the ratio between the area of the second connected domain and the area of the first connected domain is less than or equal to a ratio threshold. Based on this deletion condition, it can be effectively determined whether the point cloud corresponding to the second connected domain is expansion noise.
此外,本申请在某些实施例中,为了进一步提升行车安全,针对处于预设高度范围内的点云和处于非预设高度范围内的点云,采用不同的取舍标准进行取舍,以在满足激光雷达感测能力的基础上,减少属于低危险度的点云数量。In addition, in certain embodiments of the present application, in order to further improve driving safety, different trade-off criteria are used to select point clouds within a preset height range and point clouds within a non-preset height range, so as to reduce the number of point clouds with low risk while meeting the sensing capabilities of the lidar.
此外,本申请在某些实施例中,为了进一步减少属于低危险的点云数量,还可以对保留的第二连通域内的点云进行毛刺部分删除、反射率单调变化删除、反射率一致性高删除、边缘面积占比大的第二连通域删除等操作,有效进一步减少属于低危险的点云数量。In addition, in certain embodiments of the present application, in order to further reduce the number of point clouds belonging to low risk, operations such as deleting burrs, deleting monotonically changing reflectivity, deleting highly consistent reflectivity, and deleting second connected domains with a large edge area ratio may be performed on the point clouds within the retained second connected domain, thereby effectively further reducing the number of point clouds belonging to low risk.
此外,本申请在某些实施例中,第二反射率阈值是基于第一类点的反射率平均值来确定的,使得第二反射率阈值更加符合膨胀类噪声的阈值标准,提升膨胀类噪声识别的精准度。In addition, in some embodiments of the present application, the second reflectivity threshold is determined based on the average reflectivity of the first type of points, so that the second reflectivity threshold is more in line with the threshold standard of expansion-type noise, thereby improving the accuracy of expansion-type noise identification.
应当理解的是,以上的一般描述和后文的细节描述仅是示例性和解释性的,并不能限制本申请。It should be understood that the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the present application.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
通过结合附图对本申请示例性实施方式进行更详细地描述,本申请的上述以及其它目的、特征和优势将变得更加明显,其中,在本申请示例性实施方式中,相同的参考标号通常代表相同部件。The above and other objects, features and advantages of the present application will become more apparent by describing in more detail exemplary embodiments of the present application in conjunction with the accompanying drawings, wherein the same reference numerals generally represent the same components in the exemplary embodiments of the present application.
图1是本申请一实施例示出的处理点云的方法和雷达的一种应用场景的示意图;FIG1 is a schematic diagram of a method for processing point clouds and an application scenario of radar according to an embodiment of the present application;
图2A是本申请一实施例示出的激光雷达系统的示意图;FIG2A is a schematic diagram of a laser radar system according to an embodiment of the present application;
图2B是本申请一实施例示出的激光雷达数据处理系统的示意图;FIG2B is a schematic diagram of a laser radar data processing system according to an embodiment of the present application;
图2C是本申请一实施例示出的点云处理系统的示意图;FIG2C is a schematic diagram of a point cloud processing system according to an embodiment of the present application;
图3是本申请一实施例示出的一种处理点云的方法的流程图;FIG3 is a flow chart of a method for processing a point cloud according to an embodiment of the present application;
图4是本申请一实施例示出的高反射膨胀处理的示意图;FIG4 is a schematic diagram of a high-reflection expansion process shown in an embodiment of the present application;
图5是本申请一实施例示出的高反射膨胀后的第一连通域与第二连通域连接的示意图;FIG5 is a schematic diagram showing the connection between the first connected domain and the second connected domain after high-reflection expansion according to an embodiment of the present application;
图6是本申请另一实施例示出的一种处理点云的方法的流程图;FIG6 is a flow chart of a method for processing a point cloud shown in another embodiment of the present application;
图7是本申请一实施例示出的高反射膨胀噪声去除处理前点云的示意图;FIG7 is a schematic diagram of a point cloud before high-reflection expansion noise removal processing shown in an embodiment of the present application;
图8是图7示出的高反射膨胀噪声去除处理后点云的示意图;FIG8 is a schematic diagram of a point cloud after high-reflection expansion noise removal processing shown in FIG7 ;
图9是本申请一实施例示出的高反射膨胀噪声去除处理前点云的示意图;FIG9 is a schematic diagram of a point cloud before high-reflection expansion noise removal according to an embodiment of the present application;
图10是图9示出的高反射膨胀噪声去除处理后点云的示意图;FIG10 is a schematic diagram of the point cloud after the high reflection expansion noise removal process shown in FIG9 ;
图11是本申请一实施例示出的高反射膨胀噪声去除处理前点云的示意图;FIG11 is a schematic diagram of a point cloud before high-reflection expansion noise removal processing shown in an embodiment of the present application;
图12是图11示出的高反射膨胀噪声去除处理后点云的示意图;FIG12 is a schematic diagram of a point cloud after high-reflection expansion noise removal processing shown in FIG11;
图13是本申请一实施例示出的高反射膨胀噪声去除处理前点云的示意图;FIG13 is a schematic diagram of a point cloud before high-reflection expansion noise removal processing shown in an embodiment of the present application;
图14是图13示出的高反射膨胀噪声去除处理后点云的示意图;FIG14 is a schematic diagram of a point cloud after high-reflection expansion noise removal processing shown in FIG13;
图15是本申请一实施例示出的高反射膨胀噪声去除处理前点云的示意图;FIG15 is a schematic diagram of a point cloud before high-reflection expansion noise removal processing shown in an embodiment of the present application;
图16是图15示出的高反射膨胀噪声去除处理后点云的示意图;FIG16 is a schematic diagram of a point cloud after high-reflection expansion noise removal processing shown in FIG15 ;
图17是本申请一实施例示出的处理点云的装置的结构示意图;FIG17 is a schematic diagram of the structure of an apparatus for processing point clouds according to an embodiment of the present application;
图18是本申请一实施例示出的一种雷达的结构示意图;FIG18 is a schematic diagram of the structure of a radar according to an embodiment of the present application;
图19是本申请一实施例示出的电子设备的结构示意图。FIG. 19 is a schematic diagram of the structure of an electronic device according to an embodiment of the present application.
具体实施方式Detailed ways
下面将参照附图更详细地描述本申请的实施方式。虽然附图中显示了本申请的实施方式,然而应该理解,可以以各种形式实现本申请而不应被这里阐述的实施方式所限制。相反,提供这些实施方式是为了使本申请更加透彻和完整,并且能够将本申请的范围完整地传达给本领域的技术人员。The embodiments of the present application will be described in more detail below with reference to the accompanying drawings. Although the embodiments of the present application are shown in the accompanying drawings, it should be understood that the present application can be implemented in various forms and should not be limited by the embodiments described herein. On the contrary, these embodiments are provided to make the present application more thorough and complete, and to fully convey the scope of the present application to those skilled in the art.
在本申请使用的术语是仅仅出于描述特定实施例的目的,而非旨在限制本申请。在本申请和所附权利要求书中所使用的单数形式的“一种”和“该”也旨在包括多数形式,除非上下文清楚地表示其他含义。还应当理解,本文中使用的术语“和/或”是指并包含一个或多个相关联的列出项目的任何或所有可能组合。The terms used in this application are for the purpose of describing specific embodiments only and are not intended to limit this application. The singular forms of "a", "an" and "the" used in this application and the appended claims are also intended to include plural forms unless the context clearly indicates other meanings. It should also be understood that the term "and/or" used herein refers to and includes any or all possible combinations of one or more associated listed items.
应当理解,尽管在本申请可能采用术语“第一”、“第二”、“第三”等来描述各种信息,但这些信息不应限于这些术语。这些术语仅用来将同一类型的信息彼此区分开。例如,在不脱离本申请范围的情况下,第一信息也可以被称为第二信息,类似地,第二信息也可以被称为第一信息。由此,限定有“第一”、“第二”的特征可以明示或者隐含地包括一个或者更多个该特征。在本申请的描述中,“多个”的含义是两个或两个以上,除非另有明确具体的限定。It should be understood that although the terms "first", "second", "third", etc. may be used in this application to describe various information, this information should not be limited to these terms. These terms are only used to distinguish the same type of information from each other. For example, without departing from the scope of this application, the first information may also be referred to as the second information, and similarly, the second information may also be referred to as the first information. Thus, the features defined as "first" and "second" may explicitly or implicitly include one or more of the features. In the description of this application, the meaning of "multiple" is two or more, unless otherwise clearly and specifically defined.
为了便于对本申请的理解,先对本申请涉及的部分概念进行说明。In order to facilitate the understanding of the present application, some concepts involved in the present application are first explained.
车载雷达:探测距离如200米至500米,而且可识别的物理属性可以包括距离和反射率,可以用于车辆、机器人等小型机器。车载雷达包括车载激光雷达、车载毫米波雷达和车载超声波雷达等。Vehicle-mounted radar: The detection distance is 200 to 500 meters, and the identifiable physical properties can include distance and reflectivity. It can be used for small machines such as vehicles and robots. Vehicle-mounted radars include vehicle-mounted laser radars, vehicle-mounted millimeter-wave radars, and vehicle-mounted ultrasonic radars.
激光雷达:用激光器作为发射光源,采用光电探测技术手段的主动遥感设备,是激光技术与现代光电探测技术结合的先进探测方式。由发射系统、接收系统、扫描控制系统、数据处理系统等部分组成。其工作原理是向目标发射探测信号,然后将接收到回波信号进行处理,就可获得目标的距离、大小、速度、反射率等信息。其优点是分辨率高、灵敏度高、抗干扰能力强、不受黑暗条件影响等。广泛应用于自动驾驶、物流车、机器人、车路协同、公共智慧交通等领域。LiDAR: An active remote sensing device that uses lasers as the light source and photoelectric detection technology. It is an advanced detection method that combines laser technology with modern photoelectric detection technology. It consists of a transmitting system, a receiving system, a scanning control system, a data processing system, and other parts. Its working principle is to transmit a detection signal to the target, and then process the received echo signal to obtain information such as the distance, size, speed, and reflectivity of the target. Its advantages are high resolution, high sensitivity, strong anti-interference ability, and no influence from dark conditions. It is widely used in autonomous driving, logistics vehicles, robots, vehicle-road collaboration, public smart transportation, and other fields.
车载激光雷达:通过发射如900nm左右波长的出射光(如激光束),出射光遇到障碍物后会被障碍物反射,处理单元根据反射光和出射光之间的时间差计算障碍物与 车载激光雷达之间的距离。此外,处理单元还可以根据反射光的横截面情况估算目标的反射率。车载激光雷达由于体积小,集成程度高。Vehicle-mounted laser radar: By emitting outgoing light (such as a laser beam) with a wavelength of about 900nm, the outgoing light will be reflected by the obstacle after encountering it. The processing unit calculates the distance between the obstacle and the vehicle-mounted laser radar based on the time difference between the reflected light and the outgoing light. In addition, the processing unit can also estimate the reflectivity of the target based on the cross-section of the reflected light. Vehicle-mounted laser radar has a small size and a high degree of integration.
在自动驾驶场景中,适用于自动驾驶场景的系统架构可以包括移动设备、网络和云端。移动设备包括但不限于:汽车、船舶、机器人、飞行器等。移动设备上可以设置有传感器等电子设备,以便获得移动设备周边环境中的障碍物信息等。电子设备可以包括:雷达、图像传感器等。In the autonomous driving scenario, the system architecture applicable to the autonomous driving scenario may include mobile devices, networks, and the cloud. Mobile devices include, but are not limited to: cars, ships, robots, aircraft, etc. Mobile devices may be provided with electronic devices such as sensors to obtain information about obstacles in the surrounding environment of the mobile device, etc. Electronic devices may include: radars, image sensors, etc.
激光雷达采用光电探测技术手段的主动遥感设备,是激光技术与现代光电探测技术结合的先进探测方式。由发射系统、接收系统、扫描控制系统、数据处理系统等部分组成。其工作原理是向目标发射探测信号,然后对接收到的回波信号进行处理,可以获得目标对象的距离、大小、速度、反射率等信息。其优点是分辨率高、灵敏度高、抗干扰能力强、不受黑暗条件影响等。广泛应用于自动驾驶、物流车、机器人、车路协同、公共智慧交通等领域。LiDAR is an active remote sensing device that uses photoelectric detection technology. It is an advanced detection method that combines laser technology with modern photoelectric detection technology. It consists of a transmitting system, a receiving system, a scanning control system, a data processing system, and other parts. Its working principle is to transmit a detection signal to the target, and then process the received echo signal to obtain information such as the distance, size, speed, and reflectivity of the target object. Its advantages are high resolution, high sensitivity, strong anti-interference ability, and no influence from dark conditions. It is widely used in autonomous driving, logistics vehicles, robots, vehicle-road collaboration, public smart transportation and other fields.
本申请实施例提供一种处理点云的方法和雷达,从点云中获得高反射率点和低反射率点。如果低反射率点和高反射率点相连,并且低反射率点满足表征膨胀噪声的删除条件,则可以删除低反射率点,能够有效地识别并删除高反射膨胀噪声,提升基于点云确定的距离的精准度。The embodiment of the present application provides a method and radar for processing point clouds, and obtains high reflectivity points and low reflectivity points from the point clouds. If the low reflectivity point is connected to the high reflectivity point, and the low reflectivity point satisfies the deletion condition representing the expansion noise, the low reflectivity point can be deleted, and the high reflectivity expansion noise can be effectively identified and deleted, thereby improving the accuracy of the distance determined based on the point cloud.
以下结合附图详细描述本申请实施例的技术方案。The technical solution of the embodiments of the present application is described in detail below with reference to the accompanying drawings.
图1是本申请一实施例示出的处理点云的方法和雷达的一种应用场景的示意图。FIG1 is a schematic diagram of a method for processing point clouds and an application scenario of radar according to an embodiment of the present application.
图1示出了支持辅助驾驶或者自动驾驶功能的车辆10的硬件构成。例如,车辆10的车顶和/或车身侧面搭载有至少一个激光雷达(Light Detection and Ranging,简称LIDAR)11。LIDAR 11的检测区域可以是固定的,如某个LIDAR 11可以仅用于对预设的某个区域进行检测。LIDAR 11的检测区域可以是可调的,如车身上的激光雷达可以通过调整姿态等方式对多个检测区域进行扫描,也可以通过调整激光雷达自身的视场角范围对多个检测区域进行扫描。具体地,车辆10可以搭载有5台LIDAR 11:车辆顶部、车辆前侧、车辆后侧、车辆左侧和车辆右侧。通过多台LIDAR 11,能够对车辆周围的区域内存在的物体的轮廓和到该物体的距离进行检测。FIG1 shows the hardware structure of a vehicle 10 that supports assisted driving or automatic driving functions. For example, at least one Light Detection and Ranging (LIDAR) 11 is mounted on the roof and/or the side of the vehicle body of the vehicle 10. The detection area of the LIDAR 11 may be fixed, such as a certain LIDAR 11 may be used only for detection of a preset area. The detection area of the LIDAR 11 may be adjustable, such as the LIDAR on the vehicle body may scan multiple detection areas by adjusting the posture, etc., or may scan multiple detection areas by adjusting the field of view of the LIDAR itself. Specifically, the vehicle 10 may be equipped with five LIDARs 11: the top of the vehicle, the front side of the vehicle, the rear side of the vehicle, the left side of the vehicle, and the right side of the vehicle. Through multiple LIDARs 11, the outline of objects existing in the area around the vehicle and the distance to the object can be detected.
此外,车辆10上还可以搭载有拍摄装置。拍摄装置能够以规定的视角对视角的前方环境进行拍摄。例如,拍摄装置可以为单目相机、多目相机等。In addition, a camera may be mounted on the vehicle 10. The camera can capture the environment in front of the vehicle at a predetermined viewing angle. For example, the camera may be a monocular camera, a multi-camera camera, or the like.
另外,车辆10上还可以以围绕车辆10的方式搭载有多个毫米波雷达。例如,车辆10上搭载有4台毫米波雷达,以将车辆前方的左侧、车辆前方的右侧、车辆后方 的左侧、车辆后方的右侧作为检测范围。通过毫米波雷达,能够检测各自的检测区域内存在的物体的距离,并且能检测该物体与车辆10的相对速度。In addition, the vehicle 10 may be equipped with a plurality of millimeter wave radars in a manner surrounding the vehicle 10. For example, the vehicle 10 may be equipped with four millimeter wave radars, with the left side in front of the vehicle, the right side in front of the vehicle, the left side behind the vehicle, and the right side behind the vehicle as the detection range. The millimeter wave radars can detect the distance of an object existing in each detection area, and can detect the relative speed between the object and the vehicle 10.
进一步地,车辆10上还可以搭载有定位设备12,如北斗定位设备、全球定位系统(Global Positioning System,简称GPS)等。通过定位设备12能够确定车辆10的当前位置。Furthermore, the vehicle 10 may also be equipped with a positioning device 12, such as a Beidou positioning device, a global positioning system (GPS), etc. The positioning device 12 can determine the current position of the vehicle 10.
此外,车辆10上还可以搭载有电子控制单元(Electronic Control Unit,简称ECU)。上述LIDAR 11、毫米波雷达和定位设备12中至少一种的检测信号发送给ECU。ECU能够基于这些信号对障碍物(如车辆10周边的路障、移动物体、树木、相邻车辆等)进行检测和识别。此外,ECU在物理上可以按功能分为多台,本申请将其统称为ECU。In addition, the vehicle 10 may also be equipped with an electronic control unit (ECU). The detection signal of at least one of the above-mentioned LIDAR 11, millimeter wave radar and positioning device 12 is sent to the ECU. The ECU can detect and identify obstacles (such as roadblocks, moving objects, trees, adjacent vehicles, etc. around the vehicle 10) based on these signals. In addition, the ECU can be physically divided into multiple units according to function, and this application will collectively refer to them as ECU.
需要说明的是,尽管可移动设备被描述为汽车,然而这样的描述并不是限制,多种移动设备都适用,如陆地机器人、水上机器人等。It should be noted that although the movable device is described as a car, such description is not restrictive and is applicable to a variety of movable devices, such as land robots, water robots, etc.
本申请实施例的处理点云的方法和雷达可以应用于如图1所示的LIDAR 11、毫米波雷达、定位设备12、ECU或者通讯系统等需要使用时钟的任意一种或多种电子设备中。The method for processing point clouds and radar of the embodiments of the present application can be applied to any one or more electronic devices that require the use of a clock, such as LIDAR 11, millimeter wave radar, positioning device 12, ECU or communication system as shown in Figure 1.
在上述辅助驾驶、自动驾驶、智慧交通等应用场景中,快速、精确地感知可移动设备的周围环境是一个关键点。In the above-mentioned application scenarios such as assisted driving, autonomous driving, and smart transportation, quickly and accurately perceiving the surrounding environment of movable equipment is a key point.
在此以车辆的自动驾驶场景为例进行示例性说明。根据传感系统感知的车辆位置信息、障碍物信息和道路信息等,协调道路信号控制,从而提高道路管理质量和效率。具体地,可以根据传感系统感知的信息确定对应的自动驾驶车辆决策,调整自动驾驶车辆之间安全距离,这样便于实现车辆能够安全、可靠地在道路上行驶。Here, the vehicle's autonomous driving scenario is used as an example for illustrative explanation. According to the vehicle position information, obstacle information, and road information perceived by the sensor system, road signal control is coordinated to improve the quality and efficiency of road management. Specifically, the corresponding autonomous driving vehicle decision can be determined based on the information perceived by the sensor system, and the safe distance between autonomous driving vehicles can be adjusted, so that the vehicle can drive safely and reliably on the road.
图2A是本申请一实施例示出的激光雷达系统的示意图。FIG. 2A is a schematic diagram of a laser radar system according to an embodiment of the present application.
参见图2A,以车载激光雷达为例,该激光雷达可以包括发射系统、接收系统、数据处理系统和点云输出系统。Referring to FIG. 2A , taking a vehicle-mounted laser radar as an example, the laser radar may include a transmitting system, a receiving system, a data processing system, and a point cloud output system.
发射系统中包含信号发生器、激光发射器以及透镜等,用于发射激光信号。其中,信号发生器产生信号触发激光发射器发射诸如波长为905nm或1550nm的激光。激光发射后,经过透镜,照射到目标对象(目标物体)上。目标对象可以视为是朗伯体,即是漫反射的物体。The transmitting system includes a signal generator, a laser transmitter, and a lens, etc., which are used to transmit laser signals. The signal generator generates a signal to trigger the laser transmitter to emit a laser with a wavelength of 905nm or 1550nm. After the laser is emitted, it passes through the lens and irradiates the target object (target object). The target object can be regarded as a Lambertian body, that is, a diffusely reflecting object.
激光接收系统可以包括滤波器、衰减片、感光单元、以及与感光单元相配合使用的温控模块、升压电路、淬灭电路以及信号提取模块等,用于接收激光反射信号,并 将激光反射信号转换为电信号。例如,经障碍物反射的回波信号,经过窄带滤波,再经过衰减片(其透过率影响激光雷达的探测性能)。经过衰减片后,回波信号照射到感光元件(如单光子雪崩光电二极管SPAD)上,此时感光元件工作在盖革模式下时,单个光子即可触发雪崩,雪崩电流极剧增大。由于连续大电流会使得雪崩光电二极管(APD)器件发热,时间过长可能会损坏器件,并且APD工作在盖革模式下时,自持性雪崩过程无法自动结束,导致系统无法进行下一轮的接收过程。因此,需要进行淬灭,从而终止雪崩,提高APD接收速率。淬灭电路主要包括被动淬灭、主动淬灭和门控淬灭。被动淬灭主要是利用电阻分压,从而使得电压降低,使其退出雪崩状态。主动淬灭主要是通过反馈电路主动降低反向偏置电压,从而退出雪崩。门控淬灭,则是保持发射器和探测器的二者的频率相同,同时保证光子到来时探测器处于盖革模式下,光子不应该来的时候处于截止状态。该淬灭方式降低了暗计数。经过淬灭后,SPAD退出雪崩状态,经过升压电路升压后,再次工作在盖革模式下,即可再次接收。升压的这段时间无法接收,称为死时间,死时间的长度对激光雷达的性能有较大影响。The laser receiving system may include a filter, an attenuation plate, a photosensitive unit, and a temperature control module, a boost circuit, a quenching circuit, and a signal extraction module used in conjunction with the photosensitive unit, etc., for receiving the laser reflection signal and converting the laser reflection signal into an electrical signal. For example, the echo signal reflected by the obstacle is narrow-band filtered and then passes through the attenuation plate (whose transmittance affects the detection performance of the laser radar). After passing through the attenuation plate, the echo signal is irradiated onto the photosensitive element (such as a single-photon avalanche photodiode SPAD). At this time, when the photosensitive element works in the Geiger mode, a single photon can trigger an avalanche, and the avalanche current increases dramatically. Since continuous large currents will cause the avalanche photodiode (APD) device to heat up, the device may be damaged if the time is too long, and when the APD works in the Geiger mode, the self-sustaining avalanche process cannot end automatically, resulting in the system being unable to perform the next round of receiving process. Therefore, quenching is required to terminate the avalanche and increase the APD receiving rate. The quenching circuit mainly includes passive quenching, active quenching, and gated quenching. Passive quenching mainly uses resistor voltage division to reduce the voltage and exit the avalanche state. Active quenching is mainly to actively reduce the reverse bias voltage through the feedback circuit, thereby exiting the avalanche. Gated quenching keeps the frequencies of the emitter and the detector the same, while ensuring that the detector is in Geiger mode when photons arrive, and in the cutoff state when photons should not arrive. This quenching method reduces the dark count. After quenching, the SPAD exits the avalanche state, and after being boosted by the boost circuit, it works in Geiger mode again and can receive again. The period of boosting is called dead time, and the length of the dead time has a great impact on the performance of the lidar.
数据处理系统对收集到的电信号进行处理和分析,以生成点云。点云输出系统用于输出点云,以便进行障碍物识别、车道线识别等。The data processing system processes and analyzes the collected electrical signals to generate point clouds. The point cloud output system is used to output point clouds for obstacle recognition, lane line recognition, etc.
图2B是本申请一实施例示出的激光雷达的数据处理系统的示意图。FIG. 2B is a schematic diagram of a laser radar data processing system according to an embodiment of the present application.
参见图2B,数据处理系统具体可以包括回波信号滤波处理系统、回波信号检波系统、距离、反射率、角度信息计算系统、点云数据生成系统和点云处理系统。2B , the data processing system may specifically include an echo signal filtering and processing system, an echo signal detection system, a distance, reflectivity, and angle information calculation system, a point cloud data generation system, and a point cloud processing system.
回波信号滤波处理系统可以对点云进行滤波,例如,可以采用:回波强度门限滤波、离群点修正算法等相关技术手段对点云进行滤波。The echo signal filtering processing system can filter the point cloud. For example, the point cloud can be filtered by using related technical means such as echo intensity threshold filtering and outlier correction algorithm.
回波数据处理是激光雷达探测的重要一环,回波信号的检测是距离、速度等信息的源头。Echo data processing is an important part of lidar detection. The detection of echo signals is the source of information such as distance and speed.
在进行雷达目标回波模拟,以计算距离、反射率、角度信息等的过程中,可以采用高速模数转换器(analog-to-digital converter,简称adc)对雷达脉冲信号进行采集,将采集后的信号传输至现场可编程门阵列(field-programmable gate array,简称fpga)中进行检波处理以确定检波信号的上升沿时刻,基于该上升沿时刻对信号进行延迟处理后再进行信号调制等操作可以模拟出目标的回波信号,即目标模拟回波信号。该目标模拟回波信号被雷达接收后可以进行雷达性能(如雷达测距精度等)的测试。In the process of simulating radar target echoes to calculate distance, reflectivity, angle information, etc., a high-speed analog-to-digital converter (ADC) can be used to collect radar pulse signals, and the collected signals are transmitted to a field-programmable gate array (FPGA) for detection processing to determine the rising edge time of the detection signal. Based on the rising edge time, the signal is delayed and then modulated to simulate the target echo signal, i.e., the target simulated echo signal. After the target simulated echo signal is received by the radar, the radar performance (such as radar ranging accuracy, etc.) can be tested.
然后可以通过点云插值(如上采样、增采样)等方式处理点信息,以便生成点云。 例如,可以采用Arcgis创建las数据集,然后,las数据集转栅格,接着,global mapper栅格转DEM,以便导出生成的点云。The point information can then be processed by point cloud interpolation (such as upsampling, upsampling) to generate a point cloud. For example, ArcGIS can be used to create a las dataset, then convert the las dataset to a raster, and then the global mapper raster to a DEM to export the generated point cloud.
本申请提供的处理点云的方法可以适用于点云处理系统。图2C是本申请一实施例示出的点云处理系统的示意图。The method for processing point cloud provided in the present application can be applied to a point cloud processing system. FIG2C is a schematic diagram of a point cloud processing system shown in an embodiment of the present application.
参见图2C,该点云处理系统包括但不限于:点云去噪处理系统、点云雨雪检测系统、点云强光检测系统、高反射膨胀处理系统、点云滤波处理系统、点云插值处理系统、点云增强处理系统、点云修正处理系统中至一种。Referring to FIG. 2C , the point cloud processing system includes but is not limited to: a point cloud denoising processing system, a point cloud rain and snow detection system, a point cloud strong light detection system, a high reflection expansion processing system, a point cloud filtering processing system, a point cloud interpolation processing system, a point cloud enhancement processing system, and a point cloud correction processing system.
例如,可以通过点云去噪处理系统剔除一些不会影响行车安全的噪点,如去除高度高于汽车高度的离群点等。For example, the point cloud denoising system can be used to remove some noise points that will not affect driving safety, such as removing outliers whose height is higher than the height of the car.
例如,雨雪天气下,激光雷达在扫描过程中会检测到空中的雨滴雪花,从而形成大量的离散点云影响感知系统的正常判断,导致车辆无法正常行驶。这些由于雨雪天气造成的飘散在空中的点云可称作“噪点”,利用点云雨雪检测系统对点云进行降噪处理,滤除掉这些噪点对车辆的安全行驶十分有必要。For example, in rainy and snowy weather, the LiDAR will detect raindrops and snowflakes in the air during scanning, thus forming a large number of discrete point clouds that affect the normal judgment of the perception system and cause the vehicle to be unable to drive normally. These point clouds floating in the air due to rainy and snowy weather can be called "noise points". Using the point cloud rain and snow detection system to reduce the noise of the point cloud and filter out these noise points is very necessary for the safe driving of the vehicle.
例如,点云增强处理系统可以基于深度学习中点云基本数据处理和增强方式对点云进行增强处理。其中,点云增强处理包括点云归一化、随机打乱、随机平移、随机旋转、随机缩放和随机丢弃等,持续总结与更新等。For example, the point cloud enhancement processing system can enhance the point cloud based on the basic data processing and enhancement methods of point cloud in deep learning. Among them, the point cloud enhancement processing includes point cloud normalization, random shuffling, random translation, random rotation, random scaling and random discarding, etc., continuous summary and update, etc.
例如,点云修正处理系统可以对因激光雷达移动造成的点云畸变进行修正。假设车载激光雷达的频率为10HZ,则一帧完整点云的时间是0.1s。在这0.1s内,如果车辆在高速运动,则车载激光雷达坐标系一直是运动的,因而会产生畸变:输出的点云不是在初始时候的车载激光雷达坐标下,该坐标系随着汽车的移动而发生变化,导致了点云畸变。通过点云修正可以对畸变的点云进行修正,有助于提升确定的障碍物位置信息等的精准度,提升行车安全。For example, the point cloud correction processing system can correct the point cloud distortion caused by the movement of the laser radar. Assuming that the frequency of the vehicle-mounted laser radar is 10HZ, the time for a complete point cloud frame is 0.1s. Within this 0.1s, if the vehicle is moving at high speed, the coordinate system of the vehicle-mounted laser radar is always moving, which will cause distortion: the output point cloud is not in the initial vehicle-mounted laser radar coordinates. The coordinate system changes with the movement of the car, resulting in point cloud distortion. The distorted point cloud can be corrected through point cloud correction, which helps to improve the accuracy of the determined obstacle location information and improve driving safety.
闪光(Flash)激光雷达,是激光雷达领域一种典型的雷达,Flash激光雷达由于不存在扫描过程,因此其机械结构极为简单,装车难度很低,成本优势明显,在激光雷达整个生态中实现难度较低。但是,由于Flash激光雷达的泛光特性,容易产生扫描式雷达不会产生的膨胀类噪声光斑。例如,打到高反射率物体上形成的噪声尤为明显,高反射率物体的回波会影响周围点的泛光回波信号,形成高反射率周围的膨胀噪声,会影响点云聚类及物体识别,是Flash激光雷达的一种主要失效模式。Flash LiDAR is a typical radar in the field of LiDAR. Since there is no scanning process, the mechanical structure of Flash LiDAR is extremely simple, the difficulty of installation is very low, the cost advantage is obvious, and the difficulty of implementation in the entire LiDAR ecosystem is relatively low. However, due to the floodlight characteristics of Flash LiDAR, it is easy to produce expansion noise spots that scanning radars do not produce. For example, the noise formed by hitting high-reflectivity objects is particularly obvious. The echo of high-reflectivity objects will affect the floodlight echo signals of surrounding points, forming expansion noise around high reflectivity, which will affect point cloud clustering and object recognition. It is a major failure mode of Flash LiDAR.
相关技术不便于判断目标点云是对应真实物体,还是高反射率物体带来的膨胀噪声。如果不对高反射膨胀进行处理,膨胀噪声形成的点云,会导致误判存在虚假目标 物体。此外,如果对高反射率物体附近的低反射率物体做过度剔除(误删除),则会导致在高反射物体附近的真实物体也被误判,均会影响自动驾驶等应用场景的判断结果准确度。The related technology is not convenient for determining whether the target point cloud corresponds to a real object or the expansion noise caused by a high-reflectivity object. If the high-reflectivity expansion is not processed, the point cloud formed by the expansion noise will lead to the misjudgment of the existence of a false target object. In addition, if low-reflectivity objects near high-reflectivity objects are over-removed (deleted by mistake), the real objects near the high-reflectivity objects will also be misjudged, which will affect the accuracy of the judgment results in application scenarios such as autonomous driving.
在本申请的某些实施例中,基于点云中高反射率点和低反射率点之间的距离关系(如是否相连),并结合膨胀噪声的特征而确定的删除条件,对低反射率点中的至少部分低反射率点进行删除,在保障高反射附近的真实物体探测准确度的基础上,有效减少了膨胀噪声的数量,提升自动驾驶等应用场景的探测结果准确度。In certain embodiments of the present application, based on the distance relationship between high-reflectivity points and low-reflectivity points in the point cloud (such as whether they are connected) and the deletion conditions determined in combination with the characteristics of the expansion noise, at least some of the low-reflectivity points are deleted. This effectively reduces the amount of expansion noise while ensuring the accuracy of detection of real objects near high reflections, thereby improving the accuracy of detection results in application scenarios such as autonomous driving.
图3是本申请一实施例示出的一种处理点云的方法的流程图。FIG. 3 is a flow chart of a method for processing a point cloud according to an embodiment of the present application.
参见图3,该处理点云的方法包括操作S310~操作S330。3 , the method for processing a point cloud includes operations S310 to S330 .
在操作S310,获得点云,点云中的点的具有反射率。In operation S310 , a point cloud is obtained, and points in the point cloud have reflectivity.
在本实施例中,请一并参考图2A和图2B,发射系统发射激光信号后,由接收系统接收回波信号。数据处理系统基于回波信号滤波处理、回波信号检波、距离、反射率、角度信息计算等处理后,可以获得点云,该点云具有反射率等信息。其中,激光雷达能够收到反射的信号,需要接收的反射光达到一定的光强。但是对于工作距离上的目标对激光的反射率是不确定的。汽车、人、道路对激光器的反射率是不一样的。因此,这就导致一帧点云中的多个点各自的反射率可能是不同的,点云中各点的反射率可能不同。In this embodiment, please refer to Figures 2A and 2B. After the transmitting system transmits the laser signal, the receiving system receives the echo signal. After the data processing system processes the echo signal filtering, echo signal detection, distance, reflectivity, angle information calculation, etc., a point cloud can be obtained, and the point cloud has information such as reflectivity. Among them, the laser radar can receive the reflected signal, and the received reflected light needs to reach a certain light intensity. However, the reflectivity of the laser for targets at the working distance is uncertain. The reflectivity of cars, people, and roads to the laser is different. Therefore, this results in the reflectivity of multiple points in a frame of point cloud may be different, and the reflectivity of each point in the point cloud may be different.
在操作S320,响应于点云,基于点云中的点的反射率将点云划分为第一类点和/或第二类点,第一类点的反射率高于第一反射率阈值,第二类点的反射率低于第二反射率阈值。In operation S320, in response to the point cloud, the point cloud is divided into first-category points and/or second-category points based on reflectivity of points in the point cloud, wherein the reflectivity of the first-category points is higher than a first reflectivity threshold and the reflectivity of the second-category points is lower than a second reflectivity threshold.
在本实施例中,将高反射率点和低反射率点进行分类,使得可以基于高反射率点和低反射率点之间的空间位置关系以及低反射率点的自身特性,来确定当前低反射率点是否为膨胀噪点。In this embodiment, high reflectivity points and low reflectivity points are classified so that it is possible to determine whether the current low reflectivity point is an expansion noise point based on the spatial position relationship between the high reflectivity points and the low reflectivity points and the characteristics of the low reflectivity points themselves.
为了便于后续点云处理,如确定第二类点是否为膨胀噪声,可以对第一类点和第二类点分别进行标签标记。例如,标签可以为高反射率、低反射率等。In order to facilitate subsequent point cloud processing, such as determining whether the second type of points are expansion noise, the first type of points and the second type of points can be labeled separately. For example, the labels can be high reflectivity, low reflectivity, etc.
例如,第一反射率阈值和第二反射率阈值可以是固定值,如根据专家经验或者历史统计结果来确定的。第一反射率阈值和第二反射率阈值可以是动态值,如根据前一周期的反射率统计结果确定的反射率阈值。第一反射率阈值可以高于第二反射率阈值。如第一类点是高反射率点,第二类点是低反射率点。For example, the first reflectivity threshold and the second reflectivity threshold may be fixed values, such as those determined based on expert experience or historical statistical results. The first reflectivity threshold and the second reflectivity threshold may be dynamic values, such as those determined based on reflectivity statistical results of a previous cycle. The first reflectivity threshold may be higher than the second reflectivity threshold. For example, the first type of point is a high reflectivity point, and the second type of point is a low reflectivity point.
在某些实施例中,第二反射率阈值是基于第一类点的反射率平均值来确定的。例 如,可以根据当前帧或者至少一帧历史帧中的至少部分高反射率点的反射率统计结果(如平均反射率)来确定低反射率阈值。具体地,低反射率标定的阈值的一个典型的值为:在高反射率平均值的基础上减去100、110、120、130或者140等中至少一个数值。In some embodiments, the second reflectivity threshold is determined based on the reflectivity average value of the first type of points. For example, the low reflectivity threshold can be determined based on the reflectivity statistics (such as the average reflectivity) of at least some of the high reflectivity points in the current frame or at least one historical frame. Specifically, a typical value of the threshold for low reflectivity calibration is: subtracting at least one of 100, 110, 120, 130 or 140 from the high reflectivity average value.
在操作S330,如果第二类点和第一类点相连,并且第二类点满足删除条件,则删除第二类点,删除条件表征第二类点属于膨胀噪声。In operation S330, if the second type point is connected to the first type point and the second type point satisfies a deletion condition, the second type point is deleted, and the deletion condition indicates that the second type point belongs to expansion noise.
在本实施例中,如果第二类点和第一类点之间相互隔离,则可以确定该第二类点不是与高反射率对象对应的高反射率点的膨胀噪声。如果第二类点和第一类点之间相连,则需要进一步基于删除条件判断当前的第二类点是否为膨胀类噪声。例如,膨胀类噪声中通常只有低反射率点,则删除条件中可以包括针对低反射率的要求。例如,膨胀噪声中点的反射率通常比较均一,则删除条件中可以包括反射率均一性的要求。例如,膨胀噪声中点距离高反射率点之间的距离通常较近,则删除条件中可以包括点与高反射率点之间的距离要求。例如,膨胀噪声中点的数量通常较少,则删除条件中可以包括点数量的要求。这样使得可以基于删除条件进一步提升对第二类点中膨胀类噪声的识别精准度。In this embodiment, if the second type of point is isolated from the first type of point, it can be determined that the second type of point is not the expansion noise of the high reflectivity point corresponding to the high reflectivity object. If the second type of point is connected to the first type of point, it is necessary to further determine whether the current second type of point is the expansion type noise based on the deletion condition. For example, there are usually only low reflectivity points in the expansion type noise, and the deletion condition may include requirements for low reflectivity. For example, the reflectivity of the points in the expansion noise is usually relatively uniform, and the deletion condition may include requirements for reflectivity uniformity. For example, the distance between the expansion noise point and the high reflectivity point is usually close, and the deletion condition may include requirements for the distance between the point and the high reflectivity point. For example, the number of points in the expansion noise is usually small, and the deletion condition may include requirements for the number of points. In this way, the recognition accuracy of the expansion type noise in the second type of point can be further improved based on the deletion condition.
其中,所述第二类点和第一类点相连,例如可以为对第二类点中的一个点,判断该点的预设距离半径距离内是否包括第一类点,如果第二类点预设半径内包括第一类点,则确定第二类点与第一类点相连。Among them, the second type of points are connected to the first type of points. For example, for a point in the second type of points, it can be determined whether the preset distance radius of the point includes the first type of points. If the preset radius of the second type of points includes the first type of points, it is determined that the second type of points are connected to the first type of points.
其中,可以理解的是,再判断第二类点和第一类点是否相连之前,所述方法还包括:判断满足条件的第一类点和第二类点的数量,当第一类点的数量和第二类点的数量满足预设条件,则判断第二类点和第一类点是否相连。Among them, it can be understood that before determining whether the second type of points and the first type of points are connected, the method also includes: determining the number of first type of points and second type of points that meet the conditions, and when the number of first type of points and the number of second type of points meet the preset conditions, determining whether the second type of points and the first type of points are connected.
本实施例提供的点云处理方法,可以基于第一类点和第二类点之间的是否相连,并基于删除条件有效剔除第二类点中的高反膨胀噪声,提升了激光雷达识别的准确性。The point cloud processing method provided in this embodiment can effectively eliminate high anti-expansion noise in the second type of points based on whether the first type of points and the second type of points are connected and based on deletion conditions, thereby improving the accuracy of laser radar recognition.
在某些实施例中,由于一帧点云中点的数量巨大,分别计算两个点之间的距离等需要消耗大量的计算资源,并且计算用时长,响应速度慢。为了解决上述问题,可以通过图像处理的方式将第一类点和/或第二类点处理为图像中的连通域,来降低对计算资源的消耗,提升响应速度。In some embodiments, due to the huge number of points in a frame of point cloud, calculating the distance between two points separately requires a large amount of computing resources, takes a long time to calculate, and has a slow response speed. In order to solve the above problem, the first type of points and/or the second type of points can be processed as connected domains in the image by image processing to reduce the consumption of computing resources and improve the response speed.
具体地,如果第二类点和第一类点相连,并且第二类点满足删除条件,则删除第二类点可以包括如下操作。Specifically, if the second type of point is connected to the first type of point, and the second type of point meets the deletion condition, deleting the second type of point may include the following operations.
首先,通过投影的方式得到与第一类点对应的至少一个第一连通域,和/或,通 过投影的方式得到与第二类点对应的至少一个第二连通域。图像的连通域是指图像中具有相同像素值并且位置相邻的像素组成的区域,连通域分析是指在图像中寻找出彼此互相独立的连通域并将其标记出来。First, at least one first connected domain corresponding to the first type of points is obtained by projection, and/or at least one second connected domain corresponding to the second type of points is obtained by projection. The connected domain of an image refers to the area composed of pixels with the same pixel value and adjacent positions in the image. Connected domain analysis refers to finding independent connected domains in the image and marking them.
然后,如果第二连通域和第一连通域相连,并且第二连通域满足删除条件,则删除点云中与第二连通域对应的点,删除条件表征与第二连通域对应的点属于膨胀噪声。Then, if the second connected domain is connected to the first connected domain and the second connected domain satisfies a deletion condition, the points in the point cloud corresponding to the second connected domain are deleted, and the deletion condition indicates that the points corresponding to the second connected domain belong to expansion noise.
其中,可以理解的是,所述第二连通域和第一连通域相连,指的是以第二连通域中的任一点为圆心,预设距离为半径的区域内是否包括第一连通域中的任意点,若包括则说明第一连通域和第二连通域相连。It can be understood that the second connected domain is connected to the first connected domain, which means whether any point in the first connected domain is included in an area with any point in the second connected domain as the center and a preset distance as the radius. If included, it means that the first connected domain and the second connected domain are connected.
其中,可选地,当第二连通域为规则形状时,则也可以以第二连通域中的中心点为圆心,判断预设距离为半径的区域内是否包括第一连通域中的任意点,若包括则说明第一连通域和第二连通域相连。Among them, optionally, when the second connected domain is a regular shape, the center point in the second connected domain can be used as the center of the circle to determine whether the area with a preset distance as the radius includes any point in the first connected domain. If included, it means that the first connected domain and the second connected domain are connected.
例如,第一连通域是与第一类点对应的投影二值图中的连通域。例如,第二连通域是与第二类点对应的投影二值图中的连通域。For example, the first connected domain is a connected domain in the projected binary graph corresponding to the first type of points. For example, the second connected domain is a connected domain in the projected binary graph corresponding to the second type of points.
以车载激光雷达的空间位置为坐标系原点的XYZ坐标系为例进行说明。在XYZ三维坐标系中,投影二值图包括:在XY平面的第一投影二值图、在XZ平面的第二投影二值图或者在YZ平面的第三投影二值图。这样就可以将一帧点云分别投影到XY平面、XZ平面和YZ平面上,针对一帧点云,仅需要对这三个投影二值图进行分析即可,无需再对一帧点云中各点分别进行计算。Take the XYZ coordinate system with the spatial position of the vehicle-mounted laser radar as the origin of the coordinate system as an example. In the XYZ three-dimensional coordinate system, the projected binary image includes: the first projected binary image in the XY plane, the second projected binary image in the XZ plane, or the third projected binary image in the YZ plane. In this way, a frame of point cloud can be projected onto the XY plane, XZ plane, and YZ plane respectively. For a frame of point cloud, only the three projected binary images need to be analyzed, and there is no need to calculate each point in a frame of point cloud separately.
如上,只要第一类点和第二类点之间相互分隔,则可以确定第二类点不是第一类点的膨胀噪声点。相应地,如果一帧点云的第一类点和第二类点各自在三个平面(XY平面、XZ平面、YZ平面)中任意一个平面上的投影相互分隔,则可以表明第一类点和第二类点在空间上相互分隔,第二类点不是第一类点的膨胀噪声。即,与投影对应的第二类点不是膨胀噪声,需要进行保留。As mentioned above, as long as the first-class points and the second-class points are separated from each other, it can be determined that the second-class points are not the expansion noise points of the first-class points. Correspondingly, if the projections of the first-class points and the second-class points of a frame of point cloud on any of the three planes (XY plane, XZ plane, YZ plane) are separated from each other, it can be shown that the first-class points and the second-class points are separated from each other in space, and the second-class points are not the expansion noise of the first-class points. That is, the second-class points corresponding to the projection are not expansion noise and need to be retained.
具体地,上述方法还可以包括如下操作:如果在第一投影二值图、第二投影二值图或者第三投影二值图中的至少一个,第二连通域与第一连通域之间相互分隔,则保留第二连通域中的点。Specifically, the method may further include the following operation: if the second connected domain is separated from the first connected domain in at least one of the first projected binary image, the second projected binary image or the third projected binary image, then retaining the points in the second connected domain.
在某些实施例中,由于目标对象形状不规则、激光雷达采集的点云数据质量等问题,对点云进行投影后,得到的连通域内部和边缘存在缺失,可能导致误判第二连通域和第一连通域之间相互分隔。In some embodiments, due to the irregular shape of the target object, the quality of the point cloud data collected by the lidar, etc., after the point cloud is projected, there are missing parts inside and on the edges of the connected domain, which may lead to the misjudgment that the second connected domain is separated from the first connected domain.
为了改善上述问题,可以对连通域进行形态学处理。具体地,上述方法还可以包 括如下操作,对第一连通域进行形态学处理,形态学处理包括:形态学的闭运算或者形态学膨胀处理中至少一种。其中,形态学的闭运算或者形态学膨胀处理可以采用相关技术,在此不做限定。In order to improve the above problem, morphological processing can be performed on the connected domain. Specifically, the above method can also include the following operation: performing morphological processing on the first connected domain, and the morphological processing includes: at least one of morphological closing operation or morphological expansion processing. Among them, the morphological closing operation or morphological expansion processing can adopt relevant technologies, which are not limited here.
相应地,如果第二连通域和第一连通域相连,并且第二连通域满足删除条件,则删除点云中与第二连通域对应的点可以包括如下操作:如果第二连通域和经过形态学处理后的第一连通域相连,并且第二连通域满足删除条件,则删除点云中与第二连通域对应的点。Correspondingly, if the second connected domain is connected to the first connected domain and the second connected domain satisfies the deletion condition, deleting the points in the point cloud corresponding to the second connected domain may include the following operations: if the second connected domain is connected to the first connected domain after morphological processing and the second connected domain satisfies the deletion condition, deleting the points in the point cloud corresponding to the second connected domain.
图4是本申请一实施例示出的高反射膨胀处理的示意图。FIG. 4 is a schematic diagram of a high-reflection expansion process shown in an embodiment of the present application.
参见图4,左图为没有经过高反射膨胀处理的连通域的示意图。其中,左图上方的三个点之间相互分隔,需要按照三个连通域进行图像处理。右图为经过高反射膨胀处理的连通域的示意图。右图上方的三个点经过高反射膨胀处理之后形成一个连通域整体,按照单个连通域进行图像处理。Referring to FIG4 , the left figure is a schematic diagram of a connected domain that has not been processed by high-reflection expansion. The three points at the top of the left figure are separated from each other, and image processing needs to be performed according to three connected domains. The right figure is a schematic diagram of a connected domain that has been processed by high-reflection expansion. The three points at the top of the right figure form a connected domain as a whole after high-reflection expansion processing, and image processing is performed according to a single connected domain.
图5是本申请一实施例示出的高反射膨胀后的第一连通域与第二连通域连接的示意图。FIG. 5 is a schematic diagram showing the connection between the first connected domain and the second connected domain after high-reflection expansion according to an embodiment of the present application.
参见图5,左图中示出了黑色的高反射连通域和灰色的低反射连通域。可以看到,高反射连通域和低反射连通域之间相邻,可以被认为存在连接或者不连接。右图中示出了经过膨胀处理后的黑色的高反射连通域。经过膨胀处理后的黑色的高反射连通域和灰色的低反射连通域之间存在连接边,即相连接。右图中低反射连通域如果满足删除条件,则可被判定为膨胀噪声。Referring to FIG5 , the left figure shows a black high-reflection connected domain and a gray low-reflection connected domain. It can be seen that the high-reflection connected domain and the low-reflection connected domain are adjacent and can be considered to be connected or unconnected. The right figure shows the black high-reflection connected domain after expansion. There is a connecting edge between the black high-reflection connected domain and the gray low-reflection connected domain after expansion, that is, they are connected. If the low-reflection connected domain in the right figure meets the deletion condition, it can be determined as expansion noise.
在某些实施例中,上述删除条件包括以下至少一种。例如,与第二连通域对应的点云中的点与第一连通域之间的距离小于或者等于距离阈值。其中,两者之间的距离小于或者等于距离阈值,一方面表明两者相邻。另一方面表明两者中没有相距过远的点,如第二连通域中存在远离第一连通域的长条形状点云,则其不是膨胀噪声。距离阈值可以是根据专家经验、使用效果等而定。In some embodiments, the deletion condition includes at least one of the following. For example, the distance between the point in the point cloud corresponding to the second connected domain and the first connected domain is less than or equal to the distance threshold. Among them, the distance between the two is less than or equal to the distance threshold, which indicates that the two are adjacent. On the other hand, it indicates that there are no points that are too far apart. For example, if there is a long strip-shaped point cloud far away from the first connected domain in the second connected domain, it is not expansion noise. The distance threshold can be determined based on expert experience, usage effect, etc.
例如,第二连通域的面积与第一连通域的面积之间的比值小于或者等于比例阈值。由于与膨胀噪声对应的连通域的面积通常较小,如果第二连通域的面积较大,则其不是膨胀噪声。比例阈值可以是根据专家经验、使用效果等而定,例如,比例阈值可以为1/6、1/5、1/4、1/3等。For example, the ratio of the area of the second connected domain to the area of the first connected domain is less than or equal to the ratio threshold. Since the area of the connected domain corresponding to the expansion noise is usually small, if the area of the second connected domain is large, it is not the expansion noise. The ratio threshold can be determined based on expert experience, usage effect, etc. For example, the ratio threshold can be 1/6, 1/5, 1/4, 1/3, etc.
在某些实施例中,由于对点云进行了投影处理,使得一个连通域可能对应一个或多个对象,可以对连通域进行拆分,提升连通域表达的信息的丰富度。In some embodiments, since the point cloud is projected, a connected domain may correspond to one or more objects, and the connected domain may be split to improve the richness of the information expressed by the connected domain.
具体地,上述方法还可以包括如下操作:对第一连通域进行拆分,得到多个子连通域,多个子连通域分别对应不同的对象。例如,在激光雷达的轴向方向上同时存在行人和车辆,则第一连通域的形状是行人和车辆的外轮廓的叠加。如果将该第一连通域拆分为至少两个连通域,有助于提升确定的膨胀噪声的准确度,以及提升目标对象的距离的精准度。Specifically, the above method may also include the following operations: splitting the first connected domain to obtain multiple sub-connected domains, each of which corresponds to a different object. For example, if there are pedestrians and vehicles in the axial direction of the laser radar, the shape of the first connected domain is the superposition of the outer contours of the pedestrians and the vehicles. If the first connected domain is split into at least two connected domains, it is helpful to improve the accuracy of the determined expansion noise and the accuracy of the distance of the target object.
在一个具体实施例中,使用激光雷达设备上传点云的距离、反射率以及俯仰角信息进行处理。首先获取整幅图像上每个点的点云距离、点云反射率、以及俯仰角,对每个点进行遍历。In a specific embodiment, the distance, reflectivity and elevation angle information of the point cloud uploaded by the laser radar device is processed. First, the point cloud distance, point cloud reflectivity and elevation angle of each point on the entire image are obtained, and each point is traversed.
首先,判断每个点的反射率值,高于高反射率阈值HighRefThd(一个典型的8位处理的高反射率阈值为200)的点进行标签(label)标记为高反射点。低于低反射率阈值LowRefThd(一个典型的8位处理的低反射率阈值为50)的点进行label标记为低反射点。例如,总体的高反射标记和低反射标记类似一个二值化处理,高于某个阈值置为1,低于某个阈值置为0,其余值舍弃。First, the reflectivity value of each point is determined. Points above the high reflectivity threshold HighRefThd (a typical high reflectivity threshold for 8-bit processing is 200) are labeled as high reflectivity points. Points below the low reflectivity threshold LowRefThd (a typical low reflectivity threshold for 8-bit processing is 50) are labeled as low reflectivity points. For example, the overall high reflectivity mark and low reflectivity mark are similar to a binary process, where values above a certain threshold are set to 1, values below a certain threshold are set to 0, and the remaining values are discarded.
需要说明的是,上一操作还可以通过如下方式进行改进:判断每个点的反射率值,高于高反射率阈值HighRefThd(一个典型的8位处理的高反射率阈值为200)的点进行label标记为高反射点;根据所有高反射率点的反射率计算平均反射率,然后基于该平均反射率确定低反射率标定的阈值(一个典型的值为在高反射率平均值上减掉120),然后进行label标记低于低反射率阈值LowRefThd的点。It should be noted that the above operation can also be improved in the following way: determine the reflectivity value of each point, and label the points higher than the high reflectivity threshold HighRefThd (a typical high reflectivity threshold of 8-bit processing is 200) as high reflectivity points; calculate the average reflectivity based on the reflectivity of all high reflectivity points, and then determine the threshold for low reflectivity calibration based on the average reflectivity (a typical value is to subtract 120 from the high reflectivity average value), and then label the points lower than the low reflectivity threshold LowRefThd.
然后,将相同距离并且非常接近的多个高反射label合并成一个,认为是一个物体,需要注意的是,可能有多个高反射图像在点云上连通的情况,需要拆分成多个label。Then, multiple highly reflective labels that are at the same distance and very close to each other are merged into one and considered as one object. It should be noted that there may be multiple highly reflective images connected on the point cloud, which need to be split into multiple labels.
接着,对于所有的高反射连通域进行形态学的闭运算,这样可以去除高反射连通域的空心部分,使高反射率物体边缘更为平滑,更利于判断高反射率对象的轮廓。然后,对每个高反射连通域的距离邻域进行形态学膨胀处理,一个典型的膨胀方式为:获取当前高反射率区域的距离平均值、反射率平均值及面积大小,与当前高反射连通域进行卷积计算,然后进行膨胀及形态学处理,这样可以使高反射连通域扩大和低反射连通域进行连通,没有交集的低反射连通域被视为非膨胀噪声,而作保留。Next, a morphological closing operation is performed on all high-reflection connected domains, which can remove the hollow part of the high-reflection connected domain, make the edge of the high-reflectivity object smoother, and facilitate the judgment of the contour of the high-reflectivity object. Then, a morphological expansion process is performed on the distance neighborhood of each high-reflection connected domain. A typical expansion method is: obtain the distance average, reflectivity average and area size of the current high-reflectivity area, perform convolution calculation with the current high-reflection connected domain, and then perform expansion and morphological processing, so that the high-reflection connected domain can be expanded and connected with the low-reflection connected domain. The low-reflection connected domain without intersection is regarded as non-expansion noise and is retained.
然后,对于上一操作获取的某一高反射连通域,遍历其所有距离连通域,基于删除条件进行判断。例如,删除条件可以包括以下至少一种条件:条件1,此区域是否为低反射连通域,及反射率是否均满足低于低反射阈值。条件2,其连通域内各点与 高反射连通域的平均距离是否接近。条件3,低反射连通域面积与高反射连通域面积比例是否低于一定比例,一个典型值为低反射连通域面积占高反射连通域的1/5以下。Then, for a certain high-reflection connected domain obtained in the previous operation, all its distance connected domains are traversed and judged based on the deletion conditions. For example, the deletion conditions may include at least one of the following conditions: Condition 1, whether this area is a low-reflection connected domain, and whether the reflectivity satisfies the low-reflection threshold. Condition 2, whether the average distance between each point in its connected domain and the high-reflection connected domain is close. Condition 3, whether the ratio of the area of the low-reflection connected domain to the area of the high-reflection connected domain is less than a certain ratio, and a typical value is that the area of the low-reflection connected domain accounts for less than 1/5 of the high-reflection connected domain.
本实施例可以在消耗较少计算资源和具有较高响应速度的基础上,准确判断与高反射点相连的低反射点是否为膨胀噪声。This embodiment can accurately determine whether a low reflection point connected to a high reflection point is expansion noise on the basis of consuming less computing resources and having a higher response speed.
在某些实施例中,为了进一步提升行车安全,提升基于点云识别障碍物的准确度,上述方法还可以包括如下所示的操作:基于第二类点的高度信息和预设高度范围按照取舍标准对第二类点进行取舍。In some embodiments, in order to further improve driving safety and improve the accuracy of obstacle identification based on point cloud, the above method may also include the following operations: selecting the second type of points according to the selection criteria based on the height information of the second type of points and the preset height range.
具体地,预设高度范围包括至少两个高度范围,与至少两个高度范围各自对应的取舍标准不同。例如,对于车载激光雷达而言,可能影响车辆通行的障碍物高度处在特定高度范围内,如从地面至地面以上2米以内的高度范围内的障碍物才可能与车辆发生干涉。而地面2米以上高度范围内,障碍物对车辆通行没有太大影响。因此,可以按照高度范围采用对应的不同取舍标准对点云进行取舍。例如,从地面至地面以上2米以内的高度范围内的点云尽量保留,地面2米以上的高度范围内的点云可以少保留。需要说明的是,以上两个高度范围仅为示例性说明,不能理解为对本申请的限定。此外,高度范围还可以是三个、四个或更多个,相应地,取舍标准也可以存在三个、四个或更多个。Specifically, the preset height range includes at least two height ranges, and the rejection criteria corresponding to each of the at least two height ranges are different. For example, for a vehicle-mounted laser radar, the height of obstacles that may affect the passage of vehicles is within a specific height range, such as obstacles within a height range from the ground to 2 meters above the ground may interfere with the vehicle. However, within the height range of 2 meters above the ground, obstacles do not have much impact on the passage of vehicles. Therefore, point clouds can be rejected according to the height range using corresponding different rejection criteria. For example, point clouds within the height range from the ground to 2 meters above the ground are retained as much as possible, and point clouds within the height range above 2 meters above the ground can be retained less. It should be noted that the above two height ranges are only exemplary descriptions and cannot be understood as limitations on the present application. In addition, the height range can also be three, four or more, and accordingly, there can also be three, four or more rejection criteria.
在某些实施例中,在基于第二类点的高度信息和预设高度范围按照取舍标准对第二类点进行取舍之后,上述方法还可以包括如下操作:首先,对于保留的第二连通域,提取该第二连通域的轮廓的毛刺部分。然后,剔除第二连通域中的毛刺部分。经过研究分析,低反射率连通域的毛刺部分主要为噪声,可以剔除毛刺部分。In some embodiments, after selecting the second type of points according to the selection criteria based on the height information of the second type of points and the preset height range, the above method may further include the following operations: first, for the retained second connected domain, extract the burr part of the contour of the second connected domain. Then, remove the burr part in the second connected domain. After research and analysis, the burr part of the low reflectivity connected domain is mainly noise, and the burr part can be removed.
在某些实施例中,由于高反射膨胀噪声主要位于高反射连通域的周边,且形状随着高反射连通域的边缘形状而改变,可以呈现为长条状,即边长面积比较大,因此,上述方法还可以包括如下操作。In some embodiments, since the high-reflection expansion noise is mainly located around the high-reflection connected domain, and its shape changes with the edge shape of the high-reflection connected domain, it can appear as a long strip, that is, the side length area is relatively large. Therefore, the above method can also include the following operations.
在基于第二类点的高度信息和预设高度范围按照取舍标准对第二类点进行取舍之后,对于保留的第二连通域,基于该第二连通域的反射率梯度变化信息,确定该第二连通域的边缘。After the second type of points are selected according to the selection criteria based on the height information of the second type of points and the preset height range, for the retained second connected domain, the edge of the second connected domain is determined based on the reflectivity gradient change information of the second connected domain.
然后,如果第二连通域的边缘所占面积与第二连通域的面积的比例小于预设面积比例,则删除该第二连通域。Then, if the ratio of the area occupied by the edge of the second connected domain to the area of the second connected domain is smaller than a preset area ratio, the second connected domain is deleted.
在某些实施例中,真实对象的不同部分的反射存在差异、且多变的,相应地,真实对象的不同部分的点云的反射率存在差异、且多变的。而膨胀噪声的反射率可能是 均一的,或者单调变化的。因此,还可以基于此判断第二类点是否为膨胀噪声。In some embodiments, the reflections of different parts of the real object are different and variable, and accordingly, the reflectivity of the point cloud of different parts of the real object is different and variable. The reflectivity of the expansion noise may be uniform or monotonically changing. Therefore, it can also be judged whether the second type of point is expansion noise based on this.
具体地,上述方法还可以包括如下操作:在基于第二类点的高度信息和预设高度范围按照取舍标准对第二类点进行取舍之后,对于保留的第二连通域,如果该第二连通域的反射率一致性高于预设一致性阈值,或者该第二连通域的反射率沿特定方向单调变化,则删除该第二连通域。Specifically, the above method may also include the following operations: after selecting the second type of points according to the selection criteria based on the height information of the second type of points and the preset height range, for the retained second connected domain, if the reflectivity consistency of the second connected domain is higher than the preset consistency threshold, or the reflectivity of the second connected domain changes monotonically along a specific direction, the second connected domain is deleted.
其中,反射率一致性可以是基于反射率方差来确定的。统计中的方差(样本方差)是每个样本值与全体样本值的平均数之差的平方值的平均数。此外,还可以采用标准差或者均方差等指标来判断反射率一致性,在此不做限定。The reflectivity consistency can be determined based on the reflectivity variance. The variance (sample variance) in statistics is the average of the square values of the difference between each sample value and the average of all sample values. In addition, other indicators such as standard deviation or mean square error can also be used to judge the reflectivity consistency, which is not limited here.
在一个具体实施例中,加入对高反射率连通域的高度判断。例如,如果激光雷达是安装在车上,若高反射区域高度值有小于1米,则该点云可为障碍物。此时,所有的低反射连通域均不删除,保证行车安全。但是,如果该点云的高度信息为大于1米,但小于2.5米可以使用较为严苛的阈值判断,防治误删障碍物。大于2.5米高度的物体可以正常判断低反射连通域。In a specific embodiment, a height judgment of a high-reflectivity connected domain is added. For example, if the laser radar is installed on a vehicle, if the height value of the high-reflectivity area is less than 1 meter, the point cloud may be an obstacle. At this time, all low-reflectivity connected domains are not deleted to ensure driving safety. However, if the height information of the point cloud is greater than 1 meter but less than 2.5 meters, a more stringent threshold judgment can be used to prevent accidental deletion of obstacles. Objects with a height greater than 2.5 meters can normally judge low-reflectivity connected domains.
还可以对根据上一操作得出的符合条件的低反射连通域,进行进一步筛选,做误删判断。例如,可以提取低反射连通域的轮廓并去除毛刺,这一步可以剔除细杆干扰。例如,可以提取反射率梯度变化信息作为边缘,并统计低反射连通域的边缘信息所占面积的比例,如果边缘信息较少(边缘较为平滑)。例如,判断低反射连通域的反射率一致性,可以通过判断低反射连通域的反射率方差来判断,如果低反射连通域的反射率一致性较好,或者在行方向或列方向上单调变化,则可以判断是膨胀产生的低反射噪声。The low-reflection connected domain that meets the conditions obtained by the previous operation can also be further screened to make a judgment on mistaken deletion. For example, the outline of the low-reflection connected domain can be extracted and the burrs can be removed. This step can eliminate the interference of thin rods. For example, the reflectivity gradient change information can be extracted as the edge, and the proportion of the area occupied by the edge information of the low-reflection connected domain can be counted. If the edge information is less (the edge is relatively smooth). For example, to judge the reflectivity consistency of the low-reflection connected domain, it can be judged by judging the reflectivity variance of the low-reflection connected domain. If the reflectivity consistency of the low-reflection connected domain is good, or it changes monotonically in the row direction or column direction, it can be judged that it is low-reflection noise caused by expansion.
针对每个高反射连通域,重复以上操作,以对该高反射连通域的低反射连通域进行筛选。最后删除原始点云图中筛选得到的低反射连通域,便可以去掉由高反射膨胀产生的噪声点云。For each high-reflection connected domain, the above operation is repeated to filter the low-reflection connected domain of the high-reflection connected domain. Finally, the low-reflection connected domain filtered out in the original point cloud image is deleted to remove the noise point cloud generated by the high-reflection expansion.
图6是本申请另一实施例示出的一种处理点云的方法的流程图。FIG. 6 is a flow chart of a method for processing a point cloud according to another embodiment of the present application.
参见图6,首先,获得激光雷达点云的距离和反射率信息。Referring to FIG6 , first, the distance and reflectivity information of the LiDAR point cloud is obtained.
然后,可以基于反射率数据提取高反射连通域以及距离数据连通域。Then, the highly reflective connected components and the distance data connected components can be extracted based on the reflectivity data.
接着,对于某高反射连通域,遍历所有距离连通域,获取满足伪像条件的待定区域。Next, for a certain high-reflection connected domain, all distance connected domains are traversed to obtain the pending area that meets the artifact condition.
然后,对待定区域进行误删除判别,剔除不满足条件的待定区域。Then, the pending areas are identified for false deletion and the pending areas that do not meet the conditions are eliminated.
接着,完成所有高反射区域判断,剔除伪像区域数据点。Next, all high-reflection area judgments are completed and data points in the artifact area are eliminated.
以下对点云处理效果进行示例性说明。The following is an exemplary description of the point cloud processing effect.
图7是本申请一实施例示出的高反射膨胀噪声去除处理前点云的示意图。图8是图7示出的高反射膨胀噪声去除处理后点云的示意图。Fig. 7 is a schematic diagram of a point cloud before high-reflection expansion noise removal according to an embodiment of the present application. Fig. 8 is a schematic diagram of a point cloud after high-reflection expansion noise removal according to Fig. 7 .
参见图7,示出了高反射率的路牌的点云图。由于激光雷达的泛光特性,图7中的路牌的侧边出现了膨胀噪声,这些膨胀噪声会导致误判路牌的侧边存在其它障碍物。此外,对该膨胀噪声进行识别,不但识别结果不正确,还会浪费较多的计算资源,降低响应速度。See Figure 7, which shows a point cloud of a road sign with high reflectivity. Due to the floodlight characteristics of the laser radar, expansion noise appears on the side of the road sign in Figure 7, which may lead to the misjudgment that there are other obstacles on the side of the road sign. In addition, recognizing the expansion noise not only results in incorrect recognition results, but also wastes a lot of computing resources and reduces the response speed.
参见图8,示出了经过高反射膨胀噪声去除后的高反射率的路牌的点云图。图8中高反射率的路牌的侧边的膨胀噪声已经被去除。此外,路牌以及其它对象的点云(包括低反射点)都被完好的保留了下来,没有误删点云。See Figure 8, which shows a point cloud of a road sign with high reflectivity after high reflectivity expansion noise removal. In Figure 8, the expansion noise on the side of the road sign with high reflectivity has been removed. In addition, the point clouds of the road sign and other objects (including low reflectivity points) are all intact, and no point clouds are deleted by mistake.
图9是本申请一实施例示出的高反射膨胀噪声去除处理前点云的示意图。图10是图9示出的高反射膨胀噪声去除处理后点云的示意图。Fig. 9 is a schematic diagram of a point cloud before high-reflection expansion noise removal according to an embodiment of the present application. Fig. 10 is a schematic diagram of a point cloud after high-reflection expansion noise removal according to Fig. 9.
参见图9,示出了路牌的点云图。图9中的路牌的侧边出现了膨胀噪声,这些膨胀噪声会导致误判路牌的侧边存在其它障碍物。与图7不同的是,图9的路牌不但包括高反射率部分,还包括低反射率部分。图9中的低反射率部分容易被判定为高反射膨胀噪声而误删除。See FIG9 , which shows a point cloud of a road sign. Expansion noise appears on the side of the road sign in FIG9 , which may lead to a misjudgment that there are other obstacles on the side of the road sign. Unlike FIG7 , the road sign in FIG9 includes not only a high reflectivity portion, but also a low reflectivity portion. The low reflectivity portion in FIG9 is easily judged as high reflectivity expansion noise and mistakenly deleted.
参见图10,示出了经过高反射膨胀噪声去除后的路牌的点云图。图10中路牌的侧边的膨胀噪声已经被去除。同时,路牌中的低反射率部分以及其它对象的点云(包括低反射点)都被完好的保留了下来,没有误删点云。See Figure 10, which shows a point cloud of a road sign after high-reflection expansion noise removal. In Figure 10, the expansion noise on the side of the road sign has been removed. At the same time, the low-reflectivity part of the road sign and the point clouds of other objects (including low-reflection points) are all preserved intact, and no point clouds are deleted by mistake.
图11是本申请一实施例示出的高反射膨胀噪声去除处理前点云的示意图。图12是图11示出的高反射膨胀噪声去除处理后点云的示意图。Fig. 11 is a schematic diagram of a point cloud before high-reflection expansion noise removal according to an embodiment of the present application. Fig. 12 is a schematic diagram of a point cloud after high-reflection expansion noise removal according to Fig. 11 .
图11和图12是针对非高反射膨胀情况下,高反射物体旁边的低反射物体误判测试。结合图11和图12所示,路牌既有高反射部分,也存在小区域的低反射部分(如箭头所指区域)。经过点云处理后,并没有误删除路片的高反射部分周边的小尺寸低反射部分,测试通过。例如,高反射牌上方放置一个低反射物体,低反射物体没有被视为膨胀来处理,表明测试结果良好。Figures 11 and 12 are tests for misjudgment of low-reflective objects next to high-reflective objects in the case of non-high-reflective expansion. As shown in Figures 11 and 12, the road sign has both high-reflective parts and small areas of low-reflective parts (such as the area indicated by the arrow). After point cloud processing, the small-sized low-reflective parts around the high-reflective parts of the road sheet were not mistakenly deleted, and the test passed. For example, a low-reflective object was placed above a high-reflective sign, and the low-reflective object was not treated as expansion, indicating that the test results were good.
图13是本申请一实施例示出的高反射膨胀噪声去除处理前点云的示意图。图14是图13示出的高反射膨胀噪声去除处理后点云的示意图。Fig. 13 is a schematic diagram of a point cloud before high-reflection expansion noise removal according to an embodiment of the present application. Fig. 14 is a schematic diagram of a point cloud after high-reflection expansion noise removal according to Fig. 13 .
图13和图14是针对两个高反射物体间低反射物体的误判测试。结合图13和图14所示,在两个高反射物体之间放置了一个低反射物体,对激光雷达采集的点云进行 点云处理。经过点云处理后,并没有误删除两个高反射物体之间的低反射物体的点云,测试通过。例如,两个高反射物体中间有一个面积很小的低反射物体,经过该算法后,低反射物体的点云被很好地保留。Figures 13 and 14 are tests for misjudgment of a low-reflective object between two high-reflective objects. As shown in Figures 13 and 14, a low-reflective object is placed between two high-reflective objects, and the point cloud collected by the LiDAR is processed. After point cloud processing, the point cloud of the low-reflective object between the two high-reflective objects is not mistakenly deleted, and the test passes. For example, there is a low-reflective object with a small area between two high-reflective objects. After the algorithm is used, the point cloud of the low-reflective object is well preserved.
图15是本申请一实施例示出的高反射膨胀噪声去除处理前点云的示意图。图16是图15示出的高反射膨胀噪声去除处理后点云的示意图。Fig. 15 is a schematic diagram of a point cloud before high-reflection expansion noise removal according to an embodiment of the present application. Fig. 16 is a schematic diagram of a point cloud after high-reflection expansion noise removal according to Fig. 15 .
图15和图16是针对路测数据高反射膨胀测试。比对图15和图16可以看出,高反射路牌周围的膨胀点基本被去除,但与高反射路牌相连的立杆的点云并没有被剔除,被很好地保留下来,测试结果良好。Figures 15 and 16 are high-reflection expansion tests for road test data. Comparing Figures 15 and 16, it can be seen that the expansion points around the high-reflection road sign are basically removed, but the point cloud of the pole connected to the high-reflection road sign is not removed and is well preserved, and the test results are good.
本申请提供的点云处理方法可以有效剔除高反射膨胀带来的伪像点云,并且很好地保留高反射附近的低反射物体,提升测距精度。The point cloud processing method provided in this application can effectively eliminate the artifact point cloud caused by high-reflection expansion, and well retain the low-reflection objects near the high-reflection, thereby improving the ranging accuracy.
本申请的另一方面还提供了一种处理点云的装置。Another aspect of the present application also provides a device for processing point clouds.
图17是本申请一实施例示出的处理点云的装置的结构示意图。FIG. 17 is a schematic diagram of the structure of an apparatus for processing point clouds according to an embodiment of the present application.
参见图17,该处理点云的装置1700包括:点云分类模块1710、连通域获取模块1720和噪声删除模块1730。17 , the device 1700 for processing point clouds includes: a point cloud classification module 1710 , a connected domain acquisition module 1720 , and a noise removal module 1730 .
点云分类模块1710用于响应于获得到点云,基于点云中的点的反射率将点云划分为第一类点和/或第二类点,第一类点的反射率高于第一反射率阈值,第二类点的反射率低于第二反射率阈值。The point cloud classification module 1710 is used to classify the point cloud into first-category points and/or second-category points based on the reflectivity of the points in the point cloud in response to obtaining the point cloud, wherein the reflectivity of the first-category points is higher than a first reflectivity threshold, and the reflectivity of the second-category points is lower than a second reflectivity threshold.
连通域获取模块1720用于通过投影的方式得到与第一类点对应的至少一个第一连通域,和/或,通过投影的方式得到与第二类点对应的至少一个第二连通域。The connected domain acquisition module 1720 is used to obtain at least one first connected domain corresponding to the first type of points by means of projection, and/or to obtain at least one second connected domain corresponding to the second type of points by means of projection.
噪声删除模块1730用于如果第二连通域和第一连通域相连,并且第二连通域满足删除条件,则删除点云中与第二连通域对应的点,删除条件表征第二连通域中的点属于膨胀噪声。The noise removal module 1730 is used to delete points in the point cloud corresponding to the second connected domain if the second connected domain is connected to the first connected domain and the second connected domain satisfies a deletion condition, wherein the deletion condition indicates that the points in the second connected domain belong to expansion noise.
关于上述实施例中的装置,其中各个模块执行操作的具体方式已经在有关该方法的实施例中进行了详细描述,此处将不再做详细阐述说明。Regarding the device in the above embodiment, the specific manner in which each module performs operations has been described in detail in the embodiment of the method, and will not be elaborated again here.
本申请的另一方面还提供了一种雷达。Another aspect of the present application provides a radar.
图18是本申请一实施例示出的一种雷达的结构示意图。FIG. 18 is a schematic diagram of the structure of a radar according to an embodiment of the present application.
参见图18,该雷达1800可以包括电路。例如,电路可以实现如上所示的处理点云的方法。电路可以设置在电路板1810上,电路板1810上可以设置有多个芯片,如中控芯片等。电路板1810可以设置在壳体1820中。Referring to FIG. 18 , the radar 1800 may include a circuit. For example, the circuit may implement the method for processing a point cloud as shown above. The circuit may be disposed on a circuit board 1810 , and a plurality of chips, such as a central control chip, may be disposed on the circuit board 1810 . The circuit board 1810 may be disposed in a housing 1820 .
雷达可以为扫描型雷达或者非扫描型雷达。其中,扫描型激光雷达包括MEMS型 激光雷达,机械式激光雷达,包括多个扫描装置的激光雷达等。非扫描型激光雷达包括Flash激光雷达、相控阵激光雷达等。本申请对于激光雷达的类型不作限制。The radar may be a scanning radar or a non-scanning radar. Among them, scanning laser radars include MEMS laser radars, mechanical laser radars, laser radars including multiple scanning devices, etc. Non-scanning laser radars include flash laser radars, phased array laser radars, etc. This application does not limit the type of laser radar.
本申请的另一方面还提供了一种电子设备。Another aspect of the present application provides an electronic device.
图19是本申请一实施例示出的电子设备的结构示意图。FIG. 19 is a schematic diagram of the structure of an electronic device according to an embodiment of the present application.
参见图19,电子设备1900可以包括存储器1910和处理器1920。此外,电子设备1900上还可以设置有激光雷达等多种传感器。19 , the electronic device 1900 may include a memory 1910 and a processor 1920. In addition, the electronic device 1900 may also be provided with various sensors such as a laser radar.
处理器1920可以是中央处理单元(Central Processing Unit,CPU),还可以是其他通用处理器、数字信号处理器(Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现场可编程门阵列(Field-Programmable Gate Array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。The processor 1920 may be a central processing unit (CPU), or other general-purpose processors, digital signal processors (DSP), application-specific integrated circuits (ASIC), field-programmable gate arrays (FPGA), or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. A general-purpose processor may be a microprocessor or any conventional processor, etc.
存储器1910可以包括各种类型的存储单元,例如系统内存、只读存储器(ROM)和永久存储装置。其中,ROM可以存储处理器1920或者计算机的其他模块需要的静态数据或者指令。永久存储装置可以是可读写的存储装置。永久存储装置可以是即使计算机断电后也不会失去存储的指令和数据的非易失性存储设备。在一些实施方式中,永久性存储装置采用大容量存储装置(例如磁或光盘、闪存)作为永久存储装置。另外一些实施方式中,永久性存储装置可以是可移除的存储设备(例如软盘、光驱)。系统内存可以是可读写存储设备或者易失性可读写存储设备,例如动态随机访问内存。系统内存可以存储一些或者所有处理器在运行时需要的指令和数据。此外,存储器1910可以包括任意计算机可读存储媒介的组合,包括各种类型的半导体存储芯片(例如DRAM,SRAM,SDRAM,闪存,可编程只读存储器),磁盘和/或光盘也可以采用。在一些实施方式中,存储器1910可以包括可读和/或写的可移除的存储设备,例如激光唱片(CD)、只读数字多功能光盘(例如DVD-ROM,双层DVD-ROM)、只读蓝光光盘、超密度光盘、闪存卡(例如SD卡、min SD卡、Micro-SD卡等)、磁性软盘等。计算机可读存储媒介不包含载波和通过无线或有线传输的瞬间电子信号。The memory 1910 may include various types of storage units, such as system memory, read-only memory (ROM), and permanent storage. Among them, ROM may store static data or instructions required by the processor 1920 or other modules of the computer. The permanent storage may be a readable and writable storage device. The permanent storage may be a non-volatile storage device that does not lose the stored instructions and data even after the computer is powered off. In some embodiments, the permanent storage device uses a large-capacity storage device (such as a magnetic or optical disk, flash memory) as a permanent storage device. In other embodiments, the permanent storage device may be a removable storage device (such as a floppy disk, optical drive). The system memory may be a readable and writable storage device or a volatile readable and writable storage device, such as a dynamic random access memory. The system memory may store some or all instructions and data required by the processor at run time. In addition, the memory 1910 may include any combination of computer-readable storage media, including various types of semiconductor memory chips (such as DRAM, SRAM, SDRAM, flash memory, programmable read-only memory), and disks and/or optical disks may also be used. In some embodiments, the memory 1910 may include a readable and/or writable removable storage device, such as a laser disc (CD), a read-only digital versatile disc (e.g., DVD-ROM, double-layer DVD-ROM), a read-only Blu-ray disc, an ultra-density optical disc, a flash memory card (e.g., SD card, mini SD card, Micro-SD card, etc.), a magnetic floppy disk, etc. The computer-readable storage medium does not include carrier waves and transient electronic signals transmitted wirelessly or wired.
存储器1910上存储有可执行代码,当可执行代码被处理器1920处理时,可以使处理器1920执行上文述及的方法中的部分或全部。The memory 1910 stores executable codes, and when the executable codes are processed by the processor 1920 , the processor 1920 may execute part or all of the methods described above.
此外,根据本申请的方法还可以实现为一种计算机程序或计算机程序产品,该计算机程序或计算机程序产品包括用于执行本申请的上述方法中部分或全部步骤的计 算机程序代码指令。In addition, the method according to the present application can also be implemented as a computer program or a computer program product, which includes computer program code instructions for executing some or all of the steps in the above-mentioned method of the present application.
或者,本申请还可以实施为一种计算机可读存储介质(或非暂时性机器可读存储介质或机器可读存储介质),其上存储有可执行代码(或计算机程序或计算机指令代码),当可执行代码(或计算机程序或计算机指令代码)被电子设备(或服务器等)的处理器执行时,使处理器执行根据本申请的上述方法的各个步骤的部分或全部。Alternatively, the present application can also be implemented as a computer-readable storage medium (or non-transitory machine-readable storage medium or machine-readable storage medium) on which executable code (or computer program or computer instruction code) is stored. When the executable code (or computer program or computer instruction code) is executed by a processor of an electronic device (or server, etc.), the processor executes part or all of the steps of the above-mentioned method according to the present application.
以上已经描述了本申请的各实施例,上述说明是示例性的,并非穷尽性的,并且也不限于所披露的各实施例。在不偏离所说明的各实施例的范围和精神的情况下,对于本技术领域的普通技术人员来说许多修改和变更都是显而易见的。本文中所用术语的选择,旨在最好地解释各实施例的原理、实际应用或对市场中的技术的改进,或者使本技术领域的其他普通技术人员能理解本文披露的各实施例。The embodiments of the present application have been described above, and the above description is exemplary, not exhaustive, and is not limited to the disclosed embodiments. Many modifications and changes are obvious to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The selection of terms used herein is intended to best explain the principles of the embodiments, practical applications, or improvements to the technology in the market, or to enable other persons of ordinary skill in the art to understand the embodiments disclosed herein.

Claims (18)

  1. 一种处理点云的方法,其特征在于,包括:A method for processing a point cloud, comprising:
    获得点云,所述点云中的点的具有反射率;Obtaining a point cloud, wherein points in the point cloud have reflectivity;
    响应于所述点云,基于所述点云中的点的反射率将所述点云划分为第一类点和/或第二类点,所述第一类点的反射率高于第一反射率阈值,所述第二类点的反射率低于第二反射率阈值;In response to the point cloud, dividing the point cloud into a first type of points and/or a second type of points based on reflectivity of points in the point cloud, the reflectivity of the first type of points being higher than a first reflectivity threshold and the reflectivity of the second type of points being lower than a second reflectivity threshold;
    如果所述第二类点和所述第一类点相连,并且所述第二类点满足删除条件,则删除所述第二类点,所述删除条件表征所述第二类点属于膨胀噪声。If the second-type point is connected to the first-type point and the second-type point satisfies a deletion condition, the second-type point is deleted, and the deletion condition indicates that the second-type point belongs to expansion noise.
  2. 根据权利要求1所述的方法,其特征在于,所述如果所述第二类点和所述第一类点相连,并且所述第二类点满足删除条件,则删除所述第二类点,包括:The method according to claim 1, characterized in that if the second type of point is connected to the first type of point and the second type of point satisfies a deletion condition, deleting the second type of point comprises:
    通过投影的方式得到与所述第一类点对应的至少一个第一连通域,和/或,通过投影的方式得到与所述第二类点对应的至少一个第二连通域;Obtaining at least one first connected domain corresponding to the first type of points by projection, and/or obtaining at least one second connected domain corresponding to the second type of points by projection;
    如果所述第二连通域和所述第一连通域相连,并且所述第二连通域满足删除条件,则删除所述点云中与所述第二连通域对应的点,所述删除条件表征与所述第二连通域对应的点属于膨胀噪声。If the second connected domain is connected to the first connected domain and the second connected domain satisfies a deletion condition, then the points in the point cloud corresponding to the second connected domain are deleted, and the deletion condition indicates that the points corresponding to the second connected domain belong to expansion noise.
  3. 根据权利要求2所述的方法,其特征在于:The method according to claim 2, characterized in that:
    所述第一连通域是与所述第一类点对应的投影二值图中的连通域;The first connected domain is a connected domain in the projected binary graph corresponding to the first type of points;
    所述第二连通域是与所述第二类点对应的投影二值图中的连通域。The second connected region is a connected region in the projected binary graph corresponding to the second type of points.
  4. 根据权利要求3所述的方法,其特征在于,在XYZ三维坐标系中,所述投影二值图包括:在XY平面的第一投影二值图、在XZ平面的第二投影二值图或者在YZ平面的第三投影二值图。The method according to claim 3 is characterized in that, in the XYZ three-dimensional coordinate system, the projected binary image includes: a first projected binary image in the XY plane, a second projected binary image in the XZ plane, or a third projected binary image in the YZ plane.
  5. 根据权利要求4所述的方法,其特征在于,还包括:The method according to claim 4, further comprising:
    如果在所述第一投影二值图、所述第二投影二值图或者所述第三投影二值图中的至少一个中,所述第二连通域与所述第一连通域之间相互分隔,则保留所述第二连通域中的点。If the second connected domain is separated from the first connected domain in at least one of the first projected binary image, the second projected binary image, or the third projected binary image, the points in the second connected domain are retained.
  6. 根据权利要求2所述的方法,其特征在于,还包括:The method according to claim 2, further comprising:
    对所述第一连通域进行形态学处理,所述形态学处理包括:形态学的闭运算或者形态学膨胀处理中至少一种;Performing morphological processing on the first connected domain, wherein the morphological processing includes: at least one of a morphological closing operation or a morphological dilation operation;
    所述如果所述第二连通域和所述第一连通域相连,并且所述第二连通域满足删除 条件,则删除所述点云中与所述第二连通域对应的点,包括:If the second connected domain is connected to the first connected domain and the second connected domain satisfies a deletion condition, deleting points in the point cloud corresponding to the second connected domain comprises:
    如果所述第二连通域和经过形态学处理后的第一连通域相连,并且所述第二连通域满足删除条件,则删除所述点云中与所述第二连通域对应的点。If the second connected domain is connected to the first connected domain after morphological processing, and the second connected domain satisfies a deletion condition, then the points in the point cloud corresponding to the second connected domain are deleted.
  7. 根据权利要求2所述的方法,其特征在于,还包括:The method according to claim 2, further comprising:
    对所述第一连通域进行拆分,得到多个子连通域,多个所述子连通域分别对应不同的对象。The first connected domain is split to obtain a plurality of sub-connected domains, and the plurality of sub-connected domains respectively correspond to different objects.
  8. 根据权利要求2所述的方法,其特征在于,所述删除条件包括以下至少一种:The method according to claim 2, wherein the deletion condition includes at least one of the following:
    与所述第二连通域对应的点云中的点与所述第一连通域之间的距离小于或者等于距离阈值;The distance between a point in the point cloud corresponding to the second connected domain and the first connected domain is less than or equal to a distance threshold;
    所述第二连通域的面积与所述第一连通域的面积之间的比值小于或者等于比例阈值。A ratio of an area of the second connected domain to an area of the first connected domain is less than or equal to a ratio threshold.
  9. 根据权利要求2所述的方法,其特征在于,还包括:The method according to claim 2, further comprising:
    基于所述第二类点的高度信息和预设高度范围按照取舍标准对所述第二类点进行取舍。The second type of points are selected according to a selection criterion based on the height information of the second type of points and a preset height range.
  10. 根据权利要求9所述的方法,其特征在于,所述预设高度范围包括至少两个高度范围,与所述至少两个高度范围各自对应的取舍标准不同。The method according to claim 9 is characterized in that the preset height range includes at least two height ranges, and the rejection criteria corresponding to each of the at least two height ranges are different.
  11. 根据权利要求9所述的方法,其特征在于,在所述基于所述第二类点的高度信息和预设高度范围按照取舍标准对所述第二类点进行取舍之后,还包括:The method according to claim 9, characterized in that after the second type of points are selected according to the selection criteria based on the height information of the second type of points and the preset height range, the method further comprises:
    对于保留的第二连通域,提取该第二连通域的轮廓的毛刺部分;For the retained second connected domain, extract the burr portion of the contour of the second connected domain;
    剔除所述第二连通域中的毛刺部分。The burr portion in the second connected domain is removed.
  12. 根据权利要求9所述的方法,其特征在于,在所述基于所述第二类点的高度信息和预设高度范围按照取舍标准对所述第二类点进行取舍之后,还包括:The method according to claim 9, characterized in that after the second type of points are selected according to the selection criteria based on the height information of the second type of points and the preset height range, the method further comprises:
    对于保留的第二连通域,基于该第二连通域的反射率梯度变化信息,确定该第二连通域的边缘;For the retained second connected domain, based on the reflectivity gradient change information of the second connected domain, determining the edge of the second connected domain;
    如果所述第二连通域的边缘所占面积与所述第二连通域的面积的比例小于预设面积比例,则删除该第二连通域。If the ratio of the area occupied by the edge of the second connected domain to the area of the second connected domain is smaller than a preset area ratio, the second connected domain is deleted.
  13. 根据权利要求9所述的方法,其特征在于,在所述基于所述第二类点的高度信息和预设高度范围按照取舍标准对所述第二类点进行取舍之后,还包括:The method according to claim 9, characterized in that after the second type of points are selected according to the selection criteria based on the height information of the second type of points and the preset height range, the method further comprises:
    对于保留的第二连通域,如果该第二连通域的反射率一致性高于预设一致性阈值,或者该第二连通域的反射率沿特定方向单调变化,则删除该第二连通域。For the retained second connected domain, if the reflectivity consistency of the second connected domain is higher than a preset consistency threshold, or the reflectivity of the second connected domain changes monotonically along a specific direction, the second connected domain is deleted.
  14. 根据权利要求13所述的方法,其特征在于,所述反射率一致性是基于反射率方差来确定的。The method of claim 13, wherein the reflectivity consistency is determined based on reflectivity variance.
  15. 根据权利要求1至14任一项所述的方法,其特征在于,所述第二反射率阈值是基于所述第一类点的反射率平均值来确定的。The method according to any one of claims 1 to 14 is characterized in that the second reflectivity threshold is determined based on an average reflectivity of the first type of points.
  16. 一种处理点云的装置,其特征在于,包括:A device for processing point clouds, comprising:
    点云分类模块,用于响应于获得到点云,基于所述点云中的点的反射率将所述点云划分为第一类点和/或第二类点,所述第一类点的反射率高于第一反射率阈值,所述第二类点的反射率低于第二反射率阈值;a point cloud classification module, configured to, in response to obtaining a point cloud, classify the point cloud into first-category points and/or second-category points based on reflectivity of points in the point cloud, wherein the reflectivity of the first-category points is higher than a first reflectivity threshold, and the reflectivity of the second-category points is lower than a second reflectivity threshold;
    连通域获取模块,用于通过投影的方式得到与所述第一类点对应的至少一个第一连通域,和/或,通过投影的方式得到与所述第二类点对应的至少一个第二连通域;A connected domain acquisition module, used for obtaining at least one first connected domain corresponding to the first type of points by means of projection, and/or obtaining at least one second connected domain corresponding to the second type of points by means of projection;
    噪声删除模块,用于如果所述第二连通域和所述第一连通域相连,并且所述第二连通域满足删除条件,则删除所述点云中与所述第二连通域对应的点,所述删除条件表征所述第二连通域中的点属于膨胀噪声。The noise removal module is used to delete the points in the point cloud corresponding to the second connected domain if the second connected domain is connected to the first connected domain and the second connected domain satisfies a deletion condition, wherein the deletion condition indicates that the points in the second connected domain belong to expansion noise.
  17. 一种雷达,包括如权利要求16所述的处理点云的装置。A radar comprising the device for processing point clouds as claimed in claim 16.
  18. 一种电子设备,其特征在于,包括:An electronic device, comprising:
    处理器;以及Processor; and
    存储器,其上存储有可执行代码,当所述可执行代码被所述处理器执行时,使所述处理器执行如权利要求1至15任一项所述的方法。A memory having executable codes stored thereon, which, when executed by the processor, causes the processor to execute the method according to any one of claims 1 to 15.
PCT/CN2022/123293 2022-09-30 2022-09-30 Point cloud processing method and radar WO2024065685A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/123293 WO2024065685A1 (en) 2022-09-30 2022-09-30 Point cloud processing method and radar

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/123293 WO2024065685A1 (en) 2022-09-30 2022-09-30 Point cloud processing method and radar

Publications (1)

Publication Number Publication Date
WO2024065685A1 true WO2024065685A1 (en) 2024-04-04

Family

ID=90475601

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/123293 WO2024065685A1 (en) 2022-09-30 2022-09-30 Point cloud processing method and radar

Country Status (1)

Country Link
WO (1) WO2024065685A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109341626A (en) * 2018-10-24 2019-02-15 中国铁道科学研究院集团有限公司标准计量研究所 The difference calculation method of straightness calculation method, section maximum gauge and minimum diameter
CN110928301A (en) * 2019-11-19 2020-03-27 北京小米智能科技有限公司 Method, device and medium for detecting tiny obstacles
CN114578316A (en) * 2022-04-29 2022-06-03 北京一径科技有限公司 Method, device and equipment for determining ghost points in point cloud and storage medium
US20220214427A1 (en) * 2021-01-06 2022-07-07 Korea Advanced Institute Of Science And Technology Method and apparatus for removing lidar point cloud noise

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109341626A (en) * 2018-10-24 2019-02-15 中国铁道科学研究院集团有限公司标准计量研究所 The difference calculation method of straightness calculation method, section maximum gauge and minimum diameter
CN110928301A (en) * 2019-11-19 2020-03-27 北京小米智能科技有限公司 Method, device and medium for detecting tiny obstacles
US20220214427A1 (en) * 2021-01-06 2022-07-07 Korea Advanced Institute Of Science And Technology Method and apparatus for removing lidar point cloud noise
CN114578316A (en) * 2022-04-29 2022-06-03 北京一径科技有限公司 Method, device and equipment for determining ghost points in point cloud and storage medium

Similar Documents

Publication Publication Date Title
US11609329B2 (en) Camera-gated lidar system
CN111712731B (en) Target detection method, target detection system and movable platform
Hasirlioglu et al. Test methodology for rain influence on automotive surround sensors
US20210350149A1 (en) Lane detection method and apparatus,lane detection device,and movable platform
US11733387B2 (en) Adaptive ladar receiver control using spatial index of prior ladar return data
CN111753609B (en) Target identification method and device and camera
CN112513679B (en) Target identification method and device
Tuley et al. Analysis and removal of artifacts in 3-D LADAR data
Reina et al. Radar‐based perception for autonomous outdoor vehicles
Spinneker et al. Fast fog detection for camera based advanced driver assistance systems
JP6505470B2 (en) Noise removal method and object recognition apparatus
CN110865393A (en) Positioning method and system based on laser radar, storage medium and processor
WO2021012987A1 (en) Object detection method, apparatus and system, and device
Zhang et al. Lidar degradation quantification for autonomous driving in rain
Kim et al. An advanced object classification strategy using YOLO through camera and LiDAR sensor fusion
WO2022198637A1 (en) Point cloud noise filtering method and system, and movable platform
GB2573635A (en) Object detection system and method
JP2011048485A (en) Device and method for detecting target
JP2020165679A (en) Object detector
JP2019105654A (en) Noise removal method and object recognition device
CN115327572A (en) Method for detecting obstacle in front of vehicle
US11933884B2 (en) Radar image processing device, radar image processing method, and storage medium
US20210255289A1 (en) Light detection method, light detection device, and mobile platform
Daniel et al. Image segmentation in real aperture low-THz radar images
WO2020253764A1 (en) Method and apparatus for determining running region information

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22960304

Country of ref document: EP

Kind code of ref document: A1