CN101820501A - Stable tracking method of television gate - Google Patents

Stable tracking method of television gate Download PDF

Info

Publication number
CN101820501A
CN101820501A CN 201010128556 CN201010128556A CN101820501A CN 101820501 A CN101820501 A CN 101820501A CN 201010128556 CN201010128556 CN 201010128556 CN 201010128556 A CN201010128556 A CN 201010128556A CN 101820501 A CN101820501 A CN 101820501A
Authority
CN
China
Prior art keywords
target
tracking
gate
television
velocity
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.)
Pending
Application number
CN 201010128556
Other languages
Chinese (zh)
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.)
Changchun Institute of Optics Fine Mechanics and Physics of CAS
Original Assignee
Changchun Institute of Optics Fine Mechanics and Physics of CAS
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 Changchun Institute of Optics Fine Mechanics and Physics of CAS filed Critical Changchun Institute of Optics Fine Mechanics and Physics of CAS
Priority to CN 201010128556 priority Critical patent/CN101820501A/en
Publication of CN101820501A publication Critical patent/CN101820501A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

The invention discloses a stable tracking method of a television gate, which belongs to the technical field of television closed-loop tracking of photoelectric telescope. During the space target television closed-loop tracking process of the photoelectric telescope, a tracked object is lost because a non-tracked object passes a gate or because of the shaking of the tracked object. The method of the invention comprises the following steps of: acquiring a velocity vector of the object according to the positions of the tracked object in late three frames and using the velocity vector as a reference for the speed comparison; when a plurality of targets appear in the gate, calculating the velocity vectors of the plurality of targets in two adjacent frames to generate a velocity vector sequence; calculating the difference between the velocity vector sequence and the standard speed and performing modulo arithmetic to obtain a sequence to be estimated; and stably extracting and tracking the tracked object by taking the minimum of an estimation value as the criterion of the tracked object. The television gate stable tracking method has the advantages that: the interference influences on targets are eliminated; and the stable television tracing process is guaranteed by calculating and filtering the velocity vectors of the plurality of objects in the gate.

Description

