[go: up one dir, main page]

CN111142101B - Data association method - Google Patents

Data association method Download PDF

Info

Publication number
CN111142101B
CN111142101B CN202010022400.8A CN202010022400A CN111142101B CN 111142101 B CN111142101 B CN 111142101B CN 202010022400 A CN202010022400 A CN 202010022400A CN 111142101 B CN111142101 B CN 111142101B
Authority
CN
China
Prior art keywords
track
current target
target track
tracks
current
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010022400.8A
Other languages
Chinese (zh)
Other versions
CN111142101A (en
Inventor
刘丽华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangxi Huaxun Fangzhou Intelligent Technology Co ltd
Original Assignee
Shenzhen Huaxun Ark Intelligent Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Huaxun Ark Intelligent Information Technology Co ltd filed Critical Shenzhen Huaxun Ark Intelligent Information Technology Co ltd
Priority to CN202010022400.8A priority Critical patent/CN111142101B/en
Publication of CN111142101A publication Critical patent/CN111142101A/en
Application granted granted Critical
Publication of CN111142101B publication Critical patent/CN111142101B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S13/00Systems using the reflection or reradiation of radio waves, e.g. radar systems; Analogous systems using reflection or reradiation of waves whose nature or wavelength is irrelevant or unspecified
    • G01S13/66Radar-tracking systems; Analogous systems
    • G01S13/72Radar-tracking systems; Analogous systems for two-dimensional tracking, e.g. combination of angle and range tracking, track-while-scan radar
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02ATECHNOLOGIES FOR ADAPTATION TO CLIMATE CHANGE
    • Y02A90/00Technologies having an indirect contribution to adaptation to climate change
    • Y02A90/10Information and communication technologies [ICT] supporting adaptation to climate change, e.g. for weather forecasting or climate simulation

Landscapes

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

Abstract

The application belongs to the technical field of data processing, and provides a data association method, which comprises traversing each point trace in a current target track in the process of determining the associated point trace of the current target track, judging whether the point trace is associated with other tracks when traversing each point trace, and determining whether the distance between the point trace and the other tracks is greater than the current minimum distance by judging whether the distance between the point trace and the other tracks is greater than the current minimum distance or not, so as to update the current minimum distance corresponding to the current target track by utilizing the distance between the point trace and the current target track, so as to determine the optimal associated point trace for the current track, reduce the occurrence probability of data error association, and simultaneously, ensure that the time complexity of data association of a plurality of tracks is between O (n) and O (n) by the data association method 2 ) And the real-time property of data association is improved.

Description

