CN103763461B - Video jitter detection method and device - Google Patents

Video jitter detection method and device Download PDF

Info

Publication number
CN103763461B
CN103763461B CN201310747263.4A CN201310747263A CN103763461B CN 103763461 B CN103763461 B CN 103763461B CN 201310747263 A CN201310747263 A CN 201310747263A CN 103763461 B CN103763461 B CN 103763461B
Authority
CN
China
Prior art keywords
video
giggle
jitter
sigma
formula
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
CN201310747263.4A
Other languages
Chinese (zh)
Other versions
CN103763461A (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.)
Alibaba China Co Ltd
Youku Network Technology Beijing Co Ltd
Original Assignee
1Verge Internet Technology Beijing 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 1Verge Internet Technology Beijing Co Ltd filed Critical 1Verge Internet Technology Beijing Co Ltd
Priority to CN201310747263.4A priority Critical patent/CN103763461B/en
Publication of CN103763461A publication Critical patent/CN103763461A/en
Application granted granted Critical
Publication of CN103763461B publication Critical patent/CN103763461B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Television Signal Processing For Recording (AREA)

Abstract

Disclosed are a video jitter detection method and device. According to the video jitter detection method and device, G_giggle_f, G_giggle_s and G_giggle can be worked out by calculating the two-dimensional global motion vector of a video; judgment results of jitter conditions of the video are obtained by comparing the G_giggle_f, the G_giggle_s and the G_giggle with different threshold values; the jitter conditions are transmitted to subsequent video coding pre-processing and play links to serve as reference in subsequent relevant video quality improvement steps, and for example it is suggested that an anti-jitter processing algorithm should be adopted for improving the quality of videos classified as strong-jitter or medium-jitter videos.

Description

