SlideShare uma empresa Scribd logo
1 de 15
Baixar para ler offline
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
DOI : 10.5121/acij.2014.5301 1
MOTION DETECTION IN COMPRESSED VIDEO
USING MACROBLOCK CLASSIFICATION
M.Usha
Department of ECE, MKCE, Karur, Tamil Nadu
ABSTRACT
In this paper, to detect the moving objects between frames in compressed video and to obtain the best
compression video and the noiseless video. We describe a video in which frames by classifying
macroblocks (MB), and describe motion estimation (ME), motion vector field (MV) and motion
compensation (MC). we propose to classify Macroblocks of each video frame into different classes and use
this class information to describe the frame content based on the motion vector. MB class information
video applications such as shot change detection, motion discontinuity detection, Outlier rejection for
global motion estimation. To reduce the noise and to improve the clarity of the compressed video by using
contrast limited adaptive histogram equalization (CLAHE) Algorithm.
KEYWORDS
Motion estimation, Macro block Classification, Motion vector, Motion Compensation, CLAHE.
I. INTRODUCTION
Video is a prominent multimedia data form in today‘s communication systems. Hence it‘s
processing and analysis is of vital consequence. Video processing techniques such as video
compression, video content analysis, compensation, extraction, etc are important in many
applications. Motion based features play an important role in video signal processing since they
manipulate the real-time, ―dynamicǁ parameters of video signal.
Most professional projects have an offline phase that uses compressed video and then an online,
finishing phase that uses uncompressed video recaptured at full resolution. Uncompressed video
requires expensive VTRs and large, high-speed hard disks.
Noise is a very important factor for image quality. Noise is a random variation of image density,
visible as grain in film and pixel level variations in digital images. It arises from the effects of
basic physics the photon nature of light and the thermal energy of heat inside image sensors.
Typical noise reduction (NR) software reduces the visibility of noise.
The video compression is achieved by identifying high intensity moving object in compressed
video frames. To estimate the motion by using macroblock classification method and based on
motion vector field by using three classes. Three applications such as shot change detection,
motion discontinuity detection and by using contrast limited adaptive histogram equalization
(CLAHE) Algorithm to reduce the noise and to improve the clarity of the compressed video.
The rest of the paper organized as follows: video compression overview described,
Macroblock(MB) classification method described, Compression method and proposes two
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
2
applications such as shot change detection, motion discontinuity detection.Last Section describes
CLAHE algorithm.
2. OVERVIEW
To estimate the motion by using macroblock classification method and based on motion vector
field by using three classes. There are many applications such as shot change detection, motion
discontinuity detection and outlier rejection using global estimation. Thus shot change detection,
one of the applications was chosen and proved using macroblock classification method and by
comparing threshold values and PSNR values.
By using contrast limited adaptive histogram equalization (CLAHE) Algorithm to reduce the
noise and to improve the clarity of the compressed video. Thus the compressed video was further
compressed, it will less in memory space and good in clarity while displaying.
3. VIDEO COMPRESSION
Film frame or video frame is one of the many still (or nearly so) images which compose the
complete moving picture. Since the Video data may occupy more bandwidth than the other media
data during transmission, it should be given more emphasis in the wireless multimedia
communication. Once a video signal is digital, it requires a large amount of storage space and
transmission bandwidth.
Sources of redundancy:
 Temporal – Adjacent frames highly correlated.
 Spatial – Nearby pixels are often correlated with each other.
To reduce the amount of data, several strategies are employed that compress the information
without negatively affecting the quality of the image.FIG.1 means input video is converted to
number of frames and thus frames undergoes macroblock classification and motion estimation
motion vector field for the prediction and the intensity of motion pixels. Thus compensation
down for compressed video frames and using of CLAHE algorithm enhanced clarity compressed
video can be obtained without any error.
Basically video process having four important processes follows:
 Frame conversion
 Motion Estimation
 Motion vector field calculation
 Motion compensation
