CN101763645B - Method and device for splicing target tracks - Google Patents

Method and device for splicing target tracks Download PDF

Info

Publication number
CN101763645B
CN101763645B CN2009100891096A CN200910089109A CN101763645B CN 101763645 B CN101763645 B CN 101763645B CN 2009100891096 A CN2009100891096 A CN 2009100891096A CN 200910089109 A CN200910089109 A CN 200910089109A CN 101763645 B CN101763645 B CN 101763645B
Authority
CN
China
Prior art keywords
target
spliced
area
candidate
candidate target
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
CN2009100891096A
Other languages
Chinese (zh)
Other versions
CN101763645A (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.)
Netposa Technologies Ltd
Original Assignee
Beijing Zanb Science & 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 Beijing Zanb Science & Technology Co Ltd filed Critical Beijing Zanb Science & Technology Co Ltd
Priority to CN2009100891096A priority Critical patent/CN101763645B/en
Publication of CN101763645A publication Critical patent/CN101763645A/en
Application granted granted Critical
Publication of CN101763645B publication Critical patent/CN101763645B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a method and a device for splicing target tracks. The method comprises: firstly, carrying out overlapping judgement on a tending prediction target and a newly-generating target; calculating the matching factor of a candidate target and a target to be spliced, and judging whether the calculation of the matching factor of all candidate targets and targets to be spliced is finished in the current frame or not; selecting the candidate target having the highest matching factor with the target to be spliced from the candidate targets in the current frame; judging whether the targets are spliced or not; in a set time window, selecting an optimum candidate target, and judging whether a splicing target satisfies the splicing condition or not; processing the splicing target, and updating the data of the target to be spliced which satisfies the splicing condition; replacing the data into the optimum candidate target in the time window; and meanwhile, destroying the optimum candidate target. The invention solves the problem of target track breakage in the target tracing process and realizes the splicing of the broken target track.

Description

