CN101547359B - Rapid motion estimation self-adaptive selection method based on motion complexity - Google Patents

Rapid motion estimation self-adaptive selection method based on motion complexity Download PDF

Info

Publication number
CN101547359B
CN101547359B CN 200910022086 CN200910022086A CN101547359B CN 101547359 B CN101547359 B CN 101547359B CN 200910022086 CN200910022086 CN 200910022086 CN 200910022086 A CN200910022086 A CN 200910022086A CN 101547359 B CN101547359 B CN 101547359B
Authority
CN
China
Prior art keywords
motion
macro
complexity
level
frame
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.)
Expired - Fee Related
Application number
CN 200910022086
Other languages
Chinese (zh)
Other versions
CN101547359A (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.)
Shanghai Guizhi Intellectual Property Service Co.,Ltd.
Original Assignee
Xian Jiaotong University
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 Xian Jiaotong University filed Critical Xian Jiaotong University
Priority to CN 200910022086 priority Critical patent/CN101547359B/en
Publication of CN101547359A publication Critical patent/CN101547359A/en
Application granted granted Critical
Publication of CN101547359B publication Critical patent/CN101547359B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The invention relates to a rapid motion estimation self-adaptive selection method based on motion complexity. Firstly, according to the time continuity of a video sequence, the frame level judgment of motion complexity is carried out taking the motion complexity of the image of a previous frame as the basis; then according to the result of the frame level judgment, the judgment of macro-block level motion complexity is carried out on image frames required to continue the judgment according to the space correlation of the video sequence; and finally, the motion estimation is carried out on the current macro-block to select the motion estimation method according to the judgment of the motion complexity for the frame level and macro-block level. On the basis of the analysis for the advantages and disadvantages of the diamond search method and the motion estimation method, the invention utilizes the complementarity of the existing methods, combines the self-adaptive threshold value and the judgment of premature termination conditions to select suitable search method through the calculation of the frame-level motion complexity and macro-block level motion complexity of the video sequence. Experiment results show that the invention can achieve the purpose of rapid motion estimation on the precise of guaranteeing the image quality.

Description