A kind of video jitter detection method and device
Technical field
The present invention relates to video algorithm field, concrete, relate to method and device that video jitter intensity is detected.
Background technology
Along with digital vedio recording product is widely used in individual consumer, increasing people takes the various videos in life by the mobile phone carried with, flat board, digital camera, Digital Video, photographer may be on walking, the automobile that travels, in the subway that starts, thus the float making the video council of shooting occur in various degree; And the shake of picture can be felt under the weather to beholder.
For this problem, there is research and the algorithm realization of a lot of video stabilization, and also had good subjective effect; But current ant-shaking algorithm all can introduce other negative problems such as the reduction at some picture edges substantially.Therefore, if all apply ant-shaking algorithm to all videos, those will inevitably be made not have the video pictures of float to occur, and user does not wish situation about seeing, reduces the effect of these videos.
If can detect whether video is shaken, further, detect shake intensity and the chattering frequency of video, the relevant improvement for the later stage is provided with reference to decision-making, and be conducive to the raising of video quality, avoid the video quality shone due to unnecessary video jitter process to decline.
Summary of the invention
The object of the invention is to propose a kind of video jitter intensity detection algorithm, shake intensity, the chattering frequency of video can be calculated, and the overall jitter value of video, thus be conducive to judging whether to carry out stabilization process to this video.
For reaching this object, the present invention by the following technical solutions:
A kind of video jitter detection method, comprises the steps:
Two dimension global motion vector calculation procedure S110: for video to be analyzed, the two-dimentional global motion vector that the i-th+1 frame utilizes global motion algorithm detecting step to calculate is V i(x i, y i), wherein, the frame number that i=1 ~ N-1, N have for this video;
Parameters Calculation step S120: utilize formula (1) computing parameter,
fgX i = 1 x i &times; x i + 1 < 0 0 else , sgX i = ( | x i | + | x i + 1 | ) / width x i &times; x i + 1 < 0 0 else
fgY i = 1 y i &times; y i + 1 < 0 0 else , sgY i = ( | y i | + | y i + 1 | ) / height y i &times; y i + 1 < 0 0 else , Formula (1)
Wherein, width is the wide of video, and height is the height of video.
Preferably, video jitter frequency computation part step S130: utilize formula (2) to calculate video jitter frequency G_giggle_f,
G _ giggle _ f = &Sigma; i = 2 N - 2 Max ( fg X i , fg Y i ) / ( N - 2 ) Formula (2).
Preferably, video jitter Strength co-mputation step S140: utilize formula (3) to calculate video jitter intensity G_giggle_s,
G _ giggle _ s = ( &Sigma; i = 1 N - 2 sg X i 2 + &Sigma; i = 1 N - 2 sg Y i 2 ) / &Sigma; i = 1 N - 2 Max ( fg X i , fg Y i ) Formula (3).
Preferably, video overall jitter value calculation procedure S150: utilize formula (4) to calculate video jitter frequency G_giggle,
G _ giggle = G _ giggle _ f &times; G _ giggle _ s = ( &Sigma; i = 1 N - 2 sg X 2 + &Sigma; i = 1 N - 2 sg Y i 2 ) / ( N - 2 ) Formula (4).
Preferably, video overall jitter judges classifying step S160:
The jitter conditions of video is judged according to the numerical value of G_giggle_f and G_giggle,
Satisfy condition G_giggle_f>0.1, and simultaneously during G_giggle>0.0006, video is strong shake;
Satisfy condition G_giggle_f>0.1, and simultaneously during G_giggle≤0.0006, video is medium shake;
Satisfy condition 0.1 >=G_giggle_f>0.06 time, video is weak shake;
Satisfy condition 0.06 >=G_giggle_f>0.01 time, video is micro-shake;
Satisfy condition G_giggle_f≤0.01 time, video is non-jitter.
The invention also discloses a kind of checkout gear of video jitter, it comprises as lower unit:
Two dimension global motion vector computing unit 210: for video to be analyzed, the two-dimentional global motion vector that the i-th+1 frame utilizes global motion algorithm detecting unit to calculate is V i(x i, y i), wherein, the frame number that i=1 ~ N-1, N have for this video;
Parameters Calculation unit 220: utilize formula (1) computing parameter,
fgX i = 1 x i &times; x i + 1 < 0 0 else , sgX i = ( | x i | + | x i + 1 | ) / width x i &times; x i + 1 < 0 0 else
fgY i = 1 y i &times; y i + 1 < 0 0 else , sgY i = ( | y i | + | y i + 1 | ) / height y i &times; y i + 1 < 0 0 else , Formula (1)
Wherein, width is the wide of video, and height is the height of video.
Preferably, video jitter frequency computation part unit 230: utilize formula (2) to calculate video jitter frequency G_giggle_f,
G _ giggle _ f = &Sigma; i = 2 N - 2 Max ( fg X i , fg Y i ) / ( N - 2 ) Formula (2).
Preferably, video jitter Strength co-mputation unit 240: utilize formula (3) to calculate video jitter frequency G_giggle_s,
G _ giggle _ s = ( &Sigma; i = 1 N - 2 sg X i 2 + &Sigma; i = 1 N - 2 sg Y i 2 ) / &Sigma; i = 1 N - 2 Max ( fg X i , fg Y i ) Formula (3).
Preferably, video overall jitter value computing unit 250: utilize formula (4) to calculate video jitter frequency G_giggle,
G _ giggle = G _ giggle _ f &times; G _ giggle _ s = ( &Sigma; i = 1 N - 2 sg X 2 + &Sigma; i = 1 N - 2 sg Y i 2 ) / ( N - 2 ) Formula (4).
Preferably, video overall jitter judges taxon 260:
The jitter conditions of video is judged according to the numerical value of G_giggle_f and G_giggle,
Satisfy condition G_giggle_f>0.1, and simultaneously during G_giggle>0.0006, video is strong shake;
Satisfy condition G_giggle_f>0.1, and simultaneously during G_giggle≤0.0006, video is medium shake;
Satisfy condition 0.1 >=G_giggle_f>0.06 time, video is weak shake;
Satisfy condition 0.06 >=G_giggle_f>0.01 time, video is micro-shake;
Satisfy condition G_giggle_f≤0.01 time, video is non-jitter.
The present invention can calculate G_giggle_f, G_giggle_s and G_giggle, by with the comparison of different threshold value obtain this video jitter conditions judge, jitter conditions passed to follow-up Video coding pre-treatment and play link, the reference of video quality correlation step is improved for follow-up, such as the video being categorized into strong shake and medium shake, suggestion adds stabilization Processing Algorithm to improve video quality etc.
Accompanying drawing explanation
Fig. 1 is the video jitter detection method according to the specific embodiment of the invention;
Fig. 2 is the video jitter checkout gear according to the specific embodiment of the invention.
Embodiment
Below in conjunction with drawings and Examples, the present invention is described in further detail.Be understandable that, specific embodiment described herein is only for explaining the present invention, but not limitation of the invention.It also should be noted that, for convenience of description, illustrate only part related to the present invention in accompanying drawing but not entire infrastructure.
See Fig. 1, disclose according to video jitter detection method of the present invention.Comprise the steps:
Two dimension global motion vector calculation procedure S110: for video to be analyzed, the two-dimentional global motion vector that the i-th+1 frame utilizes global motion algorithm detecting step to calculate is V i(x i, y i), wherein, the frame number that i=1 ~ N-1, N have for this video.
Parameters Calculation step S120: utilize formula (1) computing parameter,
fgX i = 1 x i &times; x i + 1 < 0 0 else , sgX i = ( | x i | + | x i + 1 | ) / width x i &times; x i + 1 < 0 0 else
fgY i = 1 y i &times; y i + 1 < 0 0 else , sgY i = ( | y i | + | y i + 1 | ) / height y i &times; y i + 1 < 0 0 else , Formula (1)
Wherein, width is the wide of video, and height is the height of video;
Video jitter frequency computation part step S130: utilize formula (2) to calculate video jitter frequency G_giggle_f,
G _ giggle _ f = &Sigma; i = 2 N - 2 Max ( fg X i , fg Y i ) / ( N - 2 ) Formula (2)
Video jitter Strength co-mputation step S140: utilize formula (3) to calculate video jitter frequency G_giggle_s,
G _ giggle _ s = ( &Sigma; i = 1 N - 2 sg X i 2 + &Sigma; i = 1 N - 2 sg Y i 2 ) / &Sigma; i = 1 N - 2 Max ( fg X i , fg Y i ) Formula (3)
Video overall jitter value calculation procedure S150: utilize formula (4) to calculate video jitter frequency G_giggle,
G _ giggle = G _ giggle _ f &times; G _ giggle _ s = ( &Sigma; i = 1 N - 2 sg X 2 + &Sigma; i = 1 N - 2 sg Y i 2 ) / ( N - 2 ) Formula (4)
Video overall jitter judges classifying step S160:
The jitter conditions of video is judged according to the numerical value of G_giggle_f and G_giggle,
Satisfy condition G_giggle_f>0.1, and simultaneously during G_giggle>0.0006, video is strong shake;
Satisfy condition G_giggle_f>0.1, and simultaneously during G_giggle≤0.0006, video is medium shake;
Satisfy condition 0.1 >=G_giggle_f>0.06 time, video is weak shake;
Satisfy condition 0.06 >=G_giggle_f>0.01 time, video is micro-shake;
Satisfy condition G_giggle_f≤0.01 time, video is non-jitter.
Embodiment 1:
Certain video has 10 frames (N=10), and resolution is 1280x720 (i.e. width=1280, height=720), and the 2nd frame is respectively (12 to the global motion vector of the 10th frame, 13), (21,15), (-10,12), (-12 ,-20), (-10,0), (-12 ,-21), (0,20), (13,5), (2,14).
Calculate
(i=1 ~ 8) are respectively 0, and 1,0,0,0,0,0,0;
(i=1 ~ 8) are respectively 0, and 0,1,0,0,1,0,0;
(i=1 ~ 8) are respectively 0, and 31/1280,0,0,0,0,0,0;
(i=1 ~ 8) are respectively 0, and 0,32/720,0,0,41/720,0,0;
Video jitter frequency G_giggle_f=3/8=0.375
Video jitter intensity G_giggle_s=0.065/3=0.025
The overall jitter value G_giggle=0.025/8=0.003 of video
Due to G_giggle_f=0.375>0.1, G_giggle=0.003>0.0006, so judge that this video is as " shaking by force ".
Embodiment 2:
Certain video has 20 frames (N=20), resolution is 1920x1080 (i.e. width=1920, height=1080), 2nd frame is respectively (2 to the global motion vector of the 20th frame, 3), (1, 5), (-1, 2), (-1,-2), (-7, 0), (-2,-1), (0, 1), (3, 5), (2, 4), (1, 3), (2, 5), (-1, 2), (-1,-2), (7, 0), (-1,-1), (-1, 5), (3, 5), (-1, 4), (0, 5).
Calculate
(i=1 ~ 18) are respectively 0, and 1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,1,0;
(i=1 ~ 18) are respectively 0, and 0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0;
(i=1 ~ 18) are respectively 0, and 2/1920,0,0,0,0,0,0,0,0,3/1920,0,8/1920,8/1920,0,4/1920,4/1920,0;
(i=1 ~ 18) are respectively 0, and 0,4/1080,0,0,2/1080,0,0,0,0,0,0,4/1080,0,0,6/1080,0,0;
Video jitter frequency G_giggle_f=6/18=0.333
Video jitter intensity G_giggle_s=0.01/6=0.0017
The overall jitter value G_giggle=0.01/18=0.0006 of video
Due to G_giggle_f=0.333>0.1, G_giggle=0.0006<0.001, so judge that this video is as " medium shake ".
Further, the invention also discloses a kind of checkout gear of video jitter, it comprises as lower unit:
Two dimension global motion vector computing unit 210: for video to be analyzed, the two-dimentional global motion vector that the i-th+1 frame utilizes global motion algorithm detecting unit to calculate is V i(x i, y i), wherein, the frame number that i=1 ~ N-1, N have for this video,
Parameters Calculation unit 220: utilize formula (5) computing parameter,
fgX i = 1 x i &times; x i + 1 < 0 0 else , sgX i = ( | x i | + | x i + 1 | ) / width x i &times; x i + 1 < 0 0 else
fgY i = 1 y i &times; y i + 1 < 0 0 else , sgY i = ( | y i | + | y i + 1 | ) / height y i &times; y i + 1 < 0 0 else , Formula (5)
Wherein, width is the wide of video, and height is the height of video;
Video jitter frequency computation part unit 230: utilize formula (6) to calculate video jitter frequency G_giggle_f,
G _ giggle _ f = &Sigma; i = 2 N - 2 Max ( fg X i , fg Y i ) / ( N - 2 ) Formula (6)
Video jitter Strength co-mputation unit 240: utilize formula (7) to calculate video jitter frequency G_giggle_s,
G _ giggle _ s = ( &Sigma; i = 1 N - 2 sg X i 2 + &Sigma; i = 1 N - 2 sg Y i 2 ) / &Sigma; i = 1 N - 2 Max ( fg X i , fg Y i ) Formula (7)
Video overall jitter value computing unit 250: utilize formula (8) to calculate video jitter frequency G_giggle,
G _ giggle = G _ giggle _ f &times; G _ giggle _ s = ( &Sigma; i = 1 N - 2 sg X 2 + &Sigma; i = 1 N - 2 sg Y i 2 ) / ( N - 2 ) Formula (8)
Video overall jitter judges taxon 260:.
The jitter conditions of video is judged according to the numerical value of G_giggle_f and G_giggle,
Satisfy condition G_giggle_f>0.1, and simultaneously during G_giggle>0.0006, video is strong shake
Satisfy condition G_giggle_f>0.1, and simultaneously during G_giggle≤0.0006, video is medium shake;
Satisfy condition 0.1 >=G_giggle_f>0.06 time, video is weak shake;
Satisfy condition 0.06 >=G_giggle_f>0.01 time, video is micro-shake;
Satisfy condition G_giggle_f≤0.01 time, video is non-jitter.
Therefore, the present invention can calculate G_giggle_f, G_giggle_s and G_giggle, by with the comparison of different threshold value obtain this video jitter conditions judge, jitter conditions passed to follow-up Video coding pre-treatment and play link, improve the reference of video quality correlation step for follow-up, such as the video being categorized into strong shake and medium shake, suggestion adds stabilization Processing Algorithm to improve video quality etc.
Above content is in conjunction with concrete preferred implementation further description made for the present invention; can not assert that the specific embodiment of the present invention is only limitted to this; for general technical staff of the technical field of the invention; without departing from the inventive concept of the premise; some simple deduction or replace can also be made, all should be considered as belonging to the present invention by submitted to claims determination protection range.