Data association method
Technical Field
The application belongs to the technical field of data processing, and particularly relates to a data association method.
Background
With the continuous development of radar technology in recent years, radar target detection and tracking technology is increasingly taking an important role in various industries. In complex environments, various clutter and interference signals exist in space, which brings greater difficulty to multi-target tracking technology, and especially to multi-target data correlation technology.
The track point data association technology is actually a process of associating tracks with measured tracks, and the accuracy of the association is particularly important because the effect of track update is directly affected by the data association result.
The current data association method mainly comprises a nearest neighbor data association method and a global nearest neighbor data association method. The nearest neighbor data association method has a high association speed, but has a high association error probability in a complex environment; the global nearest neighbor data association method has higher association accuracy, but under the condition of more measured traces, the association search time can be multiplied, and the problem of poor instantaneity exists. Therefore, the existing data association method has the problems of poor real-time performance or high occurrence probability of false association.
Disclosure of Invention
The embodiment of the application provides a data association method, which can effectively reduce the occurrence probability of false association while improving the real-time performance of data association.
The embodiment of the application provides a data association method, which comprises the following steps:
acquiring a plurality of points obtained by radar measurement and a plurality of maintained tracks;
traversing all the points in the current target track wave gate to obtain the associated points of the current target track, and determining the associated points for the next target track after obtaining the associated points of the current target track until the associated points of each track in the plurality of tracks are determined; wherein, the current target track and the next target track are tracks of which the associated point track is not determined in any one of the tracks;
traversing all points in the current target track wave gate to obtain the associated points of the current target track, wherein the steps comprise:
calculating and storing the distance between the current target track and the first point track to obtain the current minimum distance, and traversing the next point track in the current target track wave gate; the first point trace and the next point trace are any point trace which is not traversed in the point trace in the target track wave gate;
the traversing of the next point trace in the current target track wave gate comprises the following steps:
calculating and storing the distance between the current target track and the next point track, and judging whether the distance between the current target track and the next point track is greater than or equal to the current minimum distance;
if the distance between the current target track and the next point track is greater than or equal to the current minimum distance, judging whether the next point track is the last point track in the current target track wave gate, if the next point track is not the last point track in the current target track wave gate, traversing the next point track in the current target track wave gate again until all point tracks in the current target track wave gate are traversed;
if the distance between the current target track and the next track is smaller than the current minimum distance, judging whether the next track is related to other tracks or not; if the next track is associated with the other tracks, judging whether the distance between the next track and the other tracks is greater than the current minimum distance; if the distance between the next track and the other tracks is greater than the current minimum distance, updating the current minimum distance to be the distance between the current target track and the next track, judging whether the next track is the last track in the current target track wave gate, and if the next track is not the last track in the current target track wave gate, carrying out traversal of the next track in the current target track wave gate again until all tracks in the current target track wave gate are traversed;
if the distance between the next track and the other tracks is smaller than or equal to the current minimum distance, directly judging whether the next track is the last track in the current target track wave gate, and if the next track is not the last track in the current target track wave gate, carrying out traversal of the next track in the current target track wave gate again; until all the points in the current target track wave gate are traversed;
after all the points in the current target track wave gate have been traversed, the method comprises the following steps:
and taking the point trace corresponding to the current minimum distance as the associated point trace of the current target track, judging whether the point trace corresponding to the current minimum distance is associated with other tracks, and if so, marking the other tracks as tracks with the associated point trace not determined.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments or the description of the prior art will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic flow chart of an implementation of a data association method according to an embodiment of the present application;
fig. 2 is a schematic flowchart of a specific implementation of a data association method step 102 according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a first embodiment of a data association method according to an embodiment of the present application;
FIG. 4 is a schematic diagram of a second implementation of a data association method according to an embodiment of the present application;
Detailed Description
The present application will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application. All other embodiments, which can be made by a person skilled in the art without making any inventive effort, are intended to be within the scope of the present application.
The main function of the modern radar system is to find and track targets, and under a complex environment, various clutter and interference signals exist in the space, which brings greater difficulty to the multi-target tracking technology, and especially to the multi-target data correlation technology.
The current data association method mainly comprises a nearest neighbor data association method and a global nearest neighbor data association method. The nearest neighbor data association method has a high association speed, but has a high association error probability in a complex environment; the global nearest neighbor data association method has higher association accuracy, but under the condition of more measured traces, the association search time can be multiplied, and the problem of poor instantaneity exists. Therefore, the existing data association method has the problems of poor real-time performance or high occurrence probability of false association.
In order to illustrate the technical scheme of the application, the following description is made by specific examples.
Fig. 1 shows a schematic implementation flow chart of a data association method according to an embodiment of the present application, which is suitable for a situation that the occurrence probability of false association needs to be effectively reduced while the real-time performance of data association is improved. Specifically, in the embodiment of the present application, the data association method may include steps 101 to 102.
Step 101, obtaining a plurality of points obtained by radar measurement and a plurality of maintained tracks.
In the embodiment of the application, when the radar performs multi-target tracking, a plurality of tracks need to be maintained, each track corresponds to one target, and a plurality of points can be measured, and each track wave gate possibly only comprises one point or comprises a plurality of points, so after the plurality of points measured by the radar and the plurality of tracks maintained are acquired, all points in the wave gate need to be traversed for each track, and thus one point is associated for each track. When a track is associated with a certain point track, the point track associated with the track is described as belonging to the same target.
Step 102, traversing all points in a current target track wave gate to obtain an associated point of the current target track, and determining an associated point for a next target track after obtaining the associated point of the current target track until the associated point of each track in the plurality of tracks is determined; the current target track and the next target track are tracks of which the associated point track is not determined by any one of the tracks.
In some embodiments of the present application, prior to traversing all points within the current target track wave gate, it may comprise: and calculating the distance, the angle difference and the speed difference between each point trace measured by the radar and the current target track, and taking the point trace of which the distance, the angle difference and the speed difference are all positioned in an association threshold as the point trace in the current target track wave gate.
That is, before traversing all the points in the current target track wave gate, the points not in the current target track wave gate need to be removed from the multiple points measured by the radar, that is, the points not in the associated threshold of the current target track need to be removed, so as to obtain all the points not traversed in the current target track wave gate.
Specifically, the distance, the angle difference and the speed difference between each trace point and the current target track obtained through radar measurement can be calculated, whether the distance, the angle difference and the speed difference are all in the association threshold is judged, then the trace points which are not in the association threshold in the trace points are removed, the data quantity of data association is further reduced, and the occurrence probability of error association is further reduced. The specific value of the association threshold can be set according to the actual application scene.
As shown in fig. 2, the traversing all the points in the current target track wave gate to obtain the associated points of the current target track may include: step 201 to step 207.
Step 201, calculating and storing the distance between the current target track and the first point track to obtain the current minimum distance; and the first point trace is any point trace which is not traversed in the point trace in the target track wave gate.
The distance between the current target track and the first track point can be calculated by using an euclidean distance calculation formula, or can be calculated by using other modes of obtaining the distance between the current target track and the track point, which is not limited by the application.
In the embodiment of the application, when the distance between the target track and the point track is smaller, the probability that the target track and the point track belong to the same target is larger, and the point track is matched with the target track; therefore, the target tracks need to be associated with the points with the smallest distance as far as possible, when each track is associated with the points with the smallest distance as far as possible, the sum of the distances between each track and the points associated with each track is as small as possible, so that the proper points are matched for each track, and the occurrence of false association is reduced.
It should be noted that, in practical application, before calculating and saving the distance between the current target track and the first track, an initial value of the current minimum distance may be set first, where the initial value is greater than the distance between the current target track and the track in any current target track wave gate. Therefore, after calculating and saving the distance between the current target track and the first track and comparing the distance between the current target track and the first track with the initial value of the current minimum distance, the distance between the current target track and the first track can still be used as the current minimum distance.
Step 202, calculating and storing the distance between the current target track and the next track, and judging whether the distance between the current target track and the next track is greater than or equal to the current minimum distance.
Specifically, the distance between the current target track and the next track may refer to the description of step 201, which is not repeated here.
In the embodiment of the application, after the distance between the current target track and the first point track is calculated, the distance between the current target track and the first point track can be determined as the current minimum distance, then, traversing of the next point track in the wave gate of the current target track is carried out, the distance between the current target track and the next point track is compared with the current minimum distance, and then, the current minimum distance is updated until all the point tracks in the wave gate of the current target track are traversed, and the point track corresponding to the current minimum distance is used as the associated point track of the current target track. In particular, refer to the descriptions of steps 203 to 206.
And 203, if the distance between the current target track and the next track is greater than or equal to the current minimum distance, judging whether the next track is the last track in the current target track wave gate, if the next track is not the last track in the current target track wave gate, re-performing traversal of the next track in the current target track wave gate until all tracks in the current target track wave gate are traversed.
In some embodiments of the present application, if the distance between the current target track and the next point track is greater than or equal to the current minimum distance, it is indicated that the possibility that the current target track and the next point track belong to the same target is less than the possibility that the point track corresponding to the current minimum distance belongs to the same target, that is, compared with the next point track, the point track with the current minimum distance compared with the current target track distance is more matched with the current target track, at this time, the current minimum distance may not be updated, and it may be determined whether the next point track is the last point track in the current target track gate, if the next point track is not the last point track in the current target track gate, it indicates that the point track in the current target track gate is not completely traversed, and the traversing of the next point track in the current target track gate needs to be performed again until all the points in the current target track gate have been completed, and the distance between the point track and the current minimum distance between the point track and the current target track is determined as the shortest distance between the current point track and the current target track is determined.
Step 204, if the distance between the current target track and the next track is smaller than the current minimum distance, judging whether the next track is associated with other tracks; and if the next track is associated with the other tracks, judging whether the distance between the next track and the other tracks is greater than the current minimum distance.
In some embodiments of the present application, if the distance between the current target track and the next track is smaller than the current minimum distance, it is indicated that the probability that the current target track and the next track belong to the same target is greater than the probability that the current target track and the track at the current minimum distance belong to the same target, that is, compared with the track with the current target track distance being the current minimum distance, the next track and the current target track are more matched, at this time, it is required to determine whether the next track is associated with other tracks, if the next track is not associated with other tracks, the current minimum distance may be updated to be the distance between the current target track and the next track, and it is determined whether the next track is the last track in the current target track gate, if the next track is not the last track in the current target track gate, the next track in the current target track gate is traversed again, until all tracks in the current target track have been traversed continuously.
And 205, if the distance between the next track and the other tracks is greater than the current minimum distance, updating the current minimum distance to be the distance between the current target track and the next track, judging whether the next track is the last track in the current target track wave gate, and if the next track is not the last track in the current target track wave gate, re-performing traversal of the next track in the current target track wave gate until all tracks in the current target track wave gate are traversed.
In some embodiments of the present application, if the distance between the next track and the other tracks is greater than the current minimum distance, it is indicated that the probability that the next track and the current track belong to the same target is greater than the probability that the next track and the other tracks belong to the same target, and at this time, the current minimum distance may be updated to be the distance between the current track and the next track; then, it may be determined whether the next track is the last track in the current target track wave gate, if the next track is not the last track in the current target track wave gate, the traversing of the next track in the current target track wave gate is performed again, i.e. steps 202 to 206, and the current minimum distance is updated continuously until all tracks in the current target track wave gate have been traversed.
Step 206, if the distance between the next track and the other tracks is smaller than or equal to the current minimum distance, directly judging whether the next track is the last track in the current target track wave gate, if the next track is not the last track in the current target track wave gate, then re-performing traversal of the next track in the current target track wave gate; until all the points in the current target track wave gate have been traversed.
In some embodiments of the present application, if the distance between the next track and other tracks is smaller than or equal to the current minimum distance, it is indicated that the probability that the next track belongs to the same target as the current target track is smaller than the probability that the next track belongs to the same target as the other tracks, at this time, it is not necessary to update the current minimum distance, it is directly determined whether the next track is the last track in the current target track wave gate, if the next track is not the last track in the current target track wave gate, the traversing of the next track in the current target track wave gate is performed again, and the current minimum distance is updated continuously until all tracks in the current target track wave gate have been traversed.
Step 207, after all the points in the current target track wave gate have been traversed, using the point corresponding to the current minimum distance as an associated point of the current target track, and determining whether the point corresponding to the current minimum distance is associated with other tracks, if so, marking the other tracks as tracks with associated points not being determined.
Correspondingly, the determination of the associated track of the next target track can adopt the determination mode of the current target track.
It should be noted that, in the above step 207, after the other tracks are marked as tracks with undetermined associated points, in the process of redefining the associated points marked as tracks with undetermined associated points, there is no need to redefine the distance between the tracks and the points in the track wave gate.
Fig. 3 shows a first specific implementation schematic diagram of the data association method provided by the present application, if the tracks 301 and 302 obtained by radar measurement and the tracks 303 and 304 maintained by radar are obtained, and the tracks in the track 303 wave gate only include the tracks 301 and 302, and the tracks in the track 304 wave gate do not include the tracks 301 and 302, then when the tracks 303 are associated, if the first track is the track 301, the distance d between the track 303 and the track 301 can be set 1 Determining the current minimum distance and then traversing the pointsTrace 302, due to distance d between trace 303 and trace 302 2 Greater than the distance d between track 303 and track 301 1 Thus, trace 301 may be associated with trace 303, and then trace 302 may be associated with trace 304 after traversing trace 301 and trace 302.
As can be seen from fig. 3, by using the data association method provided by the present application, when there is no track competition between tracks (i.e. each track associated with the current target track is a track not associated with other tracks), each track traverses one track, and the whole data association process can be completed, where the time complexity of the data association method is O (n).
FIG. 4 shows a second embodiment of the data association algorithm provided by the present application, if the tracks 401 and 402 obtained by radar measurement and the tracks 403 and 404 maintained by radar are obtained, the tracks in the wave gates of the tracks 403 and 404 only comprise the tracks 401 and 402, and the tracks 404 are associated with the tracks 401, when the tracks 403 are associated with the tracks, if the first track is the track 402, the distance d between the tracks 403 and 402 can be set 4 Determining the current minimum distance, traversing the track 401, and calculating to obtain the distance d between the track 403 and the track 401 3 Less than the distance d between track 403 and track 402 4 At this time, it is necessary to determine whether or not the trace 401 is associated with another trace, and since the trace 401 is associated with another trace 404, it is necessary to determine the current minimum distance (d 3 ) Whether or not to be compared with the distance d between the track 401 and the track 404 5 Is small, at the current minimum distance (d 3 ) Distance d between specific track 401 and track 404 5 For an hour, track 404 may be marked as a track for which no associated point track was determined, and track 401 may be associated with track 403, and then the associated point track may be redetermined for track 404. Specifically, trace 402 may be associated with track 404 after traversing trace 401 and trace 402.
As can be seen from fig. 4, with the data association method provided by the present application, when there is a competitive track between tracks, i.e. each track associated with the current target track is a track already associated with other tracks,the associated track is re-selected for other tracks associated with the track before the track every time the track associated with the current target track is selected, and at this time, the time frequency of the data association method is T (n+n-1+ … +1), and the time complexity is O (n 2 )。
In view of the above-mentioned fig. 3 and 4, it can be seen that the time complexity of the data correlation method provided by the present application is between O (n) and O (n 2 ) The time complexity of the overall data correlation algorithm is lower than that of the overall nearest neighbor data correlation algorithm, the complexity of the algorithm is reduced, and the instantaneity is improved.
In the embodiment of the application, in the process of determining the associated point trace of the current target track, the point trace corresponding to the current minimum distance is used as the associated point trace of the current target track, and when the point trace corresponding to the current minimum distance is associated with other tracks, the other tracks are marked as tracks with undetermined associated point traces, so that when the associated point trace is determined for a plurality of maintained tracks, the occurrence probability of data error association can be reduced as much as possible, and meanwhile, by adopting the data association mode, the time complexity of data association of a plurality of tracks is between O (n) and O (n) 2 ) The time complexity of the global nearest neighbor data association algorithm is lower than that of the global nearest neighbor data association algorithm, and the real-time property of the data association is improved, so that the probability of occurrence of false association can be effectively reduced while the real-time property of the data association is improved.
It should be noted that, for simplicity of description, the foregoing method embodiments are all described as a series of acts, but it should be understood by those skilled in the art that the present application is not limited by the order of acts described, as some steps may occur in other orders in accordance with the application.
The above embodiments are only for illustrating the technical solution of the present application, and not for limiting the same; although the application has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present application, and are intended to be included in the scope of the present application.