FRAMES CONVERSION: First of all, compressed video is going to convert number of frames.
Because process depends on frames only
MOTION ESTIMATION: Motion estimation explores the temporal redundancy, which is
inherent in video sequences, and it represents a basis for lossy video compression. Motion
estimation uses the comparison of the adjacent frames. It is an important process in which
comparison between frames.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
3
MOTION VECTOR FIELD: The displacement of the reference macroblock to the target
macroblock is called a motion vector MV.
MOTION COMPENSATION: It is an algorithm technique employed in the encoding of video
data for video compression.
Figure 1. Block Diagram
4. MOTION ESTIMATION
Motion estimation used as the basis for powerful video analysis and video processing. Motion
estimation explores the temporal redundancy, which is inherent in video sequences, and it
represents a basis for lossy video compression. Motion estimation is often performed in the
macroblock domain. It identifies same pixel position in the reference frame by comparing the
current frame. Estimation in video compression efficiency of the system is mainly reflected in
image quality, compression rate and search speed. The basic principle is the use of adjacent
frames in video sequences, the temporal correlation and spatial correlation. Establish the
relationship between the sequence adjacent to the inter-frame expression, thereby reducing the
temporal redundancy and spatial redundancy; improve the efficiency of video coding.
In a video solution, the motion estimation computation is generally 60-80% of the total
computation; the results directly affect the quality of the video image coding efficiency and
recovery. Therefore, efficient motion estimation algorithm has a very important significance to
improve the video data compression coding efficiency. Improve image quality, speed up the
estimated speed and reduce the bit rate is the goal of motion estimation algorithm.
Motion estimation is that one block b of a current frame C is sought for in a previous frame If a
block of pixels which is similar enough to block b is found in R , then instead of transmitting the
whole block just a ―motion vectorǁ is calculated. After finding out motion estimation and motion
vector field motion compensation is achieved.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
4
The name motion picture comes from the fact that a video, once encoded, is nothing but a
sequence of still pictures that are shown at a reasonably high frequency. That gives the viewer the
illusion that it is in fact a continuous animation. Each frame is shown for one small fraction of a
second, more precisely 1/ k seconds, where k is the number of frames per second.
Coming back to the definition of a scene, where the frames are captured without interruption, one
can expect consecutive frames to be quite similar to one another, as very little time is allowed
until the next frame is to be captured.
5. MOTION VECTOR FIELD
In video compression, a motion vector is the key element in the motion estimation process. It is
used to represent a macroblock in a picture based on the position of this macroblock (or a similar
one) in another picture, called the reference picture. A two-dimensional vector used for inter
prediction that provides an offset from the coordinates in the decoded picture to the coordinates in
a reference picture.
All macroblocks in a video frame are processed in raster scan order in the space domain, so the
adjacent macro blocks in the upper left, upper right and the left up can be well used as a reference
macroblock. Use this algorithm to support regional prediction MV of the target macroblock D is
decided by A, B, C, three macro blocks of the MV. A, B, C, macroblock MV in one to predict the
MV of the target macroblock D and to get the D macro block MV predictive value using the three
classes.
Full advantage of the spatial and temporal correlation of video sequences, the use of the adjacent
macroblock motion vector to block movement by type starting point for prediction using different
search strategies on the macro block. The results show that, in the case of the image quality is
slightly improved, compared with original MVFAST algorithm, the improved algorithm can
effectively improve the encoding speed.
6. MB CLASSIFICATION METHOD
Image compression component and technique based on wavelet transform used on still image and
video frames. MB is usually composed of two or more blocks of pixels. Size of the block is
usually a multiple of 4. Typically, pictures (frames) are segmented into macroblocks and
individual prediction types can be selected on a macroblock basis rather than being the same for
the entire picture.
Each image frame is divided into a fixed number of usually square blocks. For each block in the
frame, a search is made in the reference frame over an area of the image that allows for the
maximum translation that the coder can use. The search is for the best matching block, to give the
least prediction error, usually minimizing either mean square difference, or mean absolute
difference which is easier to compute. Typical block sizes are of the order of 16x16 pixels, and
the maximum displacement might be +-64 pixels from a block's original position. Several search
strategies are possible, usually using some kind of sampling mechanism, but the most
straightforward approach is exhaustive search.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
5
Figure 2. Macroblocks in a frame
Figure 3.Comparison between frames
Motion estimation used as the basis for powerful video analysis and video processing. The
macroblock motion decision was proposed to reduce the computational complexity of the motion
estimation process in compressed video [3].Low-complexity encoding can be realized by limiting
the amount of motion estimation performed at the encoder [4]. It identifies same pixel position in
the reference frame by comparing the current frame.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
6
For each reference frame, the motion estimation algorithm is executed for all possible modes of
an MB[3]. Low-complexity encoding can be realized by limiting the amount of motion estimation
performed at the encoder[4]. FIG.3 Motion estimation is that one block b of a current frame C is
sought for in a previous frame R. If a block of pixels which is similar enough to block b is found
in R, then instead of transmitting the whole block just a ―motion vectorǁ is calculated. After
finding out motion estimation and motion vector field motion compensation is achieved.
Figure 4.Macroblock Classification
Sequence statistics are used to predict macroblock type prior to coding, enabling selective
computation of functions such as motion estimation (ME), motion vector field (MV) and motion
compensation (MC) [2]. Each slice consists of macroblocks, which are blocks of 16x16.
However, each macroblock is also divided into sub macroblock partitions for motion-
compensated prediction[1].Without loss of generality, the MB classification method can be
described as,
The motivations of classifying MBs according to three classes can be summarized as follows:
1)According to three classes, MBs in Class 1 have two features: (a) their MVs can be predicted
accurately (i.e., is calculated based on the motion information of spatial or temporal neighboring
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
7
MBs). This means that the motion patterns of these MBs are regular (i.e., can be predicted) and
smooth (i.e., coherent with the previous-frame motions).
(b) They have small matching cost values. This means that these MBs can find good matches
from the previous frames. Therefore, the Class 1 information can be viewed as an indicator of the
content correlation between frames
2) Class 2 includes MBs whose motion cannot be accurately predicted by their neighboring
information and their previous motion information. This means that the motion patterns of these
MBs are irregular and unsmooth from those of the previous frames. Therefore, the Class 2
information can be viewed as an indicator of the motion un smoothness between frames.
3) Class 3 includes MBs whose are close to the and whose matching cost values are large.
Therefore, Class 3 MBs will include areas with complex textures but similar motion patterns to
the previous frames.
Since is only available in the ME process, (1) is more suitable for applications where video
coding and other video processing are performed at the same time, such as global motion
estimation, rate control, computation control coding, as well as labeling shot changes in the
process of compressing videos. However, it should be noted that (1) is only an implementation
example of the proposed classification method. The idea of the proposed MB classification is
general and it can be easily extended to other forms for different applications like shot change
detection.
CLASS 1: differentiate the pixels in grey color
CLASS 2: differentiate the pixels in black color
CLASS 3: differentiate the pixels in white color
Figure 5.Class 2 Figure 6.Class 3
6. MOTION COMPENSATION
It is an algorithm technique employed in the encoding of video data for video compression. When
images can be accurately synthesized from previously transmitted/stored images, the compression
efficiency can be improved. The blocks are not transformed in any way apart from being shifted
to the position of the predicted block. This shift is represented by a motion vector. By using the
motion estimation and motion vector field , motion compensation can be achieved.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
8
The choice of block-size to use for motion compensation is always a compromise, smaller and
more numerous blocks can better represent complex motion than fewer large ones. This reduces
the work and transmission costs of subsequent correction stages but with greater cost for the
motion information itself. And they conclude that the choice of block-size can be affected not
only by motion vector accuracy but also by other scene characteristics such as texture and inter-
frame noise.
7. RESULTS
Figure 7. Original Video
Figure7.Reference Frame
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
9
Figure 8.Current Frame
Figure 9.Motion Compensation
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
10
Figure 10.CLAHE Output
8. APPLICATIONS
8.1. SHOT CHANGE DETECTION
A crucial step in multimedia processing is that of reliable video segmentation into visually
coherent video shots (i.e., scene change detection). FIG. 9 Frames captured by one camera action
(i.e., a continuous operation of one camera), and a „shot change‟ as the boundary of two shots.
Video shots,as tracking of selected video information [5].
Therefore, we can use the information of Class 1 as the primary feature to detect shot changes.
Since the motion pattern will also change at shot changes, the information of Class 2 and Class 3
can be used as additional features for shot change detection. However, they can be easily
extended for use with different block-based transform video compression methods[5].
FIG.10(a)&(b) transitions from one shot to another, either abrupt or gradual, may take place. An
abrupt transition, or hard cut, occurs between twoconsecutive frames and is the most common
type.[6]
There are two types of shot changes .They are:
 Hard cut(abrupt change)
 Fades(gradual change)
8.1.1 Hard cut(Abrupt change):
A cut is an instantaneous transition from one scene to the next. There are no transitional frames
between two shots.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
11
Figure 11. Example for Hard Cut
8.1.2 Fades (gradual change):
A fade is a gradual transition between a scene and a constant image (fade-out) or between a
constant image and a scene (fade-in).
Figure 12. Example for Fades Out
Since, shot changes (including abrupt, gradual, fade-in or fade-out) always happen between two
uncorrelated video shots, the content correlation between frames at shot changes will be low.
Therefore we can use the information of class 1 as the primary feature to detect shot changes.
Furthermore , since the motion pattern will also changes, the information of class 2 and class 3
can be used as additional shot change detection. Thus according to the three classes the class
based algorithm (CB-Shot) for shot change detection is proposed as below equation (a)
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
12
From the equation(a) the class based algorithm ,where ‘t‘ is the frame number and Fgshot(t) is a
flag indicating wheather a shot change happens at the current frame t or not. Fgshot(t) will equal
to 1 if there is a shot change and will equal to 0 else.