Claims (8)

1. a video jitter detection method, comprises the steps:
Two dimension global motion vector calculation procedure S110: for video to be analyzed, the two-dimentional global motion vector that the i-th+1 frame utilizes global motion algorithm detecting step to calculate is V i(x i, y i), wherein, the frame number that i=1 ~ N-1, N have for this video;
Parameters Calculation step S120: utilize formula (1) computing parameter,
fg X i = 1 x i &times; x i + 1 < 0 0 else , sg X i = ( | x i | + | x i + 1 | ) / width x i &times; x i + 1 < 0 0 else
fg Y i = 1 y i &times; y i + 1 < 0 0 else , sg Y i = ( | y i | + | y i + 1 | ) / height y i &times; y i + 1 < 0 0 else , Formula (1)
Wherein, width is the wide of video, and height is the height of video;
Also comprise video jitter frequency computation part step S130: utilize formula (2) to calculate video jitter frequency G_giggle_f,
G _ giggle _ f = &Sigma; i = 1 N - 2 Max ( fg X i , fg Y i ) / ( N - 2 ) Formula (2).
2. video jitter detection method according to claim 1, also comprises:
Video jitter Strength co-mputation step S140: utilize formula (3) to calculate video jitter intensity G_giggle_s,
G _ giggle _ s = ( &Sigma; i = 1 N - 2 sg X i 2 + &Sigma; i = 1 N - 2 sg Y i 2 ) / &Sigma; i = 1 N - 2 Max ( fg X i , fg Y i ) Formula (3).
3. video jitter detection method according to claim 2, also comprises:
Video overall jitter value calculation procedure S150: utilize formula (4) to calculate video overall jitter value G_giggle,
G _ giggle = G _ giggle _ f &times; G _ giggle _ s = ( &Sigma; i = 1 N - 2 sg X 2 + &Sigma; i = 1 N - 2 sg Y i 2 ) / ( N - 2 ) Formula (4).
4. video jitter detection method according to claim 3, also comprises:
Video overall jitter judges classifying step S160:
The jitter conditions of video is judged according to the numerical value of G_giggle_f and G_giggle,
Satisfy condition G_giggle_f>0.1, and simultaneously during G_giggle>0.0006, video is strong shake;
Satisfy condition G_giggle_f>0.1, and simultaneously during G_giggle≤0.0006, video is medium shake;
Satisfy condition 0.1 >=G_giggle_f>0.06 time, video is weak shake;
Satisfy condition 0.06 >=G_giggle_f>0.01 time, video is micro-shake;
Satisfy condition G_giggle_f≤0.01 time, video is non-jitter.
5. a checkout gear for video jitter, it comprises as lower unit:
Two dimension global motion vector computing unit 210: for video to be analyzed, the two-dimentional global motion vector that the i-th+1 frame utilizes global motion algorithm detecting unit to calculate is V i(x i, y i), wherein, the frame number that i=1 ~ N-1, N have for this video;
Parameters Calculation unit 220: utilize formula (1) computing parameter,
fg X i = 1 x i &times; x i + 1 < 0 0 else , sg X i = ( | x i | + | x i + 1 | ) / width x i &times; x i + 1 < 0 0 else
fg Y i = 1 y i &times; y i + 1 < 0 0 else , sg Y i = ( | y i | + | y i + 1 | ) / height y i &times; y i + 1 < 0 0 else , Formula (1)
Wherein, width is the wide of video, and height is the height of video;
Also comprise video jitter frequency computation part unit 230: utilize formula (2) to calculate video jitter frequency G_giggle_f,
G _ giggle _ f = &Sigma; i = 1 N - 2 Max ( fg X i , fg Y i ) / ( N - 2 ) Formula (2).
6. the detection method of video jitter according to claim 5, also comprises:
Video jitter Strength co-mputation unit 240: utilize formula (3) to calculate video jitter frequency G_giggle_s,
G _ giggle _ s = ( &Sigma; i = 1 N - 2 sg X i 2 + &Sigma; i = 1 N - 2 sg Y i 2 ) / &Sigma; i = 1 N - 2 Max ( fg X i , fg Y i ) Formula (3).
7. the detection method of video jitter according to claim 6, also comprises:
Video overall jitter value computing unit 250: utilize formula (4) to calculate video overall jitter value G_giggle,
G _ giggle = G _ giggle _ f &times; G _ giggle _ s = ( &Sigma; i = 1 N - 2 sg X 2 + &Sigma; i = 1 N - 2 sg Y i 2 ) / ( N - 2 ) Formula (4).
8. the detection method of video jitter according to claim 7, also comprises:
Video overall jitter judges taxon 260:
The jitter conditions of video is judged according to the numerical value of G_giggle_f and G_giggle,
Satisfy condition G_giggle_f>0.1, and simultaneously during G_giggle>0.0006, video is strong shake;
Satisfy condition G_giggle_f>0.1, and simultaneously during G_giggle≤0.0006, video is medium shake;
Satisfy condition 0.1 >=G_giggle_f>0.06 time, video is weak shake;
Satisfy condition 0.06 >=G_giggle_f>0.01 time, video is micro-shake;
Satisfy condition G_giggle_f≤0.01 time, video is non-jitter.
CN201310747263.4A 2013-12-31 2013-12-31 Video jitter detection method and device Expired - Fee Related CN103763461B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310747263.4A CN103763461B (en) 2013-12-31 2013-12-31 Video jitter detection method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310747263.4A CN103763461B (en) 2013-12-31 2013-12-31 Video jitter detection method and device

