WO2022141048A1 - Method for acquiring point cloud clustering wave gate, and radar, movable platform and storage medium - Google Patents

Method for acquiring point cloud clustering wave gate, and radar, movable platform and storage medium Download PDF

Info

Publication number
WO2022141048A1
WO2022141048A1 PCT/CN2020/140822 CN2020140822W WO2022141048A1 WO 2022141048 A1 WO2022141048 A1 WO 2022141048A1 CN 2020140822 W CN2020140822 W CN 2020140822W WO 2022141048 A1 WO2022141048 A1 WO 2022141048A1
Authority
WO
WIPO (PCT)
Prior art keywords
wave gate
target
gate
accuracy
radar
Prior art date
Application number
PCT/CN2020/140822
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 CN202080070979.3A priority Critical patent/CN114631035A/en
Priority to PCT/CN2020/140822 priority patent/WO2022141048A1/en
Publication of WO2022141048A1 publication Critical patent/WO2022141048A1/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
    • G01S7/00Details of systems according to groups G01S13/00, G01S15/00, G01S17/00
    • G01S7/02Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S13/00
    • G01S7/41Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S13/00 using analysis of echo signal for target characterisation; Target signature; Target cross-section
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/762Arrangements for image or video recognition or understanding using pattern recognition or machine learning using clustering, e.g. of similar faces in social networks