CLASS 1 Indicate low content correlation
CLASS 2
CLASS 3 Detect rapid motion changes in frame.
NIntra_MB(t) is the number of intra coded macroblocks at the frame ‘t‘ . NIR(t) is the number of
intra-refresh macroblocks in the current frame.
Nclass_1(t) , Nclass_2(t) and Nclass_3(t) are the total number of class 1 ,class 2and class 3 MBs
in the current frame t respectively.
Fgshot(t) = 1 shot change occurs
Fgshot(t) = 0 no shot change
T1,T2,T3 and T4 are the thresholds for deciding the shot change. T1-T4 are calculated by
equation (b)
T1=(NMB (t)) - (NIR(t))/40
T2=(NMB (t)) - (NIR(t))/30
T3=(NMB (t)) - ( NIR(t))/4,T4=T1
Where NMB (t) is the total number of MBs of all classes in the current frame. It should be noted
that in Fgshot(t) equation the Class 1 information is the main feature for detecting shot changes
(i.e. Nclass_1(t), Nclass_1(t) ≤ T2 in equation(a)). The intuitive of using the Class 1 information
as the major feature is that it is a good indicator of the content correlation between frames. The
Class 2 and Class 3 information is used to help detect frames at the beginning of some gradual
shot changes where a large change in motion pattern has been detected but the number of Class 1
MBs has not yet decreased to a small number.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
13
The intra-coded MB infor-mation can help discard the possible false alarm shot changes due to
the MB misclassification. From, (a) and (b), we can also see that when intra-refresh functionality
is enabled (i.e., when NIR(t) > 0 ), our algorithm can be extended by simply ex-cluding these
intra-refreshed MBs and only performing shot change detection based on the remaining MBs.
Furthermore, note that (a) is only one implementation of using our class information for shot
change detection. We can easily extend (a) by using more sophisticated methods suchas cross-
validation to decide the threshold values in an automatic way. Besides, other machine learning
models can also be used to decide the shot detection rules and to take the place of the manually-
set rules in (a)
8.2. MOTION DISCONTINUITY DETECTION
Automatic detection of independently moving targets in a potentially large collection of
surveillance video data obtained from an unmanned sensor(such as video camera in an unmanned
aerial vehicle).Consequently this work is about independent motion estimation[7]. Since our class
information, especially Class 2 information, can efficiently reflect the irregular motion patterns, it
can be easily used for motion discontinuity detection.
Figure 13. Example for Motion Discontinuity
Basically, motion discontinuity can be viewed as motion unsmoothness or the change of motion
patterns. Where I(f) is an indicator I will equal to 1 if f is true, and 0 if f is false. FIG.11 means
that an MD will be detected only if the number of Class 2 MBs is larger than a threshold for k+1
consecutive frames. This is based on the assumption that an obvious camera motion change will
affect several frames rather than one.
9. CLAHE ALGORITHM
Contrast limiting procedure has to be applied for each neighbourhood from which a
transformation function is derived. Contrast limited adaptive histogram equalization (CLAHE)
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
14
was developed to prevent the over amplification of noise. FIG.12 A „Claire‟ video sequence was
used to study the effect of the Quality Scaling Factor (QSF) of a standard Codec on the
compression ratio of the proposed encoder.
QSF is the value of the quantizing parameter of a standard encoder .[8] CLAHE was developed to
prevent the over amplification of noise that adaptive histogram equalization a block in a standard
encoder are divided by this QSF for achieving higher compression. This higher the value of QSF,
higher will be the compression achieved. The quality however goes down (because increased
quantization error). Thus QSF provides a mean for trade off between quality and compression. [8]
Figure 14. CLAHE Algorithm
Use the displayed image to estimate the intensity transfer that is then applied to all channels
individually. This is the desired mode for getting local contrast compression for color
photographs with a higher bit-depth and higher dynamic range than appropriate for a digital
display.
Figure 15.Original image &CLAHE processed
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
15
10. CONCLUSION
In this paper, a new Macro Block class information is proposed for various video processing
applications. We have to classify Macro blocks of each frame into different classes and use this
class information to describe the frame content. Thus by using class information many algorithms
can be achieved for many video applications. The CLAHE algorithm is the promising candidate
for the noise reduction and enhancement of video quality of compressed video. However,
CLAHE is still a young–born research field and several issues need to be addressed to fully
understand its potential and limitations in practical.
REFERENCES
[1] Weiyao Lin, Ming-Ting Sun, Fellow, IEEE, Hongxiang Li, Senior Member, IEEE, Zhenzhong Chen,
‗‘Macroblock Classification Method for Video Applications Involving Motions‘‘ Ieee Transactions
on Broadcasting, Vol. 58, no. 1, march 2012
[2] W. Lin, M.-T. Sun, H. Li, and H. Hu, ―A new shot change detection method using information from
motion estimation,ǁ in Pac.-Rim Conf. Multimedia, 2011, vol 15.
[3] Ranjana, Kedar, M.R.Ingle,P.M.Jadhav ―Analysis of Fast Computing Algorithms Using Macro
block Motion Decision in H.264‟‟ 1st International Conference on Recent Trends in Engineering &
Technology, Vol 42 Mar-2010 .
[4] Yafan Zhao and Iain Richardson ―Macroblock Classification for Video Encoder Complexity
Management Image Communication Technology Group, The Robert Gordon University, Schoolhill,
Aberdeen, UK.,Vol 12 April 2009.
[5] Ranjana, Kedar, M.R.Ingle,P.M.Jadhav ―Analysis of Fast Computing Algorithms Using Macro
block Motion Decision in H.264‟‟ 1st International Conference on Recent Trends in Engineering &
Technology, Mar-2008
[6] D. Swanberg, C. F. Shu, and R. Jain, ―Knowledge guided parsing in video database,ǁ in Proc.
SPIE—Storage and Retrieval for Image and Video Database, San Jose, CA, 1993, vol. 1908, pp. 13–
24 , 2008
[7] T. Wiegand, G. J. Sullivan, G. Bjontegaard, and A. Luthra, ―Overview of the H.264/AVC video
coding standard,ǁ IEEE Trans. Circuit Syst. , Member,IEEE Video Technol., vol. 13, pp. 560–576,
2005.
[8] Dan Lelescu and Dan Schonfeld “Statistical Sequential Analysis for Real-Time Video Scene Change
Detection On Compressed Multimedia Bitstream’’ Signal and Image Research Laboratory ,
University of Illinois , Chicago,Vol 19, 2005.
[9] S. Shu and L. P. Chau, ―A new scene change feature for video transcoding,ǁ IEEE Int. Symp.
Circuits Syst., vol. 5, pp. 4582–4585, 2004.
[10] K. Yoon, D. DeMenthon, and D. Doermann, ―Event detection from MPEG video in the compressed
domain,ǁ in Int. Conf. Pattern Recognition., 2002, vol 21, pp. 819–822.
Author
Usha.M received the B.E. degree from Anna University Trichy, Tamil Nadu, in 2011,
the M.E. degree from Anna University Chennai, Tamil Nadu, in 2013,Since 2013, she
has been an Assistant Professor with Department of Electronic and Communication
Engineering. Her research interests include video processing, video coding &
compression.

Mais conteúdo relacionado

Mais procurados

Optimal Repeated Frame Compensation Using Efficient Video Coding
Optimal Repeated Frame Compensation Using Efficient Video  CodingOptimal Repeated Frame Compensation Using Efficient Video  Coding
Optimal Repeated Frame Compensation Using Efficient Video CodingIOSR Journals
 
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...mlaij
 
Efficient Image Compression Technique using JPEG2000 with Adaptive Threshold
Efficient Image Compression Technique using JPEG2000 with Adaptive ThresholdEfficient Image Compression Technique using JPEG2000 with Adaptive Threshold
Efficient Image Compression Technique using JPEG2000 with Adaptive ThresholdCSCJournals
 
High Performance Architecture for Full Search Block matching Algorithm
High Performance Architecture for Full Search Block matching AlgorithmHigh Performance Architecture for Full Search Block matching Algorithm
High Performance Architecture for Full Search Block matching Algorithmiosrjce
 
Motion Estimation in h.264 encoder
Motion Estimation in h.264 encoderMotion Estimation in h.264 encoder
Motion Estimation in h.264 encoderTalal Khaliq
 
A Study of Image Compression Methods
A Study of Image Compression MethodsA Study of Image Compression Methods
A Study of Image Compression MethodsIOSR Journals
 
Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...
Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...
Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...IJECEIAES
 
