CN102523419A - Digital video signal conversion method based on motion compensation - Google Patents

Digital video signal conversion method based on motion compensation Download PDF

Info

Publication number
CN102523419A
CN102523419A CN2011104572720A CN201110457272A CN102523419A CN 102523419 A CN102523419 A CN 102523419A CN 2011104572720 A CN2011104572720 A CN 2011104572720A CN 201110457272 A CN201110457272 A CN 201110457272A CN 102523419 A CN102523419 A CN 102523419A
Authority
CN
China
Prior art keywords
frame
macro block
motion
interpolation
reference 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.)
Pending
Application number
CN2011104572720A
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.)
University of Shanghai for Science and Technology
Original Assignee
University of Shanghai for Science and Technology
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 University of Shanghai for Science and Technology filed Critical University of Shanghai for Science and Technology
Priority to CN2011104572720A priority Critical patent/CN102523419A/en
Publication of CN102523419A publication Critical patent/CN102523419A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Television Systems (AREA)

Abstract

The invention designs a digital video signal conversion method based on motion compensation, which includes the following steps of converting RGB (red, green and blue) formats of images into YUV(luma and chroma) formats for digital video signal sources required to be converted on frame rate; dividing each frame of motion images into macroblocks which are not stacked by a motion computing method based on block matching, searching the macroblock most similar to each macroblock to be a matched macroblock thereof; searching the corresponding matching macroblock of the current macroblock meeting the SAD (sum of absolute differences) matching criterion in the reference frame by complete searching method, computing motion vector of the current macroblock, pixel absolute errors between the matched macroblock and the current macroblock and the SAD value; converting the YUV formats of the images into the original RGB formats of the images and detecting performance of the generated interpolation frame. The digital video signal conversion method considers motion information of objects in two adjacent frames, the new frame generated by interpolation can reflect motion tracks of the objects in the frames well, the new frame generated by interpolation is better in quality, and blurring effect caused by a single motion compensation algorithm can be effectively avoided.

Description