Definitions

  • the present invention generally relates to the technical field of radar, and more particularly, to a method for acquiring point cloud clustering gates, a radar, a movable platform and a storage medium.
  • the Density-Based Spatial Clustering of Application with Noise (DBSCAN) algorithm with noise is based on the difference in the density of points in the space. Given a set of points in a space, this algorithm can group the points in the density range into a group, and determine the points in the low-density area as outliers.
  • the density range refers to the given area range in space, which is expressed as "gate" in radar science.
  • radar usually uses a spherical wave gate, taking the target point as the center of the circle. It only needs to determine whether the distance from the surrounding point to the target point is less than the radius of the given circle to determine whether the surrounding point is within the density range of the target point.
  • one aspect of the present invention provides a method for acquiring a point cloud clustering gate, the method is applied to a radar, and the radar is set on a movable platform, and the method includes:
  • the wave gate shape includes one of the following shapes: a sphere, an ellipsoid, and a cuboid;
  • a gate range of the wave gate centered on the first target is determined.
  • Yet another aspect of the present invention provides a radar, the radar comprising: one or more processors, working individually or jointly, the processors are configured to implement the aforementioned method for obtaining a point cloud clustering gate.
  • a movable platform comprising: a movable platform body;
  • the radar is arranged on the movable platform body.
  • Another aspect of the present invention provides a computer storage medium on which a computer program is stored, characterized in that, when the computer program is executed by a processor, the aforementioned method for obtaining a point cloud clustering gate is implemented.
  • the method for obtaining power clustering gates in the embodiment of the present application determines the gate range of the gate centered on the first target by combining the shape of the gate and the accuracy of the azimuth dimension, pitch angle, and distance dimension of the radar, so as to obtain A gate that is more in line with radar characteristics, in order to achieve a more refined effective range judgment, used in clustering, track correlation and other occasions, and then can provide more refined clustering results or track correlation results, etc., and improve the self-adaptation of the algorithm sex.
  • Fig. 1 shows the schematic diagram of the DBSCAN algorithm in an embodiment of the present application
  • FIG. 2 shows a schematic diagram of point cloud clustering discrimination by different shaped gates in a rotating radar system in an embodiment of the present application
  • Figure 3 shows a schematic diagram of an erroneous cuboid gate in one embodiment
  • FIG. 4 shows a schematic flowchart of a method for obtaining a point cloud clustering gate in an embodiment of the present application
  • FIG. 5 shows a schematic block diagram of an azimuth expression form of an ellipsoid gate in an embodiment of the present invention
  • FIG. 6 shows a schematic block diagram of a microwave radar in an embodiment of the present application.
  • the DBSCAN algorithm is implemented based on the difference in density of points in space. Given a set of points in a space, this algorithm can group the points in the density range into a group, and determine the points in the low-density area as outliers.
  • the density range refers to the given area range in space, which is expressed as "gate" in radar science.
  • the determination range taken is a circle (that is, the circle is also a wave gate), that is, it is only necessary to determine whether the distance from the surrounding point to point A is less than the radius of the given circle, then the point Within the density range of point A, point A is the initial point, points B and C are points determined by the extended clustering, and point D is the noise point.
  • the gate judgment of microwave radar generally does not involve the conversion of the coordinate system, because the direction of the radar beam is fixed. In this case, the beam direction may be taken as the x-axis direction of the gate. Or, the processing method of the car radar is to convert the target point to the car coordinate system, and then take the direction of the front of the car as the x-axis direction of the wave gate. Or, if the radar has a velocity measurement function, the velocity direction is the x-axis direction of the gate.
  • the beam direction of the target changes at each grating angle of the rotating radar, the use of cuboid wave gates and ellipsoid wave gates requires basic transformation processing and adjustment of the wave gates according to the radial direction from the antenna direction to the target.
  • an embodiment of the present application provides a method for obtaining a point cloud clustering gate, the method is applied to a radar, and the radar is set on a movable platform, and the method includes: obtaining a first target The wave gate shape of the wave gate, wherein, the wave gate shape includes one of the following shapes: spherical, ellipsoid, cuboid; obtain the azimuth dimension precision, pitch angle precision, and distance dimension precision of the radar, wherein, all at least two of the azimuth dimension accuracy, pitch angle accuracy, and range dimension accuracy are different; based on the gate shape, the azimuth dimension accuracy, the pitch angle accuracy, and the range dimension accuracy, it is determined that the first target The gate range of the centered gate can be obtained to obtain a gate that is more in line with the radar characteristics, so as to achieve a more refined effective range judgment, which can be used for clustering, track correlation and other occasions, and then can provide more refined clustering results. Or track correlation results, etc
  • FIG. 4 shows a schematic flow chart of a method for obtaining a point cloud clustering gate in an embodiment of the present application
  • Fig. 5 shows a schematic diagram of an azimuth expression form of an ellipsoidal wave gate in an embodiment of the present invention block diagram.
  • the method of the present application can be applied to radars, such as rotating radars, lidars, etc., wherein the rotating radars are, for example, rotating microwave radars, etc., and the radars are arranged on a movable platform, such as the body of the movable platform.
  • the movable platform includes but It is not limited to an aircraft, a robot, a vehicle, a ship, etc., wherein the aircraft is such as an unmanned aerial vehicle, and the vehicle is such as an unmanned vehicle.
  • the method 400 for obtaining a point cloud clustering gate includes the following steps:
  • step S110 the wave gate shape of the wave gate of the first target is acquired.
  • the wave gate shape includes one of the following shapes: sphere, ellipsoid, and cuboid.
  • the above-mentioned gate shapes are only examples, and other gate shapes can also be applied to the method of the present application.
  • the gate shape of the gate of the first target can be obtained based on any suitable method known to those skilled in the art, for example, the gate shape of the gate of the first target is determined according to the user instruction. For example, based on the setting interface displayed on the man-machine exchange interface, a selection instruction input by the user is obtained through the setting interface, and the selection instruction is used to indicate the type of the gate to be used.
  • acquiring the wave gate shape of the first target's wave gate includes: obtaining the wave gate shape of the first target's wave gate according to the current moving speed of the movable platform. Generally, the larger the moving speed of the movable platform, the larger the range of the wave gate required.
  • the shape of the wave gate is determined to be spherical;
  • the shape of the wave gate is determined to be a cuboid;
  • the moving speed is within the third speed threshold range, it is determined that the shape of the wave gate is an ellipsoid, wherein the first The speed threshold range is greater than the second speed threshold range, and the second speed threshold range is greater than the third speed threshold range.
  • the first speed threshold range, the second speed threshold range, and the third speed threshold range can be reasonably set according to actual needs, which are not specifically limited herein.
  • acquiring the gate shape of the gate of the first target may further include: determining the shape of the gate based on the sensitivity of the radar, for example, when the sensitivity is within the range of the first sensitivity threshold, determining the The shape of the wave gate is spherical; when the sensitivity is within the range of the second sensitivity threshold, the shape of the gate is determined to be a rectangular parallelepiped; when the sensitivity is within the range of the third sensitivity threshold, the shape of the gate is determined is an ellipsoid, wherein the first sensitivity threshold range is greater than the second sensitivity threshold range, and the second sensitivity threshold range is greater than the third sensitivity threshold range.
  • the first sensitivity threshold range, the second sensitivity threshold range, and the third sensitivity threshold range can be any suitable preset values.
  • a wider range of gates such as a spherical gate, can be selected to Make a quicker response according to the sensitivity, and if the sensitivity is low, you can choose an ellipsoidal wave gate, etc., to finely measure the weight of each direction and determine a finer wave gate range.
  • the shape of the acquisition gate can be set by the user before the movable platform starts to move, or it can acquire the moving speed, sensitivity and other information in real time during the moving process of the movable platform. information, adjust the shape of the wave gate in real time to adapt to the attitude transformation, speed transformation and orientation transformation of the movable platform.
  • step S120 the azimuth dimension precision, the pitch angle precision and the range dimension precision of the radar are obtained, wherein at least two precisions among the azimuth dimension precision, the pitch angle precision and the range dimension precision are different.
  • the rotating microwave radar has the following characteristics: 1.
  • the direction of the radar beam is determined by the rotational position of the motor, and the azimuth angle is obtained through an angle sensor such as a grating angle sensor, covering 360° at different times; 2.
  • the distance dimension In the three dimensions of the pitch dimension and the azimuth dimension, the precisions are inconsistent, that is, at least two of the azimuth dimension precision, the pitch angle precision and the distance dimension precision are different.
  • the azimuth dimension accuracy, pitch angle accuracy, and range dimension accuracy of the radar can be obtained by the following methods.
  • the resolution of the distance dimension (that is, the accuracy of the distance dimension) can be determined based on the modulation slope, the frequency of the intermediate frequency signal, the bandwidth, etc., which can be expressed by the following formula (1):
  • K is the modulation slope
  • ⁇ f is the frequency of the intermediate frequency signal
  • B is the bandwidth
  • the upper limit of the bandwidth is fixed, so the accuracy of the distance dimension is a fixed value ⁇ .
  • acquiring the azimuth dimension accuracy of the radar includes: determining the azimuth dimension accuracy according to the target distance between the first target and the radar and the angle measurement accuracy of the azimuth dimension.
  • the angle measurement accuracy of the azimuth dimension may include the step angle of the grating.
  • the angle measurement accuracy of the azimuth dimension is the step angle of the grating angle
  • 2-3 gratings produce a set of 2-dimensional (2D) Constant False-Alarm Rate (CFAR) results
  • CFAR Constant False-Alarm Rate
  • the grating angle step angle Corresponding to the distance between the two sets of 2D CFAR results on the horizontal plane (that is, the direction dimension accuracy) where d is the target distance.
  • the acquiring the pitch angle accuracy of the radar includes: determining the pitch angle accuracy according to the target distance between the first target and the radar and the angle measurement accuracy of the elevation dimension.
  • the angle measurement accuracy of the pitch dimension increases with the angle, and the accuracy is worse.
  • the angle measurement formula (2) is as follows:
  • lambda is the wavelength
  • phi is the phase difference of the echo
  • the maximum ⁇ can reach 2.7°.
  • the direction of the wave gate that is, the azimuth of the wave gate
  • the azimuth of the wave gate can be designed according to the azimuth angle of the grating and the elevation angle of the electrical scanning of the antenna, as shown in Figure 2.
  • step S130 based on the gate shape, the azimuth dimension accuracy, the pitch angle accuracy, and the range dimension accuracy, a gate range of the gate centered on the first target is determined.
  • determining the gate range of the wave gate centered on the first target based on the gate shape, the azimuth dimension accuracy, the pitch angle accuracy, and the range dimension accuracy includes: according to the The position information of the first target determines the beam pointing of the current radar; according to the beam pointing of the current radar, the orientation of the wave gate centered on the first target is determined, and the orientation of the wave gate includes three of the wave gates. Axial axis of the main shaft. Wherein, the axes of the three main axes of the wave gate point to the radar beam vector, the tangential vector of the first target azimuth dimension, and the tangential vector of the first target elevation dimension, respectively, as shown in FIG.
  • the orientation and shape of the gate according to the direction of the rotating radar beam can provide finer clustering results.
  • determining the gate range of the wave gate centered on the first target further comprising: according to the The distance dimension accuracy, the azimuth dimension accuracy and the pitch angle accuracy are used to determine the length parameters of the three main axes of the wave gate; based on the length parameters of the three main axes of the wave gate, the range of the wave gate is determined .
  • the axial directions of the three main axes of the wave gate point to the radar beam vector, the tangential vector of the first target azimuth dimension, and the tangential vector of the first target elevation dimension, respectively.
  • the accuracy of the range dimension the azimuth dimension accuracy and the pitch angle accuracy, and determining the length parameters of the three main axes of the wave gate, including: according to the range dimension accuracy, determining the three main axes of the wave gate pointing to the radar
  • the length parameter of the first principal axis of the beam vector according to the accuracy of the azimuth dimension, determine the length parameter of the second principal axis of the tangential vector pointing to the first target azimuth dimension among the three principal axes of the beam gate;
  • the pitch angle accuracy is determined, and the length parameter of the third major axis of the tangential vector pointing to the first target pitch dimension among the three major axes of the wave gate is determined.
  • the length parameter of the first principal axis is equal to the distance dimension precision, the length
  • the length parameter of the first major axis is the radius of the first major axis
  • the length parameter of the second major axis is the radius of the second major axis
  • the length parameter of the third major axis is the third major axis. radius.
  • the length parameter of the first main axis is the length from the first target to the surface of the cuboid along the first main axis;
  • the length parameter of the second main axis is the length from the first target to the surface of the cuboid along the second major axis;
  • the length parameter of the third major axis is the length from the first target to the surface of the cuboid along the third major axis, that is, They are 1/2 of the length, 1/2 of the width, and 1/2 of the height of the cuboid.
  • the length parameter of the first main axis can also be reasonably adjusted according to the movement parameters of the movable platform. For example, according to the distance dimension accuracy, the first main axis pointing to the radar beam vector among the three main axes of the wave gate is determined.
  • the length parameter includes: determining the length parameter of the first spindle according to the moving speed of the movable platform and the distance dimension accuracy.
  • the length parameter of the first spindle is the first length parameter determined according to the distance dimension accuracy; when the moving speed of the movable platform is the first length parameter In the case of two speeds, the length parameter of the first spindle is the second length parameter determined according to the accuracy of the distance dimension, wherein, if the second speed is greater than the first speed, the second length parameter is greater than the The first length parameter.
  • the length parameter of the first main shaft can be increased to make the wave gate range larger, so as to adapt to the speed of the movable platform.
  • the method of determining the length parameter of the first main shaft according to the moving speed can be any suitable method.
  • the moving speed of the movable platform can be used as a weight, and the distance dimension accuracy can be multiplied to obtain the length parameter of the first main shaft, or, for example, It is also possible to add the movement speed as an offset and the distance dimension precision to obtain the length parameter of the first principal axis.
  • the distance from the target to be judged (such as the second target) to the center can be directly calculated. , no transformation is required.
  • the length parameters of the three main axes of the wave gate are also the length of the radius of the sphere, and the length of the radius is the azimuth dimension accuracy, the pitch
  • the maximum value of the angular precision and the distance dimension precision that is, the radius of the sphere in the range with the largest variation, such as the azimuth dimension precision
  • the pitch dimension accuracy is d* ⁇ , in some radars, usually are larger than ⁇ . Therefore, only the direction dimension needs to be considered
  • the distance accuracy can be compared with the distance dimension accuracy ⁇ , and the maximum value r is taken as the radius of the sphere, which is specifically implemented as the following formula (3):
  • the spherical gate can be improved to an ellipsoid gate with different distances in different directions.
  • the axial direction of the ellipsoid gate needs to be consistent with the current beam pointing or grating pointing direction, and a gate shape consistent with the direction of the aircraft nose cannot be used at every position. Therefore, it is necessary to solve the azimuth expression of the ellipsoid gate according to the current radar beam pointing to determine the range of the ellipsoid gate, as shown in Figure 5.
  • the three principal axes of the ellipsoid are orthogonal to each other.
  • the main axis of the ellipse point to the radar beam vector, the tangential direction of the target azimuth dimension, and the tangential direction of the target elevation dimension, that is, the first main axis points to the radar beam vector.
  • the radar beam vector, the tangential direction of the second principal axis pointing to the azimuth dimension of the target, and the tangential direction of the third principal axis pointing to the elevation dimension of the target the corresponding vector expressions are solved as follows:
  • the beam direction vector emitted from the origin of the radar along the current grating angle can be recorded as: From the property that the three main axes of the ellipsoid are orthogonal to each other, it can be known that the tangential vector along the target azimuth dimension perpendicular to the and The formed plane aOz, where is the vector in the z-axis direction, which can be written as therefore:
  • the formed space represents the transformation from the coordinate system Oxyz of the movable platform (such as an aircraft) to the coordinate system Oabc of the radar gate, that is, the corresponding rotation matrix R:
  • the wave gate shape is an ellipsoid
  • the azimuth dimension precision, the pitch angle precision, and the range dimension precision determine the wave gate range of the wave gate centered on the first target , including: determining the radius of the first main axis of the three main axes of the wave gate pointing to the radar beam vector according to the accuracy of the distance dimension; determining the three main axes of the wave gate according to the accuracy of the azimuth dimension
  • the radius of the second main axis of the tangential vector pointing to the first target azimuth dimension in The radius of the third principal axis of the vector; according to the radius of the first principal axis, the radius of the second principal axis, and the radius of the third principal axis, the equation of the ellipsoid is obtained to determine the range of the wave gate.
  • a length parameter of the first major axis pointing to the radar beam vector among the three major axes of the wave gate is determined, and the length parameter of the first major axis is a direction along the first major axis from The length from the first target to the surface of the cuboid;
  • the azimuth dimension accuracy determine the radius of the second main axis of the tangential vector pointing to the azimuth dimension of the first target among the three main axes of the wave gate, wherein , the length parameter of the second main axis is the length from the first target to the surface of the cuboid along the second main axis; according to the pitch angle accuracy, determine which of the three main axes of the wave gate points to the The radius of the third main axis
  • the method of the present application further includes the following steps S140 and S150: in step S140, obtain the first position information and the second target of the first target in the first coordinate system second position information in the first coordinate system; determining whether the second target is located in the wave of the wave gate according to the first position information, the second position information and the range of the wave gate within the door range. According to the determined wave gate range, it is judged whether the second target is within the wave gate range of the first target, so as to determine whether the second target and the first target can be clustered.
  • determining whether the second target is located within the wave gate range of the wave gate according to the first position information, the second position information and the wave gate range includes: placing the wave gate The second position information of the second target is converted into third position information in a wave gate coordinate system, wherein the wave gate coordinate system is based on the first target as the origin and the three main axes of the wave gate.
  • the axial directions are respectively the Cartesian coordinate system established by the three coordinate axes, and the axial directions of the three main axes of the gate are respectively directed to the radar beam vector, the tangential vector of the first target azimuth dimension, and the first target elevation dimension. tangential vector; determining whether the second target is located within the range of the wave gate according to the third position information.
  • the second position information of the second surface can be converted into the third position information in the wave gate coordinate system by any suitable method, for example, the conversion of the second position information of the second target into the wave gate
  • the third position information in the coordinate system includes: obtaining a rotation matrix from the first coordinate system to the wave gate coordinate system according to the first position information; according to the rotation matrix, the first position information and For the second location information, obtain the third location information.
  • the first coordinate system can be the movable platform coordinate system Oxyz, for example, when the movable platform is an aircraft, it is the body coordinate system OXYZ, the origin is located at the center of gravity of the aircraft, the X axis is consistent with the longitudinal axis of the aircraft, and points to the front of the aircraft, The Y-axis is perpendicular to the plane of symmetry of the aircraft and points to the right, and the Z-axis is in the plane of symmetry of the aircraft and perpendicular to the longitudinal axis, pointing down or up.
  • the wave gate coordinate system is Oabc, and the rotation matrix can be obtained by any suitable method well known to those skilled in the art.
  • the wave gate shape is spherical, it can be determined whether the second target is within the wave gate range of the first target based on whether the distance between the second target and the first target is greater than the radius r, for example, when less than or equal to r, It is determined that the second target is within the gate range of the first target (that is, the density range), and when it is greater than r, it is determined that the second target is not within the gate range of the first target, so as to further determine whether the two can converge. class etc.
  • determining whether the second target is located within the range of the wave gate according to the third position information includes: substituting the third position information into the ellipsoid equation to solve the equation Obtain a solution result, when the solution result is less than or equal to 1, determine that the second target is located within the gate range of the ellipsoid gate, and when the solution result is greater than 1, determine the second target outside the range of the gate of the ellipsoid.
  • the judgment steps are as follows: First, according to the coordinates of p0, calculate the rotation matrix R from the body coordinate system Oxyz to the radar gate coordinate system Oabc ; Convert the coordinates of the target p1 to the radar gate coordinate system to obtain the coordinates P1' (that is, the third position information), and the calculation process is as shown in the following formula (6):
  • p1 is within the range of the ellipsoid gate of p0, and if it is greater than 1, then p1 is outside the range of the ellipsoid gate of p0.
  • the determining whether the second target is located within the range of the wave gate according to the third position information includes: when the third position information When the absolute value of the first coordinate on the first coordinate axis (eg X axis) is less than or equal to the length parameter of the first main axis, and when the third position information is on the second coordinate axis (eg Y axis) When the absolute value of the second coordinate is less than or equal to the length parameter of the second main axis, and when the absolute value of the third coordinate on the third coordinate axis (for example, the Z axis) in the third position information is less than or equal to the third When the length parameter of the main axis is used, it is determined that the second target is located within the range of the cuboid-shaped wave gate.
  • the third position information When the absolute value of the first coordinate on the first coordinate axis (eg X axis) is less than or equal to the length parameter of the first main axis, and when the third position information is on the second coordinate axi
  • the judging steps are roughly the same as the ellipsoid gate: first, calculate the rotation matrix R from the body coordinate system Oxyz to the radar gate coordinate system Oabc according to the coordinates of p0; then, convert the target p1 coordinates to the radar gate coordinate system, To obtain the coordinate P1', the calculation process is as follows:
  • p1 is within the range of the cuboid gate of p0, otherwise, p1 is outside the range of the cuboid gate of p0.
  • the shape of the gate and the accuracy of the azimuth dimension, the accuracy of the pitch angle, and the accuracy of the distance dimension of the radar are combined to determine the first target as the center of the gate.
  • the gate range can be obtained to obtain a gate that is more in line with the characteristics of the radar, so as to achieve a more refined effective range judgment, which can be used in clustering, track correlation and other occasions, and then can provide more refined clustering results or track correlation results, etc. , to improve the adaptability of the algorithm.
  • FIG. 6 shows a schematic block diagram of the microwave radar in an embodiment of the present application.
  • the radar can be used as the main body of the method for obtaining the point cloud clustering wave gate mentioned above, and is used to realize the method mentioned above.
  • the radar in the embodiment of the present application may be any type of radar, such as a lidar, a rotating radar; the rotating radar may also be a rotating microwave radar.
  • the rotating microwave radar is mainly used as an example, and the specific structure of the laser radar can be any result known to those skilled in the art, which is not limited here.
  • the microwave radar 100 includes: one or more processors 303, an antenna device 101, a signal processing circuit 102, and a processor 103, wherein the antenna device 101 is used for transmitting microwave signals and receiving reflected signals, and the signal processing circuit 102 is electrically connected to the antenna device for processing the reflected signal and converting it into a data signal, and the processor 103 is connected in communication with the signal processing circuit 102 for processing the data sent by the signal processing circuit 102 Signal. Communication between the signal processing circuit 102 and the processor 103 may be performed in a wired or wireless manner.
  • the antenna device 101 may include an array antenna dedicated to transmitting microwave signals (eg, a sending antenna) and an array antenna dedicated to receiving reflected signals (eg, a receiving antenna).
  • the signal processing circuit 102 includes an incident wave inference unit AU.
  • the incident wave inference unit AU infers the distance to the wave source of the incident wave, that is, the target, the relative velocity of the target, and the azimuth (that is, the angle) of the target through a well-known algorithm, and generates a data signal representing the inference result.
  • the antenna device is electrically connected to process the reflected signal and convert it into a data signal, where the data signal includes position information of the reflected target point and the like.
  • the signal processing circuit in the embodiment of the present invention is not limited to a single circuit, but also includes a form in which a combination of multiple circuits is generally understood as one functional element.
  • the signal processing circuit 102 may also be implemented by one or more systems on a chip (SoC).
  • SoC systems on a chip
  • a part or the whole of the signal processing circuit 102 may also be a programmable logic device (PLD), that is, an FPGA (Field-Programmable Gate Array: Field Programmable Gate Array).
  • PLD programmable logic device
  • the signal processing circuit 102 includes multiple arithmetic elements (eg, general purpose logic and multipliers) and multiple storage elements (eg, look-up tables or memory modules).
  • the signal processing circuit 102 may also be a combination of a general-purpose processor and a main storage device.
  • the signal processing circuit 102 may also be a circuit including a processor core and memory. These can function as the signal processing circuit 102 .
  • the components and structures of the microwave radar 100 shown in FIG. 6 are only exemplary and not limiting, and the components of the microwave radar 100 may also have other components and structures as required.
  • the microwave radar 100 further includes a rotation driving device (not shown) for driving the antenna device to rotate; optionally, the rotation driving device includes a motor (not shown) for driving the antenna device to rotate and a An angle sensor (not shown) for sensing the rotation angle of the antenna device.
  • the angle sensor of the microwave radar includes at least one of the following: a grating angle sensor and a Hall sensor.
  • the microwave radar 100 may also include a memory (not shown) for storing various data and executable programs generated in the method for obtaining a point cloud clustering gate, such as system programs for storing radar, various application programs Or algorithms that implement various specific functions.
  • a memory (not shown) for storing various data and executable programs generated in the method for obtaining a point cloud clustering gate, such as system programs for storing radar, various application programs Or algorithms that implement various specific functions.
  • One or more computer program products may be included, and the computer program products may include various forms of computer-readable storage media, such as volatile memory and/or non-volatile memory.
  • Volatile memory may include, for example, random access memory (RAM) and/or cache memory, among others.
  • Non-volatile memory may include, for example, read only memory (ROM), hard disk, flash memory, and the like.
  • the processor 103 may be a central processing unit (CPU), a graphics processing unit (GPU), an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), or other forms with data processing capabilities and/or instruction execution capabilities and can control other components in microwave radar 100 to perform desired functions.
  • the processor can execute the instructions stored in the memory to execute the method for obtaining point cloud clustering gates described herein. The implementation principles and technical effects are similar. For details, refer to the foregoing description, which will not be repeated here.
  • processor 103 can include one or more embedded processors, processor cores, microprocessors, logic circuits, hardware finite state machines (FSMs), digital signal processors (DSPs), or combinations thereof.
  • FSMs hardware finite state machines
  • DSPs digital signal processors
  • an embodiment of the present application further provides a movable platform, the movable platform includes a movable platform body, and the radar can be arranged on the movable platform body.
  • the mobile platform includes an aircraft (eg, an unmanned aerial vehicle), a robot, a vehicle, or a boat.
  • the platform body is the fuselage of the unmanned aerial vehicle, wherein the radar can be arranged on the movable platform body, and one or more radars can be arranged.
  • the platform body is the body of the vehicle.
  • the vehicle may be a self-driving car or a semi-autonomous driving car, which is not limited here.
  • the platform body is the robot.
  • the platform body is the hull.
  • an embodiment of the present invention further provides a computer storage medium, on which a computer program is stored.
  • the computer program is executed by the processor, the method for obtaining a point cloud clustering gate according to the embodiment of the present invention can be implemented.
  • the computer storage medium may include, for example, a memory card for a smartphone, a storage unit for a tablet computer, a hard disk for a personal computer, read only memory (ROM), erasable programmable read only memory (EPROM), portable compact disk Read only memory (CD-ROM), USB memory, or any combination of the above storage media.
  • the computer-readable storage medium can be any combination of one or more computer-readable storage media.
  • One or more computer program instructions may be stored on the computer-readable storage medium, and the processor may execute the program instructions stored in the memory to implement the functions (implemented by the processor) in the embodiments of the present invention described herein and/or other desired functions, for example, to execute the corresponding steps of the method for obtaining a point cloud clustering gate according to an embodiment of the present invention.
  • Various application programs and various data such as various data used and/or generated by the application program, etc., may also be stored in the computer-readable storage medium.
  • the disclosed apparatus and method may be implemented in other manners.
  • the device embodiments described above are only illustrative.
  • the division of the units is only a logical function division. In actual implementation, there may be other division methods.
  • multiple units or components may be combined or May be integrated into another device, or some features may be omitted, or not implemented.
  • Various component embodiments of the present invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof.
  • a microprocessor or a digital signal processor (DSP) may be used in practice to implement some or all of the functions of some modules according to the embodiments of the present invention.
  • DSP digital signal processor
  • the present invention may also be implemented as apparatus programs (eg, computer programs and computer program products) for performing part or all of the methods described herein.
  • Such a program implementing the present invention may be stored on a computer-readable medium, or may be in the form of one or more signals. Such signals may be downloaded from Internet sites, or provided on carrier signals, or in any other form.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • General Engineering & Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Remote Sensing (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Databases & Information Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Software Systems (AREA)
  • Multimedia (AREA)
  • Radar Systems Or Details Thereof (AREA)

Abstract

A method (400) for acquiring a point cloud clustering wave gate, and a radar, a movable platform and a storage medium. The method (400) is applied to a radar, and the radar is arranged on a movable platform. The method (400) comprises: acquiring a wave gate shape of a wave gate of a first target (S110), wherein the wave gate shape comprises one of the following shapes: a spherical shape, an ellipsoidal shape and a cuboid shape; acquiring an orientation dimension precision, a pitch angle precision and a distance dimension precision of a radar (S120), wherein at least two of the orientation dimension precision, the pitch angle precision and the distance dimension precision are different; and on the basis of the wave gate shape, the orientation dimension precision, the pitch angle precision and the distance dimension precision, determining a wave gate range of the wave gate centered on the first target (S130). Therefore, a wave gate conforming well to the characteristics of a radar is obtained, such that more precise effective range determination is realized; and the method is applied to situations such as clustering and track association, and a more precise clustering result or track association result, etc., can be provided, thereby improving the adaptability of an algorithm.

Description

获取点云聚类波门的方法、雷达、可移动平台和存储介质Method, radar, movable platform and storage medium for obtaining point cloud clustering gates
说明书manual
技术领域technical field
本发明总地涉及雷达技术领域,更具体地涉及一种获取点云聚类波门的方法、雷达、可移动平台和存储介质。The present invention generally relates to the technical field of radar, and more particularly, to a method for acquiring point cloud clustering gates, a radar, a movable platform and a storage medium.
背景技术Background technique
具有噪声的基于密度的聚类(Density—Based Spatial Clustering of Application with Noise,简称DBSCAN)算法是基于空间中点的密度不同来实现的。给定某空间里的一个点的集合,此算法能够把在密度范围内的点分成一组,并将低密度区域的点判定为外点。其中,密度范围指的是空间给定的区域范围,在雷达学科中表达为“波门”。目前雷达通常使用球形波门,以目标点为圆心,只需判定目标点周围点到目标点的距离是否小于给定圆的半径,来确定该周围点是否在目标点的密度范围内。The Density-Based Spatial Clustering of Application with Noise (DBSCAN) algorithm with noise is based on the difference in the density of points in the space. Given a set of points in a space, this algorithm can group the points in the density range into a group, and determine the points in the low-density area as outliers. Among them, the density range refers to the given area range in space, which is expressed as "gate" in radar science. At present, radar usually uses a spherical wave gate, taking the target point as the center of the circle. It only needs to determine whether the distance from the surrounding point to the target point is less than the radius of the given circle to determine whether the surrounding point is within the density range of the target point.
然而,对于不同的应用场合,不只考虑圆形、球形这种每个方向距离一致的波门。尤其是旋转雷达,也需要考虑椭球波门、长方体波门等有特殊形状的波门,因此,如何获取不同形状的波门的范围是亟待解决的技术问题。However, for different applications, not only circular and spherical gates with the same distance in each direction are considered. Especially for rotating radars, it is also necessary to consider ellipsoidal gates, cuboid gates and other gates with special shapes. Therefore, how to obtain the range of gates with different shapes is a technical problem that needs to be solved urgently.
发明内容SUMMARY OF THE INVENTION
为了解决上述问题中的至少一个而提出了本发明。具体地,本发明一方面提供一种获取点云聚类波门的方法,所述方法应用于雷达,所述雷达设置于可移动平台,所述方法包括:The present invention has been made to solve at least one of the above-mentioned problems. Specifically, one aspect of the present invention provides a method for acquiring a point cloud clustering gate, the method is applied to a radar, and the radar is set on a movable platform, and the method includes:
获取第一目标的波门的波门形状,其中,所述波门形状包括以下形状中的一种:圆球形、椭球形、长方体形;obtaining the wave gate shape of the wave gate of the first target, wherein the wave gate shape includes one of the following shapes: a sphere, an ellipsoid, and a cuboid;
获取雷达的方位维精度、俯仰角精度、距离维精度,其中,所述方位维精度、俯仰角精度和距离维精度中的至少两个精度不同;Acquiring the azimuth dimension accuracy, pitch angle accuracy and range dimension accuracy of the radar, wherein at least two of the azimuth dimension accuracy, pitch angle accuracy and distance dimension accuracy are different;
基于所述波门形状、所述方位维精度、所述俯仰角精度和所述距离维精度,确定以第一目标为中心的波门的波门范围。Based on the gate shape, the azimuth dimension precision, the pitch angle precision, and the range dimension precision, a gate range of the wave gate centered on the first target is determined.
本发明再一方面提供一种雷达,所述雷达包括:一个或多个处理器,单独地或共同地工作,所述处理器用于实现前述获取点云聚类波门的方法。Yet another aspect of the present invention provides a radar, the radar comprising: one or more processors, working individually or jointly, the processors are configured to implement the aforementioned method for obtaining a point cloud clustering gate.
本发明又一方面提供一种可移动平台,包括:可移动平台本体;Another aspect of the present invention provides a movable platform, comprising: a movable platform body;
前述的雷达,所述雷达设置于所述可移动平台本体。In the aforementioned radar, the radar is arranged on the movable platform body.
本发明另一方面提供一种计算机存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现前述的获取点云聚类波门的方法。Another aspect of the present invention provides a computer storage medium on which a computer program is stored, characterized in that, when the computer program is executed by a processor, the aforementioned method for obtaining a point cloud clustering gate is implemented.
本申请实施例的获取电源聚类波门的方法,结合波门形状以及雷达的方位维精度、俯仰角精度、距离维精度,确定以第一目标为中心的波门的波门范围,从而获得更加符合雷达特性的波门,以便实现更为精细的有效范围判断,用于聚类、航迹关联等场合,进而能够提供更精细的聚类结果或航迹关联结果等,提高算法的自适应性。The method for obtaining power clustering gates in the embodiment of the present application determines the gate range of the gate centered on the first target by combining the shape of the gate and the accuracy of the azimuth dimension, pitch angle, and distance dimension of the radar, so as to obtain A gate that is more in line with radar characteristics, in order to achieve a more refined effective range judgment, used in clustering, track correlation and other occasions, and then can provide more refined clustering results or track correlation results, etc., and improve the self-adaptation of the algorithm sex.
附图说明Description of drawings
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to illustrate the technical solutions in the embodiments of the present invention more clearly, the following briefly introduces the accompanying drawings used in the description of the embodiments. Obviously, the accompanying drawings in the following description are only some embodiments of the present invention. For those of ordinary skill in the art, other drawings can also be obtained from these drawings without creative labor.
图1示出了本申请一个实施例中的DBSCAN算法的示意图;Fig. 1 shows the schematic diagram of the DBSCAN algorithm in an embodiment of the present application;
图2示出了本申请一个实施例中的在旋转雷达体制下不同形状波门对点云聚类判别的示意图;FIG. 2 shows a schematic diagram of point cloud clustering discrimination by different shaped gates in a rotating radar system in an embodiment of the present application;
图3示出了一个实施例中的错误的长方体波门的示意图;Figure 3 shows a schematic diagram of an erroneous cuboid gate in one embodiment;
图4示出了本申请一个实施例中的获取点云聚类波门的方法的示意性流程图;FIG. 4 shows a schematic flowchart of a method for obtaining a point cloud clustering gate in an embodiment of the present application;
图5示出了本发明一个实施例中的椭球波门的方位表达形式的示意性框图;5 shows a schematic block diagram of an azimuth expression form of an ellipsoid gate in an embodiment of the present invention;
图6示出了本申请一个实施例中的微波雷达的示意性框图。FIG. 6 shows a schematic block diagram of a microwave radar in an embodiment of the present application.
具体实施方式Detailed ways
为了使得本发明的目的、技术方案和优点更为明显,下面将参照附图详 细描述根据本发明的示例实施例。显然,所描述的实施例仅仅是本发明的一部分实施例,而不是本发明的全部实施例,应理解,本发明不受这里描述的示例实施例的限制。基于本发明中描述的本发明实施例,本领域技术人员在没有付出创造性劳动的情况下所得到的所有其它实施例都应落入本发明的保护范围之内。In order to make the objects, technical solutions and advantages of the present invention more apparent, exemplary embodiments according to the present invention will be described in detail below with reference to the accompanying drawings. Obviously, the described embodiments are only some of the embodiments of the present invention, not all of the embodiments of the present invention, and it should be understood that the present invention is not limited by the example embodiments described herein. Based on the embodiments of the present invention described in the present invention, all other embodiments obtained by those skilled in the art without creative efforts shall fall within the protection scope of the present invention.
在下文的描述中,给出了大量具体的细节以便提供对本发明更为彻底的理解。然而,对于本领域技术人员而言显而易见的是,本发明可以无需一个或多个这些细节而得以实施。在其他的例子中,为了避免与本发明发生混淆,对于本领域公知的一些技术特征未进行描述。In the following description, numerous specific details are set forth in order to provide a more thorough understanding of the present invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced without one or more of these details. In other instances, some technical features known in the art have not been described in order to avoid obscuring the present invention.
应当理解的是,本发明能够以不同形式实施,而不应当解释为局限于这里提出的实施例。相反地,提供这些实施例将使公开彻底和完全,并且将本发明的范围完全地传递给本领域技术人员。It should be understood that the present invention may be embodied in different forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art.
在此使用的术语的目的仅在于描述具体实施例并且不作为本发明的限制。在此使用时,单数形式的“一”、“一个”和“所述/该”也意图包括复数形式,除非上下文清楚指出另外的方式。还应明白术语“组成”和/或“包括”,当在该说明书中使用时,确定所述特征、整数、步骤、操作、元件和/或部件的存在,但不排除一个或更多其它的特征、整数、步骤、操作、元件、部件和/或组的存在或添加。在此使用时,术语“和/或”包括相关所列项目的任何及所有组合。The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms "a," "an," and "the/the" are intended to include the plural forms as well, unless the context clearly dictates otherwise. It should also be understood that the terms "compose" and/or "include", when used in this specification, identify the presence of stated features, integers, steps, operations, elements and/or components, but do not exclude one or more other The presence or addition of features, integers, steps, operations, elements, parts and/or groups. As used herein, the term "and/or" includes any and all combinations of the associated listed items.
为了彻底理解本发明,将在下列的描述中提出详细的结构,以便阐释本发明提出的技术方案。本发明的可选实施例详细描述如下,然而除了这些详细描述外,本发明还可以具有其他实施方式。For a thorough understanding of the present invention, detailed structures will be presented in the following description in order to explain the technical solutions proposed by the present invention. Alternative embodiments of the present invention are described in detail below, however, the invention is capable of other embodiments in addition to these detailed descriptions.
DBSCAN算法是基于空间中点的密度不同来实现的。给定某空间里的一个点的集合,此算法能够把在密度范围内的点分成一组,并将低密度区域的点判定为外点。其中,密度范围指的是空间给定的区域范围,在雷达学科中表达为“波门”。比如,图1中目标点A点,取的判定范围为圆(也即该圆也即为波门),即只需要判定周围点到A点的距离是否小于给定圆的半径,则该点在A点的密度范围内,A点为初始点,B点和C点为扩充聚类判断到的点,D点为噪点。然而,对于不同的应用场合,不只考虑圆形、球形这种每个方向距离一致的波门。尤其是旋转雷达(包括但不限于旋转微波雷达),也需要考虑椭球波门、长方体波门等有特殊形状的波门,如图2所示。The DBSCAN algorithm is implemented based on the difference in density of points in space. Given a set of points in a space, this algorithm can group the points in the density range into a group, and determine the points in the low-density area as outliers. Among them, the density range refers to the given area range in space, which is expressed as "gate" in radar science. For example, for the target point A in Figure 1, the determination range taken is a circle (that is, the circle is also a wave gate), that is, it is only necessary to determine whether the distance from the surrounding point to point A is less than the radius of the given circle, then the point Within the density range of point A, point A is the initial point, points B and C are points determined by the extended clustering, and point D is the noise point. However, for different applications, not only circular and spherical gates with the same distance in each direction are considered. Especially for rotating radars (including but not limited to rotating microwave radars), it is also necessary to consider ellipsoid gates, cuboid gates and other gates with special shapes, as shown in Figure 2.
微波雷达的波门判断:一般不会涉及到坐标系的转换,因为雷达波束方向是固定的。此时,以波束方向为波门的x轴方向即可。或者,汽车雷达的处理方式为,将目标点转换到汽车坐标系下,然后以汽车车头方向为波门的x轴方向。又或者,如果雷达具备测速功能,则以速度方向为波门的x轴方向。然而,由于旋转雷达每个光栅角度下目标的波束指向都是变化的,使用长方体波门与椭球波门,都需要根据从天线方向到目标的径向方向,做基变换处理,调整波门的方位,如果直接在当前坐标系下做判断,则无法把同一距离和同一俯仰角度bin下,连续几个光栅格的目标关联起来,如图3所示的错误的长方形波门,从而导致聚类结果不准确等。The gate judgment of microwave radar: generally does not involve the conversion of the coordinate system, because the direction of the radar beam is fixed. In this case, the beam direction may be taken as the x-axis direction of the gate. Or, the processing method of the car radar is to convert the target point to the car coordinate system, and then take the direction of the front of the car as the x-axis direction of the wave gate. Or, if the radar has a velocity measurement function, the velocity direction is the x-axis direction of the gate. However, since the beam direction of the target changes at each grating angle of the rotating radar, the use of cuboid wave gates and ellipsoid wave gates requires basic transformation processing and adjustment of the wave gates according to the radial direction from the antenna direction to the target. If the azimuth is directly judged in the current coordinate system, it is impossible to associate the targets of several consecutive grating grids under the same distance and the same pitch angle bin, such as the wrong rectangular wave gate shown in Figure 3, resulting in Clustering results are not accurate, etc.
因此,鉴于上述问题的存在,本申请实施例提供一种获取点云聚类波门的方法,所述方法应用于雷达,所述雷达设置于可移动平台,所述方法包括:获取第一目标的波门的波门形状,其中,所述波门形状包括以下形状中的一种:圆球形、椭球形、长方体形;获取雷达的方位维精度、俯仰角精度、距离维精度,其中,所述方位维精度、俯仰角精度和距离维精度中的至少两个精度不同;基于所述波门形状、所述方位维精度、所述俯仰角精度和所述距离维精度,确定以第一目标为中心的波门的波门范围,从而获得更加符合雷达特性的波门,以便实现更为精细的有效范围判断,用于聚类、航迹关联等场合,进而能够提供更精细的聚类结果或航迹关联结果等,提高算法的自适应性。Therefore, in view of the existence of the above problems, an embodiment of the present application provides a method for obtaining a point cloud clustering gate, the method is applied to a radar, and the radar is set on a movable platform, and the method includes: obtaining a first target The wave gate shape of the wave gate, wherein, the wave gate shape includes one of the following shapes: spherical, ellipsoid, cuboid; obtain the azimuth dimension precision, pitch angle precision, and distance dimension precision of the radar, wherein, all at least two of the azimuth dimension accuracy, pitch angle accuracy, and range dimension accuracy are different; based on the gate shape, the azimuth dimension accuracy, the pitch angle accuracy, and the range dimension accuracy, it is determined that the first target The gate range of the centered gate can be obtained to obtain a gate that is more in line with the radar characteristics, so as to achieve a more refined effective range judgment, which can be used for clustering, track correlation and other occasions, and then can provide more refined clustering results. Or track correlation results, etc., to improve the adaptability of the algorithm.
下面,参考图4和图5对本申请实施例中的获取点云聚类波门的方法。图4示出了本申请一个实施例中的获取点云聚类波门的方法的示意性流程图;图5示出了本发明一个实施例中的椭球波门的方位表达形式的示意性框图。Next, with reference to FIG. 4 and FIG. 5 , the method for obtaining a point cloud clustering gate in the embodiment of the present application is described. Fig. 4 shows a schematic flow chart of a method for obtaining a point cloud clustering gate in an embodiment of the present application; Fig. 5 shows a schematic diagram of an azimuth expression form of an ellipsoidal wave gate in an embodiment of the present invention block diagram.
本申请的方法可以应用于雷达,例如旋转雷达、激光雷达等,其中旋转雷达例如为旋转微波雷达等,所述雷达设置于可移动平台,例如设置于可移动平台的本体,可移动平台包括但不限于飞行器、机器人、车辆或船等,其中,飞行器例如无人飞行器,车辆例如无人驾驶车辆。The method of the present application can be applied to radars, such as rotating radars, lidars, etc., wherein the rotating radars are, for example, rotating microwave radars, etc., and the radars are arranged on a movable platform, such as the body of the movable platform. The movable platform includes but It is not limited to an aircraft, a robot, a vehicle, a ship, etc., wherein the aircraft is such as an unmanned aerial vehicle, and the vehicle is such as an unmanned vehicle.
作为示例,如图4所示,获取点云聚类波门的方法400包括以下步骤:As an example, as shown in FIG. 4 , the method 400 for obtaining a point cloud clustering gate includes the following steps:
首先,在步骤S110中,获取第一目标的波门的波门形状。First, in step S110, the wave gate shape of the wave gate of the first target is acquired.
所述波门形状包括以下形状中的一种:圆球形、椭球形、长方体形。上述波门形状仅作为示例,对于其他的波门形状也可以适用于本申请的方法。The wave gate shape includes one of the following shapes: sphere, ellipsoid, and cuboid. The above-mentioned gate shapes are only examples, and other gate shapes can also be applied to the method of the present application.
可以基于本领域技术人员熟知的任何适合的方法获取第一目标的波门的 波门形状,例如根据所述用户指令,确定第一目标的波门的波门形状。例如,基于人机交换界面显示的设置界面,通过该设置界面获取用户输入的选择指令,该选择指令用于指示预定使用的波门类型。The gate shape of the gate of the first target can be obtained based on any suitable method known to those skilled in the art, for example, the gate shape of the gate of the first target is determined according to the user instruction. For example, based on the setting interface displayed on the man-machine exchange interface, a selection instruction input by the user is obtained through the setting interface, and the selection instruction is used to indicate the type of the gate to be used.
也可以是例如处理器根据移动速度、雷达灵敏度等自动选择的相适应的波门形状。在一个示例中,获取第一目标的波门的波门形状包括:根据当前可移动平台的移动速度,获取第一目标的波门的波门形状。通常可移动平台的移动速度越大,需要的波门的范围也就越大,例如当所述移动速度位于第一速度阈值范围内时,确定所述波门形状为圆球形;当所述移动速度位于第二速度阈值范围内时,确定所述波门形状为长方体形;当所述移动速度位于第三速度阈值范围内时,确定所述波门形状为椭球形,其中,所述第一速度阈值范围大于所述第二速度阈值范围,所述第二速度阈值范围大于所述第三速度阈值范围。该第一速度阈值范围、第二速度阈值范围、第三速度阈值范围可以根据实际需要合理设定,在此不做具体限定。For example, it may be a suitable gate shape automatically selected by the processor according to the moving speed, radar sensitivity, and the like. In one example, acquiring the wave gate shape of the first target's wave gate includes: obtaining the wave gate shape of the first target's wave gate according to the current moving speed of the movable platform. Generally, the larger the moving speed of the movable platform, the larger the range of the wave gate required. For example, when the moving speed is within the first speed threshold range, the shape of the wave gate is determined to be spherical; When the speed is within the second speed threshold range, the shape of the wave gate is determined to be a cuboid; when the moving speed is within the third speed threshold range, it is determined that the shape of the wave gate is an ellipsoid, wherein the first The speed threshold range is greater than the second speed threshold range, and the second speed threshold range is greater than the third speed threshold range. The first speed threshold range, the second speed threshold range, and the third speed threshold range can be reasonably set according to actual needs, which are not specifically limited herein.
在本申请实施例中,获取第一目标的波门的波门形状,还可以包括:基于雷达的灵敏度,确定波门形状,例如,当所述灵敏度位于第一灵敏度阈值范围内时,确定所述波门形状为圆球形;当所述灵敏度位于第二灵敏度阈值范围内时,确定所述波门形状为长方体形;当所述灵敏度位于第三灵敏度阈值范围内时,确定所述波门形状为椭球形,其中,所述第一灵敏度阈值范围大于所述第二灵敏度阈值范围,所述第二灵敏度阈值范围大于所述第三灵敏度阈值范围。其中,第一灵敏度阈值范围、第二灵敏度阈值范围、第三灵敏度阈值范围可以是任意适合的预设值,对于灵敏度高的雷达,可以选择一个范围更大的波门例如圆球形波门,以根据灵敏度做出比较快的反应,而灵敏度低的话,可以选用椭球形波门等,以精细地衡量各个方向的权重,确定更精细的波门范围。In this embodiment of the present application, acquiring the gate shape of the gate of the first target may further include: determining the shape of the gate based on the sensitivity of the radar, for example, when the sensitivity is within the range of the first sensitivity threshold, determining the The shape of the wave gate is spherical; when the sensitivity is within the range of the second sensitivity threshold, the shape of the gate is determined to be a rectangular parallelepiped; when the sensitivity is within the range of the third sensitivity threshold, the shape of the gate is determined is an ellipsoid, wherein the first sensitivity threshold range is greater than the second sensitivity threshold range, and the second sensitivity threshold range is greater than the third sensitivity threshold range. The first sensitivity threshold range, the second sensitivity threshold range, and the third sensitivity threshold range can be any suitable preset values. For a radar with high sensitivity, a wider range of gates, such as a spherical gate, can be selected to Make a quicker response according to the sensitivity, and if the sensitivity is low, you can choose an ellipsoidal wave gate, etc., to finely measure the weight of each direction and determine a finer wave gate range.
该获取波门的形状可以是在可移动平台要开始运动之前由用户设定好的,也可以是在可移动平台移动过程中,由其实时的获取移动速度、灵敏度等信息,并根据该些信息,实时的调整波门形状,以适应可移动平台的姿态变换、速度变换和方位变换等。The shape of the acquisition gate can be set by the user before the movable platform starts to move, or it can acquire the moving speed, sensitivity and other information in real time during the moving process of the movable platform. information, adjust the shape of the wave gate in real time to adapt to the attitude transformation, speed transformation and orientation transformation of the movable platform.
接着,在步骤S120中,获取雷达的方位维精度、俯仰角精度、距离维精度,其中,所述方位维精度、俯仰角精度和距离维精度中的至少两个精度不同。Next, in step S120, the azimuth dimension precision, the pitch angle precision and the range dimension precision of the radar are obtained, wherein at least two precisions among the azimuth dimension precision, the pitch angle precision and the range dimension precision are different.
以旋转微波雷达为例,其具有如下特性:1、雷达波束方向是由电机旋转 位置决定,通过例如光栅角度传感器的角度传感器获取方位角,在不同时刻下覆盖360°;2、在距离维、俯仰维、方位维这3个维度上,精度是不一致的,也即所述方位维精度、俯仰角精度和距离维精度中的至少两个精度不同。Taking the rotating microwave radar as an example, it has the following characteristics: 1. The direction of the radar beam is determined by the rotational position of the motor, and the azimuth angle is obtained through an angle sensor such as a grating angle sensor, covering 360° at different times; 2. In the distance dimension, In the three dimensions of the pitch dimension and the azimuth dimension, the precisions are inconsistent, that is, at least two of the azimuth dimension precision, the pitch angle precision and the distance dimension precision are different.
可以通过以下方法获取雷达的方位维精度、俯仰角精度、距离维精度。The azimuth dimension accuracy, pitch angle accuracy, and range dimension accuracy of the radar can be obtained by the following methods.
例如,可以基于调制斜率、中频信号频率、带宽等确定距离维的分辨率(也即距离维精度),可以通过以下公式(1)表示:For example, the resolution of the distance dimension (that is, the accuracy of the distance dimension) can be determined based on the modulation slope, the frequency of the intermediate frequency signal, the bandwidth, etc., which can be expressed by the following formula (1):
Figure PCTCN2020140822-appb-000001
Figure PCTCN2020140822-appb-000001
其中,K为调制斜率,Δf为中频信号频率,B为带宽,带宽上限是固定的,因此距离维精度为固定值ε。Among them, K is the modulation slope, Δf is the frequency of the intermediate frequency signal, B is the bandwidth, and the upper limit of the bandwidth is fixed, so the accuracy of the distance dimension is a fixed value ε.
进一步,获取雷达的方位维精度,包括:根据所述第一目标和所述雷达之间的目标距离和方位维的测角精度,确定所述方位维精度。当通过光栅测角传感器测量角度时,所述方位维的测角精度可以包括光栅的步进角。Further, acquiring the azimuth dimension accuracy of the radar includes: determining the azimuth dimension accuracy according to the target distance between the first target and the radar and the angle measurement accuracy of the azimuth dimension. When the angle is measured by the grating goniometric sensor, the angle measurement accuracy of the azimuth dimension may include the step angle of the grating.
具体地,方位维的测角精度为光栅角步进角
Figure PCTCN2020140822-appb-000002
比如以有268个光栅格的雷达,2-3个光栅格出一组2维(2D)恒虚警检测(Constant False-Alarm Rate,简称CFAR)结果,则光栅角步进角
Figure PCTCN2020140822-appb-000003
对应两组2D CFAR结果在水平面上距离(也即方向维精度)
Figure PCTCN2020140822-appb-000004
其中d为目标距离。
Specifically, the angle measurement accuracy of the azimuth dimension is the step angle of the grating angle
Figure PCTCN2020140822-appb-000002
For example, in a radar with 268 gratings, 2-3 gratings produce a set of 2-dimensional (2D) Constant False-Alarm Rate (CFAR) results, then the grating angle step angle
Figure PCTCN2020140822-appb-000003
Corresponding to the distance between the two sets of 2D CFAR results on the horizontal plane (that is, the direction dimension accuracy)
Figure PCTCN2020140822-appb-000004
where d is the target distance.
在一个示例中,所述获取雷达的俯仰角精度,包括:根据所述第一目标和所述雷达之间的目标距离和俯仰维的测角精度,确定所述俯仰角精度。俯仰维的测角精度随角度越大,精度越差。取测角精度为Δθ,则目标在俯仰维上的距离变化量(也即俯仰角精度)为Δd=d*Δθ,其中d为目标距离。测角公式(2)如下:In an example, the acquiring the pitch angle accuracy of the radar includes: determining the pitch angle accuracy according to the target distance between the first target and the radar and the angle measurement accuracy of the elevation dimension. The angle measurement accuracy of the pitch dimension increases with the angle, and the accuracy is worse. Taking the angle measurement accuracy as Δθ, the distance variation of the target in the pitch dimension (that is, the pitch angle accuracy) is Δd=d*Δθ, where d is the target distance. The angle measurement formula (2) is as follows:
Figure PCTCN2020140822-appb-000005
Figure PCTCN2020140822-appb-000005
其中lambda为波长,phi为回波的相位差,Δθ最大可达到2.7°。Among them, lambda is the wavelength, phi is the phase difference of the echo, and the maximum Δθ can reach 2.7°.
综合旋转雷达的上述特性,可以根据光栅方位角、天线电扫描俯仰角,来设计波门的方向,也即波门的方位,如图2所示。Based on the above characteristics of the rotating radar, the direction of the wave gate, that is, the azimuth of the wave gate, can be designed according to the azimuth angle of the grating and the elevation angle of the electrical scanning of the antenna, as shown in Figure 2.
接着,在步骤S130中,基于所述波门形状、所述方位维精度、所述俯仰角精度和所述距离维精度,确定以第一目标为中心的波门的波门范围。Next, in step S130, based on the gate shape, the azimuth dimension accuracy, the pitch angle accuracy, and the range dimension accuracy, a gate range of the gate centered on the first target is determined.
在一个示例中,基于所述波门形状、所述方位维精度、所述俯仰角精度 和所述距离维精度,确定以第一目标为中心的波门的波门范围,包括:根据所述第一目标的位置信息,确定当前雷达的波束指向;根据所述当前雷达的波束指向,确定以所述第一目标为中心的波门的方位,所述波门的方位包括波门的三个主轴的轴向。其中,所述波门的三个主轴的轴向分别指向所述雷达波束矢量、第一目标方位维的切向矢量、第一目标俯仰维的切向矢量,如图5所示,以椭球型波门为例,第一目标例如当前待聚类点的坐标为P0=[x,y,z] T,目标俯仰维切向矢量c,雷达波束矢量可以取a=[x,y,z] T,目标方位维切向矢量b。对于旋转雷达,根据旋转雷达波束的指向,调整波门方位、形状,能够提供更精细的聚类结果。 In one example, determining the gate range of the wave gate centered on the first target based on the gate shape, the azimuth dimension accuracy, the pitch angle accuracy, and the range dimension accuracy includes: according to the The position information of the first target determines the beam pointing of the current radar; according to the beam pointing of the current radar, the orientation of the wave gate centered on the first target is determined, and the orientation of the wave gate includes three of the wave gates. Axial axis of the main shaft. Wherein, the axes of the three main axes of the wave gate point to the radar beam vector, the tangential vector of the first target azimuth dimension, and the tangential vector of the first target elevation dimension, respectively, as shown in FIG. Taking the shape gate as an example, the coordinates of the first target, such as the current point to be clustered, are P0=[x, y, z] T , the target elevation tangent vector c, and the radar beam vector can be a=[x, y, z ] T , the tangential vector b of the target azimuth dimension. For rotating radar, adjusting the orientation and shape of the gate according to the direction of the rotating radar beam can provide finer clustering results.
在一个示例中,基于所述波门形状、所述距离维精度、所述方位维精度和所述俯仰角精度,确定以第一目标为中心的波门的波门范围,还包括:根据所述距离维精度、所述方位维精度和所述俯仰角精度,确定所述波门的三个主轴的长度参数;基于所述波门的三个主轴的长度参数,确定所述波门的范围。In one example, based on the gate shape, the range dimension accuracy, the azimuth dimension accuracy, and the pitch angle accuracy, determining the gate range of the wave gate centered on the first target, further comprising: according to the The distance dimension accuracy, the azimuth dimension accuracy and the pitch angle accuracy are used to determine the length parameters of the three main axes of the wave gate; based on the length parameters of the three main axes of the wave gate, the range of the wave gate is determined .
在一个示例中,所述波门的三个主轴的轴向分别指向所述雷达波束矢量、第一目标方位维的切向矢量、第一目标俯仰维的切向矢量,根据所述距离维精度、所述方位维精度和所述俯仰角精度,确定所述波门的三个主轴的长度参数,包括:根据所述距离维精度,确定所述波门的三个主轴中的指向所述雷达波束矢量的第一主轴的长度参数;根据所述方位维精度,确定所述波门的三个主轴中的指向所述第一目标方位维的切向矢量的第二主轴的长度参数;根据所述俯仰角精度,确定所述波门的三个主轴中的指向所述第一目标俯仰维的切向矢量的第三主轴的长度参数。可选地,所述第一主轴的长度参数等于所述距离维精度,所述第二主轴的长度参数等于所述方位维精度,所述第三主轴的长度参数等于所述俯仰维精度。In an example, the axial directions of the three main axes of the wave gate point to the radar beam vector, the tangential vector of the first target azimuth dimension, and the tangential vector of the first target elevation dimension, respectively. According to the accuracy of the range dimension , the azimuth dimension accuracy and the pitch angle accuracy, and determining the length parameters of the three main axes of the wave gate, including: according to the range dimension accuracy, determining the three main axes of the wave gate pointing to the radar The length parameter of the first principal axis of the beam vector; according to the accuracy of the azimuth dimension, determine the length parameter of the second principal axis of the tangential vector pointing to the first target azimuth dimension among the three principal axes of the beam gate; The pitch angle accuracy is determined, and the length parameter of the third major axis of the tangential vector pointing to the first target pitch dimension among the three major axes of the wave gate is determined. Optionally, the length parameter of the first principal axis is equal to the distance dimension precision, the length parameter of the second principal axis is equal to the azimuth dimension precision, and the length parameter of the third principal axis is equal to the pitch dimension precision.
当所述波门的波门形状为椭球形时,第一主轴的长度参数为第一主轴的半径,第二主轴的长度参数为第二主轴的半径,第三主轴的长度参数为第三主轴的半径。When the gate shape of the wave gate is an ellipsoid, the length parameter of the first major axis is the radius of the first major axis, the length parameter of the second major axis is the radius of the second major axis, and the length parameter of the third major axis is the third major axis. radius.
当所述波门的波门形状为长方体形时,所述第一主轴的长度参数为沿所述第一主轴从所述第一目标到长方体的表面的长度;所述第二主轴的长度参数为沿所述第二主轴从所述第一目标到长方体的表面的长度;所述第三主轴的长度参数为沿所述第三主轴从所述第一目标到长方体的表面的长度,也即分别为长方体的长度的二分之一、宽度的二分之一、高度的二分之一。When the shape of the wave gate is a cuboid, the length parameter of the first main axis is the length from the first target to the surface of the cuboid along the first main axis; the length parameter of the second main axis is the length from the first target to the surface of the cuboid along the second major axis; the length parameter of the third major axis is the length from the first target to the surface of the cuboid along the third major axis, that is, They are 1/2 of the length, 1/2 of the width, and 1/2 of the height of the cuboid.
其中,第一主轴的长度参数还可以根据可移动平台的移动参数合理调整,例如,根据所述距离维精度,确定所述波门的三个主轴中的指向所述雷达波束矢量的第一主轴的长度参数,包括:根据所述可移动平台的移动速度和所述距离维精度确定所述第一主轴的长度参数。其中,当所述可移动平台的移动速度为第一速度时,所述第一主轴的长度参数为根据所述距离维精度确定的第一长度参数;当所述可移动平台的移动速度为第二速度时,所述第一主轴的长度参数为根据所述距离维精度确定的第二长度参数,其中,所述第二速度大于所述第一速度,则所述第二长度参数大于所述第一长度参数。当移动速度较大时,可以调大第一主轴的长度参数,从而使其波门范围更大,以便适应可移动平台的速度。The length parameter of the first main axis can also be reasonably adjusted according to the movement parameters of the movable platform. For example, according to the distance dimension accuracy, the first main axis pointing to the radar beam vector among the three main axes of the wave gate is determined. The length parameter includes: determining the length parameter of the first spindle according to the moving speed of the movable platform and the distance dimension accuracy. Wherein, when the moving speed of the movable platform is the first speed, the length parameter of the first spindle is the first length parameter determined according to the distance dimension accuracy; when the moving speed of the movable platform is the first length parameter In the case of two speeds, the length parameter of the first spindle is the second length parameter determined according to the accuracy of the distance dimension, wherein, if the second speed is greater than the first speed, the second length parameter is greater than the The first length parameter. When the moving speed is large, the length parameter of the first main shaft can be increased to make the wave gate range larger, so as to adapt to the speed of the movable platform.
根据移动速度确定第一主轴的长度参数的方法可以是任意的适合的方法,例如可以将可移动平台的移动速度作为权重,乘以距离维精度以获得第一主轴的长度参数,或者,又例如还可以将移动速度作为偏移量和距离维精度相加,以获得第一主轴的长度参数。The method of determining the length parameter of the first main shaft according to the moving speed can be any suitable method. For example, the moving speed of the movable platform can be used as a weight, and the distance dimension accuracy can be multiplied to obtain the length parameter of the first main shaft, or, for example, It is also possible to add the movement speed as an offset and the distance dimension precision to obtain the length parameter of the first principal axis.
下文将分别以圆球形、椭球形、长方体形为例,对每种形状的波门的求解方法做描述。The following will take the spherical, ellipsoidal, and cuboid shapes as examples to describe the method for solving the gates of each shape.
以球形波门为例,如果采用球形波门,由于球形波门范围内,各个方向到球心的距离约束都是相等的,因此可以直接计算待判断目标(例如第二目标)到中心的距离,不需要做变换处理。当所述波门的波门形状为圆球形时,波门的三个主轴的长度参数也即为所述圆球形的半径的长度,所述半径的长度为所述方位维精度、所述俯仰角精度和所述距离维精度中的最大值,也即根据变化量最大的范围区球体半径,例如方位维精度
Figure PCTCN2020140822-appb-000006
俯仰维精度为d*Δθ,在一些雷达中,通常
Figure PCTCN2020140822-appb-000007
均大于Δθ。因此,只需要考虑方向维
Taking the spherical wave gate as an example, if a spherical wave gate is used, since the distance constraints from all directions to the center of the sphere are equal within the range of the spherical wave gate, the distance from the target to be judged (such as the second target) to the center can be directly calculated. , no transformation is required. When the wave gate shape of the wave gate is a sphere, the length parameters of the three main axes of the wave gate are also the length of the radius of the sphere, and the length of the radius is the azimuth dimension accuracy, the pitch The maximum value of the angular precision and the distance dimension precision, that is, the radius of the sphere in the range with the largest variation, such as the azimuth dimension precision
Figure PCTCN2020140822-appb-000006
The pitch dimension accuracy is d*Δθ, in some radars, usually
Figure PCTCN2020140822-appb-000007
are larger than Δθ. Therefore, only the direction dimension needs to be considered
Figure PCTCN2020140822-appb-000008
的距离精度即可,将其和距离维精度ε比较,取最大值r为球体半径,具体实现为以下公式(3):
Figure PCTCN2020140822-appb-000008
The distance accuracy can be compared with the distance dimension accuracy ε, and the maximum value r is taken as the radius of the sphere, which is specifically implemented as the following formula (3):
Figure PCTCN2020140822-appb-000009
Figure PCTCN2020140822-appb-000009
进一步,以椭球形波门为例,如果考虑不同方向上的精度,使用更精细的波门选取有效目标,可以将球形玻门改进为在不同方向上距离不一致的椭球波门。如图2所示,椭球波门的轴向需要与当前的波束指向或者光栅指向 方向一致,不能在每个位置都使用与飞机机头方向一致的波门形状。因此,需要根据当前的雷达波束指向,求解椭球波门的方位表达式,以确定椭球波门的范围,如图5所示。Further, taking the ellipsoid gate as an example, if the accuracy in different directions is considered, and a more refined gate is used to select an effective target, the spherical gate can be improved to an ellipsoid gate with different distances in different directions. As shown in Figure 2, the axial direction of the ellipsoid gate needs to be consistent with the current beam pointing or grating pointing direction, and a gate shape consistent with the direction of the aircraft nose cannot be used at every position. Therefore, it is necessary to solve the azimuth expression of the ellipsoid gate according to the current radar beam pointing to determine the range of the ellipsoid gate, as shown in Figure 5.
椭球的三条主轴
Figure PCTCN2020140822-appb-000010
互相正交,为了使椭球的方位与波束扫向目标的方位相符,需要使椭圆的主轴分别指向雷达波束矢量、目标方位维的切向、目标俯仰维的切向,也即第一主轴指向雷达波束矢量、第二主轴指向目标方位维的切向、第三主轴指向目标俯仰维的切向,对应的矢量表达式求解过程如下:
The three principal axes of the ellipsoid
Figure PCTCN2020140822-appb-000010
They are orthogonal to each other. In order to make the azimuth of the ellipsoid match the azimuth of the beam sweeping towards the target, it is necessary to make the main axis of the ellipse point to the radar beam vector, the tangential direction of the target azimuth dimension, and the tangential direction of the target elevation dimension, that is, the first main axis points to the radar beam vector. The radar beam vector, the tangential direction of the second principal axis pointing to the azimuth dimension of the target, and the tangential direction of the third principal axis pointing to the elevation dimension of the target, the corresponding vector expressions are solved as follows:
由当前的待聚类点(也即第一目标)坐标[x,y,z] T,从雷达原点沿当前光栅角度射出的波束方向矢量可记为:
Figure PCTCN2020140822-appb-000011
由椭球的三根主轴相互正交的性质,可知沿目标方位维的切向矢量
Figure PCTCN2020140822-appb-000012
垂直于由
Figure PCTCN2020140822-appb-000013
Figure PCTCN2020140822-appb-000014
形成的平面aOz,其中
Figure PCTCN2020140822-appb-000015
为z轴方向的矢量,可记为
Figure PCTCN2020140822-appb-000016
因此:
From the coordinates [x, y, z] T of the current point to be clustered (that is, the first target), the beam direction vector emitted from the origin of the radar along the current grating angle can be recorded as:
Figure PCTCN2020140822-appb-000011
From the property that the three main axes of the ellipsoid are orthogonal to each other, it can be known that the tangential vector along the target azimuth dimension
Figure PCTCN2020140822-appb-000012
perpendicular to the
Figure PCTCN2020140822-appb-000013
and
Figure PCTCN2020140822-appb-000014
The formed plane aOz, where
Figure PCTCN2020140822-appb-000015
is the vector in the z-axis direction, which can be written as
Figure PCTCN2020140822-appb-000016
therefore:
Figure PCTCN2020140822-appb-000017
Figure PCTCN2020140822-appb-000017
Figure PCTCN2020140822-appb-000018
(其中,公式带方向,由右手定则可知为
Figure PCTCN2020140822-appb-000019
)。
which is
Figure PCTCN2020140822-appb-000018
(Among them, the formula has a direction, which can be known from the right-hand rule as
Figure PCTCN2020140822-appb-000019
).
同理,沿目标俯仰维的切向矢量
Figure PCTCN2020140822-appb-000020
如下:
Similarly, the tangential vector along the target pitch dimension
Figure PCTCN2020140822-appb-000020
as follows:
Figure PCTCN2020140822-appb-000021
Figure PCTCN2020140822-appb-000021
然后,对
Figure PCTCN2020140822-appb-000022
进行归一化处理,得到单位矢量
Figure PCTCN2020140822-appb-000023
Then, yes
Figure PCTCN2020140822-appb-000022
Normalize to get a unit vector
Figure PCTCN2020140822-appb-000023
Figure PCTCN2020140822-appb-000024
Figure PCTCN2020140822-appb-000024
此时,
Figure PCTCN2020140822-appb-000025
构成的空间表示了从可移动平台(例如飞机)坐标系Oxyz到雷达波门坐标系Oabc的变换,即对应的旋转矩阵R:
at this time,
Figure PCTCN2020140822-appb-000025
The formed space represents the transformation from the coordinate system Oxyz of the movable platform (such as an aircraft) to the coordinate system Oabc of the radar gate, that is, the corresponding rotation matrix R:
Figure PCTCN2020140822-appb-000026
Figure PCTCN2020140822-appb-000026
当所述波门形状为椭球形时,基于所述波门形状、所述方位维精度、所述俯仰角精度和所述距离维精度,确定以第一目标为中心的波门的波门范围,包括:根据所述距离维精度,确定所述波门的三个主轴中的指向所述雷达波束矢量的第一主轴的半径;根据所述方位维精度,确定所述波门的三个主轴中的指向所述第一目标方位维的切向矢量的第二主轴的半径;根据所述俯仰角精度,确定所述波门的三个主轴中的指向所述第一目标俯仰维的切向矢量的第三主轴的半径;根据所述第一主轴的半径、所述第二主轴的半径、所述第三主轴的半径,获取所述椭球形的方程,以确定所述波门的范围。例如,第一目标到原点的距离为
Figure PCTCN2020140822-appb-000027
在Oabc坐标系下,由距离维精度ε a=ε、方位维精度
Figure PCTCN2020140822-appb-000028
俯仰维精度ε C=Δd=d*Δθ,可以求得对应的椭球波门方程如公式(4):
When the wave gate shape is an ellipsoid, based on the wave gate shape, the azimuth dimension precision, the pitch angle precision, and the range dimension precision, determine the wave gate range of the wave gate centered on the first target , including: determining the radius of the first main axis of the three main axes of the wave gate pointing to the radar beam vector according to the accuracy of the distance dimension; determining the three main axes of the wave gate according to the accuracy of the azimuth dimension The radius of the second main axis of the tangential vector pointing to the first target azimuth dimension in The radius of the third principal axis of the vector; according to the radius of the first principal axis, the radius of the second principal axis, and the radius of the third principal axis, the equation of the ellipsoid is obtained to determine the range of the wave gate. For example, the distance from the first target to the origin is
Figure PCTCN2020140822-appb-000027
In the Oabc coordinate system, the distance dimension accuracy ε a =ε, the azimuth dimension accuracy
Figure PCTCN2020140822-appb-000028
The pitch dimension accuracy ε C =Δd=d*Δθ, the corresponding ellipsoid gate equation can be obtained as formula (4):
Figure PCTCN2020140822-appb-000029
Figure PCTCN2020140822-appb-000029
在另一个示例中,一些特定场景中,存在电线、栅栏、墙等具备长方体几何性质的障碍物,因此使用长方体波门进行聚类,能够更精细地描述此类障碍物的几何形状。其中,根据所述距离维精度,确定所述波门的三个主轴中的指向所述雷达波束矢量的第一主轴的长度参数,所述第一主轴的长度参数为沿所述第一主轴从所述第一目标到长方体的表面的长度;根据所述方位维精度,确定所述波门的三个主轴中的指向所述第一目标方位维的切向矢量的第二主轴的半径,其中,所述第二主轴的长度参数为沿所述第二主轴从所述第一目标到长方体的表面的长度;根据所述俯仰角精度,确定所述波门的三个主轴中的指向所述第一目标俯仰维的切向矢量的第三主轴的半径,所述第三主轴的长度参数为沿所述第三主轴从所述第一目标到长方体的表面的长度;根据所述第一主轴的长度参数、所述第二主轴的长度参数、所述第三主轴的长度参数,获取所述长方体形波门的方程,以确定所述波门的范围。In another example, in some specific scenes, there are obstacles with cuboid geometry, such as wires, fences, and walls, so using cuboid gates for clustering can describe the geometry of such obstacles more finely. Wherein, according to the accuracy of the distance dimension, a length parameter of the first major axis pointing to the radar beam vector among the three major axes of the wave gate is determined, and the length parameter of the first major axis is a direction along the first major axis from The length from the first target to the surface of the cuboid; according to the azimuth dimension accuracy, determine the radius of the second main axis of the tangential vector pointing to the azimuth dimension of the first target among the three main axes of the wave gate, wherein , the length parameter of the second main axis is the length from the first target to the surface of the cuboid along the second main axis; according to the pitch angle accuracy, determine which of the three main axes of the wave gate points to the The radius of the third main axis of the tangential vector of the first target pitch dimension, the length parameter of the third main axis is the length from the first target to the surface of the cuboid along the third main axis; according to the first main axis The length parameter of the second main axis, the length parameter of the second main axis, and the length parameter of the third main axis, and the equation of the cuboid wave gate is obtained to determine the range of the wave gate.
长方体波门的方程表示如公式(5):The equation of the cuboid gate is expressed as formula (5):
Figure PCTCN2020140822-appb-000030
Figure PCTCN2020140822-appb-000030
其中参数分别为距离维精度ε a=ε、方位维精度
Figure PCTCN2020140822-appb-000031
俯仰维精度ε C=Δd=d*Δθ。
The parameters are the distance dimension accuracy ε a = ε, the azimuth dimension accuracy
Figure PCTCN2020140822-appb-000031
Pitch dimension accuracy ε C =Δd=d*Δθ.
进一步,在确定各个波门形状的范围之后,本申请的方法还包括以下步骤S140和S150:在步骤S140中,获取所述第一目标在第一坐标系下的第一位置信息和第二目标在所述第一坐标系下的第二位置信息;根据所述第一位置信息、所述第二位置信息和所述波门的范围,确定所述第二目标是否位于所述波门的波门范围内。通过确定的波门范围,判断第二目标是否在第一目标的波门范围内,从而确定第二目标和第一目标是否可以聚类。Further, after determining the range of each wave gate shape, the method of the present application further includes the following steps S140 and S150: in step S140, obtain the first position information and the second target of the first target in the first coordinate system second position information in the first coordinate system; determining whether the second target is located in the wave of the wave gate according to the first position information, the second position information and the range of the wave gate within the door range. According to the determined wave gate range, it is judged whether the second target is within the wave gate range of the first target, so as to determine whether the second target and the first target can be clustered.
在一个示例中,根据所述第一位置信息、所述第二位置信息和所述波门的范围,确定所述第二目标是否位于所述波门的波门范围内,包括:将所述第二目标的所述第二位置信息转换为波门坐标系下的第三位置信息,其中,所述波门坐标系为以所述第一目标为原点,以所述波门的三个主轴的轴向分别为三个坐标轴所建立的直角坐标系,所述波门的三个主轴的轴向分别指向所述雷达波束矢量、第一目标方位维的切向矢量、第一目标俯仰维的切向矢量;根据所述第三位置信息确定所述第二目标是否位于所述波门的范围内。In one example, determining whether the second target is located within the wave gate range of the wave gate according to the first position information, the second position information and the wave gate range includes: placing the wave gate The second position information of the second target is converted into third position information in a wave gate coordinate system, wherein the wave gate coordinate system is based on the first target as the origin and the three main axes of the wave gate. The axial directions are respectively the Cartesian coordinate system established by the three coordinate axes, and the axial directions of the three main axes of the gate are respectively directed to the radar beam vector, the tangential vector of the first target azimuth dimension, and the first target elevation dimension. tangential vector; determining whether the second target is located within the range of the wave gate according to the third position information.
可以通过任意适合的方法,将第二表面的第二位置信息转换为波门坐标系下的第三位置信息,例如,所述将所述第二目标的所述第二位置信息转换为波门坐标系下的第三位置信息,包括:根据所述第一位置信息获取从所述第一坐标系到所述波门坐标系的旋转矩阵;根据所述旋转矩阵、所述第一位置信息和所述第二位置信息,获取所述第三位置信息。其中,该第一坐标系可以是可移动平台坐标系Oxyz,例如可移动平台为飞机时,则其为机体坐标系OXYZ,原点位于飞机的重心,X轴与飞机纵轴一致,指向飞机前方,Y轴垂直于飞机对称面并指向右方,Z轴在飞机对称面内并且垂直于纵轴,指向下方或上方。波门坐标系为Oabc,可以通过本领域技术人员熟知的任意适合的方法获取该旋转矩阵,例如可以通过以前文中图5的椭球形为例计算旋转矩阵R的方法,获得旋转矩阵。The second position information of the second surface can be converted into the third position information in the wave gate coordinate system by any suitable method, for example, the conversion of the second position information of the second target into the wave gate The third position information in the coordinate system includes: obtaining a rotation matrix from the first coordinate system to the wave gate coordinate system according to the first position information; according to the rotation matrix, the first position information and For the second location information, obtain the third location information. Wherein, the first coordinate system can be the movable platform coordinate system Oxyz, for example, when the movable platform is an aircraft, it is the body coordinate system OXYZ, the origin is located at the center of gravity of the aircraft, the X axis is consistent with the longitudinal axis of the aircraft, and points to the front of the aircraft, The Y-axis is perpendicular to the plane of symmetry of the aircraft and points to the right, and the Z-axis is in the plane of symmetry of the aircraft and perpendicular to the longitudinal axis, pointing down or up. The wave gate coordinate system is Oabc, and the rotation matrix can be obtained by any suitable method well known to those skilled in the art.
当波门形状为球形时,可以基于第二目标和第一目标之间的距离是否大于半径r,确定第二目标是否在第一目标的波门范围内,例如,当小于或等于 r时,确定第二目标在第一目标的波门范围内(也即密度范围内),当大于r时,则确定第二目标未在第一目标的波门范围内,从而进一步判定两者是否可以聚类等。When the wave gate shape is spherical, it can be determined whether the second target is within the wave gate range of the first target based on whether the distance between the second target and the first target is greater than the radius r, for example, when less than or equal to r, It is determined that the second target is within the gate range of the first target (that is, the density range), and when it is greater than r, it is determined that the second target is not within the gate range of the first target, so as to further determine whether the two can converge. class etc.
当波门形状为椭球形时,根据所述第三位置信息确定所述第二目标是否位于所述波门的范围内,包括:将所述第三位置信息代入所述椭球形的方程求解方程获得求解结果,当所述求解结果小于或等于1时,确定所述第二目标位于所述椭球形的波门的波门范围内,当所述求解结果大于1时,确定所述第二目标位于所述椭球形的波门的范围之外。When the shape of the wave gate is an ellipsoid, determining whether the second target is located within the range of the wave gate according to the third position information includes: substituting the third position information into the ellipsoid equation to solve the equation Obtain a solution result, when the solution result is less than or equal to 1, determine that the second target is located within the gate range of the ellipsoid gate, and when the solution result is greater than 1, determine the second target outside the range of the gate of the ellipsoid.
例如,如图5所示,以安装有旋转雷达的飞机为例,根据当前待聚类的目标(也即第一目标)p0坐标[x0,y0,z0] T,以及待判断是否落入椭球波门的目标(也即第二目标)p1坐标[x1,y1,z1] T,判断步骤如下:首先,根据p0的坐标计算从机体坐标系Oxyz到雷达波门坐标系Oabc的旋转矩阵R;将目标p1坐标转换到雷达波门坐标系,以获得坐标P1’(也即第三位置信息),计算过程如以下公式(6): For example, as shown in FIG. 5 , taking an aircraft equipped with a rotating radar as an example, according to the current target to be clustered (ie, the first target) p0 coordinates [x0, y0, z0] T , and whether it falls into the ellipse to be judged The target of the ball gate (that is, the second target) p1 coordinate [x1, y1, z1] T , the judgment steps are as follows: First, according to the coordinates of p0, calculate the rotation matrix R from the body coordinate system Oxyz to the radar gate coordinate system Oabc ; Convert the coordinates of the target p1 to the radar gate coordinate system to obtain the coordinates P1' (that is, the third position information), and the calculation process is as shown in the following formula (6):
p1’=R*(p1-p0)=[x1′,y1′,z1′] T  公式(6) p1'=R*(p1-p0)=[x1',y1',z1'] T formula (6)
之后,将转换到雷达波门坐标系的坐标p1’代入到椭球波门方程,如果:After that, the coordinate p1' converted to the radar gate coordinate system is substituted into the ellipsoid gate equation, if:
Figure PCTCN2020140822-appb-000032
Figure PCTCN2020140822-appb-000032
则p1在p0的椭球波门范围之内,如果大于1,则p1在p0的椭球波门范围之外。Then p1 is within the range of the ellipsoid gate of p0, and if it is greater than 1, then p1 is outside the range of the ellipsoid gate of p0.
在另一个示例中,当波门的形状为长方体形时,所述根据所述第三位置信息确定所述第二目标是否位于所述波门的范围内,包括:当所述第三位置信息中在第一坐标轴(例如X轴)上的第一坐标的绝对值小于或等于第一主轴的长度参数时,且当所述第三位置信息中在第二坐标轴(例如Y轴)上的第二坐标的绝对值小于或等于第二主轴的长度参数时,且当所述第三位置信息中在第三坐标轴(例如Z轴)上的第三坐标的绝对值小于或等于第三主轴的长度参数时,确定所述第二目标位于所述长方体形波门的范围内。In another example, when the shape of the wave gate is a cuboid, the determining whether the second target is located within the range of the wave gate according to the third position information includes: when the third position information When the absolute value of the first coordinate on the first coordinate axis (eg X axis) is less than or equal to the length parameter of the first main axis, and when the third position information is on the second coordinate axis (eg Y axis) When the absolute value of the second coordinate is less than or equal to the length parameter of the second main axis, and when the absolute value of the third coordinate on the third coordinate axis (for example, the Z axis) in the third position information is less than or equal to the third When the length parameter of the main axis is used, it is determined that the second target is located within the range of the cuboid-shaped wave gate.
例如,当波门的形状为长方体形时,根据当前待聚类的目标p0坐标 [x0,y0,z0] T,以及待判断是否落入长方体波门的目标p1坐标[x1,y1,z1] T,判断步骤与椭球波门大致相同:首先,根据p0的坐标计算从机体坐标系Oxyz到雷达波门坐标系Oabc的旋转矩阵R;接着,将目标p1坐标转换到雷达波门坐标系,以获得坐标P1’,计算过程如以下公式: For example, when the shape of the wave gate is a cuboid, according to the current target p0 coordinate [x0, y0, z0] T to be clustered, and the target p1 coordinate [x1, y1, z1] to be judged whether it falls into the cuboid wave gate T , the judging steps are roughly the same as the ellipsoid gate: first, calculate the rotation matrix R from the body coordinate system Oxyz to the radar gate coordinate system Oabc according to the coordinates of p0; then, convert the target p1 coordinates to the radar gate coordinate system, To obtain the coordinate P1', the calculation process is as follows:
p1’=R*(p1-p0)=[x1′,y1′,z1′] T p1'=R*(p1-p0)=[x1',y1',z1'] T
之后,将转换到雷达波门坐标系的坐标p1’代入到长方体波门方程,如果满足以下公式:After that, the coordinate p1' converted to the radar gate coordinate system is substituted into the cuboid gate equation, if the following formula is satisfied:
Figure PCTCN2020140822-appb-000033
Figure PCTCN2020140822-appb-000033
则p1在p0的长方体波门范围之内,否则,则p1在p0的长方体波门范围之外。Then p1 is within the range of the cuboid gate of p0, otherwise, p1 is outside the range of the cuboid gate of p0.
至此完成了对本申请的获取点云聚类波门的方法的描述,值得一提的是,上述方法的步骤在不冲突的前提下步骤顺序可以调换,或者穿插进行。So far, the description of the method for obtaining point cloud clustering gates of the present application is completed. It is worth mentioning that the steps of the above method can be exchanged or performed interspersed on the premise of no conflict.
综上所述,根据本申请实施例的获取电源聚类波门的方法,结合波门形状以及雷达的方位维精度、俯仰角精度、距离维精度,确定以第一目标为中心的波门的波门范围,从而获得更加符合雷达特性的波门,以便实现更为精细的有效范围判断,用于聚类、航迹关联等场合,进而能够提供更精细的聚类结果或航迹关联结果等,提高算法的自适应性。To sum up, according to the method for obtaining power clustering gates according to the embodiments of the present application, the shape of the gate and the accuracy of the azimuth dimension, the accuracy of the pitch angle, and the accuracy of the distance dimension of the radar are combined to determine the first target as the center of the gate. The gate range can be obtained to obtain a gate that is more in line with the characteristics of the radar, so as to achieve a more refined effective range judgment, which can be used in clustering, track correlation and other occasions, and then can provide more refined clustering results or track correlation results, etc. , to improve the adaptability of the algorithm.
下面,参考图6对本申请实施例中的雷达进行描述,其中,图6示出了本申请一个实施例中的微波雷达的示意性框图。雷达可以作为前文的获取点云聚类波门的方法执行主体,用于实现前文的方法。Next, the radar in the embodiment of the present application will be described with reference to FIG. 6 , where FIG. 6 shows a schematic block diagram of the microwave radar in an embodiment of the present application. The radar can be used as the main body of the method for obtaining the point cloud clustering wave gate mentioned above, and is used to realize the method mentioned above.
本申请实施例中的雷达可以是任意类型的雷达,例如激光雷达、旋转雷达;旋转雷达还可以是旋转微波雷达。本实施例中,主要以旋转微波雷达为例,对于激光雷达的具体结构可以是本领域技术人员熟知的任意的结果,在此不对其进行限定。The radar in the embodiment of the present application may be any type of radar, such as a lidar, a rotating radar; the rotating radar may also be a rotating microwave radar. In this embodiment, the rotating microwave radar is mainly used as an example, and the specific structure of the laser radar can be any result known to those skilled in the art, which is not limited here.
如图6所示,微波雷达100包括:一个或多个处理器303,天线装置101、信号处理电路102和处理器103,其中,天线装置101用于发射微波信号以及接收反射信号,信号处理电路102与所述天线装置电连接,用于处理所述反射信号,并转换为数据信号,所述处理器103与所述信号处理电路102通讯连接, 用于处理所述信号处理电路102发送的数据信号。信号处理电路102和处理器103之间可以通过有线或者无线方式的通信。As shown in FIG. 6 , the microwave radar 100 includes: one or more processors 303, an antenna device 101, a signal processing circuit 102, and a processor 103, wherein the antenna device 101 is used for transmitting microwave signals and receiving reflected signals, and the signal processing circuit 102 is electrically connected to the antenna device for processing the reflected signal and converting it into a data signal, and the processor 103 is connected in communication with the signal processing circuit 102 for processing the data sent by the signal processing circuit 102 Signal. Communication between the signal processing circuit 102 and the processor 103 may be performed in a wired or wireless manner.
在一个示例中,天线装置发射的微波信号经目标反射后,又被天线装置的接收模块所接收,从而获取到待测目标的反射信号,也可以称之为点云。其中,所述天线装置101可以包括发射微波信号专用的阵列天线(例如发送天线)和接收反射信号专用的阵列天线(例如接收天线)。In an example, after the microwave signal emitted by the antenna device is reflected by the target, it is received by the receiving module of the antenna device, thereby obtaining the reflected signal of the target to be measured, which may also be referred to as a point cloud. The antenna device 101 may include an array antenna dedicated to transmitting microwave signals (eg, a sending antenna) and an array antenna dedicated to receiving reflected signals (eg, a receiving antenna).
信号处理电路102包括入射波推断单元AU。入射波推断单元AU通过公知的算法推断到入射波的波源即目标的距离、目标的相对速度以及目标的方位(也即角度),并生成表示推断结果的数据信号,也即信号处理电路与所述天线装置电连接,用于处理所述反射信号,并转换为数据信号,该数据信号包括反射目标点的位置信息等。The signal processing circuit 102 includes an incident wave inference unit AU. The incident wave inference unit AU infers the distance to the wave source of the incident wave, that is, the target, the relative velocity of the target, and the azimuth (that is, the angle) of the target through a well-known algorithm, and generates a data signal representing the inference result. The antenna device is electrically connected to process the reflected signal and convert it into a data signal, where the data signal includes position information of the reflected target point and the like.
本发明实施例中的信号处理电路并不限定于单独的电路,也包括将多个电路的组合概括地理解为一个功能元件的形态。信号处理电路102也可以通过一个或多个片上系统(SoC)实现。例如,信号处理电路102的一部分或全部也可以为可编程逻辑设备(PLD)、即FPGA(Field-Programmable Gate Array:现场可编程门阵列)。在该情况下,信号处理电路102包含多个运算元件(例如,通用逻辑以及乘法器)以及多个存储元件(例如,查询表或存储模块)。或者,信号处理电路102也可以为通用处理器以及主存储装置的集合。信号处理电路102也可以为包含处理器内核和存储器的电路。这些能够作为信号处理电路102发挥功能。The signal processing circuit in the embodiment of the present invention is not limited to a single circuit, but also includes a form in which a combination of multiple circuits is generally understood as one functional element. The signal processing circuit 102 may also be implemented by one or more systems on a chip (SoC). For example, a part or the whole of the signal processing circuit 102 may also be a programmable logic device (PLD), that is, an FPGA (Field-Programmable Gate Array: Field Programmable Gate Array). In this case, the signal processing circuit 102 includes multiple arithmetic elements (eg, general purpose logic and multipliers) and multiple storage elements (eg, look-up tables or memory modules). Alternatively, the signal processing circuit 102 may also be a combination of a general-purpose processor and a main storage device. The signal processing circuit 102 may also be a circuit including a processor core and memory. These can function as the signal processing circuit 102 .
应当注意,图6所示的微波雷达100的组件和结构只是示例性的,而非限制性的,根据需要,微波雷达100的组件也可以具有其他组件和结构。It should be noted that the components and structures of the microwave radar 100 shown in FIG. 6 are only exemplary and not limiting, and the components of the microwave radar 100 may also have other components and structures as required.
例如,微波雷达100还包括旋转驱动装置(未示出),用于带动所述天线装置转动;可选地,所述旋转驱动装置包括用于带动天线装置转动的电机(未示出)以及用于感测所述天线装置转动角度的角度传感器(未示出)。可选地,所述微波雷达的角度传感器包括如下至少一种:光栅角度传感器,霍尔传感器。For example, the microwave radar 100 further includes a rotation driving device (not shown) for driving the antenna device to rotate; optionally, the rotation driving device includes a motor (not shown) for driving the antenna device to rotate and a An angle sensor (not shown) for sensing the rotation angle of the antenna device. Optionally, the angle sensor of the microwave radar includes at least one of the following: a grating angle sensor and a Hall sensor.
微波雷达100还可以包括存储器(未示出),用于存储相关获取点云聚类波门的方法中产生的各种数据和可执行程序,例如用于存储雷达的系统程序、各种应用程序或实现各种具体功能的算法。可以包括一个或多个计算机程序产品,计算机程序产品可以包括各种形式的计算机可读存储介质,例如易失 性存储器和/或非易失性存储器。易失性存储器例如可以包括随机存取存储器(RAM)和/或高速缓冲存储器(cache)等。非易失性存储器例如可以包括只读存储器(ROM)、硬盘、闪存等。The microwave radar 100 may also include a memory (not shown) for storing various data and executable programs generated in the method for obtaining a point cloud clustering gate, such as system programs for storing radar, various application programs Or algorithms that implement various specific functions. One or more computer program products may be included, and the computer program products may include various forms of computer-readable storage media, such as volatile memory and/or non-volatile memory. Volatile memory may include, for example, random access memory (RAM) and/or cache memory, among others. Non-volatile memory may include, for example, read only memory (ROM), hard disk, flash memory, and the like.
所述处理器103可以是中央处理单元(CPU)、图像处理单元(GPU)、专用集成电路(ASIC)、现场可编程门阵列(FPGA)或者具有数据处理能力和/或指令执行能力的其它形式的处理单元,并且可以控制微波雷达100中的其它组件以执行期望的功能。所述处理器能够执行存储器中存储的所述指令,以执行本文描述的获取点云聚类波门的方法,其实现原理和技术效果类似,具体可参考前文的描述,此处不再赘述。例如,处理器103能够包括一个或多个嵌入式处理器、处理器核心、微型处理器、逻辑电路、硬件有限状态机(FSM)、数字信号处理器(DSP)或它们的组合。The processor 103 may be a central processing unit (CPU), a graphics processing unit (GPU), an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), or other forms with data processing capabilities and/or instruction execution capabilities and can control other components in microwave radar 100 to perform desired functions. The processor can execute the instructions stored in the memory to execute the method for obtaining point cloud clustering gates described herein. The implementation principles and technical effects are similar. For details, refer to the foregoing description, which will not be repeated here. For example, processor 103 can include one or more embedded processors, processor cores, microprocessors, logic circuits, hardware finite state machines (FSMs), digital signal processors (DSPs), or combinations thereof.
另外,本申请实施例还提供了一种可移动平台,可移动平台包括可移动平台本体,雷达可以设置于所述可移动平台本体。在某些实施方式中,移动平台包括飞行器(例如无人飞行器)、机器人、车辆或船。当雷达应用于无人飞行器时,平台本体为无人飞行器的机身,其中,雷达可以设置于可移动平台本体,可以设置一个或多个雷达。当雷达应用于车辆时,平台本体为车辆的车身。该车辆可以是自动驾驶汽车或者半自动驾驶汽车,在此不做限制。当雷达应用于机器人时,平台本体为机器人。当雷达应用于船时,平台本体为船身。In addition, an embodiment of the present application further provides a movable platform, the movable platform includes a movable platform body, and the radar can be arranged on the movable platform body. In certain embodiments, the mobile platform includes an aircraft (eg, an unmanned aerial vehicle), a robot, a vehicle, or a boat. When the radar is applied to the unmanned aerial vehicle, the platform body is the fuselage of the unmanned aerial vehicle, wherein the radar can be arranged on the movable platform body, and one or more radars can be arranged. When the radar is applied to the vehicle, the platform body is the body of the vehicle. The vehicle may be a self-driving car or a semi-autonomous driving car, which is not limited here. When the radar is applied to the robot, the platform body is the robot. When the radar is applied to a ship, the platform body is the hull.
另外,本发明实施例还提供了一种计算机存储介质,其上存储有计算机程序。当所述计算机程序由处理器执行时,可以实现本发明实施例的获取点云聚类波门的方法。例如,所述计算机存储介质例如可以包括智能电话的存储卡、平板电脑的存储部件、个人计算机的硬盘、只读存储器(ROM)、可擦除可编程只读存储器(EPROM)、便携式紧致盘只读存储器(CD-ROM)、USB存储器、或者上述存储介质的任意组合。所述计算机可读存储介质可以是一个或多个计算机可读存储介质的任意组合。在所述计算机可读存储介质上可以存储一个或多个计算机程序指令,处理器可以运行存储器存储的所述程序指令,以实现本文所述的本发明实施例中(由处理器实现)的功能以及/或者其它期望的功能,例如以执行根据本发明实施例的获取点云聚类波门的方法的相应步骤。在所述计算机可读存储介质中还可以存储各种应用程序和 各种数据,例如所述应用程序使用和/或产生的各种数据等。In addition, an embodiment of the present invention further provides a computer storage medium, on which a computer program is stored. When the computer program is executed by the processor, the method for obtaining a point cloud clustering gate according to the embodiment of the present invention can be implemented. For example, the computer storage medium may include, for example, a memory card for a smartphone, a storage unit for a tablet computer, a hard disk for a personal computer, read only memory (ROM), erasable programmable read only memory (EPROM), portable compact disk Read only memory (CD-ROM), USB memory, or any combination of the above storage media. The computer-readable storage medium can be any combination of one or more computer-readable storage media. One or more computer program instructions may be stored on the computer-readable storage medium, and the processor may execute the program instructions stored in the memory to implement the functions (implemented by the processor) in the embodiments of the present invention described herein and/or other desired functions, for example, to execute the corresponding steps of the method for obtaining a point cloud clustering gate according to an embodiment of the present invention. Various application programs and various data, such as various data used and/or generated by the application program, etc., may also be stored in the computer-readable storage medium.
尽管这里已经参考附图描述了示例实施例,应理解上述示例实施例仅仅是示例性的,并且不意图将本发明的范围限制于此。本领域普通技术人员可以在其中进行各种改变和修改,而不偏离本发明的范围和精神。所有这些改变和修改意在被包括在所附权利要求所要求的本发明的范围之内。Although example embodiments have been described herein with reference to the accompanying drawings, it should be understood that the above-described example embodiments are exemplary only, and are not intended to limit the scope of the invention thereto. Various changes and modifications can be made therein by those of ordinary skill in the art without departing from the scope and spirit of the invention. All such changes and modifications are intended to be included within the scope of the invention as claimed in the appended claims.
本领域普通技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、或者计算机软件和电子硬件的结合来实现。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本发明的范围。Those of ordinary skill in the art can realize that the units and algorithm steps of each example described in conjunction with the embodiments disclosed herein can be implemented in electronic hardware, or a combination of computer software and electronic hardware. Whether these functions are performed in hardware or software depends on the specific application and design constraints of the technical solution. Skilled artisans may implement the described functionality using different methods for each particular application, but such implementations should not be considered beyond the scope of the present invention.
在本申请所提供的几个实施例中,应该理解到,所揭露的设备和方法,可以通过其它的方式实现。例如,以上所描述的设备实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个设备,或一些特征可以忽略,或不执行。In the several embodiments provided in this application, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the device embodiments described above are only illustrative. For example, the division of the units is only a logical function division. In actual implementation, there may be other division methods. For example, multiple units or components may be combined or May be integrated into another device, or some features may be omitted, or not implemented.
在此处所提供的说明书中,说明了大量具体细节。然而,能够理解,本发明的实施例可以在没有这些具体细节的情况下实践。在一些实例中,并未详细示出公知的方法、结构和技术,以便不模糊对本说明书的理解。In the description provided herein, numerous specific details are set forth. It will be understood, however, that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
类似地,应当理解,为了精简本发明并帮助理解各个发明方面中的一个或多个,在对本发明的示例性实施例的描述中,本发明的各个特征有时被一起分组到单个实施例、图、或者对其的描述中。然而,并不应将该本发明的方法解释成反映如下意图:即所要求保护的本发明要求比在每个权利要求中所明确记载的特征更多的特征。更确切地说,如相应的权利要求书所反映的那样,其发明点在于可以用少于某个公开的单个实施例的所有特征的特征来解决相应的技术问题。因此,遵循具体实施方式的权利要求书由此明确地并入该具体实施方式,其中每个权利要求本身都作为本发明的单独实施例。Similarly, it is to be understood that in the description of the exemplary embodiments of the invention, various features of the invention are sometimes grouped together , or in its description. However, this method of the invention should not be interpreted as reflecting the intention that the invention as claimed requires more features than are expressly recited in each claim. Rather, as the corresponding claims reflect, the invention lies in the fact that the corresponding technical problem may be solved with less than all features of a single disclosed embodiment. Thus, the claims following the Detailed Description are hereby expressly incorporated into this Detailed Description, with each claim standing on its own as a separate embodiment of this invention.
本领域的技术人员可以理解,除了特征之间相互排斥之外,可以采用任何组合对本说明书(包括伴随的权利要求、摘要和附图)中公开的所有特征 以及如此公开的任何方法或者设备的所有过程或单元进行组合。除非另外明确陈述,本说明书(包括伴随的权利要求、摘要和附图)中公开的每个特征可以由提供相同、等同或相似目的替代特征来代替。It will be understood by those skilled in the art that all features disclosed in this specification (including the accompanying claims, abstract and drawings) and any method or apparatus so disclosed may be used in any combination, except that the features are mutually exclusive. Processes or units are combined. Each feature disclosed in this specification (including accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
此外,本领域的技术人员能够理解,尽管在此所述的一些实施例包括其它实施例中所包括的某些特征而不是其它特征,但是不同实施例的特征的组合意味着处于本发明的范围之内并且形成不同的实施例。例如,在权利要求书中,所要求保护的实施例的任意之一都可以以任意的组合方式来使用。Furthermore, it will be understood by those skilled in the art that although some of the embodiments described herein include certain features, but not others, included in other embodiments, that combinations of features of different embodiments are intended to be within the scope of the invention within and form different embodiments. For example, in the claims, any of the claimed embodiments may be used in any combination.
本发明的各个部件实施例可以以硬件实现,或者以在一个或者多个处理器上运行的软件模块实现,或者以它们的组合实现。本领域的技术人员应当理解,可以在实践中使用微处理器或者数字信号处理器(DSP)来实现根据本发明实施例的一些模块的一些或者全部功能。本发明还可以实现为用于执行这里所描述的方法的一部分或者全部的装置程序(例如,计算机程序和计算机程序产品)。这样的实现本发明的程序可以存储在计算机可读介质上,或者可以具有一个或者多个信号的形式。这样的信号可以从因特网网站上下载得到,或者在载体信号上提供,或者以任何其他形式提供。Various component embodiments of the present invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. Those skilled in the art should understand that a microprocessor or a digital signal processor (DSP) may be used in practice to implement some or all of the functions of some modules according to the embodiments of the present invention. The present invention may also be implemented as apparatus programs (eg, computer programs and computer program products) for performing part or all of the methods described herein. Such a program implementing the present invention may be stored on a computer-readable medium, or may be in the form of one or more signals. Such signals may be downloaded from Internet sites, or provided on carrier signals, or in any other form.
应该注意的是上述实施例对本发明进行说明而不是对本发明进行限制,并且本领域技术人员在不脱离所附权利要求的范围的情况下可设计出替换实施例。在权利要求中,不应将位于括号之间的任何参考符号构造成对权利要求的限制。本发明可以借助于包括有若干不同元件的硬件以及借助于适当编程的计算机来实现。在列举了若干装置的单元权利要求中,这些装置中的若干个可以是通过同一个硬件项来具体体现。单词第一、第二、以及第三等的使用不表示任何顺序。可将这些单词解释为名称。It should be noted that the above-described embodiments illustrate rather than limit the invention, and that alternative embodiments may be devised by those skilled in the art without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The invention can be implemented by means of hardware comprising several different elements and by means of a suitably programmed computer. In a unit claim enumerating several means, several of these means may be embodied by one and the same item of hardware. The use of the words first, second, and third, etc. do not denote any order. These words can be interpreted as names.

Claims (32)

  1. 一种获取点云聚类波门的方法,其特征在于,所述方法应用于雷达,所述雷达设置于可移动平台,所述方法包括:A method for obtaining a point cloud clustering gate, characterized in that the method is applied to a radar, and the radar is set on a movable platform, and the method comprises:
    获取第一目标的波门的波门形状,其中,所述波门形状包括以下形状中的一种:圆球形、椭球形、长方体形;obtaining the wave gate shape of the wave gate of the first target, wherein the wave gate shape includes one of the following shapes: a sphere, an ellipsoid, and a cuboid;
    获取雷达的方位维精度、俯仰角精度、距离维精度,其中,所述方位维精度、俯仰角精度和距离维精度中的至少两个精度不同;Acquiring the azimuth dimension accuracy, pitch angle accuracy and range dimension accuracy of the radar, wherein at least two of the azimuth dimension accuracy, pitch angle accuracy and distance dimension accuracy are different;
    基于所述波门形状、所述方位维精度、所述俯仰角精度和所述距离维精度,确定以第一目标为中心的波门的波门范围。Based on the gate shape, the azimuth dimension precision, the pitch angle precision, and the range dimension precision, a gate range of the wave gate centered on the first target is determined.
  2. 如权利要求1所述的方法,其特征在于,所述获取雷达的方位维精度,包括:根据所述第一目标和所述雷达之间的目标距离和方位维的测角精度,确定所述方位维精度。The method according to claim 1, wherein acquiring the azimuth dimension accuracy of the radar comprises: determining the azimuth dimension according to the target distance between the first target and the radar and the azimuth dimension accuracy Azimuth dimension accuracy.
  3. 如权利要求2所述的方法,其特征在于,所述方位维的测角精度包括光栅的步进角。The method of claim 2, wherein the angle measurement accuracy of the azimuth dimension includes the step angle of the grating.
  4. 如权利要求1所述的方法,其特征在于,所述获取雷达的俯仰角精度,包括:根据所述第一目标和所述雷达之间的目标距离和俯仰维的测角精度,确定所述俯仰角精度。The method according to claim 1, wherein acquiring the pitch angle accuracy of the radar comprises: determining the Pitch angle accuracy.
  5. 如权利要求1所述的方法,其特征在于,所述获取第一目标的波门的波门形状,包括:The method of claim 1, wherein the acquiring the wave gate shape of the wave gate of the first target comprises:
    根据当前可移动平台的移动速度,获取第一目标的波门的波门形状。According to the current moving speed of the movable platform, the wave gate shape of the wave gate of the first target is obtained.
  6. 如权利要求5所述的方法,其特征在于,根据当前可移动平台的移动速度,获取第一目标的波门的波门形状,包括:The method of claim 5, wherein obtaining the wave gate shape of the wave gate of the first target according to the current moving speed of the movable platform, comprising:
    当所述移动速度位于第一速度阈值范围内时,确定所述波门形状为圆球形;When the moving speed is within the first speed threshold range, determining that the wave gate shape is a sphere;
    当所述移动速度位于第二速度阈值范围内时,确定所述波门形状为长方体形;When the moving speed is within the second speed threshold range, determining that the wave gate shape is a rectangular parallelepiped;
    当所述移动速度位于第三速度阈值范围内时,确定所述波门形状为椭球形,其中,所述第一速度阈值范围大于所述第二速度阈值范围,所述第二速度阈值范围大于所述第三速度阈值范围。When the moving speed is within a third speed threshold range, it is determined that the wave gate shape is an ellipsoid, wherein the first speed threshold range is greater than the second speed threshold range, and the second speed threshold range is greater than the third speed threshold range.
  7. 如权利要求1所述的方法,其特征在于,所述获取第一目标的波门的波门形状,包括:The method of claim 1, wherein the acquiring the wave gate shape of the wave gate of the first target comprises:
    根据所述雷达的灵敏度,确定所述波门形状。The gate shape is determined according to the sensitivity of the radar.
  8. 如权利要求7所述的方法,其特征在于,所述根据所述雷达的灵敏度,确定所述波门形状,包括:The method of claim 7, wherein the determining the wave gate shape according to the sensitivity of the radar comprises:
    当所述灵敏度位于第一灵敏度阈值范围内时,确定所述波门形状为圆球形;When the sensitivity is within the first sensitivity threshold range, determining that the shape of the wave gate is a spherical shape;
    当所述灵敏度位于第二灵敏度阈值范围内时,确定所述波门形状为长方体形;When the sensitivity is within the second sensitivity threshold range, determining that the shape of the wave gate is a rectangular parallelepiped;
    当所述灵敏度位于第三灵敏度阈值范围内时,确定所述波门形状为椭球形,其中,所述第一灵敏度阈值范围大于所述第二灵敏度阈值范围,所述第二灵敏度阈值范围大于所述第三灵敏度阈值范围。When the sensitivity is within a third sensitivity threshold range, it is determined that the wave gate shape is an ellipsoid, wherein the first sensitivity threshold range is greater than the second sensitivity threshold range, and the second sensitivity threshold range is greater than the the third sensitivity threshold range.
  9. 如权利要求1所述的方法,其特征在于,所述获取第一目标的波门的波门形状,包括:The method of claim 1, wherein the acquiring the wave gate shape of the wave gate of the first target comprises:
    根据所述用户指令,确定第一目标的波门的波门形状。According to the user instruction, the wave gate shape of the wave gate of the first target is determined.
  10. 如权利要求1所述的方法,其特征在于,基于所述波门形状、所述方位维精度、所述俯仰角精度和所述距离维精度,确定以第一目标为中心的波门的波门范围,包括:The method of claim 1, wherein the wave gate of the wave gate centered on the first target is determined based on the wave gate shape, the azimuth dimension precision, the pitch angle precision, and the range dimension precision Door range, including:
    根据所述第一目标的位置信息,确定当前雷达的波束指向;Determine the beam pointing of the current radar according to the position information of the first target;
    根据所述当前雷达的波束指向,确定以所述第一目标为中心的波门的方位,所述波门的方位包括波门的三个主轴的轴向。According to the beam direction of the current radar, the azimuth of the wave gate centered on the first target is determined, and the azimuth of the wave door includes the axial directions of the three main axes of the wave door.
  11. 如权利要求10所述的方法,其特征在于,所述波门的三个主轴的轴向分别指向所述雷达波束矢量、第一目标方位维的切向矢量、第一目标俯仰维的切向矢量。The method according to claim 10, wherein the axial directions of the three main axes of the wave gate respectively point to the radar beam vector, the tangential vector of the first target azimuth dimension, and the tangential direction of the first target elevation dimension vector.
  12. 如权利要求10所述的方法,其特征在于,基于所述波门形状、所述距离维精度、所述方位维精度和所述俯仰角精度,确定以第一目标为中心的波门的波门范围,还包括:11. The method of claim 10, wherein the wave gate of the gate centered on the first target is determined based on the gate shape, the range dimension accuracy, the azimuth dimension accuracy, and the pitch angle accuracy Door range, also includes:
    根据所述距离维精度、所述方位维精度和所述俯仰角精度,确定所述波门的三个主轴的长度参数;According to the accuracy of the distance dimension, the accuracy of the azimuth dimension and the accuracy of the pitch angle, determine the length parameters of the three main axes of the wave gate;
    基于所述波门的三个主轴的长度参数,确定所述波门的范围。The range of the wave gate is determined based on the length parameters of the three principal axes of the wave gate.
  13. 如权利要求12所述的方法,其特征在于,所述波门的三个主轴的轴向分别指向所述雷达波束矢量、第一目标方位维的切向矢量、第一目标俯仰维的切向矢量,根据所述距离维精度、所述方位维精度和所述俯仰角精度,确定所述波门的三个主轴的长度参数,包括:The method according to claim 12, wherein the axial directions of the three main axes of the wave gate respectively point to the radar beam vector, the tangential vector of the first target azimuth dimension, and the tangential direction of the first target elevation dimension Vector, according to the accuracy of the distance dimension, the accuracy of the azimuth dimension and the accuracy of the pitch angle, to determine the length parameters of the three main axes of the wave gate, including:
    根据所述距离维精度,确定所述波门的三个主轴中的指向所述雷达波束矢量的第一主轴的长度参数;According to the accuracy of the distance dimension, determining a length parameter of the three main axes of the wave gate pointing to the first main axis of the radar beam vector;
    根据所述方位维精度,确定所述波门的三个主轴中的指向所述第一目标方位维的切向矢量的第二主轴的长度参数;According to the azimuth dimension accuracy, determine the length parameter of the second principal axis of the tangential vector pointing to the first target azimuth dimension among the three principal axes of the wave gate;
    根据所述俯仰角精度,确定所述波门的三个主轴中的指向所述第一目标俯仰维的切向矢量的第三主轴的长度参数。According to the pitch angle accuracy, a length parameter of the third major axis of the tangential vector pointing to the first target pitch dimension among the three major axes of the wave gate is determined.
  14. 如权利要求13所述的方法,其特征在于,根据所述距离维精度,确定所述波门的三个主轴中的指向所述雷达波束矢量的第一主轴的长度参数,包括:The method according to claim 13, wherein, according to the accuracy of the range dimension, determining a length parameter of the three main axes of the wave gate pointing to the first main axis of the radar beam vector, comprising:
    根据所述可移动平台的移动速度和所述距离维精度确定所述第一主轴的长度参数。The length parameter of the first spindle is determined according to the moving speed of the movable platform and the distance dimension accuracy.
  15. 如权利要求14所述的方法,其特征在于,当所述可移动平台的移动速度为第一速度时,所述第一主轴的长度参数为根据所述距离维精度确定的第一长度参数;The method of claim 14, wherein when the moving speed of the movable platform is the first speed, the length parameter of the first spindle is the first length parameter determined according to the distance dimension accuracy;
    当所述可移动平台的移动速度为第二速度时,所述第一主轴的长度参数为根据所述距离维精度确定的第二长度参数,其中,所述第二速度大于所述第一速度,则所述第二长度参数大于所述第一长度参数。When the moving speed of the movable platform is a second speed, the length parameter of the first spindle is a second length parameter determined according to the distance dimension accuracy, wherein the second speed is greater than the first speed , the second length parameter is greater than the first length parameter.
  16. 如权利要求13所述的方法,其特征在于,所述第一主轴的长度参数等于所述距离维精度,所述第二主轴的长度参数等于所述方位维精度,所述第三主轴的长度参数等于所述俯仰维精度。The method according to claim 13, wherein the length parameter of the first main axis is equal to the distance dimension precision, the length parameter of the second main axis is equal to the azimuth dimension precision, and the length of the third main axis is equal to the azimuth dimension precision. The parameter is equal to the pitch dimension accuracy.
  17. 如权利要求12所述的方法,其特征在于,当所述波门的波门形状为圆球形时,波门的三个主轴的长度参数为所述圆球形的半径的长度,所述半径的长度为所述方位维精度、所述俯仰角精度和所述距离维精度中的最大值。The method according to claim 12, wherein when the wave gate of the wave gate is spherical, the length parameters of the three main axes of the wave gate are the length of the radius of the spherical sphere, and the length of the radius The length is the maximum value of the azimuth dimension accuracy, the pitch angle accuracy, and the range dimension accuracy.
  18. 如权利要求13所述的方法,其特征在于,当所述波门的波门形状为椭球形时,第一主轴的长度参数为第一主轴的半径,第二主轴的长度参数为第二主轴的半径,第三主轴的长度参数为第三主轴的半径。The method of claim 13, wherein when the gate shape of the wave gate is an ellipsoid, the length parameter of the first major axis is the radius of the first major axis, and the length parameter of the second major axis is the second major axis , and the length parameter of the third main axis is the radius of the third main axis.
  19. 如权利要求12所述的方法,其特征在于,当所述波门的波门形状为长方体形时,The method of claim 12, wherein when the wave gate of the wave gate is in the shape of a cuboid,
    所述第一主轴的长度参数为沿所述第一主轴从所述第一目标到长方体的表面的长度;The length parameter of the first main axis is the length from the first target to the surface of the cuboid along the first main axis;
    所述第二主轴的长度参数为沿所述第二主轴从所述第一目标到长方体的表面的长度;The length parameter of the second main axis is the length from the first target to the surface of the cuboid along the second main axis;
    所述第三主轴的长度参数为沿所述第三主轴从所述第一目标到长方体的表面的长度。The length parameter of the third main axis is the length from the first target to the surface of the cuboid along the third main axis.
  20. 如权利要求1所述的方法,其特征在于,所述方法还包括:The method of claim 1, wherein the method further comprises:
    获取所述第一目标在第一坐标系下的第一位置信息和第二目标在所述第一坐标系下的第二位置信息;acquiring first position information of the first target under the first coordinate system and second position information of the second target under the first coordinate system;
    根据所述第一位置信息、所述第二位置信息和所述波门的范围,确定所述第二目标是否位于所述波门的波门范围内。According to the first position information, the second position information and the range of the wave gate, it is determined whether the second target is located within the wave gate range of the wave gate.
  21. 如权利要求20所述的方法,其特征在于,根据所述第一位置信息、所述第二位置信息和所述波门的范围,确定所述第二目标是否位于所述波门的波门范围内,包括:The method of claim 20, wherein, according to the first position information, the second position information and the range of the wave gate, determining whether the second target is located at the wave gate of the wave gate range, including:
    将所述第二目标的所述第二位置信息转换为波门坐标系下的第三位置信息,其中,所述波门坐标系为以所述第一目标为原点,以所述波门的三个主轴的轴向分别为三个坐标轴所建立的直角坐标系,所述波门的三个主轴的轴向分别指向所述雷达波束矢量、第一目标方位维的切向矢量、第一目标俯仰维的切向矢量;Converting the second position information of the second target into third position information under the wave gate coordinate system, wherein the wave gate coordinate system is based on the first target as the origin, and the wave gate coordinate system is based on the wave gate. The axes of the three main axes are respectively the Cartesian coordinate systems established by the three coordinate axes, and the axes of the three main axes of the wave gate point to the radar beam vector, the tangential vector of the first target azimuth dimension, the first Tangential vector of the target pitch dimension;
    根据所述第三位置信息确定所述第二目标是否位于所述波门的范围内。Whether the second target is located within the range of the wave gate is determined according to the third position information.
  22. 如权利要求21所述的方法,其特征在于,所述将所述第二目标的所述第二位置信息转换为波门坐标系下的第三位置信息,包括:The method of claim 21, wherein the converting the second position information of the second target into the third position information in a wave gate coordinate system comprises:
    根据所述第一位置信息获取从所述第一坐标系到所述波门坐标系的旋转矩阵;Acquiring a rotation matrix from the first coordinate system to the wave gate coordinate system according to the first position information;
    根据所述旋转矩阵、所述第一位置信息和所述第二位置信息,获取所述第三位置信息。The third position information is acquired according to the rotation matrix, the first position information and the second position information.
  23. 如权利要求21所述的方法,其特征在于,当所述波门形状为椭球形时,基于所述波门形状、所述方位维精度、所述俯仰角精度和所述距离维精度,确定以第一目标为中心的波门的波门范围,包括:The method of claim 21, wherein when the wave gate shape is an ellipsoid, based on the wave gate shape, the azimuth dimension accuracy, the pitch angle accuracy, and the range dimension accuracy, determining The gate range of the gate centered on the first target, including:
    根据所述距离维精度,确定所述波门的三个主轴中的指向所述雷达波束矢量的第一主轴的半径;According to the accuracy of the distance dimension, determining the radius of the three main axes of the gate pointing to the first main axis of the radar beam vector;
    根据所述方位维精度,确定所述波门的三个主轴中的指向所述第一目标方位维的切向矢量的第二主轴的半径;According to the azimuth dimension accuracy, determining the radius of the second principal axis of the tangential vector pointing to the first target azimuth dimension among the three principal axes of the wave gate;
    根据所述俯仰角精度,确定所述波门的三个主轴中的指向所述第一目标俯仰维的切向矢量的第三主轴的半径;According to the pitch angle accuracy, determine the radius of the third main axis of the tangential vector pointing to the first target pitch dimension among the three main axes of the wave gate;
    根据所述第一主轴的半径、所述第二主轴的半径、所述第三主轴的半径, 获取所述椭球形的方程,以确定所述波门的范围。According to the radius of the first major axis, the radius of the second major axis, and the radius of the third major axis, the equation of the ellipsoid is obtained to determine the range of the wave gate.
  24. 如权利要求23所述的方法,其特征在于,所述根据所述第三位置信息确定所述第二目标是否位于所述波门的范围内,包括:The method of claim 23, wherein the determining whether the second target is located within the range of the wave gate according to the third position information comprises:
    将所述第三位置信息代入所述椭球形的方程求解方程获得求解结果,当所述求解结果小于或等于1时,确定所述第二目标位于所述椭球形的波门的波门范围内,当所述求解结果大于1时,确定所述第二目标位于所述椭球形的波门的范围之外。Substituting the third position information into the ellipsoid equation solving equation to obtain a solution result, when the solution result is less than or equal to 1, it is determined that the second target is located within the gate range of the ellipsoid gate , when the solution result is greater than 1, it is determined that the second target is located outside the range of the wave gate of the ellipsoid.
  25. 如权利要求21所述的方法,其特征在于,当所述波门形状为长方体形时,基于所述波门形状、所述方位维精度、所述俯仰角精度和所述距离维精度,确定以第一目标为中心的波门的波门范围,包括:The method according to claim 21, wherein when the wave gate shape is a rectangular parallelepiped, based on the wave gate shape, the azimuth dimension accuracy, the pitch angle accuracy and the range dimension accuracy, determining The gate range of the gate centered on the first target, including:
    根据所述距离维精度,确定所述波门的三个主轴中的指向所述雷达波束矢量的第一主轴的长度参数,所述第一主轴的长度参数为沿所述第一主轴从所述第一目标到长方体的表面的长度;According to the accuracy of the distance dimension, a length parameter of the first major axis pointing to the radar beam vector among the three major axes of the wave gate is determined, and the length parameter of the first major axis is the length of the first major axis along the first major axis from the the length of the first target to the surface of the cuboid;
    根据所述方位维精度,确定所述波门的三个主轴中的指向所述第一目标方位维的切向矢量的第二主轴的半径,其中,所述第二主轴的长度参数为沿所述第二主轴从所述第一目标到长方体的表面的长度;According to the accuracy of the azimuth dimension, determine the radius of the second main axis of the tangential vector pointing to the first target azimuth dimension among the three main axes of the wave gate, wherein the length parameter of the second main axis is along the the length of the second principal axis from the first target to the surface of the cuboid;
    根据所述俯仰角精度,确定所述波门的三个主轴中的指向所述第一目标俯仰维的切向矢量的第三主轴的半径,所述第三主轴的长度参数为沿所述第三主轴从所述第一目标到长方体的表面的长度;According to the pitch angle accuracy, determine the radius of the third major axis of the tangential vector pointing to the first target pitch dimension among the three major axes of the wave gate, and the length parameter of the third major axis is along the The length of the three main axes from the first target to the surface of the cuboid;
    根据所述第一主轴的长度参数、所述第二主轴的长度参数、所述第三主轴的长度参数,获取所述长方体形波门的方程,以确定所述波门的范围。According to the length parameter of the first major axis, the length parameter of the second major axis, and the length parameter of the third major axis, the equation of the cuboid-shaped wave gate is obtained to determine the range of the wave gate.
  26. 如权利要求25所述的方法,其特征在于,所述根据所述第三位置信息确定所述第二目标是否位于所述波门的范围内,包括:The method of claim 25, wherein the determining whether the second target is located within the range of the wave gate according to the third position information comprises:
    当所述第三位置信息中在第一坐标轴上的第一坐标的绝对值小于或等于第一主轴的长度参数时,且When the absolute value of the first coordinate on the first coordinate axis in the third position information is less than or equal to the length parameter of the first main axis, and
    当所述第三位置信息中在第二坐标轴上的第二坐标的绝对值小于或等于第二主轴的长度参数时,且When the absolute value of the second coordinate on the second coordinate axis in the third position information is less than or equal to the length parameter of the second main axis, and
    当所述第三位置信息中在第三坐标轴上的第三坐标的绝对值小于或等于第三主轴的长度参数时,确定所述第二目标位于所述长方体形波门的范围内。When the absolute value of the third coordinate on the third coordinate axis in the third position information is less than or equal to the length parameter of the third main axis, it is determined that the second target is located within the range of the cuboid wave gate.
  27. 一种雷达,其特征在于,所述雷达包括:A radar, characterized in that the radar comprises:
    一个或多个处理器,单独地或共同地工作,所述处理器用于实现权利要求1至26中任一项所述的方法。One or more processors, working individually or collectively, for implementing the method of any one of claims 1 to 26.
  28. 如权利要求27所述的雷达,其特征在于,所述雷达包括激光雷达或微波雷达。28. The radar of claim 27, wherein the radar comprises a lidar or a microwave radar.
  29. 如权利要求27所述的雷达,其特征在于,当所述雷达为微波雷达时,所述雷达还包括:The radar of claim 27, wherein when the radar is a microwave radar, the radar further comprises:
    天线装置,用于发射微波信号以及接收反射信号;以及an antenna arrangement for transmitting microwave signals and receiving reflected signals; and
    信号处理电路,与所述天线装置电连接,用于处理所述反射信号,并转换为数据信号,a signal processing circuit, electrically connected to the antenna device, for processing the reflected signal and converting it into a data signal,
    其中,所述处理器与所述信号处理电路通讯连接,用于处理所述信号处理电路发送的数据信号。Wherein, the processor is connected in communication with the signal processing circuit, and is used for processing the data signal sent by the signal processing circuit.
  30. 一种可移动平台,其特征在于,包括:A movable platform is characterized in that, comprising:
    可移动平台本体;Movable platform body;
    如权利要求27-29任一项所述的雷达,所述雷达设置于所述可移动平台本体。The radar according to any one of claims 27-29, wherein the radar is provided on the movable platform body.
  31. 如权利要求30所述的可移动平台,其特征在于,所述可移动平台包括飞行器、机器人、车辆或船。31. The movable platform of claim 30, wherein the movable platform comprises an aircraft, a robot, a vehicle, or a boat.
  32. 一种计算机存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现1至26任一项所述的获取点云聚类波门的方法。A computer storage medium on which a computer program is stored, characterized in that, when the computer program is executed by a processor, the method for obtaining a point cloud clustering gate described in any one of 1 to 26 is implemented.
PCT/CN2020/140822 2020-12-29 2020-12-29 Method for acquiring point cloud clustering wave gate, and radar, movable platform and storage medium WO2022141048A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202080070979.3A CN114631035A (en) 2020-12-29 2020-12-29 Method for acquiring point cloud clustering wave gate, radar, movable platform and storage medium
PCT/CN2020/140822 WO2022141048A1 (en) 2020-12-29 2020-12-29 Method for acquiring point cloud clustering wave gate, and radar, movable platform and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2020/140822 WO2022141048A1 (en) 2020-12-29 2020-12-29 Method for acquiring point cloud clustering wave gate, and radar, movable platform and storage medium

Publications (1)

Publication Number Publication Date
WO2022141048A1 true WO2022141048A1 (en) 2022-07-07

Family

ID=81897575

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/140822 WO2022141048A1 (en) 2020-12-29 2020-12-29 Method for acquiring point cloud clustering wave gate, and radar, movable platform and storage medium

Country Status (2)

Country Link
CN (1) CN114631035A (en)
WO (1) WO2022141048A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115453521A (en) * 2022-09-05 2022-12-09 西安电子工程研究所 Two-dimensional phase-scanning radar terrain detection method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090140909A1 (en) * 2007-12-04 2009-06-04 Wood Thomas E Method and apparatus for assessing contact clusters
CN108513644A (en) * 2017-12-18 2018-09-07 深圳市大疆创新科技有限公司 Unmanned plane barrier-avoiding method and unmanned plane
CN111044986A (en) * 2019-12-25 2020-04-21 成都纳雷科技有限公司 Density clustering method and device for radar target detection
CN111239728A (en) * 2020-02-26 2020-06-05 深圳雷研技术有限公司 Passenger counting method and system based on millimeter wave radar

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090140909A1 (en) * 2007-12-04 2009-06-04 Wood Thomas E Method and apparatus for assessing contact clusters
CN108513644A (en) * 2017-12-18 2018-09-07 深圳市大疆创新科技有限公司 Unmanned plane barrier-avoiding method and unmanned plane
CN111044986A (en) * 2019-12-25 2020-04-21 成都纳雷科技有限公司 Density clustering method and device for radar target detection
CN111239728A (en) * 2020-02-26 2020-06-05 深圳雷研技术有限公司 Passenger counting method and system based on millimeter wave radar

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
"New Theory and Technology of Target Tracking", 31 August 2009, NATIONAL DEFENSE INDUSTRY PRESS, CN, ISBN: 978-7-118-06183-3, article QUAN TAI, FAN ZHU: "4.2 Design of Tracking Wave Gate", pages: 57 - 58, XP009538556 *
JI YONG-GANG, ET AL.: "Ship detection point association and fusion with dual-frequency HF surface wave radar", SYSTEMS ENGINEERING AND ELECTRONICS, GAI KAN BIANJIBU, BEIJING, CN, vol. 36, no. 2, 28 February 2014 (2014-02-28), CN , pages 266 - 271, XP055947957, ISSN: 1001-506X, DOI: 10.3969/j.issn.1001-506X.2014.02.11 *
SONG XIAO, TAN XIANSI;WANG HONG;LI ZHIHUAI: "Feasible track initiation method for near space hypersonic target", HUAZHONG KEJI DAXUE XUEBAO (ZIRAN KEXUE BAN)/JOURNAL OF HUAZHONG UNIVERSITY OF SCIENCE AND TECHNOLOGY (NATURAL SCIENCE EDITION), HUAZHONG KEJI DAXUE, CN, vol. 42, no. 1, 1 March 2014 (2014-03-01), CN , pages 52 - 57, XP055678734, ISSN: 1671-4512, DOI: 10.13245/j.hust.140312 *
YI ZHE, ET AL. : "A Data Association Algorithm for High Sampling Rate Radar Tracking Slow Moving Target", ELECTRONICS OPTICS & CONTROL, vol. 21, no. 7, 31 July 2014 (2014-07-31), pages 31 - 35, XP055947952, ISSN: 1671-637X, DOI: 10.3969/j.issn.1671-637X.2014.07.007 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115453521A (en) * 2022-09-05 2022-12-09 西安电子工程研究所 Two-dimensional phase-scanning radar terrain detection method
CN115453521B (en) * 2022-09-05 2024-05-24 西安电子工程研究所 Two-dimensional phase scanning radar terrain detection method

Also Published As

Publication number Publication date
CN114631035A (en) 2022-06-14

Similar Documents

Publication Publication Date Title
CN112513679B (en) Target identification method and device
CN113015922B (en) Detection method, detection device and storage medium
WO2021016854A1 (en) Calibration method and device, movable platform, and storage medium
EP3605137A1 (en) Object detection based on lidar intensity
CN112305521B (en) Double-laser-radar relative position calibration method, device, equipment and storage medium
CN113586357B (en) Headroom monitoring system, method and device for wind generating set
JP2018054315A (en) Axis deviation estimation device
CN112912756A (en) Point cloud noise filtering method, distance measuring device, system, storage medium and mobile platform
WO2019119177A1 (en) Weak target detection method, microwave radar sensor and unmanned aerial vehicle
CN114556427A (en) Point cloud processing method, point cloud processing apparatus, movable platform, and computer storage medium
CN108897331A (en) A kind of aircraft altitude control method and system based on Radar Technology
WO2022141048A1 (en) Method for acquiring point cloud clustering wave gate, and radar, movable platform and storage medium
WO2021081958A1 (en) Terrain detection method, movable platform, control device, system, and storage medium
CN112136018A (en) Point cloud noise filtering method of distance measuring device, distance measuring device and mobile platform
CN108427111B (en) Radar ranging method and device
WO2022061758A1 (en) Method for estimating speed of object using point cloud radar, point cloud radar, and system
CN113640766A (en) Method and device for determining motion state of target
JP6289672B2 (en) Synthetic aperture radar signal processing apparatus and synthetic aperture radar signal processing program
RU2631117C1 (en) Method and system of determining target coordinates in request-response system
WO2022160879A1 (en) Method and apparatus for determining conversion parameters
WO2022007465A1 (en) Method for determining covariance, and related apparatus
CN109738890A (en) A method of distance figure is generated based on missile-borne Bistatic SAR range Doppler image
WO2021218347A1 (en) Clustering method and apparatus
CN116068503A (en) Combined calibration method and device for millimeter wave radar and laser radar and terminal equipment
WO2020107379A1 (en) Reflectivity correction method for use in ranging apparatus, and ranging apparatus

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: 20967397

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20967397

Country of ref document: EP

Kind code of ref document: A1