A kind of method of television gate tenacious tracking
Technical field
The invention belongs to photo-electric telescope TV closed loop tracking technique field, relate in particular to a kind of method of television gate tenacious tracking.
Background technology
The tenacious tracking of photo-electric telescope TV closed loop is widely used in fields such as extraterrestrial target detection, satellite launch site, conventional target range measurement.Because the appearance of jamming target often causes TV to be followed the tracks of and interrupts, and causes track rejection, influences the electrometric effect of overall optical.At present, domestic method in solving TV closed-loop stabilization tracing process adopts least square or Kalman's predictive filtering technology more, and the computation complexity height is difficult to guarantee the extract real-time to target.
Summary of the invention
The method that the purpose of this invention is to provide a kind of television gate tenacious tracking, this method is rejected the influence of jamming target by the multiobject velocity of Bo Mennei is carried out statistical filtering, guarantees the steady of TV tracing process.
To achieve these goals, technical scheme of the present invention is as follows:
Photo-electric telescope is carrying out extraterrestrial target in the TV closed loop tracing process, because non-tracking target is passed through the shake of Bo Men or tracking target itself, causes losing of tracking target.The present invention obtains the velocity of known target according to the position of nearest three frame tracking targets, as speed ratio benchmark; When multiple target appears in Bo Mennei, add up the velocity of adjacent two all targets of interframe, form the velocity sequence; It is poor to do by velocity sequence and reference speed, and asks mould, obtains the sequence of valuation to be evaluated; With the minimum value of assessed value criterion, realize stable extraction and tracking to tracking target as tracking target.
The invention has the beneficial effects as follows: this method is simple, is easy to realize, can guarantee extract real-time and tracking to target.
Description of drawings
Fig. 1 is the pretreatment process figure in the television gate tenacious tracking method of the present invention.
Fig. 2 is the flow chart of television gate tenacious tracking method of the present invention.
Fig. 3 is the design sketch that adopts the tracking target sequence of television gate tenacious tracking method of the present invention.
Embodiment
Below in conjunction with the drawings and specific embodiments the present invention is done description in further detail:
The present invention adopts the VC++6.0 programming, and running environment is Windows XP, and internal memory is greater than 2G, and hard disk is greater than the computer of 80GB.
The flow process of television gate tenacious tracking method of the present invention is as follows:
1) gathers target image and carry out preliminary treatment
As shown in Figure 1, image pick-up card is installed in computer, CCD (Charge Coupled Device) camera acquisition software is installed, start the thread of capture program, the continuous acquisition image of camera, it is as follows to obtain image sequence:
{f(x i,y j,t k),f(x i,y j,t k+1),…,f(x i,y j,t k+m-1}(i,j,k=0,1...N) (1)
Because the figure place of the image that collects is greater than 8, inconvenience is handled, and utilizing following formula is 8 gray level images with image transitions,
f ′ ( x i , y j , t k ) = 255 ( f max - f min ) × ( f ( x i , y j , t k ) - f min ) , ( i , j , k = 0,1 . . . N ) - - - ( 2 )
In the formula, f (x i, y j, t kThe k frame original image of)-collect,
F ' (x i, y j, t kK frame 8 bit images after the)-conversion,
f Max-k frame original image the maximum gradation value that collects,
f Min-k frame original image the minimum gradation value that collects.
Gray level image after the conversion is pressed following formula average statistical and variance,
μ = Σ i = 0 N Σ j = 0 M f ′ ( x i , y j , t k ) / ( N × M ) - - - ( 3 )
σ = Σ i = 0 N Σ j = 0 M ( f ′ ( x i , y j , t k ) - u ) 2 / ( N × M ) - - - ( 4 )
In the formula, N * M-is the number of pixels of single-frame images.
Because the influence of camera itself and daylight background, the picture noise that collects can be bigger, relatively carries out denoising.Press shown in the step of the 5th among Fig. 1, adopt the method for medium filtering.The basic principle of medium filtering is that the value of any in digital picture or the Serial No. is replaced with the Mesophyticum of each point value in the neighborhood of this point.The major advantage of this processing method is to remove the salt-pepper noise and the isolated noise point of image.
For ease of subsequent treatment, image is carried out binary conversion treatment, the processing procedure of binaryzation: utilize the average of the image that obtains previously and variance to provide a global threshold T (T=μ+3 σ), with f ' (x i, y j, t kThe pixel point value of)>T is made as 255 (whites), and remaining point all is made as 0 (black), realizes the purpose of binaryzation.White point in the image after the binaryzation is added up, and is 255 if there is gray value, and size thinks then that less than the target of 2 * 2=4 pixel this target is an isolated point, and directly the gray value that will put pays zero.
Obtain the image sequence after the binaryzation, as follows:
{f″(x i,y j,t k),f″(x i,y j,t k),...f″(x i,y j,t k)}(i,j,k=0,1...N) (5)
2) target identification step
Image sequence after the binaryzation that step 1) is obtained carries out logical operation, because the pixel point value in the above-mentioned image sequence is 0 or 255, can represent with 0 or 1.In the satellite target short time that needs to discern is point target, and the fixed star in the image background is a linear target, and the N in the image sequence is got 3, promptly gets continuous three two field pictures and operates, AND-operation is carried out in logically adjacent two two field picture step-by-steps, obtains the image g (x that two width of cloth comprise target i, y j, t k), g (x i, y j, t K+1), as follows:
g(x i,y j,t k)=f′(x i,y j,t k+1)&f′(x i,y j,t k)
g(x i,y j,t k+1)=f′(x i,y j,t k+2)&f′(x i,y j,t k+1)
Continuation is to image g (x i, y j, t k), g (x i, y j, t K+1) step-by-step carries out AND-operation, then finally comprised the image of satellite target, and is as follows:
B(x i,y j,t k+1)=g(x i,y j,t k)&g(x i,y j,t k+1) (6)
The method of above-mentioned target identification is simple, guarantees the real-time of image processing, and antijamming capability is strong.
3) ripple door tenacious tracking step
By continuous three two field pictures identification, the ripple door entangles the target of tracking automatically, just obtained the initial position of target, because non-tracking target (for example: fixed star) pass through the shake of Bo Men or tracking target itself, losing of tracking target will be caused, for guaranteeing ripple door all-the-time stable tracking target, need carry out serial of methods and handle.As shown in Figure 2.
At first, according to target location (the orientation angles A that tentatively identifies i, luffing angle E i, corresponding zero-time t i, the reference speed of calculating target bearing and pitching both direction, wherein i is a frame number:
V A0=(A i+1-A i)/(t i+1-t i)
V E0=(E i+1-E i)/(t i+1-t i)
Secondly, N the target of continuous three frame Bo Mennei traveled through, try to achieve the velocity sequence of both direction, wherein, the speed that per two target locations obtain is:
V Ak=(A k+1-A k)/(t i+1-t i),V Ek=(E k+1-E k)/(t i+1-t i),
Wherein, k is a target designation, k=1, and 2 ... N; I is a number of image frames.
Orientation and pitch orientation respectively obtain a velocity sequence, and number equals number of targets N:
M A1=[V A1,V A2,...V AN];M E1=[V E1,V E2,...V EN]
Utilize the velocity series value of the both direction that aforementioned calculation obtains and target reference speed relatively, obtain the absolute value of new speed difference, the value of each impact point: V ' Ak=| V AK-V A0|, V ' Ek=| V EK-V E0|
The sequence of the new speed difference absolute value that obtains
M′ A1=[V′ A1,V′ A2,...V′ AN];M′ E1=[V′ E1,V′ E2,...V′ EN]
Add up M ' respectively A1And M ' E1Minimum value in two sequences obtains the position number [A of two minimum values i, E j.].
Position number [the A that statistics obtains i, E j.], if i=j confirms that then this sequence number target is a tracking target.
This statistical filtering method based on speed difference, amount of calculation has only 2N time, has guaranteed the real-time of calculating and the accuracy of filtering.
Embodiment:
With certain type bore is that 100mm photo-electric telescope tracking satellite target is an example, the CCD camera is selected the DV887 of Canadian Andor company for use, pixel count is 512 * 512, output gray level is 16, the image sampling time is 20ms, the capture card interface is a pci bus, and orientation and pitch position measuring component are all selected 24 absolute type encoders for use.For implement ripple door tenacious tracking on the said equipment, the condition that also needs to prepare has: to camera focusing, guarantee that extraterrestrial target is at camera target surface epigraph rounding property; Utilize the orbital data guiding device of satellite to point to satellite, guarantee that the initial position of target is in the camera target surface.
Specific implementation process: at first press the workflow among Fig. 1, images acquired, and image carried out preliminary treatment work, detailed method is referring to step 1); After obtaining the image sequence after the binaryzation, set by step 2) method is carried out the target initial identification, obtains the initial position of target on the camera target surface; Carry out ripple door tenacious tracking by the flow process among Fig. 2.Fig. 3 has provided the design sketch of tracking target sequence, in continuous three frame ripple door tracing processs, constantly has other target to enter the ripple door and disturbs extraction to target, and the method by ripple door tenacious tracking of the present invention has realized the continual and steady tracing process to target.