Claims (2)

1. A method of data association, the method comprising:
acquiring a plurality of points obtained by radar measurement and a plurality of maintained tracks;
traversing all the points in the current target track wave gate to obtain the associated points of the current target track, and determining the associated points for the next target track after obtaining the associated points of the current target track until the associated points of each track in the plurality of tracks are determined; wherein, the current target track and the next target track are tracks of which the associated point track is not determined in any one of the tracks;
traversing all points in the current target track wave gate to obtain the associated points of the current target track, wherein the steps comprise:
calculating and storing the distance between the current target track and the first point track to obtain the current minimum distance, and traversing the next point track in the current target track wave gate; the first point trace and the next point trace are any point trace which is not traversed in the point trace in the target track wave gate;
the traversing of the next point trace in the current target track wave gate comprises the following steps:
calculating and storing the distance between the current target track and the next point track, and judging whether the distance between the current target track and the next point track is greater than or equal to the current minimum distance;
if the distance between the current target track and the next point track is greater than or equal to the current minimum distance, judging whether the next point track is the last point track in the current target track wave gate, if the next point track is not the last point track in the current target track wave gate, traversing the next point track in the current target track wave gate again until all point tracks in the current target track wave gate are traversed;
if the distance between the current target track and the next track is smaller than the current minimum distance, judging whether the next track is related to other tracks or not; if the next track is associated with the other tracks, judging whether the distance between the next track and the other tracks is greater than the current minimum distance; if the distance between the next track and the other tracks is greater than the current minimum distance, updating the current minimum distance to be the distance between the current target track and the next track, judging whether the next track is the last track in the current target track wave gate, and if the next track is not the last track in the current target track wave gate, carrying out traversal of the next track in the current target track wave gate again until all tracks in the current target track wave gate are traversed;
if the distance between the next track and the other tracks is smaller than or equal to the current minimum distance, directly judging whether the next track is the last track in the current target track wave gate, and if the next track is not the last track in the current target track wave gate, carrying out traversal of the next track in the current target track wave gate again; until all the points in the current target track wave gate are traversed;
after all the points in the current target track wave gate have been traversed, the method comprises the following steps:
and taking the point trace corresponding to the current minimum distance as the associated point trace of the current target track, judging whether the point trace corresponding to the current minimum distance is associated with other tracks, and if so, marking the other tracks as tracks with the associated point trace not determined.
2. The data correlation method of claim 1, comprising, prior to said traversing all points within the current target track wave gate:
and calculating the distance, the angle difference and the speed difference between each point trace measured by the radar and the current target track, and taking the point trace of which the distance, the angle difference and the speed difference are all positioned in an association threshold as the point trace in the current target track wave gate.
CN202010022400.8A 2020-01-09 2020-01-09 Data association method Active CN111142101B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010022400.8A CN111142101B (en) 2020-01-09 2020-01-09 Data association method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010022400.8A CN111142101B (en) 2020-01-09 2020-01-09 Data association method

