CN103584888A - Ultrasonic target motion tracking method - Google Patents

Ultrasonic target motion tracking method Download PDF

Info

Publication number
CN103584888A
CN103584888A CN201310637336.4A CN201310637336A CN103584888A CN 103584888 A CN103584888 A CN 103584888A CN 201310637336 A CN201310637336 A CN 201310637336A CN 103584888 A CN103584888 A CN 103584888A
Authority
CN
China
Prior art keywords
ssim
target
search
target area
region
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.)
Granted
Application number
CN201310637336.4A
Other languages
Chinese (zh)
Other versions
CN103584888B (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.)
Shenzhen Emperor Electronic Tech Co Ltd
Original Assignee
Shenzhen Emperor Electronic Tech 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 Emperor Electronic Tech Co Ltd filed Critical Shenzhen Emperor Electronic Tech Co Ltd
Priority to CN201310637336.4A priority Critical patent/CN103584888B/en
Publication of CN103584888A publication Critical patent/CN103584888A/en
Application granted granted Critical
Publication of CN103584888B publication Critical patent/CN103584888B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention belongs to the field of medical treatment and image processing, and provides an ultrasonic target motion tracking method. The ultrasonic target motion tracking method comprises the steps of identifying a target image selected by a tracker on a first frame, defining the target image as target information to be tracked, defining the search range of the next frame around the target information, calculating coefficients of similarity between the frame and the target information in a sliding window within the search range, and using the position with the maximum similarity coefficient as the tracked position of the frame. In order to not lose a target, a method of adjusting the search range of the next frame in a self-adaptation mode according to the maximum similarity coefficient is provided. In order to reduce the frequency of the jitter phenomenon, a method for calculating the similarity coefficient in a central weighting mode is provided. According to the ultrasonic target motion tracking method, a structural similarity coefficient model is used in cooperation, tracking is carried out on the target by adjusting the search range in the self-adaptation mode on the basis of the target information and the central weighting similarity coefficient of an image in the sliding window, the problem of jitter is solved, and meanwhile the target can be precisely tracked.

Description