A kind of rapid motion estimation self-adaptive selection method based on motion complexity
Technical field
The present invention relates to a kind of rapid motion estimation self-adaptive selection method based on motion complexity
Background technology
Estimation is an important component part of processing system for video, is by the analysis to image sequence, obtains a kind of important method of image overall amount of exercise or local amount of motion.As an important step of video coding, estimation is not only determining the speed of whole cataloged procedure, also directly influences picture quality.Therefore, a good method for estimating should be under the prerequisite of not damaging coding quality, improves code efficiency as much as possible, realizes shortening the purpose of whole scramble time.
Just because of the extensive use of estimation in video coding, various rapid motion estimating methods have appearred in recent years.On the whole, these methods can be divided into two big classes, and a class is to obtain motion vector by a certain fixing search procedure, and the common feature of these class methods is not consider video content.Though implementation procedure is simple, can not the situation of wasting search time can appear in conjunction with the information of video content itself.The another kind of system of selection that is based under the multiple search pattern, these class methods can be selected a kind of only searching method according to the motion conditions of video content in several alternative approach.These class methods have been considered the complementarity of various method for estimating, can more effectively improve code efficiency, and therefore adaptability widely arranged.The invention belongs to second class methods.
Traditional rapid motion estimating method is that different videos is adopted with a kind of search procedure, this method can obtain good effect in some cases, but change comparatively violent video for motion complexity, can prolong whole search procedure, thereby increase the time of video coding.
Summary of the invention
The object of the present invention is to provide a kind of utilization that search procedure is carried out in the judgement of motion complexity and select, under equal coding quality, obtain the rapid motion estimation self-adaptive selection method based on motion complexity of higher code efficiency.
For achieving the above object, the technical solution used in the present invention is:
1) at first, according to the time continuity of video sequence, be foundation with the motion complexity of last two field picture, carry out the frame level of motion complexity and judge;
2) then, according to the result that the frame level is judged, the picture frame to needs are proceeded to judge according to the spatial coherence of video sequence, carries out the judgement of macro-block level motion complexity;
3) last,, select method for estimating for current macro and carry out estimation the judgement of motion complexity according to frame level and macro-block level.
Frame level judgement of the present invention may further comprise the steps:
1) the absolute error sum of macro block and optimum Match macro block, i.e. single frames macroblock prediction error mb_SAD in the calculating previous frame image:
mb _ SAD = Σ i = 1 N SAD i
SAD wherein iBe absolute error and (SAD, the Sum of AbsoluteDifferences) of i macro block and its optimum Match macro block, N is the macro block sum in this two field picture;
2) calculate the texture complexity of previous frame image, use to be of a size of 3 * 3 Sobel operator computed image pixel I (i j) is positioned at (i, j) the horizontal gradient Grad of the gray value of the pixel of position H(i is j) with vertical gradient Grad V(i j), obtains the gradient information value of this pixel correspondence:
gradient(i,j)=|Grad H(i,j)|+|Grad V(i,j)|
The gradient information gradient of whole two field picture texture complexity is obtained by following formula:
grad ient = Σ ( i , j ) ∈ I grad ient ( i , j )
Wherein i, j distinguish horizontal stroke, the ordinate of represent pixel correspondence position, and I represents the set of a two field picture pixel;
3) carrying out the frame level judges, this two field picture texture complexity of single frames macroblock prediction sum of errors is compared, if the texture complexity is more than or equal to single frames macroblock prediction error, think that then the predicated error of macro block is mainly derived from the texture information of image itself, image motion is comparatively simple, adopts the diamond search method; Otherwise think that then image motion is comparatively complicated, may need to use the Hierarchical Motion Estimation method, that is:
When gradient 〉=mb_SAD: flag_HME=0, carry out the search of diamond search method;
When gradient<mb_SAD: flag_HME=1, then according to the picture frame of judging, according to the spatial coherence of video sequence, carry out the judgement of macro-block level motion complexity.
Macro-block level judgement of the present invention may further comprise the steps:
1) motion vector prediction (MVP of current macro, Motion vector prediction) collection: this set is zero motion vector (0,0) formation by the motion vector of the macro block of the motion vector of space adjacent macroblocks (upper and lower, upper left, upper right), former frame same position correspondence and predicted value;
2) motion complexity of computing macro block region: this complexity concentrates the otherness diff_MVP of predicted value to represent with the motion vector prediction of current macro:
diff _ MVP = Σ i = 1 MVPnum ( | Px i - px | + | Py i - py | )
Wherein: MVPnum is that the motion vector prediction of current macro is concentrated available predicted value number, and (px py) is the motion vector prediction value of the concentrated minimum match error correspondence of motion vector prediction of current macro, (px i, py i) be concentrated (px, py) predicted value in addition of removing of motion vector prediction of current macro;
3) obtain the adaptive threshold value_dis that macro-block level is judged: this threshold value is to adopt the diff_MVP average of the macro block of diamond search method in the cataloged procedure;
4) motion complexity and the adaptive threshold that obtains in conjunction with first two steps carries out the macro-block level judgement:
When diff_MVP>value_dis, the macro block region is compound movement, uses the Hierarchical Motion Estimation method;
When diff_MVP≤value_dis, the macro block region is simple motion, uses the diamond search method.
The present invention is a kind of multi-mode system of selection based on video content.On the basis that various method for estimating are analyzed,, select the most suitable searching method in conjunction with the motion conditions of current video content.This method at first compares the method for estimating of several classics, utilize distinct methods to the video image of different motion complexity in the complementarity aspect the search performance, judge by motion complexity, select a kind of suitable method and carry out estimation video image content.Thereby reduced unnecessary search procedure, and when guaranteeing picture quality, improved estimation efficient.
Description of drawings
Fig. 1 is the search pattern of the diamond search method used of the present invention;
Fig. 2 is the search procedure of the diamond search method used of the present invention;
Fig. 3 is the two-stage image pyramid of the Hierarchical Motion Estimation method used of the present invention;
Fig. 4 is the search procedure of the Hierarchical Motion Estimation method used of the present invention;
Fig. 5 (a), 5 (b) are that diamond search method DS and Hierarchical Motion Estimation method HME method are counted and the time-related performance comparison result of estimation in coupling;
Fig. 6 is the rapid motion estimation self-adaptive selection method flow process based on motion complexity that the present invention proposes;
Fig. 7 (a), 7 (b), 7 (c) are the comparing results that adopts DS, HME and frame level adaptation (FLA) method to count based on average coupling to three sections cycle testss.
Embodiment
Below in conjunction with accompanying drawing the present invention is described in further detail.
Traditional method for estimating adopts with a kind of search procedure different videos, though can obtain good search effect, but owing to do not consider the motion complexity information of video image itself, for motion severe degree variation video sequence greatly, its whole search procedure is not an optimum, and code efficiency still has the space of lifting.
The method that the present invention proposes is mainly based on to existing two kinds of typical motion methods of estimation---diamond search method (DS, Diamond Search) and Hierarchical Motion Estimation method (HME, Hierarchical Motion Estimation) analysis, utilize the complementarity aspect search performance between them, while is in conjunction with the motion complexity of video image content, for current macro is selected a suitable searching method, and then shorten the time of estimation on the whole, improve code efficiency.
DS is a kind of quick block matching method based on search pattern, and its search strategy is similar to circle, has good isotropic directivity.This method begins according to the shape progressively outwards expansion of LDSP (Large Diamond-Shaped Pattern) template with rhombus from starting point, if the optimum of calculating at the center, is that the center continues to carry out fine searching according to SDSP (Small Diamond-Shaped Pattern) template with this point then.Corresponding LDSP, SDSP template and search procedure are as shown in Figure 1 and Figure 2.
HME belongs to the block matching method under the multiresolution, as shown in Figure 3, this method adopts averaging method to construct a two-stage image pyramid in the present invention, make progress from the bottom, image resolution ratio reduces gradually, the image-region of the corresponding 4*4 of lower floor of a pixel in the upper strata, and the upper strata pixel value is the average of lower floor corresponding region.The search procedure of HME belongs to the multi-pass decoding pattern, and as shown in Figure 4, the motion vector that it obtains with low-resolution image shortens the estimation time on the whole as the initial value of high-definition picture estimation.A is the size of macro block among the Level 1 among Fig. 3, Fig. 4, and K*a is the size of macro block among the Level 0, and K is the scale factor of two-stage macroblock size;
In order to compare DS and the quality of two kinds of methods of HME on search performance.Note mbnum is the number of macro block in the frame, (px i, py i) and (x i, y i) be respectively the initial position of i macro block search in the frame and the optimum position that obtains.The complexity that defines two field picture search is:
[formula 1]
complexity = Σ i = 1 mbnum ( | px i - x i | + | py i - y i | )
Six sections different videos of motion complexity are carried out 10 tests respectively, to each complexity value, the pixel number that the corresponding participation macroblock match of statistics is calculated (promptly count by coupling, because low-resolution image is different with high-definition picture to the amount of calculation of point search coupling in the HME method, unified in order to accomplish standard, so adopted coupling to count) and the estimation time.Along with the increase of search complexity, the difference of two kinds of methods of DS and HME on search strategy can be by one group of correlation curve reflection of Fig. 5.
Can be seen that by above analysis two kinds of methods have complementarity, the DS method is simple, is suitable for the mild video sequence that moves, but for the bigger video sequence of motion change, more consuming time.On the contrary, the HME method can effectively be estimated big motion vector owing to adopted position fixing process from coarse to fine, still need make up pyramidal structure extraly, and this there is no need for background piece and the less piece of motion vector.In order to overcome above-mentioned technology limitation, the present invention proposes a kind of fast motion estimation system of selection that motion complexity is judged.
As shown in Figure 6, the present invention mainly is divided into two steps: 1, the video image motion complexity is carried out the frame level and judge.2, the frame level is judged as the macro-block level judgement that the picture frame that may carry out Hierarchical Motion Estimation is proceeded motion complexity.Judged result according to motion complexity is that current macro selects suitable method to carry out estimation.
The first step of the present invention is that the motion complexity to video image carries out the frame level and judges.According to the time continuity of video sequence, the foundation that the motion complexity of former frame image is judged as present frame.In the estimation, the predicated error of macro block, residual error just is mainly from two aspects: the texture of image itself and motion complexity.Image texture is complicated more, and perhaps motion is complicated more, all can cause the increase of macroblock prediction error.Definition single frames macroblock prediction error is the absolute error sum of macro block and optimum Match macro block in this two field picture.That is:
[formula 2]
mb _ SAD = Σ i = 1 N SAD i
SAD wherein iBe absolute error and (the SAD:Sum of AbsoluteDifferences) of i macro block and its optimum Match macro block, N is the macro block sum in this two field picture.
The texture complexity of image can be described with the gradient information of image, and the present invention uses following formula to be of a size of 3 * 3 Sobel operator
[formula 3]
S H = 1 8 · - 1 - 2 - 1 0 0 0 1 2 1 S V = 1 8 · 1 0 - 1 2 0 - 2 1 0 - 1
(i j) is positioned at (i, j) the horizontal gradient Grad of the gray value of the pixel of position to calculate computed image pixel I H(i is j) with vertical gradient Grad V(i j), obtains the gradient information value of this pixel correspondence:
[formula 4]
gradient(i,j)=|Grad H(i,j)|+|Grad V(i,j)|
The gradient information gradient that then describes whole two field picture texture complexity can be obtained by following formula:
[formula 5]
grad ient = Σ ( i , j ) ∈ I grad ient ( i , j )
Wherein i, j distinguish horizontal stroke, the ordinate of represent pixel correspondence position, and I represents the set of a two field picture pixel; Single frames macroblock prediction error and this two field picture texture complexity are compared, if the texture complexity is more than or equal to single frames macroblock prediction error, think that then the predicated error of macro block is mainly derived from the texture information of image itself, image motion is comparatively simple, adopts the DS method; Otherwise think that then image motion is comparatively complicated, may need to use the HME method; That is:
When gradient 〉=mb_SAD: flag_HME=0, carry out the DS search;
When gradient<mb_SAD: flag_HME=1 makes up image pyramid, promptly according to the picture frame of judging, according to the spatial coherence of video sequence, carries out the judgement of macro-block level motion complexity;
Second step of the present invention is can adopt the picture frame of HME to carry out the judgement of macro-block level motion complexity to determining.Spatial coherence according to video sequence, the motion vector prediction of current macro (MVP:Motion vectorprediction) collection can be made of the motion vector and the motion vector (0,0) of the macro block of the motion vector of space adjacent macroblocks (upper and lower, upper left, upper right), former frame same position correspondence.The motion complexity of macro block region concentrates the otherness of predicted value to judge that this otherness is represented with diff_MVP with MVP:
[formula 6]
diff _ MVP = Σ i = 1 MVPnum ( | Px i - px | + | Py i - py | )
Wherein: MVPnum is that MVP concentrates available predicted value number, and (px py) is the motion vector prediction value that MVP concentrates the minimum match error correspondence, (px i, py i) be concentrated (px, py) predicted value in addition of removing of MVP.The motion of big more this macro block of explanation of otherness is complicated more.In order effectively to judge the motion complexity of macro block region, the present invention uses the diff_MVP average (value_dis) of the macro block that has adopted the DS method in the cataloged procedure as threshold value, that is:
When diff_MVP>value_dis, the macro block region is compound movement, uses the HME method.
When diff_MVP≤value_dis, the macro block region is simple motion, uses the DS method.
When a video sequence was encoded, the initial value of value_dis was changed to zero, and the value of value_dis tends towards stability gradually along with the frame number of coding increases.
Through behind the motion search of above whole pixel, proceed the search of half-pix and 1/4th pixels to obtaining motion vector, thereby obtain final motion vector.If current macro is not last macro block in the frame, then proceed macro-block level and judge, otherwise being carried out the frame level, next frame judges.
In order to verify validity of the present invention, on the jm86 source code, carried out following experiment, wherein be encoded to the IPPP form, with last two field picture as a reference, maximum search scope 16 adopts 16*16 macro block mode estimation.That be used for testing is standard sequence football.cif (90 frame) and other two sections video Football2.cif (100 frame), Football3.cif (100 frame) that cut from the football match.There is replacing of accurate static and strenuous exercise's two states in these three sections video sequences, can check the adaptively selected performance of new method effectively.Adopt DS, HME, frame level adaptation (FLA:Frame-Level Adaptive) and two level adaptation methods (TLA:Two-Level Adaptive) to test respectively to video sequence, in order to obtain the time average of estimation, every section video measurement 10 times.
In order to verify the judgement performance of frame level adaptation method, cycle tests is only carried out the frame level judge that promptly all adopt the HME method to search for for macro block in the frame of flag_HME=1, test result as shown in Figure 7 motion complexity.Average coupling when adaptive approach is for flag_HME=0 among the figure is counted a little less than the DS method, this mainly is because traditional DS method will be applicable to all motion conditions, in order to guarantee picture quality, the initial position of search is not unique, has increased some extra search procedures.And adaptive approach has been beforehand with judgement to motion conditions, so original DS search strategy is simplified, has adopted the unique DS search procedure of initial position.Judged result from figure frame level adaptation threshold value as can be seen can effectively be followed image complexity and changed search pattern is made right judgement.
To DS, HME and two level adaptation methods average coupling count and picture quality aspect compare, the result is shown in table 1, table 2.By data in the table 1 as can be seen, two level adaptation methods are improving significantly aspect on average coupling is counted, and can reach the purpose that shortens the scramble time than DS, HME method.It should be noted that when programming realizes new method is not optimized the correlative factor such as internal memory, buffering.Therefore the minimizing of search point can illustrate more that than the minimizing of running time the performance of method improves.
Table 1DS, HME and two level adaptations (TLA) method are relatively
(a) average coupling is counted
Figure G2009100220867D00091
(b) the estimation time
Figure G2009100220867D00092
Table 2 has provided the picture quality comparative result of three kinds of methods, and two level adaptation methods can reach and DS, the essentially identical picture quality of HME method as can be seen.
Table 2DS, HME and two level adaptations (TLA) are based on the comparison of picture quality
Figure G2009100220867D00093
Table 3 has provided result's contrast of two level adaptation methods and frame level adaptation method, and macro-block level judges it is to effectively replenishing that the frame level is judged as can be seen, can further reduce search point, accelerates search procedure.
Table 3 two-stage is judged the performance boost that the frame level is judged
(a) average coupling is counted
Figure G2009100220867D00094
(b) the estimation time
Figure G2009100220867D00101
As mentioned above, the invention provides and a kind ofly carry out the method that search procedure is selected by motion complexity is judged, and a kind of rapid motion estimation self-adaptive selection method based on motion complexity that under this thought guidance, proposes.This method can by video sequence is carried out the judgement of frame level and macro-block level motion complexity, be selected the rapid motion estimating method that is fit to current macro preferably in conjunction with DS, HME method advantage separately.Under the fairly simple situation of motion, its search performance is basic identical with the DS method, and under the bigger situation of motion complexity, its performance and HME method are approaching, thereby under the prerequisite that guarantees picture quality, shortens the scramble time effectively.What deserves to be mentioned is that the judgment threshold of motion complexity is that video itself is relevant, adaptive, need not man-machine interactively.