Publications (2)

Publication Number Publication Date
CN111142101A CN111142101A (en) 2020-05-12
CN111142101B true CN111142101B (en) 2023-09-01

Family

ID=70524155

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010022400.8A Active CN111142101B (en) 2020-01-09 2020-01-09 Data association method

Country Status (1)

Country Link
CN (1) CN111142101B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111999735B (en) * 2020-09-11 2023-10-03 杭州瑞利海洋装备有限公司 Dynamic and static target separation method based on radial speed and target tracking
CN113945919A (en) * 2021-10-19 2022-01-18 中安锐达(北京)电子科技有限公司 Flight path and one-time trace point pre-association method based on sector structure
CN115825912B (en) * 2023-01-09 2023-05-23 南京隼眼电子科技有限公司 Radar signal processing method, device and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5400264A (en) * 1993-04-29 1995-03-21 International Business Machines Corporation Suboptimal joint probabilistic data association
JP2002071797A (en) * 2000-09-04 2002-03-12 Mitsubishi Electric Corp Target tracking device
JP2014102256A (en) * 2014-02-03 2014-06-05 Tokyo Keiki Inc Target tracking device and target tracking method
CN106680806A (en) * 2016-11-24 2017-05-17 清华大学 Multi-radar plot fusion method
CN107798870A (en) * 2017-10-25 2018-03-13 清华大学 A kind of the flight path management method and system, vehicle of more vehicle target tracking
CN109655822A (en) * 2018-11-09 2019-04-19 上海无线电设备研究所 A kind of improved track initiation method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7626535B2 (en) * 2006-11-09 2009-12-01 Raytheon Company Track quality based multi-target tracker

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5400264A (en) * 1993-04-29 1995-03-21 International Business Machines Corporation Suboptimal joint probabilistic data association
JP2002071797A (en) * 2000-09-04 2002-03-12 Mitsubishi Electric Corp Target tracking device
JP2014102256A (en) * 2014-02-03 2014-06-05 Tokyo Keiki Inc Target tracking device and target tracking method
CN106680806A (en) * 2016-11-24 2017-05-17 清华大学 Multi-radar plot fusion method
CN107798870A (en) * 2017-10-25 2018-03-13 清华大学 A kind of the flight path management method and system, vehicle of more vehicle target tracking
CN109655822A (en) * 2018-11-09 2019-04-19 上海无线电设备研究所 A kind of improved track initiation method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"基于点迹距离的概率数据关联方法";董岩等;《舰船科学技术》;第33卷;80-83 *

