SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2337
Document Recovery from Degraded Images
1 Jyothis T S, 2Sreelakshmi G, 3Poornima John, 4Simpson Joseph Stanley,
5Snithin P R, 6Tara Elizabeth Paul
1AP, CSE Department, Jyothi Engineering College, Kerala, India
2 3 4 5 6 Students, CSE Department, Jyothi Engineering College, Kerala, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Recovery of document from its damaged
fragments plays an important role in the field of forensics and
archival study. Also, now-a-days, there are many activities
which depend upon the internet.. Many a timesithappensthat
institutes and organizations have to maintain the books for a
longer time span. Books being a physical object, so it will
definitely have the issues of wear and tear. The pages
definitely get degraded and so does the text on the pages. Due
to this degradation many of the document images are not in
readable. So, there is a need to separate out text from those
degraded images and preserve them for future reference. This
paper introduces a method for accomplishing the task of
recovering the contents from the degraded papers. The image
is converted to contrast image, whose difference in luminance
makes an object clear. The edges are detected which is then
binarized. The segmentation ofdocumenttextiscarriedoutby
a local Threshold which is estimatedbasedontheintensitiesof
detected edge strokes. Experiments are carried out on several
challenging bad quality documentimages whichshowthe best
performance of the proposed system withinashorterperiodof
time.
Key Words: Image contrast, Binarization, Edge
Detection, Pixel classification.
1. INTRODUCTION
Recoveryofdegradeddocumentshasalwaysbeena
challenge to people. There are many situations where paper
documents become a crucial part. Recovering the paper
documents plays an important role in forensics and archival
studies. Such situation needs an efficient solution to get the
exact contents of the paper documents. Now-a-days
everything being digitized it is really hard to convert old
paper works tocomputerized one’s.Ithappens manyatimes
that many organizations and instituted store their record
works in paper books and with time it would have been
severely spoiled. There also Exists situations where people
try it hard to read the contents being written on the old
paper works. In such cases there is an essentiality for a
system that can help read all these degraded documents.
(a)
(b)
Fig.1 Degraded document image example.
An optimal solution for eliminating these
problems is to use binarization technique which converts
grayscale document images to binary document image.The
image is initially converted to contrast image which helps
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2338
distinguish the contents. Prior to local thresholdestimation
the contrast image is converted to grayscale so as to clearly
identify the text stroke from background and foreground
pixels. After segmentation using local threshold method
which is estimated based on the intensities of the detected
text stroke edge pixel it is converted to binary form. The
quality of the image is improved using the post processing
method.
1.1 Literature Survey
There are many techniques which have been developed
for document image binarization. The problem with the
existing technique is its complexity and the cost to recover
data and also it is slow for large images.Itdoesnotaccurately
detect the background depth due to non uniform
illumination, shadow, smear or smudge. Global thresholding
[10] cannot be considered as a suitable approach for
degraded document binarization as many documents do not
haveaclearbi-modalpattern.Localthresholdestimation[14]
is a better way to deal with variations in the documents.
There are other methods too like recursive method [15],
decomposition method [16], texture analysis, matched
wavelet, background subtraction [4] for thresholding. The
methodscombine much image information and are alsovery
complex.
In [2] Sauvola has proposed a method where the contrast
values of text background andtextarefocused.Thethreshold
is found using two methods Soft Decision method (SDM)and
Text Binarization method (TBM). SDM is used to remove
noise and separate text components from background. TBM
is used in cases of uneven illumination.
The paper [4] explains the fusion of two well known
binarization methods: Gatoset al. and Niblack, using dilation
and logical AND operations. Artificial Neural Network
combined with fuzzy algorithm [5] can be used to map
different degrading factors. A Back propagation neural
network is used to train N samples and the output is
compared with the desired output of the sample.
To segment text from document background, local image
contrast and local image gradient features can be used
because the document text has certain image contrast to its
neighboring image background. In paper [3] the local
contrast is defined as:
C(i,j) =Imax(i,j) – Imin(i,j) (1)
where C(i,j) is the contrast ofimage pixel (i,j) , Imax(i,j)and
Imin(i,j)are maximum and minimum intensities withinalocal
neighborhood window. This method is simple but cannot be
applied to complex documents.
We here use a local image contrastmethodwhichisbased
on paper [1] and it is evaluated as follows:
C(i,j) = Imax(i,j) - Imin(i,j) (2)
Imax(I,j) + Imin(I,j) + €
Where € is positive but very small. The equation 2
introduces a normalization factor in ordertocompensatethe
image variation.
2. PROPOSED SYSTEM
There are five modules in our proposed system. They are:
Contrast image construction, Text stroke edge pixel
detection, Local threshold estimation, Binary conversion,
Post processing. Given a degraded document, initially the
contrast image is constructed which then determines the
edge strokes of the text document. Text is segmented based
on the local threshold which is estimated from the detected
text stroke pixels. It is further converted to binary form.
Finally post processing is done in order to improve the
efficiency of the resultant image. The system architecture
can be shown as:
Fig.2. System Architecture
2.1 Contrast Image
Usually contrastisthedifferenceintheluminanceorcolor
of the image which makes the object clear. It can also be
thought as the variant in the color and intensities of the
objects .Image gradient is used to detect thetextstrokeedges
of the degraded document In order to detect only the stroke
edges it is necessary that the gradient is normalized.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2339
The equation 2 shows (as in [1]) the local contrast
calculation where thenumeratorcapturestheimagegradient
and the denominator is a normalization factor which
suppresses the image variation. For image pixels within
bright regions the image contrast will be less and for those
with darker regions the image contrast will be high. A
combination of local image contrast andlocal image gradient
will be helpful in handling bright text properly. So the
Adaptive local image contrast is as follows:
Cα(i,j) = αC(i,j) + (1-α)(Imax(i,j) – Imin(i,j)) (3)
Here C(i,j) is the local contrast as in equation 2 and
(Imax(i,j) – Imin(i,j) is the local image gradient whose value is
normalized to [0,1].Alocalwindowisrequiredforlocalimage
contrast an the window size is set to 3, α is the weight
between local contrastandimagegradient.Thevalueofαwill
assigned large for image contrast when there occurs a high
variation in image intensity. Else image gradient will be
assigned with large α value. The weight α can be calculated
as:
α = (Std/128)γ (4)
Where Std is the Standard deviation of the document
image and γ is the pre-defined parameter.
2.2 Edge Detection
The contrast image construction is a n important phase
whose purpose is to detect the stroke edges pixels of the
document. This is used to produce a border around the
foreground text pixels thereby differentiatingtheforeground
and background pixels. The contrast image which is
constructed has a clear bi-modal pattern. Here we calculate
the text stroke edge pixels candidate by using Otsu’s
thresholding method.Sincethecontrastimagehasabi-modal
pattern it can be combined with edges from Canny’s edge
detector as it has a good localization property i.e. it can mark
the edges close to its real edge location. Before performing
Otsu’s thresholding the contrast image is converted to
grayscale image. It is done in order to sharpen the edges of
text stroke thereby increasing the efficiency.
The most generally used grayscale method is the
averaging method. But in our system we use Luminance
grayscale [6] method as it is much more suitable for
enhancing the text strokes. The luminance grayscale method
is as follows:
Gray = (Red*0.21 + Green*0.71 + Blue*0.072) (5)
2.3 Local Threshold Estimation
There are mainly two characteristics that can be
observed from document images; one is that the text pixels
will be very much close to the detected text pixel. The other
one is that there is a distinct difference in the intensities of
high contrast text stroke edge pixels and the surrounding
background pixels. The detected text stroke edge pixels can
thus be used to extract the document text image. It is as
follows:
R(x,y) = 1, I(x,y) ≤ Emean + EStd /2 (5)
0, Otherwise
Where Emean and EStd are the mean and standard deviation of
intensities of detected text stroke edge pixels. The edge
width is calculated by using the edge width estimation
algorithm.
2.4 Convert to Binary
The image obtained after threshold estimation is
converted to binary format i.e. 0 and 1. The image pixels at
background are assignedvalue0andthoseofforegroundare
assigned the value 1 which has highest intensity.
2.5 Post Processing
There are chances thatstill thereoccurssomebackground
pixels in the recovered image due tovariationinbackground
intensities and irregular luminance. These unwanted pixels
are to be removed and this is done by post processing. It
returns a clear image which consists of the actual image. In
the post processing procedure, first, the pixels which do not
connect with the foreground pixels are removed out to set
the edge pixel precisely. Next, if the neighborhood pixels lie
in the same class then one among the pair is labeled to
another category.
3. RESULTS AND ANALYSIS
The input to our proposed system is a degraded image.
Suppose it is the image as shown below:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2340
Fig.3.Original Input
The first operation performed is the contrast
construction. Here both local contrast and local image
gradientare applied on the image. Then the edge detectionis
done It is shown in fig 4.
Fig.4. Edge Detected image
The final resultant after the entire processcanretrieveall
the text contents without any significant content loss. The
resultant output image is as in fig 5.
Fig.5.Output Image
4. CONCLUSION
Our project is based on recovering the degraded document
contents. The usage of binarization technique has made the
system more efficient in task. Our system is an adaptive
method to recover the contents from any documentset.This
is a very simple and fast technique and also efficient with
any sort of document. The main highlight is that it can be
used for any language .Our projectisirrespectiveoflanguage
and can recover any language contents. The application is
useful in many fields like forensics, historical department
etc. With the digitization of the world everything has turned
out to computer so our system also focuses on digitizing the
old paper documents which are highly confidential and
important.
ACKNOWLEDGMENT
First and foremost, we express our thanks to The Lord
Almighty for guiding us in this endeavour and making it a
success. We take this opportunity to express our heartfelt
gratitude to all respected personalities who is guided,
inspired and helped us in the completion of this Main
Project.
REFERENCES
[1] Bolan Su, Shijian Lu, and Chew Lim Tan, “Robust image
binarization technique for degraded documentimages”,
IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL.22,
NO. 4, APRIL 2013.
[2] J. Sauvola and M. Pietikainen, “Adaptive Document
Image Binarization”
[3] S. Lu, B. Su, and C. L. Tan, “Document image binarization
using background estimation and stroke edges,” Int. J.
Document Anal. Recognit., vol. 13, no. 4, pp. 303–314,
Dec. 2010.
[4] Brij Mohan Singh Mridula “Efficient binarization
technique for severely degraded document
images”, CSIT (November 2014) 2(3):153–161
[5] Harshmani, Nancy Gupta*,GurpreetKaur, “Neuro-Fuzzy
Approach: A Robust Way to RestoreDegraded
Documents”, International Journal of Engineering
Research & Technology (IJERT)ISSN: 2278-0181 Vol. 5
Issue 05, May-2016
[6] Yogita Kakad1, Dr. Savita R. Bhosale, “An Advanced
document binarization for Degraded document
recovery”International journal of Advanced technology
in Engineering and science, Volume No 03, Special Issue
No. 01, April 2015
[7] B. Gatos, K. Ntirogiannis, and I. Pratikakis, “ICDAR 2009
document image binarization contest (DIBCO 2009),”in
Proc. Int. Conf. Document Anal. Recognit., Jul. 2009, pp.
1375–1382
[8] Jyotirmoy Banerjee, Anoop M. Namboodiri, and C.V.
Jawahar “Contextual Restoration of Severely Degraded
Document Images”,Proceedingsof3rdIRF International
Conference, 10th May-2014, Goa, India.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2341
[9] G. Bala, G. Agama, O. Friedera, G. Frieder “Interactive
degraded document enhancement and ground truth
generation”, 2014 International Conference on
Computation of Power, Energy, Information and
Communication (ICCPEIC).
[10] A. Brink, “Thresholding of digital images using two-
dimensional entropies,” Pattern Recognition.,vol.25,no.
8, pp. 803–808, 1992.
[11] Manoj S Ishi, Lokesh Singh, Manish Agrawal
“Reconstruction Of Images With Exemplar Based
Image Inpainting And Patch Propagation”,Icices2014-
S.A.Engineering College, Chennai, Tamil Nadu,
India, 2014
[12] Brij Mohan Singh Mridula “Efficient binarization
technique for severely degraded document
images”, CSIT (November 2014) 2(3):153–161
[13] S.Tamilselvan, M.E.,S.G.Sowmya,M.E.,“ContentRetrieval
From Degraded Document Images Using
BinarizationTechnique.”,international conference on
computation of power, energy, information and
communication(ICCPEIC),2014.
[14] J. Bernsen, “Dynamic thresholding ofgray-level images,”
in Proc. Int. Conf. Pattern Recognit., Oct.1986,pp.1251–
1255.
[15] Y. Liu and S. Srihari, “Document image binarization
based on texture features,” IEEE Trans. Pattern Anal.
Mach. Intell., vol. 19, no. 5,pp. 540–544, May 1997
[16] Y. Chen and G. Leedham, “Decompose algorithm for
thresholding degraded historical documentimages,”IEE
Proc. Vis., Image Signal Process., vol. 152, no. 6, pp. 702–
714, Dec. 2005.

More Related Content

What's hot

IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET Journal
 
Speckle noise reduction using hybrid tmav based fuzzy filter
Speckle noise reduction using hybrid tmav based fuzzy filterSpeckle noise reduction using hybrid tmav based fuzzy filter
Speckle noise reduction using hybrid tmav based fuzzy filtereSAT Publishing House
 
Tile Boundary Artifacts Reduction of JPEG2000 Compressed Images
Tile Boundary Artifacts Reduction of JPEG2000 Compressed Images Tile Boundary Artifacts Reduction of JPEG2000 Compressed Images
Tile Boundary Artifacts Reduction of JPEG2000 Compressed Images cscpconf
 
41 9147 quantization encoding algorithm based edit tyas
41 9147 quantization encoding algorithm based edit tyas41 9147 quantization encoding algorithm based edit tyas
41 9147 quantization encoding algorithm based edit tyasIAESIJEECS
 
Performance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniquePerformance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniqueIAEME Publication
 
Influence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processingInfluence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processingiaemedu
 
Number of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESG
Number of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESGNumber of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESG
Number of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESGjournalBEEI
 
Modified Skip Line Encoding for Binary Image Compression
Modified Skip Line Encoding for Binary Image CompressionModified Skip Line Encoding for Binary Image Compression
Modified Skip Line Encoding for Binary Image Compressionidescitation
 
Optimized Reversible Data Hiding Technique for Secured Data Transmission
Optimized Reversible Data Hiding Technique for Secured Data TransmissionOptimized Reversible Data Hiding Technique for Secured Data Transmission
Optimized Reversible Data Hiding Technique for Secured Data TransmissionEditor IJMTER
 
A Comprehensive lossless modified compression in medical application on DICOM...
A Comprehensive lossless modified compression in medical application on DICOM...A Comprehensive lossless modified compression in medical application on DICOM...
A Comprehensive lossless modified compression in medical application on DICOM...IOSR Journals
 
An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...
An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...
An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...ijcga
 
2 ijaems dec-2015-5-comprehensive review of huffman encoding technique for im...
2 ijaems dec-2015-5-comprehensive review of huffman encoding technique for im...2 ijaems dec-2015-5-comprehensive review of huffman encoding technique for im...
2 ijaems dec-2015-5-comprehensive review of huffman encoding technique for im...INFOGAIN PUBLICATION
 
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...Omar Ghazi
 
Removal of Unwanted Objects using Image Inpainting - a Technical Review
Removal of Unwanted Objects using Image Inpainting - a Technical ReviewRemoval of Unwanted Objects using Image Inpainting - a Technical Review
Removal of Unwanted Objects using Image Inpainting - a Technical ReviewIJERA Editor
 

What's hot (20)

C1803011419
C1803011419C1803011419
C1803011419
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
 
Speckle noise reduction using hybrid tmav based fuzzy filter
Speckle noise reduction using hybrid tmav based fuzzy filterSpeckle noise reduction using hybrid tmav based fuzzy filter
Speckle noise reduction using hybrid tmav based fuzzy filter
 
Tile Boundary Artifacts Reduction of JPEG2000 Compressed Images
Tile Boundary Artifacts Reduction of JPEG2000 Compressed Images Tile Boundary Artifacts Reduction of JPEG2000 Compressed Images
Tile Boundary Artifacts Reduction of JPEG2000 Compressed Images
 
337
337337
337
 
I1802035153
I1802035153I1802035153
I1802035153
 
41 9147 quantization encoding algorithm based edit tyas
41 9147 quantization encoding algorithm based edit tyas41 9147 quantization encoding algorithm based edit tyas
41 9147 quantization encoding algorithm based edit tyas
 
Performance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniquePerformance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval technique
 
Influence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processingInfluence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processing
 
O017429398
O017429398O017429398
O017429398
 
IJET-V2I6P17
IJET-V2I6P17IJET-V2I6P17
IJET-V2I6P17
 
Number of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESG
Number of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESGNumber of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESG
Number of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESG
 
Modified Skip Line Encoding for Binary Image Compression
Modified Skip Line Encoding for Binary Image CompressionModified Skip Line Encoding for Binary Image Compression
Modified Skip Line Encoding for Binary Image Compression
 
Optimized Reversible Data Hiding Technique for Secured Data Transmission
Optimized Reversible Data Hiding Technique for Secured Data TransmissionOptimized Reversible Data Hiding Technique for Secured Data Transmission
Optimized Reversible Data Hiding Technique for Secured Data Transmission
 
A Comprehensive lossless modified compression in medical application on DICOM...
A Comprehensive lossless modified compression in medical application on DICOM...A Comprehensive lossless modified compression in medical application on DICOM...
A Comprehensive lossless modified compression in medical application on DICOM...
 
K1803015864
K1803015864K1803015864
K1803015864
 
An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...
An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...
An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...
 
2 ijaems dec-2015-5-comprehensive review of huffman encoding technique for im...
2 ijaems dec-2015-5-comprehensive review of huffman encoding technique for im...2 ijaems dec-2015-5-comprehensive review of huffman encoding technique for im...
2 ijaems dec-2015-5-comprehensive review of huffman encoding technique for im...
 
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
 
Removal of Unwanted Objects using Image Inpainting - a Technical Review
Removal of Unwanted Objects using Image Inpainting - a Technical ReviewRemoval of Unwanted Objects using Image Inpainting - a Technical Review
Removal of Unwanted Objects using Image Inpainting - a Technical Review
 

Similar to Document Recovery From Degraded Images

Binarization of Document Image
Binarization of Document Image Binarization of Document Image
Binarization of Document Image IJERA Editor
 
Comprehensive Study of the Work Done In Image Processing and Compression Tech...
Comprehensive Study of the Work Done In Image Processing and Compression Tech...Comprehensive Study of the Work Done In Image Processing and Compression Tech...
Comprehensive Study of the Work Done In Image Processing and Compression Tech...IRJET Journal
 
Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...
Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...
Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...IRJET Journal
 
Adaptive Image Contrast with Binarization Technique for Degraded Document Image
Adaptive Image Contrast with Binarization Technique for Degraded Document ImageAdaptive Image Contrast with Binarization Technique for Degraded Document Image
Adaptive Image Contrast with Binarization Technique for Degraded Document Imagetheijes
 
An effective and robust technique for the binarization of degraded document i...
An effective and robust technique for the binarization of degraded document i...An effective and robust technique for the binarization of degraded document i...
An effective and robust technique for the binarization of degraded document i...eSAT Publishing House
 
IRJET - Deep Learning Approach to Inpainting and Outpainting System
IRJET -  	  Deep Learning Approach to Inpainting and Outpainting SystemIRJET -  	  Deep Learning Approach to Inpainting and Outpainting System
IRJET - Deep Learning Approach to Inpainting and Outpainting SystemIRJET Journal
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environIAEME Publication
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environIAEME Publication
 
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...IRJET Journal
 
A Novel Document Image Binarization For Optical Character Recognition
A Novel Document Image Binarization For Optical Character RecognitionA Novel Document Image Binarization For Optical Character Recognition
A Novel Document Image Binarization For Optical Character RecognitionEditor IJCATR
 
A Novel Document Image Binarization For Optical Character Recognition
A Novel Document Image Binarization For Optical Character RecognitionA Novel Document Image Binarization For Optical Character Recognition
A Novel Document Image Binarization For Optical Character RecognitionEditor IJCATR
 
Ensure Security and Scalable Performance in Multiple Relay Networks
Ensure Security and Scalable Performance in Multiple Relay NetworksEnsure Security and Scalable Performance in Multiple Relay Networks
Ensure Security and Scalable Performance in Multiple Relay NetworksEditor IJCATR
 
Lossless Image Compression Techniques Comparative Study
Lossless Image Compression Techniques Comparative StudyLossless Image Compression Techniques Comparative Study
Lossless Image Compression Techniques Comparative StudyIRJET Journal
 
Improving Graph Based Model for Content Based Image Retrieval
Improving Graph Based Model for Content Based Image RetrievalImproving Graph Based Model for Content Based Image Retrieval
Improving Graph Based Model for Content Based Image RetrievalIRJET Journal
 
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...IJDKP
 
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET Journal
 
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET TransformRotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET TransformIRJET Journal
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET Journal
 

Similar to Document Recovery From Degraded Images (20)

C045041521
C045041521C045041521
C045041521
 
Binarization of Document Image
Binarization of Document Image Binarization of Document Image
Binarization of Document Image
 
Comprehensive Study of the Work Done In Image Processing and Compression Tech...
Comprehensive Study of the Work Done In Image Processing and Compression Tech...Comprehensive Study of the Work Done In Image Processing and Compression Tech...
Comprehensive Study of the Work Done In Image Processing and Compression Tech...
 
Sub1586
Sub1586Sub1586
Sub1586
 
Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...
Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...
Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...
 
Adaptive Image Contrast with Binarization Technique for Degraded Document Image
Adaptive Image Contrast with Binarization Technique for Degraded Document ImageAdaptive Image Contrast with Binarization Technique for Degraded Document Image
Adaptive Image Contrast with Binarization Technique for Degraded Document Image
 
An effective and robust technique for the binarization of degraded document i...
An effective and robust technique for the binarization of degraded document i...An effective and robust technique for the binarization of degraded document i...
An effective and robust technique for the binarization of degraded document i...
 
IRJET - Deep Learning Approach to Inpainting and Outpainting System
IRJET -  	  Deep Learning Approach to Inpainting and Outpainting SystemIRJET -  	  Deep Learning Approach to Inpainting and Outpainting System
IRJET - Deep Learning Approach to Inpainting and Outpainting System
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environ
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environ
 
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
 
A Novel Document Image Binarization For Optical Character Recognition
A Novel Document Image Binarization For Optical Character RecognitionA Novel Document Image Binarization For Optical Character Recognition
A Novel Document Image Binarization For Optical Character Recognition
 
A Novel Document Image Binarization For Optical Character Recognition
A Novel Document Image Binarization For Optical Character RecognitionA Novel Document Image Binarization For Optical Character Recognition
A Novel Document Image Binarization For Optical Character Recognition
 
Ensure Security and Scalable Performance in Multiple Relay Networks
Ensure Security and Scalable Performance in Multiple Relay NetworksEnsure Security and Scalable Performance in Multiple Relay Networks
Ensure Security and Scalable Performance in Multiple Relay Networks
 
Lossless Image Compression Techniques Comparative Study
Lossless Image Compression Techniques Comparative StudyLossless Image Compression Techniques Comparative Study
Lossless Image Compression Techniques Comparative Study
 
Improving Graph Based Model for Content Based Image Retrieval
Improving Graph Based Model for Content Based Image RetrievalImproving Graph Based Model for Content Based Image Retrieval
Improving Graph Based Model for Content Based Image Retrieval
 
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
 
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
 
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET TransformRotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 

Document Recovery From Degraded Images

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2337 Document Recovery from Degraded Images 1 Jyothis T S, 2Sreelakshmi G, 3Poornima John, 4Simpson Joseph Stanley, 5Snithin P R, 6Tara Elizabeth Paul 1AP, CSE Department, Jyothi Engineering College, Kerala, India 2 3 4 5 6 Students, CSE Department, Jyothi Engineering College, Kerala, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Recovery of document from its damaged fragments plays an important role in the field of forensics and archival study. Also, now-a-days, there are many activities which depend upon the internet.. Many a timesithappensthat institutes and organizations have to maintain the books for a longer time span. Books being a physical object, so it will definitely have the issues of wear and tear. The pages definitely get degraded and so does the text on the pages. Due to this degradation many of the document images are not in readable. So, there is a need to separate out text from those degraded images and preserve them for future reference. This paper introduces a method for accomplishing the task of recovering the contents from the degraded papers. The image is converted to contrast image, whose difference in luminance makes an object clear. The edges are detected which is then binarized. The segmentation ofdocumenttextiscarriedoutby a local Threshold which is estimatedbasedontheintensitiesof detected edge strokes. Experiments are carried out on several challenging bad quality documentimages whichshowthe best performance of the proposed system withinashorterperiodof time. Key Words: Image contrast, Binarization, Edge Detection, Pixel classification. 1. INTRODUCTION Recoveryofdegradeddocumentshasalwaysbeena challenge to people. There are many situations where paper documents become a crucial part. Recovering the paper documents plays an important role in forensics and archival studies. Such situation needs an efficient solution to get the exact contents of the paper documents. Now-a-days everything being digitized it is really hard to convert old paper works tocomputerized one’s.Ithappens manyatimes that many organizations and instituted store their record works in paper books and with time it would have been severely spoiled. There also Exists situations where people try it hard to read the contents being written on the old paper works. In such cases there is an essentiality for a system that can help read all these degraded documents. (a) (b) Fig.1 Degraded document image example. An optimal solution for eliminating these problems is to use binarization technique which converts grayscale document images to binary document image.The image is initially converted to contrast image which helps
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2338 distinguish the contents. Prior to local thresholdestimation the contrast image is converted to grayscale so as to clearly identify the text stroke from background and foreground pixels. After segmentation using local threshold method which is estimated based on the intensities of the detected text stroke edge pixel it is converted to binary form. The quality of the image is improved using the post processing method. 1.1 Literature Survey There are many techniques which have been developed for document image binarization. The problem with the existing technique is its complexity and the cost to recover data and also it is slow for large images.Itdoesnotaccurately detect the background depth due to non uniform illumination, shadow, smear or smudge. Global thresholding [10] cannot be considered as a suitable approach for degraded document binarization as many documents do not haveaclearbi-modalpattern.Localthresholdestimation[14] is a better way to deal with variations in the documents. There are other methods too like recursive method [15], decomposition method [16], texture analysis, matched wavelet, background subtraction [4] for thresholding. The methodscombine much image information and are alsovery complex. In [2] Sauvola has proposed a method where the contrast values of text background andtextarefocused.Thethreshold is found using two methods Soft Decision method (SDM)and Text Binarization method (TBM). SDM is used to remove noise and separate text components from background. TBM is used in cases of uneven illumination. The paper [4] explains the fusion of two well known binarization methods: Gatoset al. and Niblack, using dilation and logical AND operations. Artificial Neural Network combined with fuzzy algorithm [5] can be used to map different degrading factors. A Back propagation neural network is used to train N samples and the output is compared with the desired output of the sample. To segment text from document background, local image contrast and local image gradient features can be used because the document text has certain image contrast to its neighboring image background. In paper [3] the local contrast is defined as: C(i,j) =Imax(i,j) – Imin(i,j) (1) where C(i,j) is the contrast ofimage pixel (i,j) , Imax(i,j)and Imin(i,j)are maximum and minimum intensities withinalocal neighborhood window. This method is simple but cannot be applied to complex documents. We here use a local image contrastmethodwhichisbased on paper [1] and it is evaluated as follows: C(i,j) = Imax(i,j) - Imin(i,j) (2) Imax(I,j) + Imin(I,j) + € Where € is positive but very small. The equation 2 introduces a normalization factor in ordertocompensatethe image variation. 2. PROPOSED SYSTEM There are five modules in our proposed system. They are: Contrast image construction, Text stroke edge pixel detection, Local threshold estimation, Binary conversion, Post processing. Given a degraded document, initially the contrast image is constructed which then determines the edge strokes of the text document. Text is segmented based on the local threshold which is estimated from the detected text stroke pixels. It is further converted to binary form. Finally post processing is done in order to improve the efficiency of the resultant image. The system architecture can be shown as: Fig.2. System Architecture 2.1 Contrast Image Usually contrastisthedifferenceintheluminanceorcolor of the image which makes the object clear. It can also be thought as the variant in the color and intensities of the objects .Image gradient is used to detect thetextstrokeedges of the degraded document In order to detect only the stroke edges it is necessary that the gradient is normalized.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2339 The equation 2 shows (as in [1]) the local contrast calculation where thenumeratorcapturestheimagegradient and the denominator is a normalization factor which suppresses the image variation. For image pixels within bright regions the image contrast will be less and for those with darker regions the image contrast will be high. A combination of local image contrast andlocal image gradient will be helpful in handling bright text properly. So the Adaptive local image contrast is as follows: Cα(i,j) = αC(i,j) + (1-α)(Imax(i,j) – Imin(i,j)) (3) Here C(i,j) is the local contrast as in equation 2 and (Imax(i,j) – Imin(i,j) is the local image gradient whose value is normalized to [0,1].Alocalwindowisrequiredforlocalimage contrast an the window size is set to 3, α is the weight between local contrastandimagegradient.Thevalueofαwill assigned large for image contrast when there occurs a high variation in image intensity. Else image gradient will be assigned with large α value. The weight α can be calculated as: α = (Std/128)γ (4) Where Std is the Standard deviation of the document image and γ is the pre-defined parameter. 2.2 Edge Detection The contrast image construction is a n important phase whose purpose is to detect the stroke edges pixels of the document. This is used to produce a border around the foreground text pixels thereby differentiatingtheforeground and background pixels. The contrast image which is constructed has a clear bi-modal pattern. Here we calculate the text stroke edge pixels candidate by using Otsu’s thresholding method.Sincethecontrastimagehasabi-modal pattern it can be combined with edges from Canny’s edge detector as it has a good localization property i.e. it can mark the edges close to its real edge location. Before performing Otsu’s thresholding the contrast image is converted to grayscale image. It is done in order to sharpen the edges of text stroke thereby increasing the efficiency. The most generally used grayscale method is the averaging method. But in our system we use Luminance grayscale [6] method as it is much more suitable for enhancing the text strokes. The luminance grayscale method is as follows: Gray = (Red*0.21 + Green*0.71 + Blue*0.072) (5) 2.3 Local Threshold Estimation There are mainly two characteristics that can be observed from document images; one is that the text pixels will be very much close to the detected text pixel. The other one is that there is a distinct difference in the intensities of high contrast text stroke edge pixels and the surrounding background pixels. The detected text stroke edge pixels can thus be used to extract the document text image. It is as follows: R(x,y) = 1, I(x,y) ≤ Emean + EStd /2 (5) 0, Otherwise Where Emean and EStd are the mean and standard deviation of intensities of detected text stroke edge pixels. The edge width is calculated by using the edge width estimation algorithm. 2.4 Convert to Binary The image obtained after threshold estimation is converted to binary format i.e. 0 and 1. The image pixels at background are assignedvalue0andthoseofforegroundare assigned the value 1 which has highest intensity. 2.5 Post Processing There are chances thatstill thereoccurssomebackground pixels in the recovered image due tovariationinbackground intensities and irregular luminance. These unwanted pixels are to be removed and this is done by post processing. It returns a clear image which consists of the actual image. In the post processing procedure, first, the pixels which do not connect with the foreground pixels are removed out to set the edge pixel precisely. Next, if the neighborhood pixels lie in the same class then one among the pair is labeled to another category. 3. RESULTS AND ANALYSIS The input to our proposed system is a degraded image. Suppose it is the image as shown below:
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2340 Fig.3.Original Input The first operation performed is the contrast construction. Here both local contrast and local image gradientare applied on the image. Then the edge detectionis done It is shown in fig 4. Fig.4. Edge Detected image The final resultant after the entire processcanretrieveall the text contents without any significant content loss. The resultant output image is as in fig 5. Fig.5.Output Image 4. CONCLUSION Our project is based on recovering the degraded document contents. The usage of binarization technique has made the system more efficient in task. Our system is an adaptive method to recover the contents from any documentset.This is a very simple and fast technique and also efficient with any sort of document. The main highlight is that it can be used for any language .Our projectisirrespectiveoflanguage and can recover any language contents. The application is useful in many fields like forensics, historical department etc. With the digitization of the world everything has turned out to computer so our system also focuses on digitizing the old paper documents which are highly confidential and important. ACKNOWLEDGMENT First and foremost, we express our thanks to The Lord Almighty for guiding us in this endeavour and making it a success. We take this opportunity to express our heartfelt gratitude to all respected personalities who is guided, inspired and helped us in the completion of this Main Project. REFERENCES [1] Bolan Su, Shijian Lu, and Chew Lim Tan, “Robust image binarization technique for degraded documentimages”, IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL.22, NO. 4, APRIL 2013. [2] J. Sauvola and M. Pietikainen, “Adaptive Document Image Binarization” [3] S. Lu, B. Su, and C. L. Tan, “Document image binarization using background estimation and stroke edges,” Int. J. Document Anal. Recognit., vol. 13, no. 4, pp. 303–314, Dec. 2010. [4] Brij Mohan Singh Mridula “Efficient binarization technique for severely degraded document images”, CSIT (November 2014) 2(3):153–161 [5] Harshmani, Nancy Gupta*,GurpreetKaur, “Neuro-Fuzzy Approach: A Robust Way to RestoreDegraded Documents”, International Journal of Engineering Research & Technology (IJERT)ISSN: 2278-0181 Vol. 5 Issue 05, May-2016 [6] Yogita Kakad1, Dr. Savita R. Bhosale, “An Advanced document binarization for Degraded document recovery”International journal of Advanced technology in Engineering and science, Volume No 03, Special Issue No. 01, April 2015 [7] B. Gatos, K. Ntirogiannis, and I. Pratikakis, “ICDAR 2009 document image binarization contest (DIBCO 2009),”in Proc. Int. Conf. Document Anal. Recognit., Jul. 2009, pp. 1375–1382 [8] Jyotirmoy Banerjee, Anoop M. Namboodiri, and C.V. Jawahar “Contextual Restoration of Severely Degraded Document Images”,Proceedingsof3rdIRF International Conference, 10th May-2014, Goa, India.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2341 [9] G. Bala, G. Agama, O. Friedera, G. Frieder “Interactive degraded document enhancement and ground truth generation”, 2014 International Conference on Computation of Power, Energy, Information and Communication (ICCPEIC). [10] A. Brink, “Thresholding of digital images using two- dimensional entropies,” Pattern Recognition.,vol.25,no. 8, pp. 803–808, 1992. [11] Manoj S Ishi, Lokesh Singh, Manish Agrawal “Reconstruction Of Images With Exemplar Based Image Inpainting And Patch Propagation”,Icices2014- S.A.Engineering College, Chennai, Tamil Nadu, India, 2014 [12] Brij Mohan Singh Mridula “Efficient binarization technique for severely degraded document images”, CSIT (November 2014) 2(3):153–161 [13] S.Tamilselvan, M.E.,S.G.Sowmya,M.E.,“ContentRetrieval From Degraded Document Images Using BinarizationTechnique.”,international conference on computation of power, energy, information and communication(ICCPEIC),2014. [14] J. Bernsen, “Dynamic thresholding ofgray-level images,” in Proc. Int. Conf. Pattern Recognit., Oct.1986,pp.1251– 1255. [15] Y. Liu and S. Srihari, “Document image binarization based on texture features,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 19, no. 5,pp. 540–544, May 1997 [16] Y. Chen and G. Leedham, “Decompose algorithm for thresholding degraded historical documentimages,”IEE Proc. Vis., Image Signal Process., vol. 152, no. 6, pp. 702– 714, Dec. 2005.