SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 242
INPAINTING SCHEME FOR TEXT IN VIDEO : A SURVEY
Mukesh Sakle1
, Rahul P. Chauhan2
1
Information technology Department, Parul Institute of Engineering and Technology, Limda, Vadodara, India
2
Computer Engineering department, Parul Institute of Engineering and Technology, Limda, Vadodara, India
Abstract
Text data present in video sequences provide useful information of paramount requirement. Although text present in video provide
useful information not all are of them are necessary because it may hide the important portion of the video. So there must way to
erase this type of unwanted text. This can be done in two phase first text components are detected from each frame of the video.
Detected text component are then removed from the video sequences. And restore the occluded part of the video using inpaint
method. This text detection and removal scheme is in two phases. Each phase is broad topic of image processing. Video text
detection and Inpainting are two most important phase in this scheme. Text detection phase consist of text localization, text
segmentation and recognition phase. Inpainting method is used for restoring occluded part produce due to removal of text.
Keywords—Optical Character Recognition(OCR), Stroke width transform, Text Detection,Connected Component
-------------------------------------------------------------------***-------------------------------------------------------------------
1. INTRODUCTION
Inpainting is like reconstructing occluded parts of images and
videos. It is a synonym for image interpolation. Text
information removal from image and video frames consists
of two phases. First is text information extraction. Second is
reconstructing the parts occluded by removing text objects in
image or video frames. This is done using inpainting
techniques. Text information extraction phase consist of two
phases. One is text information detection in image or video
frames and second is text information recognition. Text
information extraction has several other phases included like
text detection, text localization, enhancement and
recognition. Video completion consists of filling in the
occluded parts in video sequences caused by unnecessary
objects or scratches on frames. In video there are different
types of text included or appeared. It may be scene text,
caption text or document text. Text data present in image or
video frames contain useful information. Text data appears in
image or video frames are used for annotation, indexing and
structuring of an image. Reconstruction of the occluded parts
in the image is done by inpainting techniques. Digital
inpainting models, techniques have applications in image
interpolation, photo restoration, super resolution and
zooming, perceptual image compression and coding, and the
error hiding in image transmission. Here we use two broad
category of image processing that is text detection and
inpainting to remove unnecessary text information form
video frame sequences.
2. RELATED WORK
Text detection and removal is a scheme which attempts to
develop a computer system with the ability to automatically
read from the video the text content visually embedded in
complex background and after removing text string, restore
that part using inpainting. Optical character recognition
(OCR) read characters that are optically processed. The first
OCR was employed to convert typewritten reports into
computer readable punched cards. OCR systems were able to
process large amount of printed and handwritten characters
into computer documents [1]. Here different image
processing algorithms primary to image analysis in general
and to image text detection in particular is introduced as well
as mathematical background is also described in brief. First
visual feature detection techniques is described than text
detection using machine learning principal is described and
than two stochastic modeling technique gaussian mixture
models and Markov random field are introduced.
2.1 Visual Feature Extraction
Edge detection: Edges are the visual features used to detect
text content in images. Edges have the sharp discontinuity in
a gray level. Edge detection is a difficult task if amount of
noise is more. Edges can be defined by its magnitude and
direction. Spatial derivation and thresholding is used to find
edges.
The first order derivatives of a given image function defined
as vector it is also called gradient