Claims (1)

1. rapid motion estimation self-adaptive selection method based on motion complexity may further comprise the steps:
1) at first, according to the time continuity of video sequence, be foundation with the motion complexity of last two field picture, carry out the frame level of motion complexity and judge;
Said frame level judgement may further comprise the steps:
The absolute error sum of macro block and optimum Match macro block, i.e. single frames macroblock prediction error mb_SAD in a, the calculating previous frame image:
Figure FSB00000229090300011
SAD wherein iBe absolute error and (SAD, the Sum of Absolute Differences) of i macro block and its optimum Match macro block, N is the macro block sum in this two field picture;
B, calculate the texture complexity of previous frame image, use to be of a size of 3 * 3 Sobel operator computed image pixel I (i j) is positioned at (i, j) the horizontal gradient Grad of the gray value of the pixel of position H(i is j) with vertical gradient Grad V(i j), obtains the gradient information value of this pixel correspondence:
gradient(i,j)=|Grad H(i,j)|+|Grad V(i,j)|
The gradient information gradient of whole two field picture texture complexity is obtained by following formula:
Wherein i, j distinguish horizontal stroke, the ordinate of represent pixel correspondence position, and I represents the set of a two field picture pixel;
C, carry out the frame level and judge, this two field picture texture complexity of single frames macroblock prediction sum of errors is compared, if the texture complexity is more than or equal to single frames macroblock prediction error, think that then the predicated error of macro block is mainly derived from the texture information of image itself, image motion is comparatively simple, adopts the diamond search method; Otherwise think that then image motion is comparatively complicated, carry out the judgement of macro-block level motion complexity, that is:
When gradient 〉=mb_SAD: flag_HME=0, carry out the search of diamond search method;
When gradient<mb_SAD: flag_HME=1, then according to the picture frame of judging, according to the spatial coherence of video sequence, carry out the judgement of macro-block level motion complexity;
2) then, according to the result that the frame level is judged, the picture frame to needs are proceeded to judge according to the spatial coherence of video sequence, carries out the judgement of macro-block level motion complexity;
Said macro-block level judgement may further comprise the steps:
Motion vector prediction (the MVP of a, current macro, Motion vector prediction) collection: this set is zero motion vector (0,0) formation by the motion vector of the macro block of the motion vector of upper and lower, upper left, upper right space adjacent macroblocks, former frame same position correspondence and predicted value;
The motion complexity of b, computing macro block region: this complexity concentrates the otherness diff_MVP of predicted value to represent with the motion vector prediction of current macro:
Figure FSB00000229090300021
Wherein: MVPnum is that the motion vector prediction of current macro is concentrated available predicted value number, and (px py) is the motion vector prediction value of the concentrated minimum match error correspondence of motion vector prediction of current macro, (Px i, Py i) be concentrated (px, py) predicted value in addition of removing of motion vector prediction of current macro;
The adaptive threshold value_dis that c, acquisition macro-block level are judged: this threshold value is to adopt the diff_MVP average of the macro block of diamond search method in the cataloged procedure;
D, the motion complexity and the adaptive threshold that obtain in conjunction with first two steps carry out the macro-block level judgement:
When diff_MVP>value_dis, the macro block region is compound movement, uses the Hierarchical Motion Estimation method;
When diff_MVP≤value_dis, the macro block region is simple motion, uses the diamond search method;
3) last,, select method for estimating for current macro and carry out estimation the judgement of motion complexity according to frame level and macro-block level.
CN 200910022086 2009-04-17 2009-04-17 Rapid motion estimation self-adaptive selection method based on motion complexity Expired - Fee Related CN101547359B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200910022086 CN101547359B (en) 2009-04-17 2009-04-17 Rapid motion estimation self-adaptive selection method based on motion complexity

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200910022086 CN101547359B (en) 2009-04-17 2009-04-17 Rapid motion estimation self-adaptive selection method based on motion complexity