A kind of digital video signal conversion method based on motion compensation
Technical field
The present invention relates to a kind of digital video signal conversion method, particularly a kind of digital video signal conversion method based on motion compensation.
Background technology
Need carry out the video standard conversion when digital video signal of different frame rates is changed each other, for solving the contradiction of different video standard room frame rate, transfer algorithm is particularly important on the frame rate.Its major function is to come interpolation to generate the frame of intermediary movements state according to two frames or multiframe digital video image, thereby brings up to new display screen refresh rate to the frame rate of original video source.
Transfer algorithm mainly is divided into two types on the frame rate.One type is to utilize already present frame of video directly to carry out linear combination to come interpolation to generate middle new frame.Its main feature is the motion conditions that does not have object in the considered frame; When object of which movement amplitude in the frame is big; With the direct linear combination of two frames and the quality of the new frame that interpolation obtains can become very poor, the moving object edge is prone to blooming, especially when the intraframe motion object disappear or frame in during the new moving object of appearance; Owing in consecutive frame, do not have corresponding informance, these adjacent two frame linearity interpolation can be caused serious fuzzy distortion.
Another kind of is the motion compensated interpolation algorithm, promptly earlier obtains level and smooth motion vector through estimation, and then utilizes the motion vector that obtains to carry out motion compensation and come interpolation to generate new frame.Realization based on the motion compensated interpolation algorithm has two main processes: estimation and motion compensation.As present frame, its adjacent former frame is a reference frame to an optional frame in video flowing (remove first frame and in the end a frame).Its basic thought of estimation is the macro block that present frame and reference frame is divided into many non-overlapping copies; And all pixels are all done identical translation in the supposition macro block; In present frame, selecting some macro blocks is current macro; Then in reference frame in certain hunting zone according to certain matching criterior find out with present frame in the most similar piece of this macro block, i.e. match block.Method for the corresponding optimum Match macro block of search current macro in reference frame mainly can be divided into full-search algorithm and various fast search algorithm.Full-search algorithm is that each pixel in the hunting zone is carried out matching operation, thereby obtains the motion vector of a global optimum, so full-search algorithm is the highest algorithm of search precision.
Summary of the invention
Defective to prior art exists the purpose of this invention is to provide a kind of digital video signal conversion method based on motion compensation.I.e. SAD through coupling macro block in macro block in the present frame relatively and the reference frame (Sum of Absolute Difference, absolute error with) value size adjusts that values of parameters changes present frame and reference frame generates proportion in the new frame in interpolation; And the performance of the interpolated frame of detection generation.
For achieving the above object, the present invention adopts following technical scheme:
A kind of digital video signal conversion method based on motion compensation, implementation step is following:
1) carry out the digital video signal source changed on the frame rate for needs, signal processing technology is general, and what handle is its YUV color space, rather than the RGB color space; This be because RGB require three independently vision signal transmit simultaneously, and for YUV signal, Y representes luminance signal; U, V represent carrier chrominance signal; The covariance in the Y of each pixel, U, three spaces of V is identical, if calculated the covariance of half-tone information Y, then can obtain the covariance in U, V space.So not only reduce the complexity of calculating, and made and need not transmit three road signals when signal transmits, only needed a transmission Y-signal to get final product.Therefore, before carrying out estimation and motion compensation, we want to convert image into yuv format from rgb format earlier.
2) adopt the method for estimating that matees based on piece, be divided into the macro block of many non-overlapping copies to each frame of moving image, and suppose that all pixels are done identical translation in each macro block, promptly have identical displacement, each macro block is calculated its motion vector separately; Search for the most similar macro block of each macro block as match block; Obtain more accurate and level and smooth motion vector, reduce the edge blurry phenomenon that motion compensated interpolation is brought.
3) present frame and reference frame are divided into the macro block of the 8*8 pixel of many non-overlapping copies; In reference frame, satisfy the corresponding coupling macro block of current macro of SAD matching criterior through all direction search method search, calculate then current macro motion vector and with the pixel absolute difference and the sad value of coupling macro block;
Wherein the SAD matching criterior is:
Figure 2011104572720100002DEST_PATH_IMAGE001
In the formula,
Figure 496445DEST_PATH_IMAGE002
and
Figure 2011104572720100002DEST_PATH_IMAGE003
representes present frame and reference frame respectively;
Figure 917063DEST_PATH_IMAGE004
is the size of the macro block of division;
Figure 2011104572720100002DEST_PATH_IMAGE005
is the displacement vector of each macro block.
The pixel definition of corresponding macro block is
Figure 576583DEST_PATH_IMAGE006
in the interpolated frame; Wherein
Figure 2011104572720100002DEST_PATH_IMAGE007
; ;
Figure 2011104572720100002DEST_PATH_IMAGE009
;
Figure 739897DEST_PATH_IMAGE010
is respectively the pixel of corresponding macro block in present frame and the reference frame; Sad value size through coupling macro block in macro block and the reference frame in the comparison present frame; Adjustment , the value of
Figure 964205DEST_PATH_IMAGE012
changes present frame and reference frame generates proportion in the new frame in interpolation:
If object of which movement is not obvious; The macro block motion is very little; This moment, sad value was very little; It is bigger that present frame generates in the new frame proportion in interpolation; Can regard the macro block of present frame as in the interpolated frame corresponding macro block; Get this moment;
Figure 963385DEST_PATH_IMAGE014
, then the pixel definition of corresponding macro block is
Figure 2011104572720100002DEST_PATH_IMAGE015
in the interpolated frame; If the object of which movement amplitude is big; Movement velocity is fast; The macro block motion is very big; This moment, sad value was very big; It is bigger that reference frame generates in the new frame proportion in interpolation; Get
Figure 247736DEST_PATH_IMAGE016
this moment;
Figure 2011104572720100002DEST_PATH_IMAGE017
, then the pixel definition of corresponding macro block is
Figure 847213DEST_PATH_IMAGE018
in the interpolated frame; If the object of which movement amplitude is between above two kinds of situation; The macro block motion is medium; Then according to the sad value size; Adjustment present frame and reference frame generate proportion in the new frame in interpolation; I.e. adjustment
Figure 875212DEST_PATH_IMAGE011
; The value of defines the pixel of corresponding macro block in the interpolated frame; When sad value increases from small to large gradually; Reduce the value of
Figure 184151DEST_PATH_IMAGE011
gradually, the value that increases
Figure 83973DEST_PATH_IMAGE012
gradually;
4) convert image into original rgb format by yuv format, the performance of the interpolated frame that detect to generate is carried out estimation and motion compensation process generation interpolated frame to present frame and reference frame; Then present frame and interpolated frame are carried out same estimation and motion compensation process once more and obtain new reference frame; The PSNR (Peak Signal to Noise Ratio, Y-PSNR) of the reference frame and the new reference frame of interpolation generation relatively estimates the performance of the movement compensating algorithm that is adopted; Work as PSNR>15; The interpolated frame that then generates meets the requirements, and < 15, the interpolated frame that then generates is undesirable as PSNR; Repeat step 1)-4), till meeting the requirements.
Wherein the PSNR computing formula is:
Figure 2011104572720100002DEST_PATH_IMAGE019
Wherein, nFor transmitting the needed bit number of each pixel, MSEBe mean square error.The PSNR value of calculating is high more, and video image that is then recovered out by this kind movement compensating algorithm and original video image are approaching more, and the performance of this movement compensating algorithm is good more.
The present invention has following outstanding advantage compared with prior art:
The motion amplitude of object has nothing in common with each other in the video flowing consecutive frame; Adopt single movement compensating algorithm of planting; Only better to the graphics performance of special exercise amplitude, for differ than greatly time corresponding with this kind algorithm of object of which movement amplitude in the frame, serious blooming can appear in object edge.The inventive method has been considered the movable information of object in these adjacent two frames, and the new frame that interpolation generates can reflect the movement locus of object in the frame well, and the new frame quality that interpolation generates is better, can effectively avoid single blurring effect that movement compensating algorithm brings of planting.The present invention can compare reference frame and pass through the PSNR of the new reference frame of interpolation generation, is used as estimating the standard of different motion backoff algorithm performance, thereby has got rid of the influence of motion estimation algorithm to the result, better compares the performance of different motion backoff algorithm.
Description of drawings
Fig. 1 is the flow chart of the inventive method.
Fig. 2 is the reference frame picture.
Fig. 3 is the picture after the single movement backoff algorithm is handled.
Fig. 4 is the picture after the inventive method is handled.
Fig. 5 is the picture after linear interpolation algorithm is handled.
Fig. 6 is the signal to noise ratio sketch map of single movement backoff algorithm, linear interpolation algorithm and the inventive method.
Embodiment
Below in conjunction with accompanying drawing and embodiment the inventive method is further specified.
As shown in Figure 1, a kind of digital video signal conversion method based on motion compensation, implementation step is following:
1) carries out the digital video signal source changed on the frame rate for needs, convert image into yuv format from rgb format earlier; Conversion formula is:
RGB—>YUV:
Figure 837035DEST_PATH_IMAGE020
Figure 2011104572720100002DEST_PATH_IMAGE021
2) adopt the method for estimating that matees based on piece, be divided into the macro block of many non-overlapping copies to each frame of moving image, and suppose that all pixels are done identical translation in each macro block, promptly have identical displacement, each macro block is calculated its motion vector separately; Search for the most similar macro block of each macro block as match block; Obtain more accurate and level and smooth motion vector, reduce the edge blurry phenomenon that motion compensated interpolation is brought.
3) present frame and reference frame are divided into the macro block of the 8*8 pixel of many non-overlapping copies; In reference frame, satisfy the corresponding coupling macro block of current macro of SAD matching criterior through all direction search method search, calculate then current macro motion vector and with the pixel absolute difference and the sad value of coupling macro block;
Wherein the SAD matching criterior is:
Figure 436960DEST_PATH_IMAGE001
In the formula,
Figure 824079DEST_PATH_IMAGE002
and
Figure 193881DEST_PATH_IMAGE003
representes present frame and reference frame respectively;
Figure 265568DEST_PATH_IMAGE004
is the size of the macro block of division;
Figure 62622DEST_PATH_IMAGE005
is the displacement vector of each macro block.
The pixel definition of corresponding macro block is
Figure 671458DEST_PATH_IMAGE006
in the interpolated frame; Wherein
Figure 844951DEST_PATH_IMAGE007
;
Figure 793315DEST_PATH_IMAGE008
;
Figure 761271DEST_PATH_IMAGE009
;
Figure 857403DEST_PATH_IMAGE010
is respectively the pixel of corresponding macro block in present frame and the reference frame; Sad value size through coupling macro block in macro block and the reference frame in the comparison present frame; Adjustment , the value of
Figure 621146DEST_PATH_IMAGE012
changes present frame and reference frame generates proportion in the new frame in interpolation:
If object of which movement is not obvious; The macro block motion is very little; This moment, sad value was very little; It is bigger that present frame generates in the new frame proportion in interpolation; Can regard the macro block of present frame as in the interpolated frame corresponding macro block; Get
Figure 760003DEST_PATH_IMAGE013
this moment;
Figure 343431DEST_PATH_IMAGE014
, then the pixel definition of corresponding macro block is in the interpolated frame; If the object of which movement amplitude is big; Movement velocity is fast; The macro block motion is very big; This moment, sad value was very big; It is bigger that reference frame generates in the new frame proportion in interpolation; Get this moment; , then the pixel definition of corresponding macro block is
Figure 83537DEST_PATH_IMAGE018
in the interpolated frame; If the object of which movement amplitude is between above two kinds of situation; The macro block motion is medium; Then according to the sad value size; Adjustment present frame and reference frame generate proportion in the new frame in interpolation; I.e. adjustment ; The value of
Figure 976724DEST_PATH_IMAGE012
defines the pixel of corresponding macro block in the interpolated frame; When sad value increases from small to large gradually; Reduce the value of
Figure 457384DEST_PATH_IMAGE011
gradually, the value that increases
Figure 687508DEST_PATH_IMAGE012
gradually;
4) convert image into original rgb format by yuv format,
Conversion formula is:
YUV—>RGB:
Figure 2011104572720100002DEST_PATH_IMAGE023
Figure 731556DEST_PATH_IMAGE026
The performance of the interpolated frame that detect to generate is carried out estimation and motion compensation process generation interpolated frame to present frame and reference frame, then present frame and interpolated frame is carried out same estimation and motion compensation process once more and obtains new reference frame; The Y-PSNR PSNR that compares the new reference frame of reference frame and interpolation generation; Estimate the performance of the movement compensating algorithm that is adopted, work as PSNR 15, the interpolated frame that then generates meets the requirements; As PSNR < 15; The interpolated frame that then generates is undesirable, repeats step 1)-4), till meeting the requirements.
Fig. 2 is a reference frame picture in the video flowing.It is the single simple operation that matees macro block in the present frame in macro block and the reference frame that the picture that Fig. 3 is a present frame after the single movement backoff algorithm is handled, interpolation generate macro block pixels in the new frame, and interpolation algorithm fails to adjust according to object of which movement situation in the frame.Fig. 4 is the picture of present frame after the inventive method is handled.Fig. 5 is the picture of present frame after the simple linear interpolation algorithm is handled, and adjacent two frame integral body in the video flowing is carried out linear interpolation generate new frame, and the graphical quality that the not motion conditions of object in the considered frame, so interpolation generates new frame is the poorest.Picture after the inventive method interpolation processing is as shown in Figure 4, and effect is fine, and is the most approaching with reference frame.
Fig. 6 is the Y-PSNR PSNR sketch map of image after the algorithm process that single movement backoff algorithm, simple linear interpolation algorithm and the inventive method propose.The PSNR sketch map shows that the signal to noise ratio that the inventive method interpolation generates new frame is higher than single movement backoff algorithm and simple linear interpolation algorithm, and the motion compensation process that the present invention proposes has certain superiority.This method has improved the accuracy of interpolation, the blurring effect of effectively having avoided interpolated frame to bring.