An introduction to super resolution using deep learning
An introduction to super resolution using deep learningAn introduction to super resolution using deep learning
An introduction to super resolution using deep learningAnil Chandra Naidu Matcha
 
Image super resolution based on
Image super resolution based onImage super resolution based on
Image super resolution based onjpstudcorner
 
An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...
An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...
An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...Mr Santosh Kumar Chhotray
 
Neural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlcNeural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlceSAT Publishing House
 
Single Image Depth Estimation using frequency domain analysis and Deep learning
Single Image Depth Estimation using frequency domain analysis and Deep learningSingle Image Depth Estimation using frequency domain analysis and Deep learning
Single Image Depth Estimation using frequency domain analysis and Deep learningAhan M R
 
Fpga implementation of fusion technique for fingerprint application
Fpga implementation of fusion technique for fingerprint applicationFpga implementation of fusion technique for fingerprint application
Fpga implementation of fusion technique for fingerprint applicationIAEME Publication
 
Multifocus_IRANIANCEE.2014.6999819
Multifocus_IRANIANCEE.2014.6999819Multifocus_IRANIANCEE.2014.6999819
Multifocus_IRANIANCEE.2014.6999819Iman Roosta
 
Efficient Architecture for Variable Block Size Motion Estimation in H.264/AVC
Efficient Architecture for Variable Block Size Motion Estimation in H.264/AVCEfficient Architecture for Variable Block Size Motion Estimation in H.264/AVC
Efficient Architecture for Variable Block Size Motion Estimation in H.264/AVCIDES Editor
 
IRJET- A Non Uniformity Process using High Picture Range Quality
IRJET-  	  A Non Uniformity Process using High Picture Range QualityIRJET-  	  A Non Uniformity Process using High Picture Range Quality
IRJET- A Non Uniformity Process using High Picture Range QualityIRJET Journal
 

Mais procurados (20)

Optimal Repeated Frame Compensation Using Efficient Video Coding
Optimal Repeated Frame Compensation Using Efficient Video  CodingOptimal Repeated Frame Compensation Using Efficient Video  Coding
Optimal Repeated Frame Compensation Using Efficient Video Coding
 
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
 
PhD_ppt_2012
PhD_ppt_2012PhD_ppt_2012
PhD_ppt_2012
 
Efficient Image Compression Technique using JPEG2000 with Adaptive Threshold
Efficient Image Compression Technique using JPEG2000 with Adaptive ThresholdEfficient Image Compression Technique using JPEG2000 with Adaptive Threshold
Efficient Image Compression Technique using JPEG2000 with Adaptive Threshold
 
High Performance Architecture for Full Search Block matching Algorithm
High Performance Architecture for Full Search Block matching AlgorithmHigh Performance Architecture for Full Search Block matching Algorithm
High Performance Architecture for Full Search Block matching Algorithm
 
E04552327
E04552327E04552327
E04552327
 
Motion Estimation in h.264 encoder
Motion Estimation in h.264 encoderMotion Estimation in h.264 encoder
Motion Estimation in h.264 encoder
 
A Study of Image Compression Methods
A Study of Image Compression MethodsA Study of Image Compression Methods
A Study of Image Compression Methods
 
Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...
Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...
Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...
 
An introduction to super resolution using deep learning
An introduction to super resolution using deep learningAn introduction to super resolution using deep learning
An introduction to super resolution using deep learning
 
Image super resolution based on
Image super resolution based onImage super resolution based on
Image super resolution based on
 
An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...
An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...
An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...
 
Neural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlcNeural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlc
 
Ijctt v7 p110
Ijctt v7 p110Ijctt v7 p110
Ijctt v7 p110
 
Single Image Depth Estimation using frequency domain analysis and Deep learning
Single Image Depth Estimation using frequency domain analysis and Deep learningSingle Image Depth Estimation using frequency domain analysis and Deep learning
Single Image Depth Estimation using frequency domain analysis and Deep learning
 
Fpga implementation of fusion technique for fingerprint application
Fpga implementation of fusion technique for fingerprint applicationFpga implementation of fusion technique for fingerprint application
Fpga implementation of fusion technique for fingerprint application
 
Multifocus_IRANIANCEE.2014.6999819
Multifocus_IRANIANCEE.2014.6999819Multifocus_IRANIANCEE.2014.6999819
Multifocus_IRANIANCEE.2014.6999819
 
Medical Image Compression
Medical Image CompressionMedical Image Compression
Medical Image Compression
 
Efficient Architecture for Variable Block Size Motion Estimation in H.264/AVC
Efficient Architecture for Variable Block Size Motion Estimation in H.264/AVCEfficient Architecture for Variable Block Size Motion Estimation in H.264/AVC
Efficient Architecture for Variable Block Size Motion Estimation in H.264/AVC
 
IRJET- A Non Uniformity Process using High Picture Range Quality
IRJET-  	  A Non Uniformity Process using High Picture Range QualityIRJET-  	  A Non Uniformity Process using High Picture Range Quality
IRJET- A Non Uniformity Process using High Picture Range Quality
 

Semelhante a Motion detection in compressed video using macroblock classification

International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Video Forgery Detection: Literature review
Video Forgery Detection: Literature reviewVideo Forgery Detection: Literature review
Video Forgery Detection: Literature reviewTharindu Rusira
 
VIDEO QUALITY ASSESSMENT USING LAPLACIAN MODELING OF MOTION VECTOR DISTRIBUTI...
VIDEO QUALITY ASSESSMENT USING LAPLACIAN MODELING OF MOTION VECTOR DISTRIBUTI...VIDEO QUALITY ASSESSMENT USING LAPLACIAN MODELING OF MOTION VECTOR DISTRIBUTI...
VIDEO QUALITY ASSESSMENT USING LAPLACIAN MODELING OF MOTION VECTOR DISTRIBUTI...sipij
 
An Efficient Block Matching Algorithm Using Logical Image
An Efficient Block Matching Algorithm Using Logical ImageAn Efficient Block Matching Algorithm Using Logical Image
An Efficient Block Matching Algorithm Using Logical ImageIJERA Editor
 
Shot Boundary Detection In Videos Sequences Using Motion Activities
Shot Boundary Detection In Videos Sequences Using Motion ActivitiesShot Boundary Detection In Videos Sequences Using Motion Activities
Shot Boundary Detection In Videos Sequences Using Motion ActivitiesCSCJournals
 
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTSA VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTSIAEME Publication
 
Recognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenesRecognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenesIJCSEA Journal
 
Fast Motion Estimation for Quad-Tree Based Video Coder Using Normalized Cross...
Fast Motion Estimation for Quad-Tree Based Video Coder Using Normalized Cross...Fast Motion Estimation for Quad-Tree Based Video Coder Using Normalized Cross...
Fast Motion Estimation for Quad-Tree Based Video Coder Using Normalized Cross...CSCJournals
 
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATIONVISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATIONcscpconf
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 

Semelhante a Motion detection in compressed video using macroblock classification (20)

538 207-219
538 207-219538 207-219
538 207-219
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
C04841417
C04841417C04841417
C04841417
 
Video Forgery Detection: Literature review
Video Forgery Detection: Literature reviewVideo Forgery Detection: Literature review
Video Forgery Detection: Literature review
 