y
I
x
I
I ,
For digital image gradient can be calculated using difference
operation. Edges can be calculated by finding local maxima
of the gradient magnitude. Image contain great amount of
noise there for selection of local maxima is done by
thresholding.
Second order derivatives contain noise more than first order
derivative. Second order derivative contain more noise than
first order derivative. Advantage of second order derivative is
it can easily find close contour than to track. Canny [2] use
both first and second order derivative to find edges.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 243
Texture feature extraction: Texture is a visual feature that can
be helpful for the detection of text string in image or video
frames. The term texture represents some characteristics of a
region of an image. Although images contain various objects
that may have its own texture characteristics, researchers
have found some texture characteristics of text string.
Texture features can be characterized by histogram. We have
three types of texture detection algorithm to find text strings
in image. They are gaussian space features, discrete cosine
transform and wavelet features. Wu [3] have proposed
algorithm to detect text using gaussian functions. Wu have
proposed that text feature can be extracted by calculating
second order derivative of a given image processed by
gaussian function. Discrete cosine transform coefficients are
another texture feature for text detection. It is based on
discrete cosine transform coefficients. This transformation
has capability to convert spatial amplitude representation of
image into spatial frequency representation. Advantage of
DCT is it can distinguish some of content region by
concentrating signal frequency and neglect other regions. The
advantage of using DCT in text detection is it can effectively
represent visual information of an image. The algorithm is
fast enough to present visual information. The main issue in
the text detection phase is localization of the text in complex
background because unconstrained property of text.
Representations of image in the form that can OCR system
perform well and for that texture representation is helpful for
better binarization. Wavelet feature: Li have presented
algorithm for texture space representation. This algorithm
takes benefits from the Haar wavelet decomposition. It is
useful because it can easily find out line segments which may
be text regions. Particular image input are segmented into
four images that are low frequency image (L), vertical high
frequency image (V), horizontal high frequency image (H),
and diagonal high frequency image (D). The original image
is decompose until there is only one pixel contain in sub
image. Features are extracted. Mean value, second order
central moment and third order central moment is calculated
as a feature vector. The moment values are calculated for
each sub image and in every frequency domain. Some
features are than selected as text regions and other non text
region. This transformation is also a fast representation
algorithm.
2.1 Machine Learning Approaches
This technique is useful in text verification task. Machine
learning approach is useful when we cannot generate
mathematical model to distinguish text string from its
background. Machine learning approach is useful when
mathematical model fails. Here we have to only detect text
regions there for this approach is useful rather than for
general cases because here we have to only find out whether
given region is text or non text. Two mostly used machine
learning approaches are multilayer perceptrons and support
vector machine.
Multilayer perceptrons: Perceptron is a simplest form of a
network [4]. A perceptron has number of layers including
input layer, output layer and number of hidden layers. Output
node computes sum of the weighted sum of the input nodes.
MLP basically has multilayer extension of a perceptron
network which consists of one or more number of hidden
layers of neurons. Here main work of MLP is to classification
based on training. Classification done by computing
weighted sum by neurons of the hidden layer. Each layer
computes weighted sum of the previous layer. One output
associated with only one neuron. We can write output layer
as a vector. We want optimal weight on output layers by
training. Back Propagation is one algorithm that we can use
for training process.
Support Vector Machine: Support vector machine is used as a
classification tool. It is also based on training. Statistical
learning is the base of support vector machine. It is applied in
the various classification tasks in the various fields. MLP is
empirical task where as SVM is structured algorithm. SVM
mostly used for generalize objects into its classical form.
There are different cases in which support vector machine
works these are soft margin also called linear non separable
case. It is look like linear separating surface but such
separating hyper plane does not exists. Second is Non linear
decision surface. This is the generalized method for non
linear case.
2.2 Statistical Methods
Gaussian mixture models: Gaussian use multiple gaussian to
approximate distribution. We can model distribution of
grayscale image using three or more gaussian. Expectation
maximization algorithm is used for selecting parameters. EM
algorithm makes clear the estimation process by maximum
likelihood estimation with incomplete data. EM algorithm
consists of different steps. E-step is used to estimate missing
region from the complete dataset. It first checks conditional
expectation. M-step is used to maximize complete data log.
Markov Random Field: Basically it is a branch of probability
theory. Markov random field is used to model representative
spatial feature also called spatial context.MRF is equivalent
to Gibbs distribution.
2.3 Video in Painting Related Work
After removing text string from the image we have to restore
the occluded part of video frames. But here main focus is to
maintain the spatial and temporal consistency of a video.
There are various method for video inpainting. But here we
have to select efficient inpainting method. Because here we
have to complete the procedure in less amount of time.
Missing parts in the video sequence are caused by undesired
object removal or damages. Restoration problem of such
missing regions is modeled by video inpainting.
3. TEXT DETECTION
Text detection in complex background can be group together
into bottom up, heuristic top-down methods and machine
learning based top down methods.
Bottom up methods: This method scans the image into
number of scales. Basically it treats an image into number of
segments and distinguish particular text pattern from the
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 244
background. Geometric property like size of the region,
height and the width ratio, variance of stroke, width of stoke,
illumination of region, gradient value are used to classify
different object and we select “character” region. There
regions are than grouped together to form text component.
Text components are grouped together according to their
alignments. These methods are very sensitive for the
character size, font size, alignment, gradient value.
Heuristic top down methods: In this method Heuristic filters
are used to detect text block in image. This text block then
segmented from its background. The primary operation is
detect text in image than secondary part is separate it from its
background. This algorithms are useful for detect text in
complex image but still difficulties are there in text
segmentation. There are various properties by which text are
detected. These are vertical edge, texture and edge
orientation. One system detects text string using horizontal
variance of text component. Spatial properties are used in
connected component analysis. One system uses vertical
edge to find text component in image. These vertical edges
are than grouped together to find text regions in the image by
smoothing process. Although these methods to detect text in
image are fast but generate false alarm that need to consider.
Machine learning based top down method: When background
texture of image is complex than heuristic top down method
are of no use. Because it is not a robust method to find text in
all type of image. Some system exploited machine learning
tools to detect text in image or video sequences [4]. Wavelet
features and derivative features are extracted to locate text
regions in image or video frames. Fixes size of block of pixel
is classified for text and non text region using artificial neural
network. The main drawback of this system is it is not
efficient in terms of computation cost. This may produce
false alarm.
Leon [5] uses geometric property like color, size, alignment,
motion of text to detect caption text in image. To detect
various objects in image we have to use descriptor which
distinguish particular object from input. Here hierarchical
based image model is used as a descriptor to classify text
object. Property of caption text is exploited to detect it from
the complex image. Caption text can be found from image by
using contrast value because pixels of caption text have
similar contrast value. Area is analyzed using discrete
wavelet transform. Wavelet transform have efficient texture
representation. Feature vectors are generated for the
classification of text. Different geometric property like
occupancy, aspect ratio, height of text string, area occupied
are calculated and fed to the classification algorithm.
Classification is done based on tree analysis.
Ezaki [6] use character features to detect text in image.
Consistency of a gradient of pixel is used to recognize text
component region from the background region. Character
feature like edge strength, edge density and horizontal
distribution of intensity level of text pixels is used to localize
text. First use of edge density is used by applying local
thresholding after that edge strength feature is used for better
binarization. Local thresholding technique is used to keep
low contrast text. Local profiles are used as classifier for
identification of text object. Contrast levels of connected
components are analyzed.
Here main focus is to locate both low contrast and high
contrast text component in Cai [7]. There for Thresholding is
employed to locate both low and high contrast text. Edge
detection is first applied to image. Thresholding is used for
refinement of image. Text enhancement is done for better
binarization of image. Two operators are used edge strength
smoothing and edge clustering power operator. Classification
is done based on project profile of horizontal and vertical
distribution of text.
Liu [8] method is based on the reliable feature of edges like
edge strength, density and the orientation of text component.
These are the properties of text embedded in image. Intensity
value of a text pixel is same. Global thresholding is used to
identify text component. Here magnitude of second
derivative of intensity is computed for the measurement of
edge strength. Edge density is calculated using average edge
strength. Text component has considerably high edge
strength than that of background. Feature map are generated
exploiting this type of property. These feature maps are fed to
the classification engine for the recognition of text. OCR
system does the recognition task.
Molesh [9] uses a simple and effective operator called stroke
width transform. Performance of stoke width transform is
proportional to textural representation of image. There for
first edge detection is applied on image and then stroke width
transformation is applied. To detect edges of an image one
another transformation is applied. That is bandlet transform.
Bandlet based effectively represent textural structure of an
image. Image is segmented in sub images called square
image. This image is further segmented in sub image until it
is found geometrical regularity in that image. Now for each
square bandlet coefficients are calculated. Three level of
thresholding is employed to extract text regions form the
background. Feature vectors are then generated respect to
text property. These feature vectors are fed into the
classification algorithm. K-means algorithm is use as a
classification tool. K-means algorithm detects text strings.
Advantage of bandlet based over wavelet bases is wavelet
transform cannot identify object in seismic like structure.
There for here use of bandlet base is employed. This
algorithm is fast and detects accurate text string located in
image.
4. VIDEO TEXT REMOVAL
After removing text from the video sequences we must
restore the occluded part of that region so survey of different
inpainting algorithm is provided in this topic. There is
various methods by which we can do inpainting to restore
image.
Bui [10] take benefits from inter and intra scale dependency.
Wavelet transformation has ability to represent textural
feature effectively. This will be use to approximate boundary
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 245
data to be fill in the missing region. This method assumes the
global structure of image and use property like shape and
structure to interpolate data into missing regions. Wavelet
transformation is suitable for image containing text in
complex background. The algorithm decomposes image into
four frequency composition. For each segment wavelet
coefficient is found. Inpainting is done considering scaling
function.
The method in [11] uses ophotelines to inpaint missing parts.
Propagation of values are done with the use of values reside
on the boundary of occluded regions into the regions itself.
Its direction is in the minimal change of the values. This
algorithm is best for the images that have fewer regions to be
inpaint. This algorithm is fast.
5. DISCUSSION
From the survey it is observed that some of the text detection
techniques follow general object identification approach.
Some of the techniques perform well in their defined domain.
Here Comparison of existing text detection and video inpaint
method are given.
Table 1: Comparison of Text Detection Methods
Technique Advantage Disadvantage
Region Based Fast for locating
caption text
Difficult to locate
scene text
Character Feature
Based
Thresholding is
simple
Segmentation is
slow
Texture Feature
based
Keep low contrast
text
Only use local
thresholding
Edge Based Execution time is
slow
Can only deal
with printed
characters against
clean background
Connected
Component based
Accurate text
localization
Contain multiple
phases
Table 2: Comparison of Inpainting Method
Method Advantage Disadvantage
Wavelet
Based
Utilizes inter and
intra scale
dependency to
maintain image
structure and texture
quality
Masking for regions
is defined manually.
Partial
differential
equation
based
Produce good results
if missed regions are
small one.
When the missed
regions are large
this algorithm will
take so long time.
Texture
synthesis
based
Useful for small
regions
Cannot handle
natural images
Exemplar
based
Provide good result if
structure is simple
Use of greedy
algorithm
6. DISCUSSION AND CONCLUSION
From the survey it is observed that to remove text from the
video sequences, first employ technique of text detection
from the image first and then after removing text, to restore
the occluded part using video inpainting technique.
Performance of the whole scheme is dependent on accurate
text detection method as well as robust video inpainting
technique. Further existing text detection technique is highly
dependent on edge detection. This scheme may not identify
that the identified text component is either caption text or
scene text to remove. It may remove all the text components
appear in the video sequences. Vast amount of work is
needed in this scheme.
REFERENCES
[1] S. Mori, C. Y. Suen, and K. Yamamoto. Historical
review of ocr research and developement.
Proceedings of the IEEE, pages 1029–1058, 1992.
[2] J. F. Canny. A computational approach to edge
detection. IEEE Trans. on Pattern Analysis and
Machine Intelligence, 8(1):679–698, 1986.
[3] V. Wu, R. Manmatha, and E. M. Riseman.
Textfinder: An automatic system to detect and
recognize text in images. IEEE Trans. on Pattern
Analysis and Machine Intelligence, 11(20):1224–
1229, 1999.
[4] H. Li and D. Doermann. Text enhancement in digital
video using multiple frame integration. In Proc. ACM
Multimedia, volume 1, pages 385–395, Orlando,
Florida, USA, 1999.
[5] Leon, M., Vilaplana, V., Gasull, A. and Marques, F.,
"Caption text extraction for indexing purposes using
a hierarchical region-based image model," IEEE ICIP
2009, El Cairo, Egypt, 2009.
[6] N. Ezaki, M. Bulacu, L. Schomaker, “Text Detection
from Natural Scene Images: Towards a System for
Visually Impaired Persons”, Int. Conf. on Pattern
Recognition (ICPR 2004), vol. II, pp. 683-686.
[7] M. Cai, J. Song, and M. Lyu, “A new approach for
video text detection,” in Proc. IEEE ICIP, Feb. 2002,
pp. 117–120.
[8] Xiaoqing Liu and Jagath Samarabandu, ” Multiscale
Edge-Based Text Extraction From Complex Images”
, Multimedia and Expo, 2006 IEEE International
Conference,2006.
[9] A. Mosleh, N. Bouguila, and A. Ben Hamza, “Image
text detection using a bandlet-based edge detector
and stroke width transform,” in Proc. Brit. Mach. Vis.
Conf., Sep. 2012, pp. 63.1–63.12.
[10] Dong wookcho and Tien D. Bui “Image In painting
Using Wavelet-Based Inter and Intra-Scale
Depedency” IEEE Transactions on Image Processing,
2008.
[11] Bhimaraju Swati, Naveen Malviya, Shrikant Lade
“Analysis of Exemplar Base In painting for Adaptive
Patch Propagation using Wavelet Transform”.
IJETAE Volume 3,May 2013.
[12] Marcelo Bertalmio, Luminita Vese, Guillermo Sapiro
(2003), “Simultaneous Structure and Texture Image
In painting”, IEEE transactions on image processing,
vol.12.