Claims (3)

1. digital video signal conversion method based on motion compensation is characterized in that implementation step is following:
1) carries out the digital video signal source changed on the frame rate for needs, convert image into yuv format from rgb format earlier;
2) adopt the method for estimating that matees based on piece, be divided into the macro block of many non-overlapping copies to each frame of moving image, and suppose that all pixels are done identical translation in each macro block, promptly have identical displacement, each macro block is calculated its motion vector separately; Search for the most similar macro block of each macro block as match block; Obtain more accurate and level and smooth motion vector, reduce the edge blurry phenomenon that motion compensated interpolation is brought;
3) present frame and reference frame are divided into the macro block of the 8*8 pixel of many non-overlapping copies; In reference frame, satisfy the corresponding coupling macro block of current macro of SAD matching criterior through all direction search method search, calculate then current macro motion vector and with the pixel absolute difference and the sad value of coupling macro block;
The pixel definition of corresponding macro block is in the interpolated frame; Wherein
Figure 725806DEST_PATH_IMAGE002
,
Figure 804620DEST_PATH_IMAGE003
;
Figure 489548DEST_PATH_IMAGE004
;
Figure 120250DEST_PATH_IMAGE005
is respectively the pixel of corresponding macro block in present frame and the reference frame; Sad value size through coupling macro block in macro block and the reference frame in the comparison present frame; Adjustment , the value of
Figure 218973DEST_PATH_IMAGE007
changes present frame and reference frame generates proportion in the new frame in interpolation:
If object of which movement is not obvious; The macro block motion is very little; This moment, sad value was very little; It is bigger that present frame generates in the new frame proportion in interpolation; Can regard the macro block of present frame as in the interpolated frame corresponding macro block; Get
Figure 509140DEST_PATH_IMAGE008
this moment;
Figure 451688DEST_PATH_IMAGE009
, then the pixel definition of corresponding macro block is
Figure 889623DEST_PATH_IMAGE010
in the interpolated frame;
If the object of which movement amplitude is big; Movement velocity is fast; The macro block motion is very big; This moment, sad value was very big; It is bigger that reference frame generates in the new frame proportion in interpolation; Get
Figure 497190DEST_PATH_IMAGE011
this moment;
Figure 969760DEST_PATH_IMAGE012
, then the pixel definition of corresponding macro block is
Figure 817630DEST_PATH_IMAGE013
in the interpolated frame;
If the object of which movement amplitude is between above two kinds of situation; The macro block motion is medium; Then according to the sad value size; Adjustment present frame and reference frame generate proportion in the new frame in interpolation; I.e. adjustment ; The value of
Figure 904852DEST_PATH_IMAGE007
defines the pixel of corresponding macro block in the interpolated frame; When sad value increases from small to large gradually; Reduce the value of
Figure 231928DEST_PATH_IMAGE006
gradually, the value that increases
Figure 516279DEST_PATH_IMAGE007
gradually;
4) convert image into original rgb format by yuv format, the performance of the interpolated frame that detect to generate is carried out estimation and motion compensation process generation interpolated frame to present frame and reference frame; Then present frame and interpolated frame are carried out same estimation and motion compensation process once more and obtain new reference frame, the Y-PSNR PSNR of the reference frame and the new reference frame of interpolation generation relatively estimates the performance of the movement compensating algorithm that is adopted; Work as PSNR>15; The interpolated frame that then generates meets the requirements, and < 15, the interpolated frame that then generates is undesirable as PSNR; Repeat step 1)-4), till meeting the requirements.
2. according to a kind of digital video signal conversion method shown in the claim 1, it is characterized in that based on motion compensation, said SAD matching criterior, its formula is:
Figure 115756DEST_PATH_IMAGE014
In the formula,
Figure 878176DEST_PATH_IMAGE015
and representes present frame and reference frame respectively;
Figure 515011DEST_PATH_IMAGE017
is the size of the macro block of division;
Figure 352517DEST_PATH_IMAGE018
is the displacement vector of each macro block.
3. according to a kind of digital video signal conversion method shown in the claim 1, it is characterized in that said Y-PSNR PSNR computing formula is based on motion compensation:
Figure 918627DEST_PATH_IMAGE019
Wherein, nFor transmitting the needed bit number of each pixel, MSEBe mean square error.
CN2011104572720A 2011-12-31 2011-12-31 Digital video signal conversion method based on motion compensation Pending CN102523419A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011104572720A CN102523419A (en) 2011-12-31 2011-12-31 Digital video signal conversion method based on motion compensation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011104572720A CN102523419A (en) 2011-12-31 2011-12-31 Digital video signal conversion method based on motion compensation