VIDEO QUALITY ASSESSMENT USING LAPLACIAN MODELING OF MOTION VECTOR DISTRIBUTI...
VIDEO QUALITY ASSESSMENT USING LAPLACIAN MODELING OF MOTION VECTOR DISTRIBUTI...VIDEO QUALITY ASSESSMENT USING LAPLACIAN MODELING OF MOTION VECTOR DISTRIBUTI...
VIDEO QUALITY ASSESSMENT USING LAPLACIAN MODELING OF MOTION VECTOR DISTRIBUTI...
 
An Efficient Block Matching Algorithm Using Logical Image
An Efficient Block Matching Algorithm Using Logical ImageAn Efficient Block Matching Algorithm Using Logical Image
An Efficient Block Matching Algorithm Using Logical Image
 
Shot Boundary Detection In Videos Sequences Using Motion Activities
Shot Boundary Detection In Videos Sequences Using Motion ActivitiesShot Boundary Detection In Videos Sequences Using Motion Activities
Shot Boundary Detection In Videos Sequences Using Motion Activities
 
Gg3311121115
Gg3311121115Gg3311121115
Gg3311121115
 
557 480-486
557 480-486557 480-486
557 480-486
 
Cb35446450
Cb35446450Cb35446450
Cb35446450
 
1829 1833
1829 18331829 1833
1829 1833
 
1829 1833
1829 18331829 1833
1829 1833
 
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTSA VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
 
Recognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenesRecognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenes
 
Fast Motion Estimation for Quad-Tree Based Video Coder Using Normalized Cross...
Fast Motion Estimation for Quad-Tree Based Video Coder Using Normalized Cross...Fast Motion Estimation for Quad-Tree Based Video Coder Using Normalized Cross...
Fast Motion Estimation for Quad-Tree Based Video Coder Using Normalized Cross...
 
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATIONVISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
 
E1083237
E1083237E1083237
E1083237
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
40120140503006
4012014050300640120140503006
40120140503006
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 

Mais de acijjournal

Jan_2024_Top_read_articles_in_ACIJ.pdf
Jan_2024_Top_read_articles_in_ACIJ.pdfJan_2024_Top_read_articles_in_ACIJ.pdf
Jan_2024_Top_read_articles_in_ACIJ.pdfacijjournal
 
Call for Papers - Advanced Computing An International Journal (ACIJ) (2).pdf
Call for Papers - Advanced Computing An International Journal (ACIJ) (2).pdfCall for Papers - Advanced Computing An International Journal (ACIJ) (2).pdf
Call for Papers - Advanced Computing An International Journal (ACIJ) (2).pdfacijjournal
 
cs - ACIJ (4) (1).pdf
cs - ACIJ (4) (1).pdfcs - ACIJ (4) (1).pdf
cs - ACIJ (4) (1).pdfacijjournal
 
cs - ACIJ (2).pdf
cs - ACIJ (2).pdfcs - ACIJ (2).pdf
cs - ACIJ (2).pdfacijjournal
 
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)acijjournal
 
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)acijjournal
 
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)acijjournal
 
4thInternational Conference on Machine Learning & Applications (CMLA 2022)
4thInternational Conference on Machine Learning & Applications (CMLA 2022)4thInternational Conference on Machine Learning & Applications (CMLA 2022)
4thInternational Conference on Machine Learning & Applications (CMLA 2022)acijjournal
 
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)acijjournal
 