The method of splicing target tracks and device
Technical field
The present invention relates to Flame Image Process, video monitoring, the method for splicing target tracks in particularly a kind of target following.
Background technology
Moving object detection, to follow the tracks of be the basis of intelligent video monitoring technology, its testing result, tracking results directly affect the later stage incident (such as: invasion, article are left over, article are stolen, vehicle reverse driving etc.) the alert rate of mistake and the false alarm rate that detect.Therefore, the method for moving object detection, tracking has obtained paying close attention to widely.
Publication number is that the one Chinese patent application of CN 1875379A discloses a kind of scope of having considered each matching characteristic and variance, to object tracking and the system in the video image.Publication number is that the one Chinese patent application of CN 101017572A discloses a kind of method of following the tracks of non-rigid object in the frame video sequence that is used in; From video, extract the characteristic that comprises location of pixels and attribute; With covariance matrix of these feature constructions; The purpose that this covariance matrix is used to follow the tracks of changes through manage deformation of body and appearance based on the average update mechanism of Lie algebra as the descriptor of object.
Above-mentioned method for tracking target can be followed the tracks of the target in the ideal scenario, but in the reality because the influence of surrounding enviroment like the light influence, can cause the track fracture of target following, make BREAK TRACK.
In sum, press for a kind of surrounding enviroment that can adapt to of proposition at present and change, solve the splicing target tracks method of target following track fracture.
Summary of the invention
In view of this, fundamental purpose of the present invention is to propose a kind of surrounding enviroment that can adapt to and changes, and solves the splicing target tracks method and the device of target following track fracture.
For achieving the above object, according to first aspect of the present invention, a kind of method of splicing target tracks is provided, this method comprises:
Judge whether to overlap, to the judgement that overlaps of the area of the overlapping region of target of prediction that trend is arranged and newly-generated target, if target of prediction and newly-generated target overlap, think that then target of prediction is a target to be spliced, newly-generated target is a candidate target;
Calculate matching factor, the matching factor of calculated candidate target and target to be spliced;
Accomplishing the coupling of the candidate target in the current frame image calculates; Judge whether that the matching factor of accomplishing interior whole candidate targets of present frame and target to be spliced calculates; If accomplish, then select the optimal candidate target in the current frame image, judge whether to overlap otherwise get back to;
Select the optimal candidate target in the current frame image, in present frame, from candidate target, select with the highest candidate target of object matching coefficient to be spliced as the optimal candidate target;
Judge whether splicing, in the time window of setting, select the optimal candidate target, and judge whether target to be spliced meets the splicing condition,, then handle target to be spliced, judge whether to overlap otherwise get back to if meet the splicing condition;
Handle target to be spliced, the target to be spliced that satisfies the splicing condition is carried out Data Update, data are replaced by the optimal candidate target in the time window, destroy this optimal candidate target simultaneously.
Preferably, the method for judging that overlaps may further comprise the steps:
Calculate the said area tgt_area that the target of prediction of trend is arranged;
Calculate the area overlap_area of the overlapping region of said target of prediction that trend arranged and said newly-generated target;
The ratio R 1 of reference area tgt_area and area overlap_area is if said ratio R 1, then judges saidly have the target of prediction of trend and said newly-generated target to overlap greater than first threshold 1.
Preferably, the method for calculating matching factor is the target to be spliced that trend is arranged for each, when having candidate target, calculates the matching factor of target to be spliced and each candidate target, and said have the target to be spliced of trend to comprise one or more candidate targets; The computing formula of matching factor is following:
C=α·C dist+β·C hist+γ·C area
Wherein, C DistBe Distance Matching coefficient, C HistBe histogram matching factor, C AreaBe area matched coefficient; α, β, γ are respectively Distance Matching weights, histogram coupling weights, area matched weights.
Preferably, Distance Matching coefficient C DistComputing formula following:
C dist = 1 - dist max _ dist ∈ [ 0,1 ]
dist = ( x new - x pre ) 2 + ( y new - y pre ) 2
max _ dist = min ( width , height ) 1 - coef
Wherein, x Pre, y PreBe respectively the horizontal ordinate and the ordinate of target to be spliced; x New, y NewBe respectively the horizontal ordinate and the ordinate of candidate target; Width, height are respectively the width and the height of target to be spliced; Coef is the smallest match coefficient.
Preferably, histogram matching factor C HistComputing formula following:
C hist = Σ k T new . hist ( k ) * T pre . hist ( k ) ( Σ k T new . hist ( k ) ) * ( Σ k T pre . hist ( k ) ) ∈ [ 0,1 ]
Wherein, T New.hist, T Pre.hist the histogram of representing candidate target and target to be spliced respectively.
Preferably, area matched coefficient C AreaComputing formula following:
C area = Min ( T new . area , T pre . area ) Max ( T new . area , T pre . area ) ∈ [ 0,1 ]
Wherein, T New.area, T Pre.area the area of representing candidate target and target to be spliced respectively.Max (. .), Min (. .) respectively expression get maximal value, minimum value function.
Preferably, said splicing condition comprises: 1) have a frame optimal candidate target at least; 2) rise time of optimal candidate target is later than the time that target to be spliced transfers target of prediction to; 3) time window accumulative total frame number is greater than the 3rd threshold value 3; 4) occurrence number of the mode of optimal candidate target half the greater than the time window totalframes in the time window.
Preferably, said method also comprises a noise filtering disposal route, calculates the ratio R 2 of area of area and the target of prediction of newly-generated target, if this ratio R 2 less than second threshold value 2, then should newly-generated target be thought noise and filtering.
According to second aspect of the present invention, a kind of device of splicing target tracks is provided, this device comprises:
The overlapping judge module is used for the judgement that overlaps of area to the overlapping region of target of prediction that trend is arranged and newly-generated target, if target of prediction and newly-generated target overlap, thinks that then target of prediction is a target to be spliced, and newly-generated target is a candidate target;
The matching factor computing module is used for the matching factor of calculated candidate target and target to be spliced;
Accomplish the coupling computing module of the candidate target in the current frame image; Be used to judge whether that the matching factor of accomplishing interior whole candidate targets of present frame and target to be spliced calculates; If accomplish, then select the optimal candidate target in the current frame image, judge whether to overlap otherwise get back to;
Select the optimal candidate object module in the current frame image, be used in present frame from candidate target select with the highest candidate target of object matching coefficient to be spliced as the optimal candidate target;
Judge whether concatenation module, be used in the time window of setting, selecting the optimal candidate target, and judging whether target to be spliced meets the splicing condition,, then handle target to be spliced, judge whether to overlap otherwise get back to if meet the splicing condition;
Handle object module to be spliced, be used for the target to be spliced that satisfies the splicing condition is carried out Data Update, data are replaced by the optimal candidate target in the time window, destroy this optimal candidate target simultaneously.
Compared with prior art, the advantage of the joining method of target trajectory of the present invention is to adapt to the variation of surrounding enviroment, can solve the problem of target trajectory fracture in the target following process, realizes the splicing of the target trajectory of fracture.The joining method of target trajectory of the present invention like this has range of application widely.
Description of drawings
Fig. 1 shows the process flow diagram according to the method for splicing target tracks of the present invention;
Fig. 2 shows the overlapping figure according to of the present invention one routine target of prediction and newly-generated target;
Fig. 3 shows according to an example of the present invention according to the time window match map that judges whether to splice;
Fig. 4 shows the framework synoptic diagram according to the device of splicing target tracks of the present invention.
Embodiment
For making the object of the invention, technical scheme and advantage clearer, below in conjunction with embodiment and accompanying drawing, to further explain of the present invention.
The present invention is applicable to any target following technology, and the trajectory analysis that can be used for the target following later stage is handled.
Fig. 1 shows the process flow diagram according to the method for splicing target tracks of the present invention.As shown in Figure 1, the method for splicing target tracks of the present invention can comprise:
Judge whether to overlap 101, to the judgement that overlaps of the area of the overlapping region of target of prediction that trend is arranged and newly-generated target, if target of prediction and newly-generated target overlap, think that then target of prediction is a target to be spliced, newly-generated target is a candidate target.
Calculate matching factor 102, the matching factor of calculated candidate target and target to be spliced.
Accomplish the coupling of the candidate target in the current frame image and calculate 103, judge whether that the matching factor of accomplishing interior whole candidate targets of present frame and target to be spliced calculates.If accomplish, then select the optimal candidate target 104 in the current frame image; Judge whether to overlap 101 otherwise get back to.
Select the optimal candidate target 104 in the current frame image, in present frame, from candidate target, select with the highest candidate target of object matching coefficient to be spliced as the optimal candidate target.
Judge whether to splice 105, in the time window of setting, select the optimal candidate target, and judge whether target to be spliced meets the splicing condition.If meet the splicing condition, then handle target 106 to be spliced; Judge whether to overlap 101 otherwise get back to.
Handle target 106 to be spliced, the target to be spliced that satisfies the splicing condition is carried out Data Update, data are replaced by the optimal candidate target in the time window, destroy this optimal candidate target simultaneously.
Fig. 2 shows the overlapping figure according to of the present invention one routine target of prediction and newly-generated target.At first calculate the area tgt_area of the target of prediction (the with dashed lines rectangle is represented in Fig. 2) that trend is arranged, calculate the area overlap_area (in Fig. 2, representing) of the overlapping region of target of prediction and newly-generated target (in Fig. 2, representing) with solid-line rectangle with grey rectangle; Calculate the ratio R 1 of area overlap_area of area tgt_area and the overlapping region of target of prediction then, this ratio R 1 is the overlapping area ratio of this target of prediction and newly-generated target.If said ratio R 1, then judges saidly have the target of prediction of trend and said newly-generated target to overlap greater than first threshold 1, assert that it is target to be spliced that the target of prediction of trend is arranged this moment, newly-generated target is a candidate target.Wherein, first threshold 1 belongs to setting threshold, can set according to the required concrete scene of user, and for example when scene was the warehouse, first threshold 1 can be set at 0.5.
In order to remove the interference of noise targets, can also comprise a noise filtering disposal route in the method for this splicing target tracks.Calculate the ratio R 2 of area of area and the target of prediction of newly-generated target, if this ratio R 2 less than second threshold value 2, then should newly-generated target be thought noise and filtering.Wherein, first threshold 1 belongs to setting threshold, can set according to the required concrete scene of user, and for example when scene was the warehouse, first threshold 2 can be set at 0.1.
For each target to be spliced that trend is arranged, can there be one or more candidate targets (also possibly not have candidate target) in calculating matching factor 102 steps.When having candidate target, calculate the matching factor of target to be spliced and each candidate target.The computing formula of this matching factor is following:
C=α·C dist+β·C hist+γ·C area
Wherein, C DistBe Distance Matching coefficient, C HistBe histogram matching factor, C AreaBe area matched coefficient.α, β, γ are respectively Distance Matching weights, histogram coupling weights, area matched weights.In the present invention, α, β, γ can set according to the actual scene demand, and for example when scene was the warehouse, α, β, γ can be set at 0.5,0.2 and 0.3 respectively.
1) Distance Matching coefficient C Dist
C dist = 1 - dist max _ dist ∈ [ 0,1 ]
dist = ( x new - x pre ) 2 + ( y new - y pre ) 2
max _ dist = min ( width , height ) 1 - coef
Wherein, x Pre, y PreBe respectively the horizontal ordinate and the ordinate of target to be spliced; x New, y NewBe respectively the horizontal ordinate and the ordinate of candidate target; Width, height are respectively the width and the height of target to be spliced.Coef is the smallest match coefficient, and in the present invention, coef can set according to the actual scene demand, and for example when scene was the warehouse, coef can be set at 0.6.
2) histogram matching factor C Hist
C hist = Σ k T new . hist ( k ) * T pre . hist ( k ) ( Σ k T new . hist ( k ) ) * ( Σ k T pre . hist ( k ) ) ∈ [ 0,1 ]
Wherein, T New.hist, T Pre.hist the histogram of representing candidate target and target to be spliced respectively.
3) area matched coefficient C Area
C area = Min ( T new . area , T pre . area ) Max ( T new . area , T pre . area ) ∈ [ 0,1 ]
Wherein, T New.area, T Pre.area the area of representing candidate target and target to be spliced respectively.Max (. .), Min (. .) respectively expression get maximal value, minimum value function.
Judge whether to splice that the splicing condition comprises described in 105 steps: 1) have a frame optimal candidate target at least; 2) rise time of optimal candidate target is later than the time that target to be spliced transfers target of prediction to; 3) time window accumulative total frame number is greater than the 3rd threshold value 3; 4) occurrence number of the mode of optimal candidate target half the greater than the time window totalframes in the time window.Wherein, mode refers to the maximum number of frequency of occurrence in one group of number.Wherein, the 3rd threshold value 3 belongs to setting threshold, can set according to the required concrete scene of user, and for example when scene was the warehouse, the 3rd threshold value 3 can be set at 5 frames.
More than the concrete numerical value of given each threshold value be an enforceable object lesson, but do not represent all scopes of each threshold value value.
Fig. 3 shows according to an example of the present invention according to the time window match map that judges whether to splice.As shown in Figure 3, Tpredict representes target to be spliced, and Tnew1 representes candidate target 1, and Tnew2 representes candidate target 2.With 5 frames the [t-4 of time window; T] in the frame; Candidate target 1 is complementary in t-4, t-3, t frame and target to be spliced respectively; Candidate target 2 is complementary at t-1 frame and target to be spliced, because the number of times that candidate target 1 and target to be spliced are complementary in this time window half the greater than time window, so candidate target 1 is the optimal candidate target of time window.
Handle in splicing target 106 steps in having obtained time window after the optimal candidate target; Target to be spliced is spliced processing; Upgrade the related data in the tracker simultaneously, the data that are about to target to be spliced replace with optimal candidate target in the time window, destroy this optimal candidate target simultaneously.For the target to be spliced that does not find the optimal candidate target, continue to seek possible candidate target until final destruction.
Fig. 4 shows the framework synoptic diagram according to the device of splicing target tracks of the present invention.As shown in Figure 4, a kind of device 4 of splicing target tracks can comprise:
Overlapping judge module 5 is used for the judgement that overlaps of area to the overlapping region of target of prediction that trend is arranged and newly-generated target, if target of prediction and newly-generated target overlap, thinks that then target of prediction is a target to be spliced, and newly-generated target is a candidate target.
Matching factor computing module 6 is used for the matching factor of calculated candidate target and target to be spliced.
Accomplish the coupling computing module 7 of the candidate target in the current frame image; Be used to judge whether that the matching factor of accomplishing interior whole candidate targets of present frame and target to be spliced calculates; If accomplish, then select the optimal candidate target in the current frame image, judge whether to overlap otherwise get back to.
Select the optimal candidate object module 8 in the current frame image, be used in present frame from candidate target select with the highest candidate target of object matching coefficient to be spliced as the optimal candidate target.
Judge whether concatenation module 9, be used in the time window of setting, selecting the optimal candidate target, and judging whether target to be spliced meets the splicing condition,, then handle target to be spliced, judge whether to overlap otherwise get back to if meet the splicing condition.
Handle object module 10 to be spliced, be used for the target to be spliced that satisfies the splicing condition is carried out Data Update, data are replaced by the optimal candidate target in the time window, destroy this optimal candidate target simultaneously.
Compared with prior art, the invention has the advantages that the variation that can adapt to surrounding enviroment, can solve the problem of track fracture in the target following process, realize the splicing of the target trajectory of fracture.
The above; Being merely preferred embodiment of the present invention, is not to be used to limit protection scope of the present invention, is to be understood that; The present invention is not limited to described implementation here, and these implementation purpose of description are to help those of skill in the art to put into practice the present invention.Any those of skill in the art are easy to further improving without departing from the spirit and scope of the present invention and perfect; Therefore the present invention only receives the restriction of the content and the scope of claim of the present invention, and its intention contains all and is included in alternatives and equivalent in the spirit and scope of the invention that is limited accompanying claims.