Publications (1)

Publication Number Publication Date
CN102523419A true CN102523419A (en) 2012-06-27

Family

ID=46294200

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011104572720A Pending CN102523419A (en) 2011-12-31 2011-12-31 Digital video signal conversion method based on motion compensation

Country Status (1)

Country Link
CN (1) CN102523419A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104202603A (en) * 2014-09-23 2014-12-10 浙江工商大学 Motion vector field generation method applied to video frame rate up-conversion
CN111050149A (en) * 2019-12-24 2020-04-21 苏州乐梦光电科技有限公司 Video processing method, device and equipment for projection system and storage medium
CN111641829A (en) * 2020-05-16 2020-09-08 Oppo广东移动通信有限公司 Video processing method, device, system, storage medium and electronic equipment
CN112906475A (en) * 2021-01-19 2021-06-04 郑州凯闻电子科技有限公司 Artificial intelligence-based rolling shutter imaging method and system for urban surveying and mapping unmanned aerial vehicle

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101207707A (en) * 2007-12-18 2008-06-25 上海广电集成电路有限公司 System and method for advancing frame frequency based on motion compensation
US20080204592A1 (en) * 2007-02-22 2008-08-28 Gennum Corporation Motion compensated frame rate conversion system and method
CN101621693A (en) * 2009-07-31 2010-01-06 重庆大学 Frame frequency lifting method for combining target partition and irregular block compensation
CN101867759A (en) * 2010-05-19 2010-10-20 西安交通大学 Self-adaptive motion compensation frame frequency promoting method based on scene detection
CN101969568A (en) * 2010-11-16 2011-02-09 上海大学 Frame rate up conversion-oriented motion estimation method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080204592A1 (en) * 2007-02-22 2008-08-28 Gennum Corporation Motion compensated frame rate conversion system and method
CN101207707A (en) * 2007-12-18 2008-06-25 上海广电集成电路有限公司 System and method for advancing frame frequency based on motion compensation
CN101621693A (en) * 2009-07-31 2010-01-06 重庆大学 Frame frequency lifting method for combining target partition and irregular block compensation
CN101867759A (en) * 2010-05-19 2010-10-20 西安交通大学 Self-adaptive motion compensation frame frequency promoting method based on scene detection
CN101969568A (en) * 2010-11-16 2011-02-09 上海大学 Frame rate up conversion-oriented motion estimation method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SUK-JU KANG;KYOUNG-ROK CHO;YOUNG HWAN KIM: "Motion Compensated Frame Rate Up-Conversion Using Extended Bilateral Motion Estimation", 《IEEE TRANSACTIONS ON CONSUMER ELECTRONICS》 *
张 磊,支 琤,王 慈: "基于双向运动补偿的帧速率上变换算法", 《计算机工程》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104202603A (en) * 2014-09-23 2014-12-10 浙江工商大学 Motion vector field generation method applied to video frame rate up-conversion
CN104202603B (en) * 2014-09-23 2017-05-24 浙江工商大学 Motion vector field generation method applied to video frame rate up-conversion
CN111050149A (en) * 2019-12-24 2020-04-21 苏州乐梦光电科技有限公司 Video processing method, device and equipment for projection system and storage medium
CN111641829A (en) * 2020-05-16 2020-09-08 Oppo广东移动通信有限公司 Video processing method, device, system, storage medium and electronic equipment
CN111641829B (en) * 2020-05-16 2022-07-22 Oppo广东移动通信有限公司 Video processing method, device and system, storage medium and electronic equipment
CN112906475A (en) * 2021-01-19 2021-06-04 郑州凯闻电子科技有限公司 Artificial intelligence-based rolling shutter imaging method and system for urban surveying and mapping unmanned aerial vehicle