3rdInternational Conference on Natural Language Processingand Applications (N...
3rdInternational Conference on Natural Language Processingand Applications (N...3rdInternational Conference on Natural Language Processingand Applications (N...
3rdInternational Conference on Natural Language Processingand Applications (N...acijjournal
 
4thInternational Conference on Machine Learning & Applications (CMLA 2022)
4thInternational Conference on Machine Learning & Applications (CMLA 2022)4thInternational Conference on Machine Learning & Applications (CMLA 2022)
4thInternational Conference on Machine Learning & Applications (CMLA 2022)acijjournal
 
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable DevelopmentGraduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable Developmentacijjournal
 
Genetic Algorithms and Programming - An Evolutionary Methodology
Genetic Algorithms and Programming - An Evolutionary MethodologyGenetic Algorithms and Programming - An Evolutionary Methodology
Genetic Algorithms and Programming - An Evolutionary Methodologyacijjournal
 
Data Transformation Technique for Protecting Private Information in Privacy P...
Data Transformation Technique for Protecting Private Information in Privacy P...Data Transformation Technique for Protecting Private Information in Privacy P...
Data Transformation Technique for Protecting Private Information in Privacy P...acijjournal
 
Advanced Computing: An International Journal (ACIJ)
Advanced Computing: An International Journal (ACIJ) Advanced Computing: An International Journal (ACIJ)
Advanced Computing: An International Journal (ACIJ) acijjournal
 
E-Maintenance: Impact Over Industrial Processes, Its Dimensions & Principles
E-Maintenance: Impact Over Industrial Processes, Its Dimensions & PrinciplesE-Maintenance: Impact Over Industrial Processes, Its Dimensions & Principles
E-Maintenance: Impact Over Industrial Processes, Its Dimensions & Principlesacijjournal
 
10th International Conference on Software Engineering and Applications (SEAPP...
10th International Conference on Software Engineering and Applications (SEAPP...10th International Conference on Software Engineering and Applications (SEAPP...
10th International Conference on Software Engineering and Applications (SEAPP...acijjournal
 
10th International conference on Parallel, Distributed Computing and Applicat...
10th International conference on Parallel, Distributed Computing and Applicat...10th International conference on Parallel, Distributed Computing and Applicat...
10th International conference on Parallel, Distributed Computing and Applicat...acijjournal
 
DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...
DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...
DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...acijjournal
 
Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...
Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...
Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...acijjournal
 

Mais de acijjournal (20)

Jan_2024_Top_read_articles_in_ACIJ.pdf
Jan_2024_Top_read_articles_in_ACIJ.pdfJan_2024_Top_read_articles_in_ACIJ.pdf
Jan_2024_Top_read_articles_in_ACIJ.pdf
 
Call for Papers - Advanced Computing An International Journal (ACIJ) (2).pdf
Call for Papers - Advanced Computing An International Journal (ACIJ) (2).pdfCall for Papers - Advanced Computing An International Journal (ACIJ) (2).pdf
Call for Papers - Advanced Computing An International Journal (ACIJ) (2).pdf
 
cs - ACIJ (4) (1).pdf
cs - ACIJ (4) (1).pdfcs - ACIJ (4) (1).pdf
cs - ACIJ (4) (1).pdf
 
cs - ACIJ (2).pdf
cs - ACIJ (2).pdfcs - ACIJ (2).pdf
cs - ACIJ (2).pdf
 
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
 
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
 
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
 
4thInternational Conference on Machine Learning & Applications (CMLA 2022)
4thInternational Conference on Machine Learning & Applications (CMLA 2022)4thInternational Conference on Machine Learning & Applications (CMLA 2022)
4thInternational Conference on Machine Learning & Applications (CMLA 2022)
 
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
 
3rdInternational Conference on Natural Language Processingand Applications (N...
3rdInternational Conference on Natural Language Processingand Applications (N...3rdInternational Conference on Natural Language Processingand Applications (N...
3rdInternational Conference on Natural Language Processingand Applications (N...
 
4thInternational Conference on Machine Learning & Applications (CMLA 2022)
4thInternational Conference on Machine Learning & Applications (CMLA 2022)4thInternational Conference on Machine Learning & Applications (CMLA 2022)
4thInternational Conference on Machine Learning & Applications (CMLA 2022)
 
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable DevelopmentGraduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
 
Genetic Algorithms and Programming - An Evolutionary Methodology
Genetic Algorithms and Programming - An Evolutionary MethodologyGenetic Algorithms and Programming - An Evolutionary Methodology
Genetic Algorithms and Programming - An Evolutionary Methodology
 
Data Transformation Technique for Protecting Private Information in Privacy P...
Data Transformation Technique for Protecting Private Information in Privacy P...Data Transformation Technique for Protecting Private Information in Privacy P...
Data Transformation Technique for Protecting Private Information in Privacy P...
 
Advanced Computing: An International Journal (ACIJ)
Advanced Computing: An International Journal (ACIJ) Advanced Computing: An International Journal (ACIJ)
Advanced Computing: An International Journal (ACIJ)
 
E-Maintenance: Impact Over Industrial Processes, Its Dimensions & Principles
E-Maintenance: Impact Over Industrial Processes, Its Dimensions & PrinciplesE-Maintenance: Impact Over Industrial Processes, Its Dimensions & Principles
E-Maintenance: Impact Over Industrial Processes, Its Dimensions & Principles
 
10th International Conference on Software Engineering and Applications (SEAPP...
10th International Conference on Software Engineering and Applications (SEAPP...10th International Conference on Software Engineering and Applications (SEAPP...
10th International Conference on Software Engineering and Applications (SEAPP...
 
10th International conference on Parallel, Distributed Computing and Applicat...
10th International conference on Parallel, Distributed Computing and Applicat...10th International conference on Parallel, Distributed Computing and Applicat...
10th International conference on Parallel, Distributed Computing and Applicat...
 
DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...
DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...
DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...
 
Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...
Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...
Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...
 

Último

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 

Último (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 

Motion detection in compressed video using macroblock classification

  • 1. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 DOI : 10.5121/acij.2014.5301 1 MOTION DETECTION IN COMPRESSED VIDEO USING MACROBLOCK CLASSIFICATION M.Usha Department of ECE, MKCE, Karur, Tamil Nadu ABSTRACT In this paper, to detect the moving objects between frames in compressed video and to obtain the best compression video and the noiseless video. We describe a video in which frames by classifying macroblocks (MB), and describe motion estimation (ME), motion vector field (MV) and motion compensation (MC). we propose to classify Macroblocks of each video frame into different classes and use this class information to describe the frame content based on the motion vector. MB class information video applications such as shot change detection, motion discontinuity detection, Outlier rejection for global motion estimation. To reduce the noise and to improve the clarity of the compressed video by using contrast limited adaptive histogram equalization (CLAHE) Algorithm. KEYWORDS Motion estimation, Macro block Classification, Motion vector, Motion Compensation, CLAHE. I. INTRODUCTION Video is a prominent multimedia data form in today‘s communication systems. Hence it‘s processing and analysis is of vital consequence. Video processing techniques such as video compression, video content analysis, compensation, extraction, etc are important in many applications. Motion based features play an important role in video signal processing since they manipulate the real-time, ―dynamicǁ parameters of video signal. Most professional projects have an offline phase that uses compressed video and then an online, finishing phase that uses uncompressed video recaptured at full resolution. Uncompressed video requires expensive VTRs and large, high-speed hard disks. Noise is a very important factor for image quality. Noise is a random variation of image density, visible as grain in film and pixel level variations in digital images. It arises from the effects of basic physics the photon nature of light and the thermal energy of heat inside image sensors. Typical noise reduction (NR) software reduces the visibility of noise. The video compression is achieved by identifying high intensity moving object in compressed video frames. To estimate the motion by using macroblock classification method and based on motion vector field by using three classes. Three applications such as shot change detection, motion discontinuity detection and by using contrast limited adaptive histogram equalization (CLAHE) Algorithm to reduce the noise and to improve the clarity of the compressed video. The rest of the paper organized as follows: video compression overview described, Macroblock(MB) classification method described, Compression method and proposes two
  • 2. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 2 applications such as shot change detection, motion discontinuity detection.Last Section describes CLAHE algorithm. 2. OVERVIEW To estimate the motion by using macroblock classification method and based on motion vector field by using three classes. There are many applications such as shot change detection, motion discontinuity detection and outlier rejection using global estimation. Thus shot change detection, one of the applications was chosen and proved using macroblock classification method and by comparing threshold values and PSNR values. By using contrast limited adaptive histogram equalization (CLAHE) Algorithm to reduce the noise and to improve the clarity of the compressed video. Thus the compressed video was further compressed, it will less in memory space and good in clarity while displaying. 3. VIDEO COMPRESSION Film frame or video frame is one of the many still (or nearly so) images which compose the complete moving picture. Since the Video data may occupy more bandwidth than the other media data during transmission, it should be given more emphasis in the wireless multimedia communication. Once a video signal is digital, it requires a large amount of storage space and transmission bandwidth. Sources of redundancy:  Temporal – Adjacent frames highly correlated.  Spatial – Nearby pixels are often correlated with each other. To reduce the amount of data, several strategies are employed that compress the information without negatively affecting the quality of the image.FIG.1 means input video is converted to number of frames and thus frames undergoes macroblock classification and motion estimation motion vector field for the prediction and the intensity of motion pixels. Thus compensation down for compressed video frames and using of CLAHE algorithm enhanced clarity compressed video can be obtained without any error. Basically video process having four important processes follows:  Frame conversion  Motion Estimation  Motion vector field calculation  Motion compensation FRAMES CONVERSION: First of all, compressed video is going to convert number of frames. Because process depends on frames only MOTION ESTIMATION: Motion estimation explores the temporal redundancy, which is inherent in video sequences, and it represents a basis for lossy video compression. Motion estimation uses the comparison of the adjacent frames. It is an important process in which comparison between frames.
  • 3. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 3 MOTION VECTOR FIELD: The displacement of the reference macroblock to the target macroblock is called a motion vector MV. MOTION COMPENSATION: It is an algorithm technique employed in the encoding of video data for video compression. Figure 1. Block Diagram 4. MOTION ESTIMATION Motion estimation used as the basis for powerful video analysis and video processing. Motion estimation explores the temporal redundancy, which is inherent in video sequences, and it represents a basis for lossy video compression. Motion estimation is often performed in the macroblock domain. It identifies same pixel position in the reference frame by comparing the current frame. Estimation in video compression efficiency of the system is mainly reflected in image quality, compression rate and search speed. The basic principle is the use of adjacent frames in video sequences, the temporal correlation and spatial correlation. Establish the relationship between the sequence adjacent to the inter-frame expression, thereby reducing the temporal redundancy and spatial redundancy; improve the efficiency of video coding. In a video solution, the motion estimation computation is generally 60-80% of the total computation; the results directly affect the quality of the video image coding efficiency and recovery. Therefore, efficient motion estimation algorithm has a very important significance to improve the video data compression coding efficiency. Improve image quality, speed up the estimated speed and reduce the bit rate is the goal of motion estimation algorithm. Motion estimation is that one block b of a current frame C is sought for in a previous frame If a block of pixels which is similar enough to block b is found in R , then instead of transmitting the whole block just a ―motion vectorǁ is calculated. After finding out motion estimation and motion vector field motion compensation is achieved.
  • 4. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 4 The name motion picture comes from the fact that a video, once encoded, is nothing but a sequence of still pictures that are shown at a reasonably high frequency. That gives the viewer the illusion that it is in fact a continuous animation. Each frame is shown for one small fraction of a second, more precisely 1/ k seconds, where k is the number of frames per second. Coming back to the definition of a scene, where the frames are captured without interruption, one can expect consecutive frames to be quite similar to one another, as very little time is allowed until the next frame is to be captured. 5. MOTION VECTOR FIELD In video compression, a motion vector is the key element in the motion estimation process. It is used to represent a macroblock in a picture based on the position of this macroblock (or a similar one) in another picture, called the reference picture. A two-dimensional vector used for inter prediction that provides an offset from the coordinates in the decoded picture to the coordinates in a reference picture. All macroblocks in a video frame are processed in raster scan order in the space domain, so the adjacent macro blocks in the upper left, upper right and the left up can be well used as a reference macroblock. Use this algorithm to support regional prediction MV of the target macroblock D is decided by A, B, C, three macro blocks of the MV. A, B, C, macroblock MV in one to predict the MV of the target macroblock D and to get the D macro block MV predictive value using the three classes. Full advantage of the spatial and temporal correlation of video sequences, the use of the adjacent macroblock motion vector to block movement by type starting point for prediction using different search strategies on the macro block. The results show that, in the case of the image quality is slightly improved, compared with original MVFAST algorithm, the improved algorithm can effectively improve the encoding speed. 6. MB CLASSIFICATION METHOD Image compression component and technique based on wavelet transform used on still image and video frames. MB is usually composed of two or more blocks of pixels. Size of the block is usually a multiple of 4. Typically, pictures (frames) are segmented into macroblocks and individual prediction types can be selected on a macroblock basis rather than being the same for the entire picture. Each image frame is divided into a fixed number of usually square blocks. For each block in the frame, a search is made in the reference frame over an area of the image that allows for the maximum translation that the coder can use. The search is for the best matching block, to give the least prediction error, usually minimizing either mean square difference, or mean absolute difference which is easier to compute. Typical block sizes are of the order of 16x16 pixels, and the maximum displacement might be +-64 pixels from a block's original position. Several search strategies are possible, usually using some kind of sampling mechanism, but the most straightforward approach is exhaustive search.
  • 5. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 5 Figure 2. Macroblocks in a frame Figure 3.Comparison between frames Motion estimation used as the basis for powerful video analysis and video processing. The macroblock motion decision was proposed to reduce the computational complexity of the motion estimation process in compressed video [3].Low-complexity encoding can be realized by limiting the amount of motion estimation performed at the encoder [4]. It identifies same pixel position in the reference frame by comparing the current frame.
  • 6. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 6 For each reference frame, the motion estimation algorithm is executed for all possible modes of an MB[3]. Low-complexity encoding can be realized by limiting the amount of motion estimation performed at the encoder[4]. FIG.3 Motion estimation is that one block b of a current frame C is sought for in a previous frame R. If a block of pixels which is similar enough to block b is found in R, then instead of transmitting the whole block just a ―motion vectorǁ is calculated. After finding out motion estimation and motion vector field motion compensation is achieved. Figure 4.Macroblock Classification Sequence statistics are used to predict macroblock type prior to coding, enabling selective computation of functions such as motion estimation (ME), motion vector field (MV) and motion compensation (MC) [2]. Each slice consists of macroblocks, which are blocks of 16x16. However, each macroblock is also divided into sub macroblock partitions for motion- compensated prediction[1].Without loss of generality, the MB classification method can be described as, The motivations of classifying MBs according to three classes can be summarized as follows: 1)According to three classes, MBs in Class 1 have two features: (a) their MVs can be predicted accurately (i.e., is calculated based on the motion information of spatial or temporal neighboring
  • 7. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 7 MBs). This means that the motion patterns of these MBs are regular (i.e., can be predicted) and smooth (i.e., coherent with the previous-frame motions). (b) They have small matching cost values. This means that these MBs can find good matches from the previous frames. Therefore, the Class 1 information can be viewed as an indicator of the content correlation between frames 2) Class 2 includes MBs whose motion cannot be accurately predicted by their neighboring information and their previous motion information. This means that the motion patterns of these MBs are irregular and unsmooth from those of the previous frames. Therefore, the Class 2 information can be viewed as an indicator of the motion un smoothness between frames. 3) Class 3 includes MBs whose are close to the and whose matching cost values are large. Therefore, Class 3 MBs will include areas with complex textures but similar motion patterns to the previous frames. Since is only available in the ME process, (1) is more suitable for applications where video coding and other video processing are performed at the same time, such as global motion estimation, rate control, computation control coding, as well as labeling shot changes in the process of compressing videos. However, it should be noted that (1) is only an implementation example of the proposed classification method. The idea of the proposed MB classification is general and it can be easily extended to other forms for different applications like shot change detection. CLASS 1: differentiate the pixels in grey color CLASS 2: differentiate the pixels in black color CLASS 3: differentiate the pixels in white color Figure 5.Class 2 Figure 6.Class 3 6. MOTION COMPENSATION It is an algorithm technique employed in the encoding of video data for video compression. When images can be accurately synthesized from previously transmitted/stored images, the compression efficiency can be improved. The blocks are not transformed in any way apart from being shifted to the position of the predicted block. This shift is represented by a motion vector. By using the motion estimation and motion vector field , motion compensation can be achieved.
  • 8. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 8 The choice of block-size to use for motion compensation is always a compromise, smaller and more numerous blocks can better represent complex motion than fewer large ones. This reduces the work and transmission costs of subsequent correction stages but with greater cost for the motion information itself. And they conclude that the choice of block-size can be affected not only by motion vector accuracy but also by other scene characteristics such as texture and inter- frame noise. 7. RESULTS Figure 7. Original Video Figure7.Reference Frame
  • 9. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 9 Figure 8.Current Frame Figure 9.Motion Compensation
  • 10. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 10 Figure 10.CLAHE Output 8. APPLICATIONS 8.1. SHOT CHANGE DETECTION A crucial step in multimedia processing is that of reliable video segmentation into visually coherent video shots (i.e., scene change detection). FIG. 9 Frames captured by one camera action (i.e., a continuous operation of one camera), and a „shot change‟ as the boundary of two shots. Video shots,as tracking of selected video information [5]. Therefore, we can use the information of Class 1 as the primary feature to detect shot changes. Since the motion pattern will also change at shot changes, the information of Class 2 and Class 3 can be used as additional features for shot change detection. However, they can be easily extended for use with different block-based transform video compression methods[5]. FIG.10(a)&(b) transitions from one shot to another, either abrupt or gradual, may take place. An abrupt transition, or hard cut, occurs between twoconsecutive frames and is the most common type.[6] There are two types of shot changes .They are:  Hard cut(abrupt change)  Fades(gradual change) 8.1.1 Hard cut(Abrupt change): A cut is an instantaneous transition from one scene to the next. There are no transitional frames between two shots.
  • 11. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 11 Figure 11. Example for Hard Cut 8.1.2 Fades (gradual change): A fade is a gradual transition between a scene and a constant image (fade-out) or between a constant image and a scene (fade-in). Figure 12. Example for Fades Out Since, shot changes (including abrupt, gradual, fade-in or fade-out) always happen between two uncorrelated video shots, the content correlation between frames at shot changes will be low. Therefore we can use the information of class 1 as the primary feature to detect shot changes. Furthermore , since the motion pattern will also changes, the information of class 2 and class 3 can be used as additional shot change detection. Thus according to the three classes the class based algorithm (CB-Shot) for shot change detection is proposed as below equation (a)
  • 12. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 12 From the equation(a) the class based algorithm ,where ‘t‘ is the frame number and Fgshot(t) is a flag indicating wheather a shot change happens at the current frame t or not. Fgshot(t) will equal to 1 if there is a shot change and will equal to 0 else.  CLASS 1 Indicate low content correlation CLASS 2 CLASS 3 Detect rapid motion changes in frame. NIntra_MB(t) is the number of intra coded macroblocks at the frame ‘t‘ . NIR(t) is the number of intra-refresh macroblocks in the current frame. Nclass_1(t) , Nclass_2(t) and Nclass_3(t) are the total number of class 1 ,class 2and class 3 MBs in the current frame t respectively. Fgshot(t) = 1 shot change occurs Fgshot(t) = 0 no shot change T1,T2,T3 and T4 are the thresholds for deciding the shot change. T1-T4 are calculated by equation (b) T1=(NMB (t)) - (NIR(t))/40 T2=(NMB (t)) - (NIR(t))/30 T3=(NMB (t)) - ( NIR(t))/4,T4=T1 Where NMB (t) is the total number of MBs of all classes in the current frame. It should be noted that in Fgshot(t) equation the Class 1 information is the main feature for detecting shot changes (i.e. Nclass_1(t), Nclass_1(t) ≤ T2 in equation(a)). The intuitive of using the Class 1 information as the major feature is that it is a good indicator of the content correlation between frames. The Class 2 and Class 3 information is used to help detect frames at the beginning of some gradual shot changes where a large change in motion pattern has been detected but the number of Class 1 MBs has not yet decreased to a small number.
  • 13. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 13 The intra-coded MB infor-mation can help discard the possible false alarm shot changes due to the MB misclassification. From, (a) and (b), we can also see that when intra-refresh functionality is enabled (i.e., when NIR(t) > 0 ), our algorithm can be extended by simply ex-cluding these intra-refreshed MBs and only performing shot change detection based on the remaining MBs. Furthermore, note that (a) is only one implementation of using our class information for shot change detection. We can easily extend (a) by using more sophisticated methods suchas cross- validation to decide the threshold values in an automatic way. Besides, other machine learning models can also be used to decide the shot detection rules and to take the place of the manually- set rules in (a) 8.2. MOTION DISCONTINUITY DETECTION Automatic detection of independently moving targets in a potentially large collection of surveillance video data obtained from an unmanned sensor(such as video camera in an unmanned aerial vehicle).Consequently this work is about independent motion estimation[7]. Since our class information, especially Class 2 information, can efficiently reflect the irregular motion patterns, it can be easily used for motion discontinuity detection. Figure 13. Example for Motion Discontinuity Basically, motion discontinuity can be viewed as motion unsmoothness or the change of motion patterns. Where I(f) is an indicator I will equal to 1 if f is true, and 0 if f is false. FIG.11 means that an MD will be detected only if the number of Class 2 MBs is larger than a threshold for k+1 consecutive frames. This is based on the assumption that an obvious camera motion change will affect several frames rather than one. 9. CLAHE ALGORITHM Contrast limiting procedure has to be applied for each neighbourhood from which a transformation function is derived. Contrast limited adaptive histogram equalization (CLAHE)
  • 14. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 14 was developed to prevent the over amplification of noise. FIG.12 A „Claire‟ video sequence was used to study the effect of the Quality Scaling Factor (QSF) of a standard Codec on the compression ratio of the proposed encoder. QSF is the value of the quantizing parameter of a standard encoder .[8] CLAHE was developed to prevent the over amplification of noise that adaptive histogram equalization a block in a standard encoder are divided by this QSF for achieving higher compression. This higher the value of QSF, higher will be the compression achieved. The quality however goes down (because increased quantization error). Thus QSF provides a mean for trade off between quality and compression. [8] Figure 14. CLAHE Algorithm Use the displayed image to estimate the intensity transfer that is then applied to all channels individually. This is the desired mode for getting local contrast compression for color photographs with a higher bit-depth and higher dynamic range than appropriate for a digital display. Figure 15.Original image &CLAHE processed
  • 15. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 15 10. CONCLUSION In this paper, a new Macro Block class information is proposed for various video processing applications. We have to classify Macro blocks of each frame into different classes and use this class information to describe the frame content. Thus by using class information many algorithms can be achieved for many video applications. The CLAHE algorithm is the promising candidate for the noise reduction and enhancement of video quality of compressed video. However, CLAHE is still a young–born research field and several issues need to be addressed to fully understand its potential and limitations in practical. REFERENCES [1] Weiyao Lin, Ming-Ting Sun, Fellow, IEEE, Hongxiang Li, Senior Member, IEEE, Zhenzhong Chen, ‗‘Macroblock Classification Method for Video Applications Involving Motions‘‘ Ieee Transactions on Broadcasting, Vol. 58, no. 1, march 2012 [2] W. Lin, M.-T. Sun, H. Li, and H. Hu, ―A new shot change detection method using information from motion estimation,ǁ in Pac.-Rim Conf. Multimedia, 2011, vol 15. [3] Ranjana, Kedar, M.R.Ingle,P.M.Jadhav ―Analysis of Fast Computing Algorithms Using Macro block Motion Decision in H.264‟‟ 1st International Conference on Recent Trends in Engineering & Technology, Vol 42 Mar-2010 . [4] Yafan Zhao and Iain Richardson ―Macroblock Classification for Video Encoder Complexity Management Image Communication Technology Group, The Robert Gordon University, Schoolhill, Aberdeen, UK.,Vol 12 April 2009. [5] Ranjana, Kedar, M.R.Ingle,P.M.Jadhav ―Analysis of Fast Computing Algorithms Using Macro block Motion Decision in H.264‟‟ 1st International Conference on Recent Trends in Engineering & Technology, Mar-2008 [6] D. Swanberg, C. F. Shu, and R. Jain, ―Knowledge guided parsing in video database,ǁ in Proc. SPIE—Storage and Retrieval for Image and Video Database, San Jose, CA, 1993, vol. 1908, pp. 13– 24 , 2008 [7] T. Wiegand, G. J. Sullivan, G. Bjontegaard, and A. Luthra, ―Overview of the H.264/AVC video coding standard,ǁ IEEE Trans. Circuit Syst. , Member,IEEE Video Technol., vol. 13, pp. 560–576, 2005. [8] Dan Lelescu and Dan Schonfeld “Statistical Sequential Analysis for Real-Time Video Scene Change Detection On Compressed Multimedia Bitstream’’ Signal and Image Research Laboratory , University of Illinois , Chicago,Vol 19, 2005. [9] S. Shu and L. P. Chau, ―A new scene change feature for video transcoding,ǁ IEEE Int. Symp. Circuits Syst., vol. 5, pp. 4582–4585, 2004. [10] K. Yoon, D. DeMenthon, and D. Doermann, ―Event detection from MPEG video in the compressed domain,ǁ in Int. Conf. Pattern Recognition., 2002, vol 21, pp. 819–822. Author Usha.M received the B.E. degree from Anna University Trichy, Tamil Nadu, in 2011, the M.E. degree from Anna University Chennai, Tamil Nadu, in 2013,Since 2013, she has been an Assistant Professor with Department of Electronic and Communication Engineering. Her research interests include video processing, video coding & compression.