Ultrasonic target travel method for tracing
Technical field
The invention belongs to computer vision field, relate in particular to a kind of ultrasonic target travel method for tracing.
Background technology
In ultrasonic contrast diagnosis, often to dynamically carry out quantitative analysis to the tangent plane of the cross section of certain root blood vessel or certain tumor, and these target areas or because of the breathing campaign by diagnosis person, or be difficult to be fixed on a certain position of screen because of the movement of diagnosis person and probe, this has caused the input of quantitative analysis to mix the information that nontarget area information does not have target area even at all, and these all greatly reduce the credibility of quantitative analytical data.This problem definition: the target area of quantitative analysis should not be fixed on a certain position of screen, and should move along with the motion of target.
On the other hand, ultrasonoscopy target is often understood deformation, and shape can along with the difference of scanning section, difference even disappears, and this is the main aspect that is different from natural image target tracking, is also the difficult point place of ultrasonic target tracking.
Existing method for tracing generally adopts Minimum Mean Square Error, least absolute value and, maximum cross correlation coefficient and rectangular histogram the simple relatively method of two width image similarity degree such as mate most.These methods are all relatively not consider the structural information of target by Pixel Information, and it is obviously inappropriate being therefore used in the ultrasonic image of a lot of speckle noises, is difficult to accurately follow the trail of the objective.Minimum Mean Square Error and least absolute value and method for tracing be meeting lose objects when following the trail of the objective slightly deformation, can only follow the trail of the objective the short time, and the method for tracing mating most based on rectangular histogram is only considered the intensity profile information of target, can produce serious jitter phenomenon, target is not often in region central authorities, simultaneously easily with losing target.
On the other hand, except maximum cross correlation coefficient value has certain limit, the similarity degree measure numerical value of other method or without the upper bound or without bound, therefore we cannot determine what kind of the similarity degree of this two width image is to get a numerical value, therefore, further, cannot come self adaptation adjustment aim hunting zone according to image similarity degree, lack this adjustment mechanism and can cause when displacement of targets lose objects and follow the trail of failure when large.
In realizing the scheme of prior art, find that prior art exists following technical problem:
Existing technical scheme cannot follow the trail of the objective accurately, and inaccurate problem causes following the trail of the objective.
Summary of the invention
The object of the embodiment of the present invention is to provide a kind of ultrasonic target travel method for tracing, and it solves the problem that cannot follow the trail of the objective accurately of prior art.
The embodiment of the present invention is achieved in that one side, and a kind of ultrasonic target travel method for tracing is provided, and described method comprises the steps:
The target of using depth-first Flood Fill method to obtain before starting tracking follower in the first frame B ultrasonic image identifies, and obtains target area A 1; And the image information of obtaining this region is as target information (be and treat tracked information to be designated as x), this information remains unchanged in tracing process.
Obtain the region of search B of the second frame 2, target area A wherein 1be positioned at region of search B 2,Qie region of search, center B 2length be target area A 1length+2*SW; Region of search B 2height be target area A 1height+2*SH; Wherein, SW is hunting zone varying width, and SH is hunting zone change in elevation;
With B 2the point in the upper left corner be starting point, at B 2obtain A 1the information of the sampling window of size; By setpoint distance, move sampling window, every movement once, is obtained the information of a sampling window, i.e. sampled signal y;
Use structural similarity Modulus Model SSIM to calculate the SSIM value of echo signal x and sampled signal y;
SSIM(x,y)=[l(x,y)] α[c(x,y)] β[s(x,y)] γ
Wherein
l ( x , y ) = 2 μ x μ y + C 1 μ x 2 μ y 2 + C 1 ,
c ( x , y ) = 2 σ x σ y + C 2 σ x 2 σ y 2 + C 2 ,
s ( x , y ) = σ xy + C 3 σ x σ y + C 3 .
Wherein, l (x, y) is the relatively brightness of x and y, C (x, y) is for comparing the contrast of x and y, S (x, y) for comparing the structure of x and y, α > 0, β > 0, γ > 0, and α, β, γ are respectively and adjust l (x, y), C (x, y), S (x, y) parameter of relative importance, μ xand μ ybe respectively the meansigma methods of x and y; σ xand σ ybe respectively the standard deviation of x and y, σ xyfor the co-variation heteromerism of x and y, C 1, C 2, C 3be all constant, in order to maintain the stable of l (x, y), C (x, y), S (x, y);
Choosing sampling window corresponding to maximum SSIM value is that final trace location is the target area A of next frame n.
Optionally, described method also comprises after being final trace location choosing sampling window that maximum SSIM is corresponding:
Obtain the region of search B of next frame n; Target area A wherein n-1be positioned at region of search B n,Qie region of search, center B nlength be target area A n-1length+2*SW (search width adjustment amount); Region of search B nheight be target area A n-1height+2*SH (search height adjustment amount); Wherein, n is the frame number of B ultrasonic image; A n-1it is the target area of n-1 frame B ultrasonic image;
With B nthe point in the upper left corner in region is starting point, at B nregion obtains A n-1the information of the sampling window of size; By setpoint distance, move sampling window, every movement once, is obtained the information of a sampling window, i.e. sampled signal y ni; Wherein i is the i time mobile logo.
Use structural similarity Modulus Model to calculate echo signal x and sampled signal y nisSIM value;
Choosing sampling window corresponding to maximum SSIM value is that final trace location is the target area A of next frame n; N is greater than 2 integer.
Optionally, in the method for described tracking, described target area becomes regular figure from irregular figure.
Optionally, described use structural similarity Modulus Model SSIM zoning A 1echo signal x and the SSIM value of sampled signal y specifically comprise:
A 1echo signal x and A 1sampled signal y be divided into the fritter of n*n, calculate the SSIM of corresponding blocks, the SSIM of all corresponding blocks is added up and is total ssim, be i.e. the SSIM value of echo signal x and sampled signal y;
total _ ssim = &Sigma; i , j < n SSIM ( I 1 ij , I 2 ij ) * W ij ;
Wherein, I1 ijrepresent the corresponding fritter of echo signal x, I2 ijrepresent the corresponding fritter of sampled signal y, w represents weighted value.
Described method also comprises after choosing maximum SSIM value:
When maximum SSIM is larger, when SSIM is greater than first threshold, reduce the value of SW and SH; When maximum SSIM is less, be greater than Second Threshold, while being less than first threshold, increase the value of SW and SH; When SSIM is very little, while being less than Second Threshold, enter alarm program, stop following the trail of.
In embodiments of the present invention, technical scheme provided by the invention has accurately and follows the trail of the objective, and solves the advantage of jitter phenomenon.
Accompanying drawing explanation
Fig. 1 is the flow chart of a kind of ultrasonic target travel method for tracing provided by the invention;
Fig. 2 is the basic module figure of a kind of ultrasonic target travel method for tracing provided by the invention;
Fig. 3 is the detail flowchart of a kind of ultrasonic target travel method for tracing provided by the invention;
Fig. 4 is the area schematic of the second two field picture provided by the invention;
Fig. 5 is the sign schematic diagram that follows the trail of the objective in example provided by the invention;
Fig. 6 is irregular in example provided by the invention and regular targets sign schematic diagram;
Fig. 7 is the tracking result schematic diagram of the 350th frame and the 568th frame in example provided by the invention;
Fig. 8 is the schematic diagram of the weighted calculation SSIM that provides of embodiments of the invention;
Fig. 9 is the weighting windows schematic diagram of weighted value provided by the invention;
Figure 10 is the exemplary weights window schematic diagram of weighted value provided by the invention;
Figure 11 is more new module of target search scope provided by the invention.
The specific embodiment
In order to make object of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
The specific embodiment of the invention provides a kind of ultrasonic target travel method for tracing, and the method as described in Figure 1, comprises the steps:
1001, the target of using depth-first Flood Fill method to obtain before starting tracking follower in the first frame B ultrasonic image identifies, and obtains target area A 1; And the image information of obtaining this region is as target information (be and treat tracked information to be designated as x), this information remains unchanged in tracing process.
1002, obtain the region of search B of the second frame 2, target area A wherein 1be positioned at region of search B 2,Qie region of search, center B 2length be target area A 1length+2*SW (search width); Region of search B 2height be target area A 1height+2*SH (search height);
1003, with B 2the point in the upper left corner in region is starting point, at B 2region obtains A 1the information of the sampling window of size; By setpoint distance, move sampling window, every movement once, is obtained the information of a sampling window, i.e. sampled signal y;
1004, use structural similarity Modulus Model (English full name: structural similarity index model, English abbreviation: SSIM) calculate A 1echo signal x and the SSIM value of sampled signal y;
SSIM(x,y)=[l(x,y)] α[c(x,y)] β[s(x,y)] γ
Wherein
l ( x , y ) = 2 &mu; x &mu; y + C 1 &mu; x 2 &mu; y 2 + C 1 ,
c ( x , y ) = 2 &sigma; x &sigma; y + C 2 &sigma; x 2 &sigma; y 2 + C 2 ,
s ( x , y ) = &sigma; xy + C 3 &sigma; x &sigma; y + C 3 .
Wherein, l (x, y) is the relatively brightness of x and y, C (x, y) is for comparing the contrast of x and y, S (x, y) for comparing the structure of x and y, α > 0, β > 0, γ > 0 and α, β, γ are respectively and adjust l (x, y), C (x, y), the parameter of S (x, y) relative importance, μ xand μ ybe respectively the meansigma methods of x and y; σ xand σ ybe respectively the standard deviation of x and y, σ xyfor the co-variation heteromerism of x and y, C 1, C 2, C 3be all constant, in order to maintain the stable of l (x, y), C (x, y), S (x, y); .The value of SSIM, in [11] scope, more approaches 1 and represents that the similarity degree of two signals is higher.
1005, choosing sampling window corresponding to maximum SSIM value is that final trace location is the target area A of next frame 2.
Optionally, in the method for described tracking, described target area becomes regular figure (concrete variation as shown in Figure 6) from irregular figure.
Optionally, said method 1005 choose maximum SSIM after, can also comprise:
When maximum SSIM larger, while being greater than first threshold (as being greater than 0.7) illustrate target information and final position sample information similarity degree higher, within the scope of current search, final position almost overlaps with target's center, be that displacement of targets is little, now can suitably reduce hunting zone (reducing SW and SH according to motion vector) and improve tracking speed; On the contrary, when maximum SSIM is less, be greater than Second Threshold, while being less than first threshold (as 0.4 to 0.7), explanation final position and target's center within the scope of current search have and depart from, i.e. displacement is larger, now should increase hunting zone (increasing SW and SH according to motion vector); When SSIM is very little, while being less than Second Threshold (as being less than 0.4), explanation follows the trail of the objective and at present frame, disappears, and now should enter alarm program, stops following the trail of (as Figure 11).
Optionally, said method can also comprise after 1005:
Obtain the region of search B of next frame n; Target area A wherein n-1be positioned at region of search B n,Qie region of search, center B nlength be target area A n-1length+2*SW (search width); Region of search B nheight be target area A n-1height+2*SH (search height); Wherein, n is the frame number of B ultrasonic image; A n-1it is the target area of n-1 frame B ultrasonic image;
With B nthe point in the upper left corner in region is starting point, at B nregion obtains A n-1the information of the sampling window of size; By setpoint distance, move sampling window, every movement once, is obtained the information of a sampling window, i.e. sampled signal y n;
Use structural similarity Modulus Model to calculate A n-1echo signal x and sampled signal y nsSIM;
Choosing the sampling window that maximum SSIM is corresponding is that final trace location is the target area A of next frame n; N is greater than 2 integer.
Optionally, the distance that the setpoint distance in above-mentioned 1003 is single pixel or the distance of a plurality of pixels, but the minimum distance that does not surpass 5 pixels of these a plurality of pixels, if setpoint distance is oversize, shake is more serious.This kind of mode can reduce amount of calculation.
The basic module of said method as shown in Figure 2, specifically comprises: target image information collection 1, image sampling 2, the comparison 3 of target sample information and definite trace location 4.As shown in Figure 3, in said method, as shown in Figure 4, wherein in Fig. 4, B is region of search to the image of the second frame to the detail flowchart of this method, and A is the target area of the first frame; SW is search width, and SH is search height, and SW and SH all can be set voluntarily by user; C represents the viewing area of B ultrasonic image;
Above-mentioned 1004 implementation method is specifically as follows: A 1echo signal x(as the image 1 in Fig. 8) and A 1sampled signal y(as the image 2 in Fig. 8) (example n is 3 to be divided into the fritter of n*n, certainly n can be also other numerical value), calculate the SSIM of corresponding blocks, finally they are weighted to summation with the large weighting windows of central weights (as exemplary weights window) and draw image 1 and the final structural similarity coefficient total_ssim of image 2;
total _ ssim = &Sigma; i , j < n SSIM ( I 1 ij , I 2 ij ) * W ij ;
Wherein, I1i jrepresent the corresponding fritter of echo signal x, I2i jrepresent the corresponding fritter of sampled signal y, w represents weighted value (as shown in Figure 9), and wherein W value can be set (as shown in figure 10) by user self.
This weighting scheme is based on such fact, follower is when choosing following the trail of the objective at first, generally target can be retouched in central authorities, be that sampling window center should comprise maximum target informations, the weight that strengthens target information meets such fact undoubtedly, this scheme can make trace location more accurate, further reduces shake.
Example
Fig. 5 to Fig. 7 is an example of the present invention, follower identifies and waits to follow the trail of the objective in a liver B ultrasonic image of Fig. 5, it is a vascular cross-section herein, Fig. 6 is the irregular and regular targets sign that the present invention generates, Fig. 7 follows the trail of result figure through two of 600 two field pictures, and left figure follows the trail of result when having compared with large deformation, and right figure is the tracking result while having larger displacement, can find out that the present invention can accurately follow the trail of ,Qie target's center in identified areas center non-jitter phenomenon.
It should be noted that in above-described embodiment, included unit is just divided according to function logic, but is not limited to above-mentioned division, as long as can realize corresponding function; In addition, the concrete title of each functional unit also, just for the ease of mutual differentiation, is not limited to protection scope of the present invention.
In addition, one of ordinary skill in the art will appreciate that all or part of step realizing in the various embodiments described above method is to come the hardware that instruction is relevant to complete by program, corresponding program can be stored in a computer read/write memory medium, described storage medium, as ROM/RAM, disk or CD etc.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, all any modifications of doing within the spirit and principles in the present invention, be equal to and replace and improvement etc., within all should being included in protection scope of the present invention.