Similar Documents

Publication Publication Date Title
US6192079B1 (en) Method and apparatus for increasing video frame rate
US8441538B2 (en) Image generation apparatus and image generation method
CN102025960B (en) Motion compensation de-interlacing method based on adaptive interpolation
US20110176014A1 (en) Video Stabilization and Reduction of Rolling Shutter Distortion
US20050243921A1 (en) Efficient multi-frame motion estimation for video compression
CN101867759B (en) Self-adaptive motion compensation frame frequency promoting method based on scene detection
US8542298B2 (en) Image processing device and image processing method
CN102055947A (en) Frame rate convertor using motion estimation and pixel interpolation
US8355442B2 (en) Method and system for automatically turning off motion compensation when motion vectors are inaccurate
CN102523419A (en) Digital video signal conversion method based on motion compensation
KR20150084767A (en) Method and apparatus for compensating illumination variations in a sequence of images
KR20100063655A (en) Method for detection of film mode or camera mode
CN101969568B (en) Frame rate up conversion-oriented motion estimation method
KR101544158B1 (en) Method for searching bidirectional motion using multiple frame and image apparatus with the same technique
CN113824961A (en) Interframe image coding method and system applicable to VVC (variable value code) coding standard
CN104933671A (en) Image color fusion method
US8849061B2 (en) Noise reduction device and noise reduction method
CN116489333A (en) Edge classification model construction method for depth map coding unit division
US20110249870A1 (en) Method of occlusion handling
EP1691545B1 (en) Apparatus for interpolating scanning lines
CN104902256B (en) A kind of binocular stereo image decoding method based on motion compensation
JP5742048B2 (en) Color moving image structure conversion method and color moving image structure conversion device
CN108366265A (en) A kind of distributed video side information generation method based on temporal correlation
JP6099104B2 (en) Color moving image structure conversion method and color moving image structure conversion device
CN116405618A (en) Picture motion compensation method, system and storage medium in multi-screen combination

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C53 Correction of patent of invention or patent application
CB03 Change of inventor or designer information

Inventor after: Yan Ke

Inventor after: Chen Xuewei

Inventor after: Yang Shengqi

Inventor after: Chen Chunchun

Inventor after: Lin Mei

Inventor before: Chen Xuewei

Inventor before: Yang Shengqi

Inventor before: Chen Chunchun

Inventor before: Lin Mei

COR Change of bibliographic data

Free format text: CORRECT: INVENTOR; FROM: CHEN XUEWEI YANG SHENGQI CHEN CHUNCHUN LIN MEI TO: YAN KE CHEN XUEWEI YANGSHENGQI CHEN CHUNCHUN LIN MEI

C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20120627