Claims (1)

1. the method for a television gate tenacious tracking is characterized in that, this method comprises the steps:
Extraterrestrial target is carried out in the TV closed loop tracing process at photo-electric telescope, obtain the velocity of known target according to the position of nearest three frame tracking targets, as speed ratio benchmark; When multiple target appears in Bo Mennei, add up the velocity of all targets between adjacent two frames, form the velocity sequence; It is poor to do by velocity sequence and reference speed, and asks mould, obtains the sequence of valuation to be evaluated; With the minimum value of assessed value criterion, realize stable extraction and tracking to tracking target as tracking target.
CN 201010128556 2010-03-22 2010-03-22 Stable tracking method of television gate Pending CN101820501A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010128556 CN101820501A (en) 2010-03-22 2010-03-22 Stable tracking method of television gate

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010128556 CN101820501A (en) 2010-03-22 2010-03-22 Stable tracking method of television gate

Publications (1)

Publication Number Publication Date
CN101820501A true CN101820501A (en) 2010-09-01

Family

ID=42655420

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010128556 Pending CN101820501A (en) 2010-03-22 2010-03-22 Stable tracking method of television gate

Country Status (1)

Country Link
CN (1) CN101820501A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104463852A (en) * 2014-11-24 2015-03-25 江西洪都航空工业集团有限责任公司 Method for improving identity degree of seeker catching control wave door

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1103086C (en) * 1997-07-15 2003-03-12 三星电子株式会社 Pattern matching apparatus in consideration of distance and direction, and method thereof
CN1767655A (en) * 2005-10-18 2006-05-03 宁波大学 Multi view point video image parallax difference estimating method
CN101102504A (en) * 2007-07-24 2008-01-09 中兴通讯股份有限公司 A mixing motion detection method combining with video encoder
CN101303732A (en) * 2008-04-11 2008-11-12 西安交通大学 Method for apperceiving and alarming movable target based on vehicle-mounted monocular camera
CN101511022A (en) * 2009-03-20 2009-08-19 北京航空航天大学 Method for implementing machine-carried video compression and target tracking unitedly

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1103086C (en) * 1997-07-15 2003-03-12 三星电子株式会社 Pattern matching apparatus in consideration of distance and direction, and method thereof
CN1767655A (en) * 2005-10-18 2006-05-03 宁波大学 Multi view point video image parallax difference estimating method
CN101102504A (en) * 2007-07-24 2008-01-09 中兴通讯股份有限公司 A mixing motion detection method combining with video encoder
CN101303732A (en) * 2008-04-11 2008-11-12 西安交通大学 Method for apperceiving and alarming movable target based on vehicle-mounted monocular camera
CN101511022A (en) * 2009-03-20 2009-08-19 北京航空航天大学 Method for implementing machine-carried video compression and target tracking unitedly

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104463852A (en) * 2014-11-24 2015-03-25 江西洪都航空工业集团有限责任公司 Method for improving identity degree of seeker catching control wave door