Publications (2)

Publication Number Publication Date
CN103763461A CN103763461A (en) 2014-04-30
CN103763461B true CN103763461B (en) 2015-06-10

Family

ID=50530615

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310747263.4A Expired - Fee Related CN103763461B (en) 2013-12-31 2013-12-31 Video jitter detection method and device

Country Status (1)

Country Link
CN (1) CN103763461B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104135597B (en) * 2014-07-04 2017-12-15 上海交通大学 A kind of video jitter automatic testing method
CN106648064A (en) * 2016-10-19 2017-05-10 珠海格力电器股份有限公司 Information processing method and device, and electronic equipment
CN111866395B (en) * 2020-08-07 2022-05-13 苏州臻迪智能科技有限公司 Stability augmentation processing module, unmanned aerial vehicle camera system and image stability augmentation processing method
CN113115109B (en) * 2021-04-16 2023-07-28 深圳市帧彩影视科技有限公司 Video processing method, device, electronic equipment and storage medium
CN113691733B (en) * 2021-09-18 2023-04-18 北京百度网讯科技有限公司 Video jitter detection method and device, electronic equipment and storage medium
CN114640754B (en) * 2022-03-08 2024-06-14 京东科技信息技术有限公司 Video jitter detection method, device, computer equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1933554A (en) * 2005-12-31 2007-03-21 北京中星微电子有限公司 Anti-fluttering method and apparatus for hand-held digital camera equipment
CN103051836A (en) * 2012-12-14 2013-04-17 中兴通讯股份有限公司 Anti-shake photographing method and anti-shake photographing device for mobile terminal
CN103095966A (en) * 2011-10-28 2013-05-08 浙江大华技术股份有限公司 Video jitter quantization method and video jitter quantization device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1933554A (en) * 2005-12-31 2007-03-21 北京中星微电子有限公司 Anti-fluttering method and apparatus for hand-held digital camera equipment
CN103095966A (en) * 2011-10-28 2013-05-08 浙江大华技术股份有限公司 Video jitter quantization method and video jitter quantization device
CN103051836A (en) * 2012-12-14 2013-04-17 中兴通讯股份有限公司 Anti-shake photographing method and anti-shake photographing device for mobile terminal