Claims (5)

1. a ultrasonic target travel method for tracing, is characterized in that, described method comprises the steps:
The target of using depth-first Flood Fill method to obtain before starting tracking follower in the first frame B ultrasonic image identifies, and obtains target area A 1;
Obtain the region of search B of the second frame 2, target area A wherein 1be positioned at region of search B 2,Qie region of search, center B 2length be target area A 1length+2*SW; Region of search B 2height be target area A 1height+2*SH; Wherein, SW is initial ranging width, and SH is initial ranging height;
With B 2the point in the upper left corner be starting point, at B 2obtain A 1the information of the sampling window of size; By setpoint distance, move sampling window, every movement once, is obtained the information of a sampling window, i.e. sampled signal y;
Use structural similarity Modulus Model SSIM zoning A 1echo signal x and the SSIM value of sampled signal y;
SSIM(x,y)=[l(x,y)] α[c(x,y)] β[s(x,y)] γ
Wherein
l ( x , y ) = 2 &mu; x &mu; y + C 1 &mu; x 2 &mu; y 2 + C 1 ,
c ( x , y ) = 2 &sigma; x &sigma; y + C 2 &sigma; x 2 &sigma; y 2 + C 2 ,
s ( x , y ) = &sigma; xy + C 3 &sigma; x &sigma; y + C 3 .
Wherein, l (x, y) is the relatively brightness of x and y, C (x, y) is for comparing the contrast of x and y, S (x, y) for comparing the structure of x and y, α > 0, β > 0, γ > 0, and α, β, γ are respectively and adjust l (x, y), C (x, y), S (x, y) parameter of relative importance, μ xand μ ybe respectively the meansigma methods of x and y; σ xand σ ybe respectively the standard deviation of x and y, σ xyfor the co-variation heteromerism of x and y, C 1, C 2, C 3be all constant, in order to maintain the stable of l (x, y), C (x, y), S (x, y);
Choosing sampling window corresponding to maximum SSIM value is that final trace location is the target area A of next frame n.
2. method according to claim 1, is characterized in that, described method also comprises after being final trace location choosing sampling window that maximum SSIM is corresponding:
Obtain the region of search B of next frame n; The target area A that wherein former frame tracks n-1be positioned at region of search B n,Qie region of search, center B nlength be target area A n-1length+2*SW (search width); Region of search B nheight be target area A n-1height+2*SH (search height); Wherein, n is the frame number of B ultrasonic image; A n-1it is the target area of n-1 frame B ultrasonic image;
With B nthe point in the upper left corner in region is starting point, at B nregion obtains A n-1the information of the sampling window of size; By setpoint distance, move sampling window, every movement once, is obtained the information of a sampling window, i.e. sampled signal y n;
Use structural similarity Modulus Model to calculate echo signal x and sampled signal y nsSIM value;
Choosing sampling window corresponding to maximum SSIM value is that final trace location is the target area A of next frame n; N is greater than 2 integer.
3. method according to claim 1, is characterized in that, in the method for described tracking, described target area becomes regular figure from irregular figure.
4. method according to claim 1, is characterized in that, described use structural similarity Modulus Model SSIM zoning A 1echo signal x and the SSIM value of sampled signal y specifically comprise:
A 1echo signal x and A 1sampled signal y be divided into the fritter of n*n, calculate the SSIM of corresponding blocks, the SSIM of all corresponding blocks is added up and is total ssim, be i.e. the SSIM value of echo signal x and sampled signal y;
total _ ssim = &Sigma; i , j < n SSIM ( I 1 ij , I 2 ij ) * W ij ;
Wherein, I1 ijrepresent the corresponding fritter of echo signal x, I2 ijrepresent the corresponding fritter of sampled signal y, w represents weighted value.
5. method according to claim 1, is characterized in that, described method also comprises the hunting zone of adaptive updates next frame after choosing maximum SSIM value:
When maximum SSIM is larger, when SSIM is greater than first threshold, reduce the value of SW and SH; When maximum SSIM is less, be greater than Second Threshold, while being less than first threshold, increase the value of SW and SH; When SSIM is very little, while being less than Second Threshold, enter alarm program, stop following the trail of.
CN201310637336.4A 2013-12-02 2013-12-02 Ultrasonic target motion method for tracing Expired - Fee Related CN103584888B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310637336.4A CN103584888B (en) 2013-12-02 2013-12-02 Ultrasonic target motion method for tracing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310637336.4A CN103584888B (en) 2013-12-02 2013-12-02 Ultrasonic target motion method for tracing