Publications (2)

Publication Number Publication Date
CN101547359A CN101547359A (en) 2009-09-30
CN101547359B true CN101547359B (en) 2011-01-05

Family

ID=41194185

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200910022086 Expired - Fee Related CN101547359B (en) 2009-04-17 2009-04-17 Rapid motion estimation self-adaptive selection method based on motion complexity

Country Status (1)

Country Link
CN (1) CN101547359B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102547264B (en) * 2010-12-28 2014-09-03 深圳市云宙多媒体技术有限公司 Motion prediction method and system of interframe coding
CN103475883B (en) * 2013-09-26 2016-07-06 北京航空航天大学 A kind of HEVC estimation divided based on moving region shifts to an earlier date terminating method
CN103533359B (en) * 2013-10-16 2016-06-15 武汉大学 One is bit rate control method H.264
WO2016176849A1 (en) * 2015-05-07 2016-11-10 北京大学深圳研究生院 Self-adaptive motion estimation method and module
CN110876082B (en) * 2018-08-31 2020-12-29 网宿科技股份有限公司 Method and device for determining complexity of video frame
CN113326856B (en) * 2021-08-03 2021-12-03 电子科技大学 Self-adaptive two-stage feature point matching method based on matching difficulty

Also Published As

Publication number Publication date
CN101547359A (en) 2009-09-30