Also Published As

Publication number Publication date
CN103763461A (en) 2014-04-30

Similar Documents

Publication Publication Date Title
CN103763461B (en) Video jitter detection method and device
US10771698B2 (en) Image stabilization using machine learning
KR100981003B1 (en) Moving body image extraction apparatus and computer readable storage medium storing program
EP2786342B1 (en) Texture masking for video quality measurement
CN103533367B (en) A kind of no-reference video quality evaluating method and device
US9007435B2 (en) Real-time depth-aware image enhancement system
US8244054B2 (en) Method, apparatus and integrated circuit capable of reducing image ringing noise
CN103067702B (en) Video concentration method used for video with still picture
CN101478637A (en) History-based spatio-temporal noise reduction
US20150104062A1 (en) Probabilistic neural network based moving object detection method and an apparatus using the same
CN103179325A (en) Self-adaptive 3D (Three-Dimensional) noise reduction method for low signal-to-noise ratio video under fixed scene
US20180053287A1 (en) Video Image Denoising and Enhancing Method and Device Based On Random Spray Retinex
US20130279598A1 (en) Method and Apparatus For Video Compression of Stationary Scenes
TW200743372A (en) Apparatus and method for reducing temporal noise
CN106851302B (en) A kind of Moving Objects from Surveillance Video detection method based on intraframe coding compression domain
CN106550244A (en) The picture quality enhancement method and device of video image
CN102752483A (en) Filtering noise reduction system and filtering noise reduction method based on FPGA (field programmable gate array) platform
CN107333027A (en) A kind of method and apparatus of video image enhancement
CN103313047A (en) Video coding method and apparatus
CN106210448A (en) A kind of video image dithering Processing for removing method
CN112132797B (en) Short video quality screening method
CN105741319A (en) Improved visual background extraction method based on blind updating strategy and foreground model
CN101527786A (en) Method for strengthening definition of sight important zone in network video
CN103414899B (en) A kind of method for estimating of Video coding
CN101426148A (en) Video objective quality evaluation method

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
CP01 Change in the name or title of a patent holder

Address after: 100080 Beijing Haidian District city Haidian street A Sinosteel International Plaza No. 8 block 5 layer A, C

Patentee after: Youku network technology (Beijing) Co.,Ltd.

Address before: 100080 Beijing Haidian District city Haidian street A Sinosteel International Plaza No. 8 block 5 layer A, C

Patentee before: 1VERGE INTERNET TECHNOLOGY (BEIJING) Co.,Ltd.

CP01 Change in the name or title of a patent holder
TR01 Transfer of patent right

Effective date of registration: 20200319

Address after: 310023 room 508, floor 5, building 4, No. 699, Wangshang Road, Changhe street, Binjiang District, Hangzhou City, Zhejiang Province

Patentee after: Alibaba (China) Co.,Ltd.

Address before: 100080 Beijing Haidian District city Haidian street A Sinosteel International Plaza No. 8 block 5 layer A, C

Patentee before: Youku network technology (Beijing) Co.,Ltd.

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

Granted publication date: 20150610

Termination date: 20201231

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