Publications (2)

Publication Number Publication Date
CN103584888A true CN103584888A (en) 2014-02-19
CN103584888B CN103584888B (en) 2015-12-02

Family

ID=50075361

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310637336.4A Expired - Fee Related CN103584888B (en) 2013-12-02 2013-12-02 Ultrasonic target motion method for tracing

Country Status (1)

Country Link
CN (1) CN103584888B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105426927A (en) * 2014-08-26 2016-03-23 株式会社东芝 Medical image processing device, medical image processing method and medical image equipment
WO2021036373A1 (en) * 2019-08-27 2021-03-04 北京京东尚科信息技术有限公司 Target tracking method and device, and computer readable storage medium
CN113616235A (en) * 2020-05-07 2021-11-09 中移(成都)信息通信科技有限公司 Ultrasonic detection method, device, system, equipment, storage medium and ultrasonic probe
CN113689460A (en) * 2021-09-02 2021-11-23 广州市奥威亚电子科技有限公司 Video target object tracking detection method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101021604A (en) * 2007-03-23 2007-08-22 中国科学院光电技术研究所 Image processing-based dynamic target automatic focusing system
CN101621709A (en) * 2009-08-10 2010-01-06 浙江大学 Method for evaluating objective quality of full-reference image
CN101739687A (en) * 2009-11-23 2010-06-16 燕山大学 Covariance matrix-based fast maneuvering target tracking method
CN101778281A (en) * 2010-01-13 2010-07-14 中国移动通信集团广东有限公司中山分公司 Method for estimating H.264-based fast motion on basis of structural similarity
CN102254186A (en) * 2011-08-03 2011-11-23 浙江大学 Method for detecting infrared target by using local difference of structure similarity

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101021604A (en) * 2007-03-23 2007-08-22 中国科学院光电技术研究所 Image processing-based dynamic target automatic focusing system
CN101621709A (en) * 2009-08-10 2010-01-06 浙江大学 Method for evaluating objective quality of full-reference image
CN101739687A (en) * 2009-11-23 2010-06-16 燕山大学 Covariance matrix-based fast maneuvering target tracking method
CN101778281A (en) * 2010-01-13 2010-07-14 中国移动通信集团广东有限公司中山分公司 Method for estimating H.264-based fast motion on basis of structural similarity
CN102254186A (en) * 2011-08-03 2011-11-23 浙江大学 Method for detecting infrared target by using local difference of structure similarity

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
ZHOU WANG等: "Image quality assessment:from error visibility to structural similarity", 《IEEE TRANSACTIONS ON IMAGE PROCESSING》, vol. 13, no. 4, 30 April 2004 (2004-04-30), pages 600 - 612, XP011110418, DOI: 10.1109/TIP.2003.819861 *
刘会江: "动态目标检测视频监控系统的设计与实现", 《中国优秀硕士学位论文全文数据库》, no. 2, 15 February 2012 (2012-02-15) *
杨春玲等: "基于梯度的结构相似度的图像质量评价方法", 《华南理工大学学报》, vol. 34, no. 9, 30 September 2006 (2006-09-30), pages 22 - 25 *
杨春玲等: "基于结构相似度的H.264快速运动估计算法", 《华南理工大学学报》, vol. 36, no. 8, 31 August 2008 (2008-08-31), pages 28 - 32 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105426927A (en) * 2014-08-26 2016-03-23 株式会社东芝 Medical image processing device, medical image processing method and medical image equipment
CN105426927B (en) * 2014-08-26 2019-05-10 东芝医疗系统株式会社 Medical image processing devices, medical image processing method and medical image equipment
US10489910B2 (en) 2014-08-26 2019-11-26 Canon Medical Systems Corporation Medical image processing apparatus, medical image processing method and medical image device
WO2021036373A1 (en) * 2019-08-27 2021-03-04 北京京东尚科信息技术有限公司 Target tracking method and device, and computer readable storage medium
CN113616235A (en) * 2020-05-07 2021-11-09 中移(成都)信息通信科技有限公司 Ultrasonic detection method, device, system, equipment, storage medium and ultrasonic probe
CN113616235B (en) * 2020-05-07 2024-01-19 中移(成都)信息通信科技有限公司 Ultrasonic detection method, device, system, equipment, storage medium and ultrasonic probe
CN113689460A (en) * 2021-09-02 2021-11-23 广州市奥威亚电子科技有限公司 Video target object tracking detection method, device, equipment and storage medium
CN113689460B (en) * 2021-09-02 2023-12-15 广州市奥威亚电子科技有限公司 Video target object tracking detection method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN103584888B (en) 2015-12-02