Similar Documents

Publication Publication Date Title
US11288818B2 (en) Methods, systems, and computer readable media for estimation of optical flow, depth, and egomotion using neural network trained using event-based learning
Li et al. PDR-Net: Perception-inspired single image dehazing network with refinement
CN103325112B (en) Moving target method for quick in dynamic scene
CN102148934B (en) Multi-mode real-time electronic image stabilizing system
CN110248048B (en) Video jitter detection method and device
CN110232330B (en) Pedestrian re-identification method based on video detection
CN101281650B (en) Quick global motion estimating method for steadying video
CN101409825B (en) Nighttime vision monitoring method based on information fusion
Chi et al. Dynamic low-light imaging with quanta image sensors
CN106128121A (en) Vehicle queue length fast algorithm of detecting based on Local Features Analysis
Patil et al. Motion saliency based generative adversarial network for underwater moving object segmentation
CN111951313A (en) Image registration method, device, equipment and medium
CN103955888A (en) High-definition video image mosaic method and device based on SIFT
CN110163887A (en) The video target tracking method combined with foreground segmentation is estimated based on sport interpolation
CN103632126A (en) Human face tracking method and device
Liu et al. Pixel Based Temporal Analysis Using Chromatic Property for Removing Rain from Videos.
CN115375733A (en) Snow vehicle sled three-dimensional sliding track extraction method based on videos and point cloud data
Vida et al. Open-source meteor detection software for low-cost single-board computers
CN106570889A (en) Detecting method for weak target in infrared video
Patro Design and implementation of novel image segmentation and BLOB detection algorithm for real-time video surveillance using DaVinci processor
CN111444913B (en) License plate real-time detection method based on edge guiding sparse attention mechanism
CN109523573A (en) The tracking and device of target object
CN103136530A (en) Method for automatically recognizing target images in video images under complex industrial environment
CN101820501A (en) Stable tracking method of television gate
CN102509308A (en) Motion segmentation method based on mixtures-of-dynamic-textures-based spatiotemporal saliency detection

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Open date: 20100901