Similar Documents

Publication Publication Date Title
CN101547359B (en) Rapid motion estimation self-adaptive selection method based on motion complexity
CN110087087B (en) VVC inter-frame coding unit prediction mode early decision and block division early termination method
CN101420617B (en) Motion estimation searching method for cross hexagon
CN101394566B (en) Cross rhombic motion estimation searching method
CN101699865B (en) Method for fast searching mass movement self-adapting sub pixel
CN101431675B (en) Pixel motion estimating method and apparatus
CN107371022B (en) Inter-frame coding unit rapid dividing method applied to HEVC medical image lossless coding
CN105939475A (en) High quality side information production method
CN1791224A (en) Self-adaptive block searching range rapid motion estimating method based on H.264
CN101072342A (en) Situation switching detection method and its detection system
CN101710993A (en) Block-based self-adaptive super-resolution video processing method and system
KR20040028911A (en) Method and apparatus for motion estimation between video frames
CN103237222A (en) Motion estimation method adopting multi-mode searching manner
CN109587503A (en) A kind of 3D-HEVC depth map intra-frame encoding mode high-speed decision method based on edge detection
US8594199B2 (en) Apparatus and method for motion vector filtering based on local image segmentation and lattice maps
CN100340116C (en) Motion estimating method with graded complexity
CN101835047A (en) Fast UMHexagonS motion estimation algorithm based on residual error reduction rate
CN105263026B (en) Global vector acquisition methods based on probability statistics and image gradient information
CN101783956B (en) Backward-prediction method based on spatio-temporal neighbor information
CN104065975A (en) Frame rate up-conversion method based on adaptive motion estimation
Chen et al. Pixel-level texture segmentation based AV1 video compression
CN103763563B (en) Motion estimation searching method
CN101902642B (en) Quick decision method for H.264 interframe SKIP modes
CN100373952C (en) Rapid kinematics estimation of video frequency object based on MPEG-4
CN1201589C (en) Motion estimation

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: SHANGHAI SILICON INTELLECTUAL PROPERTY EXCHANGE CE