More Related Content

What's hot

IRJET- Detection and Recognition of Text for Dusty Image using Long Short...
IRJET-  	  Detection and Recognition of Text for Dusty Image using Long Short...IRJET-  	  Detection and Recognition of Text for Dusty Image using Long Short...
IRJET- Detection and Recognition of Text for Dusty Image using Long Short...IRJET Journal
 
IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET- Optical Character Recognition using Neural Networks by Classification ...IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET- Optical Character Recognition using Neural Networks by Classification ...IRJET Journal
 
Recognition Of Handwritten Meitei Mayek Script Based On Texture Feature
Recognition Of Handwritten Meitei Mayek Script Based On Texture FeatureRecognition Of Handwritten Meitei Mayek Script Based On Texture Feature
Recognition Of Handwritten Meitei Mayek Script Based On Texture Featureijnlc
 
Self-Directing Text Detection and Removal from Images with Smoothing
Self-Directing Text Detection and Removal from Images with SmoothingSelf-Directing Text Detection and Removal from Images with Smoothing
Self-Directing Text Detection and Removal from Images with SmoothingPriyanka Wagh
 
HANDWRITTEN DIGIT RECOGNITION USING k-NN CLASSIFIER
HANDWRITTEN DIGIT RECOGNITION USING k-NN CLASSIFIERHANDWRITTEN DIGIT RECOGNITION USING k-NN CLASSIFIER
HANDWRITTEN DIGIT RECOGNITION USING k-NN CLASSIFIERvineet raj
 
OCR for Gujarati Numeral using Neural Network
OCR for Gujarati Numeral using Neural NetworkOCR for Gujarati Numeral using Neural Network
OCR for Gujarati Numeral using Neural Networkijsrd.com
 
IRJET- Automatic Data Collection from Forms using Optical Character Recognition
IRJET- Automatic Data Collection from Forms using Optical Character RecognitionIRJET- Automatic Data Collection from Forms using Optical Character Recognition
IRJET- Automatic Data Collection from Forms using Optical Character RecognitionIRJET Journal
 
Secured Data Transmission Using Video Steganographic Scheme
Secured Data Transmission Using Video Steganographic SchemeSecured Data Transmission Using Video Steganographic Scheme
Secured Data Transmission Using Video Steganographic SchemeIJERA Editor
 
Artificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari CharacterArtificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari CharacterIOSR Journals
 
Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...
Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...
Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...CSCJournals
 
Representation and recognition of handwirten digits using deformable templates
Representation and recognition of handwirten digits using deformable templatesRepresentation and recognition of handwirten digits using deformable templates
Representation and recognition of handwirten digits using deformable templatesAhmed Abd-Elwasaa
 
A Critical Review of Well Known Method For Image Compression
A Critical Review of Well Known Method For Image CompressionA Critical Review of Well Known Method For Image Compression
A Critical Review of Well Known Method For Image CompressionEditor IJMTER
 
GUI based handwritten digit recognition using CNN
GUI based handwritten digit recognition using CNNGUI based handwritten digit recognition using CNN
GUI based handwritten digit recognition using CNNAbhishek Tiwari
 
MULTIPLE HUMAN TRACKING USING RETINANET FEATURES, SIAMESE NEURAL NETWORK, AND...
MULTIPLE HUMAN TRACKING USING RETINANET FEATURES, SIAMESE NEURAL NETWORK, AND...MULTIPLE HUMAN TRACKING USING RETINANET FEATURES, SIAMESE NEURAL NETWORK, AND...
MULTIPLE HUMAN TRACKING USING RETINANET FEATURES, SIAMESE NEURAL NETWORK, AND...IAEME Publication
 
Pioneering VDT Image Compression using Block Coding
Pioneering VDT Image Compression using Block CodingPioneering VDT Image Compression using Block Coding
Pioneering VDT Image Compression using Block CodingDR.P.S.JAGADEESH KUMAR
 
A Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur ClassificationA Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur Classificationijeei-iaes
 

What's hot (19)

J017426467
J017426467J017426467
J017426467
 
IRJET- Detection and Recognition of Text for Dusty Image using Long Short...
IRJET-  	  Detection and Recognition of Text for Dusty Image using Long Short...IRJET-  	  Detection and Recognition of Text for Dusty Image using Long Short...
IRJET- Detection and Recognition of Text for Dusty Image using Long Short...
 
IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET- Optical Character Recognition using Neural Networks by Classification ...IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET- Optical Character Recognition using Neural Networks by Classification ...
 
Recognition Of Handwritten Meitei Mayek Script Based On Texture Feature
Recognition Of Handwritten Meitei Mayek Script Based On Texture FeatureRecognition Of Handwritten Meitei Mayek Script Based On Texture Feature
Recognition Of Handwritten Meitei Mayek Script Based On Texture Feature
 
Self-Directing Text Detection and Removal from Images with Smoothing
Self-Directing Text Detection and Removal from Images with SmoothingSelf-Directing Text Detection and Removal from Images with Smoothing
Self-Directing Text Detection and Removal from Images with Smoothing
 
HANDWRITTEN DIGIT RECOGNITION USING k-NN CLASSIFIER
HANDWRITTEN DIGIT RECOGNITION USING k-NN CLASSIFIERHANDWRITTEN DIGIT RECOGNITION USING k-NN CLASSIFIER
HANDWRITTEN DIGIT RECOGNITION USING k-NN CLASSIFIER
 
OCR for Gujarati Numeral using Neural Network
OCR for Gujarati Numeral using Neural NetworkOCR for Gujarati Numeral using Neural Network
OCR for Gujarati Numeral using Neural Network
 
IRJET- Automatic Data Collection from Forms using Optical Character Recognition
IRJET- Automatic Data Collection from Forms using Optical Character RecognitionIRJET- Automatic Data Collection from Forms using Optical Character Recognition
IRJET- Automatic Data Collection from Forms using Optical Character Recognition
 
Secured Data Transmission Using Video Steganographic Scheme
Secured Data Transmission Using Video Steganographic SchemeSecured Data Transmission Using Video Steganographic Scheme
Secured Data Transmission Using Video Steganographic Scheme
 
Artificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari CharacterArtificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari Character
 
Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...
Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...
Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...
 
Representation and recognition of handwirten digits using deformable templates
Representation and recognition of handwirten digits using deformable templatesRepresentation and recognition of handwirten digits using deformable templates
Representation and recognition of handwirten digits using deformable templates
 
A Critical Review of Well Known Method For Image Compression
A Critical Review of Well Known Method For Image CompressionA Critical Review of Well Known Method For Image Compression
A Critical Review of Well Known Method For Image Compression
 
GUI based handwritten digit recognition using CNN
GUI based handwritten digit recognition using CNNGUI based handwritten digit recognition using CNN
GUI based handwritten digit recognition using CNN
 
Cc4301455457
Cc4301455457Cc4301455457
Cc4301455457
 
MULTIPLE HUMAN TRACKING USING RETINANET FEATURES, SIAMESE NEURAL NETWORK, AND...
MULTIPLE HUMAN TRACKING USING RETINANET FEATURES, SIAMESE NEURAL NETWORK, AND...MULTIPLE HUMAN TRACKING USING RETINANET FEATURES, SIAMESE NEURAL NETWORK, AND...
MULTIPLE HUMAN TRACKING USING RETINANET FEATURES, SIAMESE NEURAL NETWORK, AND...
 
Pioneering VDT Image Compression using Block Coding
Pioneering VDT Image Compression using Block CodingPioneering VDT Image Compression using Block Coding
Pioneering VDT Image Compression using Block Coding
 
A Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur ClassificationA Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur Classification
 
Ag044216224
Ag044216224Ag044216224
Ag044216224
 

Viewers also liked

Services, security challenges and security policies in cloud computing
Services, security challenges and security policies in cloud computingServices, security challenges and security policies in cloud computing
Services, security challenges and security policies in cloud computingeSAT Journals
 
Standardization of punica granatum explant and callus induction through micro...
Standardization of punica granatum explant and callus induction through micro...Standardization of punica granatum explant and callus induction through micro...
Standardization of punica granatum explant and callus induction through micro...eSAT Journals
 
Integration of poses to enhance the shape of the object tracking from a singl...
Integration of poses to enhance the shape of the object tracking from a singl...Integration of poses to enhance the shape of the object tracking from a singl...
Integration of poses to enhance the shape of the object tracking from a singl...eSAT Journals
 
Nutrients retention in functional beef burgers with especial emphasis on lipi...
Nutrients retention in functional beef burgers with especial emphasis on lipi...Nutrients retention in functional beef burgers with especial emphasis on lipi...
Nutrients retention in functional beef burgers with especial emphasis on lipi...eSAT Journals
 
A case study on performance evaluation of grid connected pv generation system...
A case study on performance evaluation of grid connected pv generation system...A case study on performance evaluation of grid connected pv generation system...
A case study on performance evaluation of grid connected pv generation system...eSAT Journals
 
Qo s parameters for obs network
Qo s parameters for obs networkQo s parameters for obs network
Qo s parameters for obs networkeSAT Journals
 
Application of energy harvesting system in hybrid automobiles
Application of energy harvesting system in hybrid automobilesApplication of energy harvesting system in hybrid automobiles
Application of energy harvesting system in hybrid automobileseSAT Journals
 
Heat transefer of a dusty fluid over a stretching sheet with internal heat ge...
Heat transefer of a dusty fluid over a stretching sheet with internal heat ge...Heat transefer of a dusty fluid over a stretching sheet with internal heat ge...
Heat transefer of a dusty fluid over a stretching sheet with internal heat ge...eSAT Journals
 
Dynamic texture based traffic vehicle monitoring system
Dynamic texture based traffic vehicle monitoring systemDynamic texture based traffic vehicle monitoring system
Dynamic texture based traffic vehicle monitoring systemeSAT Journals
 
Coin based mobile charger using rfid with pv for public usage
Coin based mobile charger using rfid with pv for public usageCoin based mobile charger using rfid with pv for public usage
Coin based mobile charger using rfid with pv for public usageeSAT Journals
 
Study on degradation of fertilizer and pesticides using lysimeter
Study on degradation of fertilizer and pesticides using lysimeterStudy on degradation of fertilizer and pesticides using lysimeter
Study on degradation of fertilizer and pesticides using lysimetereSAT Journals
 
A review on various types of software defined radios (sdrs) in radio communic...
A review on various types of software defined radios (sdrs) in radio communic...A review on various types of software defined radios (sdrs) in radio communic...
A review on various types of software defined radios (sdrs) in radio communic...eSAT Journals
 
Optimizing the process parameters of friction stir butt welded joint on alumi...
Optimizing the process parameters of friction stir butt welded joint on alumi...Optimizing the process parameters of friction stir butt welded joint on alumi...
Optimizing the process parameters of friction stir butt welded joint on alumi...eSAT Journals
 