Claims (4)

1. the method for a splicing target tracks is characterized in that, said method comprises:
Judge whether to overlap, to the judgement that overlaps of the area of the overlapping region of target of prediction and newly-generated target, if target of prediction and newly-generated target overlap, think that then target of prediction is a target to be spliced, newly-generated target is a candidate target;
Calculate matching factor, the matching factor of calculated candidate target and target to be spliced;
Accomplishing the coupling of the candidate target in the current frame image calculates; Judge whether that the matching factor of accomplishing interior whole candidate targets of present frame and target to be spliced calculates; If accomplish, then select the optimal candidate target in the current frame image, judge whether to overlap otherwise get back to;
Select the optimal candidate target in the current frame image, in present frame, from candidate target, select with the highest candidate target of object matching coefficient to be spliced as the optimal candidate target;
Judge whether splicing; In the time window of setting; Select number of times that candidate target and target to be spliced be complementary greater than the half the candidate target of time window as the optimal candidate target in the time window, and judge whether target to be spliced meets the splicing condition, as if meeting the splicing condition; Then handle target to be spliced, judge whether to overlap otherwise get back to;
Handle target to be spliced, the target to be spliced that satisfies the splicing condition is carried out Data Update, data are replaced by the optimal candidate target in the time window, destroy the optimal candidate target in this time window simultaneously;
Wherein, the method for judging that overlaps may further comprise the steps: the area tgt_area that calculates said target of prediction; Calculate the area overlap_area of the overlapping region of said target of prediction and said newly-generated target; The ratio R 1 of reference area tgt_area and area overlap_area overlaps if said ratio R 1, is then judged said target of prediction and said newly-generated target greater than first threshold;
The method of calculating matching factor is for each target to be spliced, when having candidate target, calculates the matching factor of target to be spliced and each candidate target, and said target to be spliced comprises one or more candidate targets; The computing formula of matching factor is following:
C=α·C dist+β·C hist+γ·C area
Wherein, C DistBe Distance Matching coefficient, C HistBe histogram matching factor, C AreaBe area matched coefficient; α, β, γ are respectively Distance Matching weights, histogram coupling weights, area matched weights;
Distance Matching coefficient C DistComputing formula following:
Figure FSB00000635651200022
Figure FSB00000635651200023
Wherein, x Pre, y PreBe respectively the horizontal ordinate and the ordinate of target to be spliced; x New, y NewBe respectively the horizontal ordinate and the ordinate of candidate target; Width, height are respectively the width and the height of target to be spliced; Coef is the smallest match coefficient, sets according to the actual scene demand;
Histogram matching factor C HistComputing formula following:
Figure FSB00000635651200024
Wherein, T New.hist, T Pre.hist the histogram of representing candidate target and target to be spliced respectively; Area matched coefficient C AreaComputing formula following:
Figure FSB00000635651200031
Wherein, T New.area, T Pre.area the area of representing candidate target and target to be spliced respectively; Max (), Min () represent to get maximal value, minimum value function respectively;
Said splicing condition comprises: 1) have a frame optimal candidate target at least; 2) rise time of the optimal candidate target in the time window is later than the time that target to be spliced transfers target of prediction to; 3) time window accumulative total frame number is greater than the 3rd threshold value; 4) occurrence number of the mode of optimal candidate target half the greater than the time window totalframes in the time window; Wherein, said mode refers to the maximum number of frequency of occurrence in one group of number.
2. the method for claim 1; It is characterized in that said method also comprises a noise filtering disposal route, calculate the ratio R 2 of area of area and the target of prediction of newly-generated target; If this ratio R 2 less than second threshold value, then should newly-generated target be thought noise and filtering.
3. the method for claim 1 is characterized in that, said smallest match coefficient coef is 0.6.
4. the device of a splicing target tracks is characterized in that, this device comprises:
The overlapping judge module is used for the judgement that overlaps of area to the overlapping region of target of prediction and newly-generated target, if target of prediction and newly-generated target overlap, thinks that then target of prediction is a target to be spliced, and newly-generated target is a candidate target;
The matching factor computing module is used for the matching factor of calculated candidate target and target to be spliced;
Accomplish the coupling computing module of the candidate target in the current frame image; Be used to judge whether that the matching factor of accomplishing interior whole candidate targets of present frame and target to be spliced calculates; If accomplish; Then select the optimal candidate object module in the current frame image, judge whether the module that overlaps otherwise get back to;
Select the optimal candidate object module in the current frame image, be used in present frame from candidate target select with the highest candidate target of object matching coefficient to be spliced as the optimal candidate target;
Judge whether concatenation module; Be used in the time window of setting; Select number of times that candidate target and target to be spliced be complementary greater than the half the candidate target of time window as the optimal candidate target in the time window, and judge whether target to be spliced meets the splicing condition, as if meeting the splicing condition; Then handle object module to be spliced, judge whether the module that overlaps otherwise get back to;
Handle object module to be spliced, be used for the target to be spliced that satisfies the splicing condition is carried out Data Update, data are replaced by the optimal candidate target in the time window, destroy the optimal candidate target in this time window simultaneously;
Wherein, the judge module that overlaps comprises: first module is used to calculate the area tgt_area of said target of prediction; Second module is used to calculate the area overlap_area of the overlapping region of said target of prediction and said newly-generated target; Three module is used for the ratio R 1 of reference area tgt_area and area overlap_area, overlaps if said ratio R 1, is then judged said target of prediction and said newly-generated target greater than first threshold;
The matching factor computing module further comprises: for each target to be spliced, when having candidate target, calculate the matching factor of target to be spliced and each candidate target, said target to be spliced comprises one or more candidate targets; The computing formula of matching factor is following:
C=α·C dist+β·C hist+γ·C area
Wherein, C DistBe Distance Matching coefficient, C HistBe histogram matching factor, C AreaBe area matched coefficient; α, β, γ are respectively Distance Matching weights, histogram coupling weights, area matched weights;
Distance Matching coefficient C DistComputing formula following:
Figure FSB00000635651200052
Figure FSB00000635651200053
Wherein, x Pre, y PreBe respectively the horizontal ordinate and the ordinate of target to be spliced; x New, y NewBe respectively the horizontal ordinate and the ordinate of candidate target; Width, height are respectively the width and the height of target to be spliced; Coef is the smallest match coefficient, can set according to the actual scene demand;
Histogram matching factor C HistComputing formula following:
Figure FSB00000635651200054
Wherein, T New.hist, T Pre.hist the histogram of representing candidate target and target to be spliced respectively, k are represented histogrammic bin bar;
Area matched coefficient C AreaComputing formula following:
Wherein, T New.area, T Pre.area the area of representing candidate target and target to be spliced respectively; Max (), Min () represent to get maximal value, minimum value function respectively;
Said splicing condition comprises: 1) have a frame optimal candidate target at least; 2) rise time of the optimal candidate target in the time window is later than the time that target to be spliced transfers target of prediction to; 3) time window accumulative total frame number is greater than the 3rd threshold value; 4) occurrence number of the mode of optimal candidate target half the greater than the time window totalframes in the time window; Wherein, said mode refers to the maximum number of frequency of occurrence in one group of number.
CN2009100891096A 2009-08-03 2009-08-03 Method and device for splicing target tracks Active CN101763645B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2009100891096A CN101763645B (en) 2009-08-03 2009-08-03 Method and device for splicing target tracks

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2009100891096A CN101763645B (en) 2009-08-03 2009-08-03 Method and device for splicing target tracks