Free format text: FORMER OWNER: XI'AN JIAOTONG UNIV.

Effective date: 20111205

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 710049 XI'AN, SHAANXI PROVINCE TO: 200030 XUHUI, SHANGHAI

TR01 Transfer of patent right

Effective date of registration: 20111205

Address after: 200030 Shanghai City No. 333 Yishan Road Huixin International Building No. 1 building 17 floor

Patentee after: Shanghai Silicon Intellectual Property Exchange Co.,Ltd.

Address before: 710049 Xianning Road, Shaanxi, China, No. 28, No.

Patentee before: Xi'an Jiaotong University

ASS Succession or assignment of patent right

Owner name: SHANGHAI SIPAI KESI TECHNOLOGY CO., LTD.

Free format text: FORMER OWNER: SHANGHAI SILICON INTELLECTUAL PROPERTY EXCHANGE CENTER CO., LTD.

Effective date: 20120217

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 200030 XUHUI, SHANGHAI TO: 201203 PUDONG NEW AREA, SHANGHAI

TR01 Transfer of patent right

Effective date of registration: 20120217

Address after: 201203 Shanghai Chunxiao Road No. 350 South Building Room 207

Patentee after: Shanghai spparks Technology Co.,Ltd.

Address before: 200030 Shanghai City No. 333 Yishan Road Huixin International Building No. 1 building 17 floor