Automatic room light controller using microcontroller and visitor counter
Automatic room light controller using microcontroller and visitor counterAutomatic room light controller using microcontroller and visitor counter
Automatic room light controller using microcontroller and visitor countereSAT Journals
 
Arm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemArm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemeSAT Journals
 
Modeling, simulation and optimization analysis of steering knuckle component ...
Modeling, simulation and optimization analysis of steering knuckle component ...Modeling, simulation and optimization analysis of steering knuckle component ...
Modeling, simulation and optimization analysis of steering knuckle component ...eSAT Journals
 
A survey on encryption algorithms for data security
A survey on encryption algorithms for data securityA survey on encryption algorithms for data security
A survey on encryption algorithms for data securityeSAT Journals
 
Design and analysis of punching die
Design and analysis of punching dieDesign and analysis of punching die
Design and analysis of punching dieeSAT Journals
 

Viewers also liked (18)

Services, security challenges and security policies in cloud computing
Services, security challenges and security policies in cloud computingServices, security challenges and security policies in cloud computing
Services, security challenges and security policies in cloud computing
 
Standardization of punica granatum explant and callus induction through micro...
Standardization of punica granatum explant and callus induction through micro...Standardization of punica granatum explant and callus induction through micro...
Standardization of punica granatum explant and callus induction through micro...
 
Integration of poses to enhance the shape of the object tracking from a singl...
Integration of poses to enhance the shape of the object tracking from a singl...Integration of poses to enhance the shape of the object tracking from a singl...
Integration of poses to enhance the shape of the object tracking from a singl...
 
Nutrients retention in functional beef burgers with especial emphasis on lipi...
Nutrients retention in functional beef burgers with especial emphasis on lipi...Nutrients retention in functional beef burgers with especial emphasis on lipi...
Nutrients retention in functional beef burgers with especial emphasis on lipi...
 
A case study on performance evaluation of grid connected pv generation system...
A case study on performance evaluation of grid connected pv generation system...A case study on performance evaluation of grid connected pv generation system...
A case study on performance evaluation of grid connected pv generation system...
 
Qo s parameters for obs network
Qo s parameters for obs networkQo s parameters for obs network
Qo s parameters for obs network
 
Application of energy harvesting system in hybrid automobiles
Application of energy harvesting system in hybrid automobilesApplication of energy harvesting system in hybrid automobiles
Application of energy harvesting system in hybrid automobiles
 
Heat transefer of a dusty fluid over a stretching sheet with internal heat ge...
Heat transefer of a dusty fluid over a stretching sheet with internal heat ge...Heat transefer of a dusty fluid over a stretching sheet with internal heat ge...
Heat transefer of a dusty fluid over a stretching sheet with internal heat ge...
 
Dynamic texture based traffic vehicle monitoring system
Dynamic texture based traffic vehicle monitoring systemDynamic texture based traffic vehicle monitoring system
Dynamic texture based traffic vehicle monitoring system
 
Coin based mobile charger using rfid with pv for public usage
Coin based mobile charger using rfid with pv for public usageCoin based mobile charger using rfid with pv for public usage
Coin based mobile charger using rfid with pv for public usage
 
Study on degradation of fertilizer and pesticides using lysimeter
Study on degradation of fertilizer and pesticides using lysimeterStudy on degradation of fertilizer and pesticides using lysimeter
Study on degradation of fertilizer and pesticides using lysimeter
 
A review on various types of software defined radios (sdrs) in radio communic...
A review on various types of software defined radios (sdrs) in radio communic...A review on various types of software defined radios (sdrs) in radio communic...
A review on various types of software defined radios (sdrs) in radio communic...
 
Optimizing the process parameters of friction stir butt welded joint on alumi...
Optimizing the process parameters of friction stir butt welded joint on alumi...Optimizing the process parameters of friction stir butt welded joint on alumi...
Optimizing the process parameters of friction stir butt welded joint on alumi...
 
Automatic room light controller using microcontroller and visitor counter
Automatic room light controller using microcontroller and visitor counterAutomatic room light controller using microcontroller and visitor counter
Automatic room light controller using microcontroller and visitor counter
 
Arm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemArm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding system
 
Modeling, simulation and optimization analysis of steering knuckle component ...
Modeling, simulation and optimization analysis of steering knuckle component ...Modeling, simulation and optimization analysis of steering knuckle component ...
Modeling, simulation and optimization analysis of steering knuckle component ...
 
A survey on encryption algorithms for data security
A survey on encryption algorithms for data securityA survey on encryption algorithms for data security
A survey on encryption algorithms for data security
 
Design and analysis of punching die
Design and analysis of punching dieDesign and analysis of punching die
Design and analysis of punching die
 

Similar to Inpainting scheme for text in video a survey

Deep Learning in Text Recognition and Text Detection : A Review
Deep Learning in Text Recognition and Text Detection : A ReviewDeep Learning in Text Recognition and Text Detection : A Review
Deep Learning in Text Recognition and Text Detection : A ReviewIRJET Journal
 
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdfHandwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdfSachin414679
 
IRJET-MText Extraction from Images using Convolutional Neural Network
IRJET-MText Extraction from Images using Convolutional Neural NetworkIRJET-MText Extraction from Images using Convolutional Neural Network
IRJET-MText Extraction from Images using Convolutional Neural NetworkIRJET Journal
 
IRJET- Real-Time Text Reader for English Language
IRJET- Real-Time Text Reader for English LanguageIRJET- Real-Time Text Reader for English Language
IRJET- Real-Time Text Reader for English LanguageIRJET Journal
 
Feature Extraction and Feature Selection using Textual Analysis
Feature Extraction and Feature Selection using Textual AnalysisFeature Extraction and Feature Selection using Textual Analysis
Feature Extraction and Feature Selection using Textual Analysisvivatechijri
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419IJRAT
 
A Survey On Thresholding Operators of Text Extraction In Videos
A Survey On Thresholding Operators of Text Extraction In VideosA Survey On Thresholding Operators of Text Extraction In Videos
A Survey On Thresholding Operators of Text Extraction In VideosCSCJournals
 
A Survey On Thresholding Operators of Text Extraction In Videos
A Survey On Thresholding Operators of Text Extraction In VideosA Survey On Thresholding Operators of Text Extraction In Videos
A Survey On Thresholding Operators of Text Extraction In VideosCSCJournals
 
Automated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU ArchitectureAutomated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU ArchitectureIRJET Journal
 
IRJET- Image to Text Conversion using Tesseract
IRJET-  	  Image to Text Conversion using TesseractIRJET-  	  Image to Text Conversion using Tesseract
IRJET- Image to Text Conversion using TesseractIRJET Journal
 