Publications (2)

Publication Number Publication Date
CN101763645A CN101763645A (en) 2010-06-30
CN101763645B true CN101763645B (en) 2012-02-15

Family

ID=42494798

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2009100891096A Active CN101763645B (en) 2009-08-03 2009-08-03 Method and device for splicing target tracks

Country Status (1)

Country Link
CN (1) CN101763645B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014178234A1 (en) * 2013-04-30 2014-11-06 ソニー株式会社 Image processing device, image processing method and program
WO2019006632A1 (en) * 2017-07-04 2019-01-10 深圳大学 Video multi-target tracking method and device

Also Published As

Publication number Publication date
CN101763645A (en) 2010-06-30

Similar Documents

Publication Publication Date Title
WO2020038091A1 (en) Intelligent driving control method and apparatus, electronic device, program and medium
Wang et al. Applying fuzzy method to vision-based lane detection and departure warning system
US20200364467A1 (en) Method and device for detecting illegal parking, and electronic device
CN101231756A (en) Method and apparatus for detecting moving goal shade
CN101447082A (en) Detection method of moving target on a real-time basis
CN110287905A (en) A kind of traffic congestion region real-time detection method based on deep learning
CN100454355C (en) Video method for collecting information of vehicle flowrate on road in real time
CN101883209B (en) Method for integrating background model and three-frame difference to detect video background
CN103730015B (en) Intersection traffic flow detecting method and device
CN103605967A (en) Subway fare evasion prevention system and working method thereof based on image recognition
US10496891B2 (en) Driver assistance system and method for object detection and notification
CN106056968B (en) A kind of method for detecting parking stalls based on optical imagery
CN103413046B (en) Statistical method of traffic flow
Mu et al. Multiscale edge fusion for vehicle detection based on difference of Gaussian
CN105354791A (en) Improved adaptive Gaussian mixture foreground detection method
CN103208190B (en) Traffic flow detection method based on object detection
CN102982313A (en) Smog detecting method
CN101739692A (en) Fast correlation tracking method for real-time video target
CN102426785A (en) Traffic flow information perception method based on contour and local characteristic point and system thereof
US10402696B2 (en) Scene obstruction detection using high pass filters
CN105574502A (en) Automatic detection method for violation behaviors of self-service card sender
CN111967396A (en) Processing method, device and equipment for obstacle detection and storage medium
CN101763645B (en) Method and device for splicing target tracks
CN105374049A (en) Multi-angle-point tracking method based on sparse optical flow method and apparatus thereof
CN103456009B (en) Object detection method and device, supervisory system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: NETPOSA TECHNOLOGIES, LTD.

Free format text: FORMER OWNER: BEIJING ZANB SCIENCE + TECHNOLOGY CO., LTD.

Effective date: 20150716

C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20150716

Address after: 100102, Beijing, Chaoyang District, Tong Tung Street, No. 1, Wangjing SOHO tower, two, C, 26 floor

Patentee after: NETPOSA TECHNOLOGIES, Ltd.

Address before: 100048 Beijing city Haidian District Road No. 9, building 4, 5 layers of international subject

Patentee before: Beijing ZANB Technology Co.,Ltd.

PP01 Preservation of patent right

Effective date of registration: 20220726

Granted publication date: 20120215

PP01 Preservation of patent right