Patentee before: Shanghai Silicon Intellectual Property Exchange Co.,Ltd.

ASS Succession or assignment of patent right

Owner name: SHANGHAI GUIZHI INTELLECTUAL PROPERTY SERVICE CO.,

Free format text: FORMER OWNER: SHANGHAI SIPAI KESI TECHNOLOGY CO., LTD.

Effective date: 20120606

C41 Transfer of patent application or patent right or utility model
C56 Change in the name or address of the patentee
CP02 Change in the address of a patent holder

Address after: 200030 Shanghai City No. 333 Yishan Road Huixin International Building 1 building 1706

Patentee after: Shanghai spparks Technology Co.,Ltd.

Address before: 201203 Shanghai Chunxiao Road No. 350 South Building Room 207

Patentee before: Shanghai spparks Technology Co.,Ltd.

TR01 Transfer of patent right

Effective date of registration: 20120606

Address after: 200030 Shanghai City No. 333 Yishan Road Huixin International Building 1 building 1704

Patentee after: Shanghai Guizhi Intellectual Property Service Co.,Ltd.

Address before: 200030 Shanghai City No. 333 Yishan Road Huixin International Building 1 building 1706

Patentee before: Shanghai spparks Technology Co.,Ltd.

DD01 Delivery of document by public notice

Addressee: Shi Lingling

Document name: Notification of Passing Examination on Formalities

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

Granted publication date: 20110105

Termination date: 20200417