IRJET- Document Layout analysis using Inverse Support Vector Machine (I-SV...
IRJET- 	  Document Layout analysis using Inverse Support Vector Machine (I-SV...IRJET- 	  Document Layout analysis using Inverse Support Vector Machine (I-SV...
IRJET- Document Layout analysis using Inverse Support Vector Machine (I-SV...IRJET Journal
 
Document Layout analysis using Inverse Support Vector Machine (I-SVM) for Hin...
Document Layout analysis using Inverse Support Vector Machine (I-SVM) for Hin...Document Layout analysis using Inverse Support Vector Machine (I-SVM) for Hin...
Document Layout analysis using Inverse Support Vector Machine (I-SVM) for Hin...IRJET Journal
 
Image Captioning Generator using Deep Machine Learning
Image Captioning Generator using Deep Machine LearningImage Captioning Generator using Deep Machine Learning
Image Captioning Generator using Deep Machine Learningijtsrd
 
Indian sign language recognition system
Indian sign language recognition systemIndian sign language recognition system
Indian sign language recognition systemIRJET Journal
 
Text and Object Recognition using Deep Learning for Visually Impaired People
Text and Object Recognition using Deep Learning for Visually Impaired PeopleText and Object Recognition using Deep Learning for Visually Impaired People
Text and Object Recognition using Deep Learning for Visually Impaired Peopleijtsrd
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Editor IJARCET
 
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...Editor IJMTER
 
IRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET Journal
 
Text Extraction and Recognition Using Median Filter
Text Extraction and Recognition Using Median FilterText Extraction and Recognition Using Median Filter
Text Extraction and Recognition Using Median FilterIRJET Journal
 

Similar to Inpainting scheme for text in video a survey (20)

Deep Learning in Text Recognition and Text Detection : A Review
Deep Learning in Text Recognition and Text Detection : A ReviewDeep Learning in Text Recognition and Text Detection : A Review
Deep Learning in Text Recognition and Text Detection : A Review
 
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdfHandwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
 
IRJET-MText Extraction from Images using Convolutional Neural Network
IRJET-MText Extraction from Images using Convolutional Neural NetworkIRJET-MText Extraction from Images using Convolutional Neural Network
IRJET-MText Extraction from Images using Convolutional Neural Network
 
IRJET- Real-Time Text Reader for English Language
IRJET- Real-Time Text Reader for English LanguageIRJET- Real-Time Text Reader for English Language
IRJET- Real-Time Text Reader for English Language
 
Feature Extraction and Feature Selection using Textual Analysis
Feature Extraction and Feature Selection using Textual AnalysisFeature Extraction and Feature Selection using Textual Analysis
Feature Extraction and Feature Selection using Textual Analysis
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419
 
A Survey On Thresholding Operators of Text Extraction In Videos
A Survey On Thresholding Operators of Text Extraction In VideosA Survey On Thresholding Operators of Text Extraction In Videos
A Survey On Thresholding Operators of Text Extraction In Videos
 
A Survey On Thresholding Operators of Text Extraction In Videos
A Survey On Thresholding Operators of Text Extraction In VideosA Survey On Thresholding Operators of Text Extraction In Videos
A Survey On Thresholding Operators of Text Extraction In Videos
 
Automated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU ArchitectureAutomated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU Architecture
 
IRJET- Image to Text Conversion using Tesseract
IRJET-  	  Image to Text Conversion using TesseractIRJET-  	  Image to Text Conversion using Tesseract
IRJET- Image to Text Conversion using Tesseract
 
IRJET- Document Layout analysis using Inverse Support Vector Machine (I-SV...
IRJET- 	  Document Layout analysis using Inverse Support Vector Machine (I-SV...IRJET- 	  Document Layout analysis using Inverse Support Vector Machine (I-SV...
IRJET- Document Layout analysis using Inverse Support Vector Machine (I-SV...
 
Document Layout analysis using Inverse Support Vector Machine (I-SVM) for Hin...
Document Layout analysis using Inverse Support Vector Machine (I-SVM) for Hin...Document Layout analysis using Inverse Support Vector Machine (I-SVM) for Hin...
Document Layout analysis using Inverse Support Vector Machine (I-SVM) for Hin...
 
Image Captioning Generator using Deep Machine Learning
Image Captioning Generator using Deep Machine LearningImage Captioning Generator using Deep Machine Learning
Image Captioning Generator using Deep Machine Learning
 
E1803012329
E1803012329E1803012329
E1803012329
 
Indian sign language recognition system
Indian sign language recognition systemIndian sign language recognition system
Indian sign language recognition system
 
Text and Object Recognition using Deep Learning for Visually Impaired People
Text and Object Recognition using Deep Learning for Visually Impaired PeopleText and Object Recognition using Deep Learning for Visually Impaired People
Text and Object Recognition using Deep Learning for Visually Impaired People
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
 
IRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine Learning
 
Text Extraction and Recognition Using Median Filter
Text Extraction and Recognition Using Median FilterText Extraction and Recognition Using Median Filter
Text Extraction and Recognition Using Median Filter
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxpritamlangde
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxhublikarsn
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesRashidFaridChishti
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelDrAjayKumarYadav4
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)ChandrakantDivate1
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxMustafa Ahmed
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...ronahami
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdfKamal Acharya
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 

Recently uploaded (20)

Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 

Inpainting scheme for text in video a survey

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 242 INPAINTING SCHEME FOR TEXT IN VIDEO : A SURVEY Mukesh Sakle1 , Rahul P. Chauhan2 1 Information technology Department, Parul Institute of Engineering and Technology, Limda, Vadodara, India 2 Computer Engineering department, Parul Institute of Engineering and Technology, Limda, Vadodara, India Abstract Text data present in video sequences provide useful information of paramount requirement. Although text present in video provide useful information not all are of them are necessary because it may hide the important portion of the video. So there must way to erase this type of unwanted text. This can be done in two phase first text components are detected from each frame of the video. Detected text component are then removed from the video sequences. And restore the occluded part of the video using inpaint method. This text detection and removal scheme is in two phases. Each phase is broad topic of image processing. Video text detection and Inpainting are two most important phase in this scheme. Text detection phase consist of text localization, text segmentation and recognition phase. Inpainting method is used for restoring occluded part produce due to removal of text. Keywords—Optical Character Recognition(OCR), Stroke width transform, Text Detection,Connected Component -------------------------------------------------------------------***------------------------------------------------------------------- 1. INTRODUCTION Inpainting is like reconstructing occluded parts of images and videos. It is a synonym for image interpolation. Text information removal from image and video frames consists of two phases. First is text information extraction. Second is reconstructing the parts occluded by removing text objects in image or video frames. This is done using inpainting techniques. Text information extraction phase consist of two phases. One is text information detection in image or video frames and second is text information recognition. Text information extraction has several other phases included like text detection, text localization, enhancement and recognition. Video completion consists of filling in the occluded parts in video sequences caused by unnecessary objects or scratches on frames. In video there are different types of text included or appeared. It may be scene text, caption text or document text. Text data present in image or video frames contain useful information. Text data appears in image or video frames are used for annotation, indexing and structuring of an image. Reconstruction of the occluded parts in the image is done by inpainting techniques. Digital inpainting models, techniques have applications in image interpolation, photo restoration, super resolution and zooming, perceptual image compression and coding, and the error hiding in image transmission. Here we use two broad category of image processing that is text detection and inpainting to remove unnecessary text information form video frame sequences. 2. RELATED WORK Text detection and removal is a scheme which attempts to develop a computer system with the ability to automatically read from the video the text content visually embedded in complex background and after removing text string, restore that part using inpainting. Optical character recognition (OCR) read characters that are optically processed. The first OCR was employed to convert typewritten reports into computer readable punched cards. OCR systems were able to process large amount of printed and handwritten characters into computer documents [1]. Here different image processing algorithms primary to image analysis in general and to image text detection in particular is introduced as well as mathematical background is also described in brief. First visual feature detection techniques is described than text detection using machine learning principal is described and than two stochastic modeling technique gaussian mixture models and Markov random field are introduced. 2.1 Visual Feature Extraction Edge detection: Edges are the visual features used to detect text content in images. Edges have the sharp discontinuity in a gray level. Edge detection is a difficult task if amount of noise is more. Edges can be defined by its magnitude and direction. Spatial derivation and thresholding is used to find edges. The first order derivatives of a given image function defined as vector it is also called gradient            y I x I I , For digital image gradient can be calculated using difference operation. Edges can be calculated by finding local maxima of the gradient magnitude. Image contain great amount of noise there for selection of local maxima is done by thresholding. Second order derivatives contain noise more than first order derivative. Second order derivative contain more noise than first order derivative. Advantage of second order derivative is it can easily find close contour than to track. Canny [2] use both first and second order derivative to find edges.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 243 Texture feature extraction: Texture is a visual feature that can be helpful for the detection of text string in image or video frames. The term texture represents some characteristics of a region of an image. Although images contain various objects that may have its own texture characteristics, researchers have found some texture characteristics of text string. Texture features can be characterized by histogram. We have three types of texture detection algorithm to find text strings in image. They are gaussian space features, discrete cosine transform and wavelet features. Wu [3] have proposed algorithm to detect text using gaussian functions. Wu have proposed that text feature can be extracted by calculating second order derivative of a given image processed by gaussian function. Discrete cosine transform coefficients are another texture feature for text detection. It is based on discrete cosine transform coefficients. This transformation has capability to convert spatial amplitude representation of image into spatial frequency representation. Advantage of DCT is it can distinguish some of content region by concentrating signal frequency and neglect other regions. The advantage of using DCT in text detection is it can effectively represent visual information of an image. The algorithm is fast enough to present visual information. The main issue in the text detection phase is localization of the text in complex background because unconstrained property of text. Representations of image in the form that can OCR system perform well and for that texture representation is helpful for better binarization. Wavelet feature: Li have presented algorithm for texture space representation. This algorithm takes benefits from the Haar wavelet decomposition. It is useful because it can easily find out line segments which may be text regions. Particular image input are segmented into four images that are low frequency image (L), vertical high frequency image (V), horizontal high frequency image (H), and diagonal high frequency image (D). The original image is decompose until there is only one pixel contain in sub image. Features are extracted. Mean value, second order central moment and third order central moment is calculated as a feature vector. The moment values are calculated for each sub image and in every frequency domain. Some features are than selected as text regions and other non text region. This transformation is also a fast representation algorithm. 2.1 Machine Learning Approaches This technique is useful in text verification task. Machine learning approach is useful when we cannot generate mathematical model to distinguish text string from its background. Machine learning approach is useful when mathematical model fails. Here we have to only detect text regions there for this approach is useful rather than for general cases because here we have to only find out whether given region is text or non text. Two mostly used machine learning approaches are multilayer perceptrons and support vector machine. Multilayer perceptrons: Perceptron is a simplest form of a network [4]. A perceptron has number of layers including input layer, output layer and number of hidden layers. Output node computes sum of the weighted sum of the input nodes. MLP basically has multilayer extension of a perceptron network which consists of one or more number of hidden layers of neurons. Here main work of MLP is to classification based on training. Classification done by computing weighted sum by neurons of the hidden layer. Each layer computes weighted sum of the previous layer. One output associated with only one neuron. We can write output layer as a vector. We want optimal weight on output layers by training. Back Propagation is one algorithm that we can use for training process. Support Vector Machine: Support vector machine is used as a classification tool. It is also based on training. Statistical learning is the base of support vector machine. It is applied in the various classification tasks in the various fields. MLP is empirical task where as SVM is structured algorithm. SVM mostly used for generalize objects into its classical form. There are different cases in which support vector machine works these are soft margin also called linear non separable case. It is look like linear separating surface but such separating hyper plane does not exists. Second is Non linear decision surface. This is the generalized method for non linear case. 2.2 Statistical Methods Gaussian mixture models: Gaussian use multiple gaussian to approximate distribution. We can model distribution of grayscale image using three or more gaussian. Expectation maximization algorithm is used for selecting parameters. EM algorithm makes clear the estimation process by maximum likelihood estimation with incomplete data. EM algorithm consists of different steps. E-step is used to estimate missing region from the complete dataset. It first checks conditional expectation. M-step is used to maximize complete data log. Markov Random Field: Basically it is a branch of probability theory. Markov random field is used to model representative spatial feature also called spatial context.MRF is equivalent to Gibbs distribution. 2.3 Video in Painting Related Work After removing text string from the image we have to restore the occluded part of video frames. But here main focus is to maintain the spatial and temporal consistency of a video. There are various method for video inpainting. But here we have to select efficient inpainting method. Because here we have to complete the procedure in less amount of time. Missing parts in the video sequence are caused by undesired object removal or damages. Restoration problem of such missing regions is modeled by video inpainting. 3. TEXT DETECTION Text detection in complex background can be group together into bottom up, heuristic top-down methods and machine learning based top down methods. Bottom up methods: This method scans the image into number of scales. Basically it treats an image into number of segments and distinguish particular text pattern from the
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 244 background. Geometric property like size of the region, height and the width ratio, variance of stroke, width of stoke, illumination of region, gradient value are used to classify different object and we select “character” region. There regions are than grouped together to form text component. Text components are grouped together according to their alignments. These methods are very sensitive for the character size, font size, alignment, gradient value. Heuristic top down methods: In this method Heuristic filters are used to detect text block in image. This text block then segmented from its background. The primary operation is detect text in image than secondary part is separate it from its background. This algorithms are useful for detect text in complex image but still difficulties are there in text segmentation. There are various properties by which text are detected. These are vertical edge, texture and edge orientation. One system detects text string using horizontal variance of text component. Spatial properties are used in connected component analysis. One system uses vertical edge to find text component in image. These vertical edges are than grouped together to find text regions in the image by smoothing process. Although these methods to detect text in image are fast but generate false alarm that need to consider. Machine learning based top down method: When background texture of image is complex than heuristic top down method are of no use. Because it is not a robust method to find text in all type of image. Some system exploited machine learning tools to detect text in image or video sequences [4]. Wavelet features and derivative features are extracted to locate text regions in image or video frames. Fixes size of block of pixel is classified for text and non text region using artificial neural network. The main drawback of this system is it is not efficient in terms of computation cost. This may produce false alarm. Leon [5] uses geometric property like color, size, alignment, motion of text to detect caption text in image. To detect various objects in image we have to use descriptor which distinguish particular object from input. Here hierarchical based image model is used as a descriptor to classify text object. Property of caption text is exploited to detect it from the complex image. Caption text can be found from image by using contrast value because pixels of caption text have similar contrast value. Area is analyzed using discrete wavelet transform. Wavelet transform have efficient texture representation. Feature vectors are generated for the classification of text. Different geometric property like occupancy, aspect ratio, height of text string, area occupied are calculated and fed to the classification algorithm. Classification is done based on tree analysis. Ezaki [6] use character features to detect text in image. Consistency of a gradient of pixel is used to recognize text component region from the background region. Character feature like edge strength, edge density and horizontal distribution of intensity level of text pixels is used to localize text. First use of edge density is used by applying local thresholding after that edge strength feature is used for better binarization. Local thresholding technique is used to keep low contrast text. Local profiles are used as classifier for identification of text object. Contrast levels of connected components are analyzed. Here main focus is to locate both low contrast and high contrast text component in Cai [7]. There for Thresholding is employed to locate both low and high contrast text. Edge detection is first applied to image. Thresholding is used for refinement of image. Text enhancement is done for better binarization of image. Two operators are used edge strength smoothing and edge clustering power operator. Classification is done based on project profile of horizontal and vertical distribution of text. Liu [8] method is based on the reliable feature of edges like edge strength, density and the orientation of text component. These are the properties of text embedded in image. Intensity value of a text pixel is same. Global thresholding is used to identify text component. Here magnitude of second derivative of intensity is computed for the measurement of edge strength. Edge density is calculated using average edge strength. Text component has considerably high edge strength than that of background. Feature map are generated exploiting this type of property. These feature maps are fed to the classification engine for the recognition of text. OCR system does the recognition task. Molesh [9] uses a simple and effective operator called stroke width transform. Performance of stoke width transform is proportional to textural representation of image. There for first edge detection is applied on image and then stroke width transformation is applied. To detect edges of an image one another transformation is applied. That is bandlet transform. Bandlet based effectively represent textural structure of an image. Image is segmented in sub images called square image. This image is further segmented in sub image until it is found geometrical regularity in that image. Now for each square bandlet coefficients are calculated. Three level of thresholding is employed to extract text regions form the background. Feature vectors are then generated respect to text property. These feature vectors are fed into the classification algorithm. K-means algorithm is use as a classification tool. K-means algorithm detects text strings. Advantage of bandlet based over wavelet bases is wavelet transform cannot identify object in seismic like structure. There for here use of bandlet base is employed. This algorithm is fast and detects accurate text string located in image. 4. VIDEO TEXT REMOVAL After removing text from the video sequences we must restore the occluded part of that region so survey of different inpainting algorithm is provided in this topic. There is various methods by which we can do inpainting to restore image. Bui [10] take benefits from inter and intra scale dependency. Wavelet transformation has ability to represent textural feature effectively. This will be use to approximate boundary
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 12 | Dec-2014, Available @ http://www.ijret.org 245 data to be fill in the missing region. This method assumes the global structure of image and use property like shape and structure to interpolate data into missing regions. Wavelet transformation is suitable for image containing text in complex background. The algorithm decomposes image into four frequency composition. For each segment wavelet coefficient is found. Inpainting is done considering scaling function. The method in [11] uses ophotelines to inpaint missing parts. Propagation of values are done with the use of values reside on the boundary of occluded regions into the regions itself. Its direction is in the minimal change of the values. This algorithm is best for the images that have fewer regions to be inpaint. This algorithm is fast. 5. DISCUSSION From the survey it is observed that some of the text detection techniques follow general object identification approach. Some of the techniques perform well in their defined domain. Here Comparison of existing text detection and video inpaint method are given. Table 1: Comparison of Text Detection Methods Technique Advantage Disadvantage Region Based Fast for locating caption text Difficult to locate scene text Character Feature Based Thresholding is simple Segmentation is slow Texture Feature based Keep low contrast text Only use local thresholding Edge Based Execution time is slow Can only deal with printed characters against clean background Connected Component based Accurate text localization Contain multiple phases Table 2: Comparison of Inpainting Method Method Advantage Disadvantage Wavelet Based Utilizes inter and intra scale dependency to maintain image structure and texture quality Masking for regions is defined manually. Partial differential equation based Produce good results if missed regions are small one. When the missed regions are large this algorithm will take so long time. Texture synthesis based Useful for small regions Cannot handle natural images Exemplar based Provide good result if structure is simple Use of greedy algorithm 6. DISCUSSION AND CONCLUSION From the survey it is observed that to remove text from the video sequences, first employ technique of text detection from the image first and then after removing text, to restore the occluded part using video inpainting technique. Performance of the whole scheme is dependent on accurate text detection method as well as robust video inpainting technique. Further existing text detection technique is highly dependent on edge detection. This scheme may not identify that the identified text component is either caption text or scene text to remove. It may remove all the text components appear in the video sequences. Vast amount of work is needed in this scheme. REFERENCES [1] S. Mori, C. Y. Suen, and K. Yamamoto. Historical review of ocr research and developement. Proceedings of the IEEE, pages 1029–1058, 1992. [2] J. F. Canny. A computational approach to edge detection. IEEE Trans. on Pattern Analysis and Machine Intelligence, 8(1):679–698, 1986. [3] V. Wu, R. Manmatha, and E. M. Riseman. Textfinder: An automatic system to detect and recognize text in images. IEEE Trans. on Pattern Analysis and Machine Intelligence, 11(20):1224– 1229, 1999. [4] H. Li and D. Doermann. Text enhancement in digital video using multiple frame integration. In Proc. ACM Multimedia, volume 1, pages 385–395, Orlando, Florida, USA, 1999. [5] Leon, M., Vilaplana, V., Gasull, A. and Marques, F., "Caption text extraction for indexing purposes using a hierarchical region-based image model," IEEE ICIP 2009, El Cairo, Egypt, 2009. [6] N. Ezaki, M. Bulacu, L. Schomaker, “Text Detection from Natural Scene Images: Towards a System for Visually Impaired Persons”, Int. Conf. on Pattern Recognition (ICPR 2004), vol. II, pp. 683-686. [7] M. Cai, J. Song, and M. Lyu, “A new approach for video text detection,” in Proc. IEEE ICIP, Feb. 2002, pp. 117–120. [8] Xiaoqing Liu and Jagath Samarabandu, ” Multiscale Edge-Based Text Extraction From Complex Images” , Multimedia and Expo, 2006 IEEE International Conference,2006. [9] A. Mosleh, N. Bouguila, and A. Ben Hamza, “Image text detection using a bandlet-based edge detector and stroke width transform,” in Proc. Brit. Mach. Vis. Conf., Sep. 2012, pp. 63.1–63.12. [10] Dong wookcho and Tien D. Bui “Image In painting Using Wavelet-Based Inter and Intra-Scale Depedency” IEEE Transactions on Image Processing, 2008. [11] Bhimaraju Swati, Naveen Malviya, Shrikant Lade “Analysis of Exemplar Base In painting for Adaptive Patch Propagation using Wavelet Transform”. IJETAE Volume 3,May 2013. [12] Marcelo Bertalmio, Luminita Vese, Guillermo Sapiro (2003), “Simultaneous Structure and Texture Image In painting”, IEEE transactions on image processing, vol.12.