Also Published As

Publication number Publication date
CN111142101A (en) 2020-05-12

Similar Documents

Publication Publication Date Title
CN109633589A (en) The Multi-target Data Associations assumed are optimized based on multi-model more in target following
CN111142101B (en) Data association method
CN111444294B (en) Track complement method and device and electronic equipment
CN111044050B (en) Bluetooth positioning method based on particle filtering and Kalman filtering
CN111707997A (en) Radar target tracking method and device, electronic equipment and storage medium
CN111366900B (en) Tracking radar track quality evaluation method, system and medium based on residual statistics
JP2021169936A (en) Target tracking device, target tracking system, target tracking method and target tracking program
CN114660566B (en) False target elimination method and device, computer equipment and storage medium
CN115508824A (en) Multi-target big data association fusion tracking method and system
CN108490465B (en) Ground same-frequency multi-motion radiation source tracking method and system based on time-frequency difference and direction finding
CN113192110B (en) Multi-target tracking method, device, equipment and storage medium
JP4196684B2 (en) Target tracking device
CN117250606B (en) Track tracking method, device, equipment and storage medium
CN115220002B (en) A method and device for multi-target data association tracking at a fixed single station
JP4166651B2 (en) Target tracking device
CN113721237B (en) Multi-membership-degree target intelligent matching algorithm
WO2022252482A1 (en) Robot, and environment map construction method and apparatus therefor
CN116520311A (en) A Method of Adaptive Track Initiation Based on GLMB
CN107561506A (en) A kind of multistage false-alarm probability joint recursion object detection method
CN114488104A (en) A target tracking method for sky-wave over-the-horizon radar based on interactive consistency
CN113534084A (en) A Radar False Track Suppression Method Based on Correlation Topology Map
CN113030901A (en) Unmanned ship front multi-target tracking detection method combining attitude indicator and millimeter wave radar
CN118885477B (en) A track correction method based on the true probability of track-related points
CN119199831B (en) Target tracking method, target tracking system, and storage medium
CN113311420B (en) Radar target detection and tracking method and device based on clustering management

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20230719

Address after: 518000 107, building 37, chentian Industrial Zone, chentian community, Xixiang street, Bao'an District, Shenzhen, Guangdong Province

Applicant after: Shenzhen Huaxun ark Intelligent Information Technology Co.,Ltd.

Address before: 518102 East, 2nd floor, building 37, chentian Industrial Zone, Baotian 1st Road, Xixiang street, Bao'an District, Shenzhen City, Guangdong Province

Applicant before: SHENZHEN HUAXUN FANGZHOU MICROELECTRONIC SCIENCE & TECHNOLOGY Co.,Ltd.

Applicant before: CHINA COMMUNICATION TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20231128

Address after: Building 7-6, Industrial Control Cloud Creation Port, No. 58 Hongtu Avenue, Honggutan District, Nanchang City, Jiangxi Province, 330000

Patentee after: Jiangxi Huaxun Fangzhou Intelligent Technology Co.,Ltd.

Address before: 518000 107, building 37, chentian Industrial Zone, chentian community, Xixiang street, Bao'an District, Shenzhen, Guangdong Province

Patentee before: Shenzhen Huaxun ark Intelligent Information Technology Co.,Ltd.

TR01 Transfer of patent right