Similar Documents

Publication Publication Date Title
Jiang et al. WeSamBE: A weight-sample-based method for background subtraction
CN102609904B (en) Bivariate nonlocal average filtering de-noising method for X-ray image
CN103020978B (en) SAR (synthetic aperture radar) image change detection method combining multi-threshold segmentation with fuzzy clustering
CN108734723A (en) A kind of correlation filtering method for tracking target based on adaptive weighting combination learning
CN105488815A (en) Real-time object tracking method capable of supporting target size change
CN110120065B (en) Target tracking method and system based on hierarchical convolution characteristics and scale self-adaptive kernel correlation filtering
CN103584888B (en) Ultrasonic target motion method for tracing
CN103996193B (en) Brain MR image segmentation method combining weighted neighborhood information and biased field restoration
CN110363165A (en) Multi-object tracking method, device and storage medium based on TSK fuzzy system
Hurn et al. A tutorial on image analysis
Li et al. Visual object tracking using spatial context information and global tracking skills
Su et al. Unsupervised change detection in SAR images based on locally fitting model and semi-EM algorithm
US11367206B2 (en) Edge-guided ranking loss for monocular depth prediction
Fryzlewicz et al. Thick pen transformation for time series
CN113780270A (en) Target detection method and device
CN108985375B (en) Multi-feature fusion tracking method considering particle weight spatial distribution
Li et al. A novel speckle suppression method with quantitative combination of total variation and anisotropic diffusion PDE model
CN102999760A (en) Target image area tracking method for on-line self-adaptive adjustment of voting weight
Wachinger et al. Locally adaptive nakagami-based ultrasound similarity measures
Zhao et al. Remarkable local resampling based on particle filter for visual tracking
CN102915450A (en) Online adaptive adjustment tracking method for target image regions
CN110705408A (en) Indoor people counting method and system based on mixed Gaussian people distribution learning
Zhou et al. Abrupt motion tracking via nearest neighbor field driven stochastic sampling
CN112734666B (en) SAR image speckle non-local mean suppression method based on similarity value
Berger et al. Automated ice-bottom tracking of 2D and 3D ice radar imagery using Viterbi and TRW-S

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20151202

Termination date: 20211202

CF01 Termination of patent right due to non-payment of annual fee