Похожие презентации:
Digital Image Stabilization
1.
Digital Image Stabilization老師 : 楊士萱
學生 : 鄭馥銘
2.
OutlineIntroduction
Basic architecture of DIS
MVI method for DIS
Future work
3.
IntroductionAn image stabilization system manages
to remove unwanted movement form
an image sequence
Previous image stabilization system
accelerometers, gyros, mechanical dampers ,
angular velocity sensors…………..
We prefer to use DIS
4.
Basic architecture of DISInput
Pre-processing
Stabilization
Stabilized
Input
Video Encoder
Video Decoder
Output
5.
Basic architecture of DISstabilization-aided encoder
Stabilization
Input
Video Encoder
Video Decoder
Output
6.
Basic architecture of DISstabilization-aided decoder
Stabilization
Input
Video Encoder
Video Decoder
Output
7.
MVI Method for DISMVI : Motion Vector Integration
Basic idea :
Using some propose method to find reliable local
motion vector(LMV)
Calculate the global motion vector(GMV) form LMV.
Integrating the previous frame GMV and current
frame GMV to calculate AMV.
Using AMV to compensate current frame to be
stabilized frame.
Reference paper [1-4]
8.
New Algorithm and Architecture of DigitalImage stabilization System
CCD
A/D
DIS for
FM
Video
Encoder
Block diagram of a digital video camera with DIS
system.
9.
New Algorithm and Architecture of DigitalImage stabilization System
Lack of features
Existence of moving objects
Intentional panning
Existence of repeated patterns
Intentional zooming
Low signal-to-noise ratio
Large movement out of the searching range of
block matching
Complicated Motion (e.g. rotatory motion)
10.
A general structure of DIS system withframe memory
Preprocessing
Motion
Estimation
Motion
Decision
Motion
Compensation
Frame
Register
Frame
Memory
Stabilized
images
11.
Pre-ProcessingPreprocessing
Motion
Estimation
Motion
Decision
Motion
Compensation
Frame
Register
Frame
Memory
Stabilized
images
12.
Pre-ProcessingBlock Matching over Bit-Planes
13.
14.
Pre-ProcessingBlock Matching over Gray-Code BitPlanes
15.
16.
Motion EstimationPreprocessing
Motion
Estimation
Motion
Decision
Motion
Compensation
Frame
Register
Frame
Memory
Stabilized
images
17.
Motion Estimation18.
Motion Estimation19.
Motion DecisionPreprocessing
Motion
Estimation
Motion
Decision
Motion
Compensation
Frame
Register
Frame
Memory
Stabilized
images
20.
Motion Decision(Lack-of-Feature Condition)
21.
Motion Decision(Lack-of-Feature Condition)
22.
Motion Decision(Lack-of-Feature Condition)
23.
Motion Decision(Existence of Moving Objects)
Random-like motion
temporally correlated motion
24.
Motion Decision(Existence of Moving Objects)
25.
Motion Decision(Intentional Panning Condition)
If 80% of the VALID_LMV are detected as
temporally correlated motion, we consider
that the camera is under a panning condition
and no motion compensation is needed
Otherwise, we assume that these temporally
correlated motion vectors are caused by
some moving objects in the image.
26.
Motion Decision(Optical Zooming Condition)
27.
Motion Decision(Spatial Noise Checking of Noise Level)
28.
Procedure of Motion Decision29.
Procedure of Motion Decision30.
Motion CompensationFrame Motion Vector (FMV)
Accumulated Motion Vector (AMV)
Motion Compensation
31.
SimulationResult
32.
Future workUnderstanding mpeg4 framework in
order to write my propose method
program in it.
stabilization-aided encoder
Stabilization
Input
Video Encoder
Video Decoder
Output