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: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 815
Binarization of Degraded Text documents and Palm Leaf Manuscripts
1 Department of ECE, Sasi Institute of Technology & Engineering, Tadepalligudem, W.G.Dist, India.
2,3,4UG Student, Department of ECE, Sasi Institute of Technology & Engineering, Tadepalligudem, W.G.Dist, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Document deterioration Image processing is a
specialized field that has recently drawn an influx of
researchers. The first step in preparing a document for
further processing is binarization. Depending on the degree
of degradation of the original document, global or local
thresholding methods are preferred. The threshold
phenomenon is a useful technique for identifying thecluster
of pixels that are most likely associated with background
information while simultaneously separating the object
information. In this paper, we propose a technique based on
the complement of the original image. Thistechniqueisused
to evaluate ancient text documents and palm leaf
manuscripts, and the quality of the resulting images is
assessed using various qualitative metrics.
Key Words: Binarization, Complementaryoftheimage,
Image documentation, Threshold, local method
1. INTRODUCTION
Researchers faced numerous challenges as a result of
degraded document image analysis. Degraded conditions of
historical documents (e.g., bleed-through, ink stains, torn
pages, etc.) prompted researchers to develop binarization
and enhancement algorithms that are appropriate for these
challenges. Binarization is the firststageofpre-processingin
all image processing and analysis systems. The majority of
the cultural heritage document collection consists of
digitised images. Thesepricelessdocumentsareavailablefor
manual annotation on the Internet in order to make their
content more accessible. Light, particularly ultraviolet light,
which is present in daylight, can damage documents.Having
original documents at home or visiting a local archive or
history centre allows us to handle old material with
historical evidence, which comes ata cost.Frequenthandling
of these original documents causes physical wear and tear,
eventually leading to document loss. Furthermore, changes
in environment and light can harm the documents. In this
context, image analysis for removing background noise and
improving document readability requires distinguishing
between ancient and modern documents, as well as
processing.
Binarization techniques based on a global or local
threshold are straightforward and practical. The Global
threshold specifies a global value for all pixel intensities in
an image in order to distinguish them as text object or
background [1]. This method fails to remove image noise
that is not distributed uniformly. In contrast, local threshold
provides an adaptive solution for images with varying
background intensities,withthethresholdvaryingaccording
to the properties of the local region [6,8]. There are a
plethora of general-purpose Binarization methods available
that can handle any document image with a complex
background. These methods are categorized as either local
or adaptive thresholding. Bernson proposed[2] a
neighborhood-based local threshold, Niblack evaluated the
threshold at each pixel using local mean and standard
deviation, and Sauvola used two algorithms[4] to calculatea
different threshold for each pixel. The authors [9] all
proposed a fast entropy-based segmentation method for
producing high-quality binarized images of documents with
back-to-back interference. Xiao et al. proposed an entropic
thresholding algorithm based on gray-level spatial
correlation (GLSC) histograms [12]. They revised and
expanded on Kapur et al algorithm. Syed Saqib Bukhari etal.
proposed [11] a local binarization method adaptation that
uses two distinct sets of free parameter values for the
foreground and background regions. They show how to
estimate foreground regions in a document image using
ridge detection. Using a different set of free parameter
values, this information is then used to calculate an
appropriate threshold for the foreground and background
regions. Chien-Hsing Chou an et al. [13] proposed a method
for segmenting an image and determining how to binarize
each segment. The decision rules are the result of a learning
process that starts with training images. Rachid Hedjam.A et
al. [14] proposed an adaptive method based on maximum-
likelihood(ML) classification that uses apriori information
and spatial relationships on the image domain in addition to
main data to recover weak text and strokes. Mehmet Sezgin
et al. proposed[5] a comprehensive assessment of existing
local infrastructure as well as global thresholding methods.
Mitianoudis and Papamarkos [18] proposed a three-stage
approach to document image binarization. The background
was removed in the first stage using an iterative median
filter, then misclassified pixels were separated in thesecond
stage usinglocal co-occurrencemapping(LCM)andGaussian
mixture clustering, and finally, morphological operators
were used to identify and suppress misclassified pixels for
better classification of text and background image pixels.
Khan and Mollah [19]proposeda binarizationtechniquethat
involved first removing background noise and improving
document quality, then using a variant of Sauvola's
Binarization method, andfinallyperformingpost-processing
to find small areas of connected componentsinanimageand
A Venkata Srinivasa Rao1, S Sanjay Pratap2, V S Subrahmanyam3, M Harshini4
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 816
removing unnecessary components. A more recent study
[20] used a hierarchical deep supervised network (DSN) to
binarize document images. The network architectureissplit
into two sections. The first section of the network
distinguishes between foreground and noisy background
using high-level features, while thesecondsectionpreserves
foreground (text) information while dealing with noisy
background.To accomplish this, the network is designed in
such a way that different level features are used to preserve
high details of the foreground. The proposed network is
made up of three distinct DSNs, the first of which has a small
number of convolution layers to generate the low-level
feature maps. The second DSN is a slightly deeper structure
for producing mid-level feature maps, while the final DSN is
a deep structure for producing high-level feature maps. The
experimental results on three public datasets show that the
proposed model completelyoutperformsthestate-of-the-art
binarization algorithms. Westphal et al. [21] proposed
document image binarization using a recurrent neural
network. To incorporate contextual information into each
step of the binarization process, they used grid LSM cells to
handle multidimensional input in this method. They were
able to accomplish this by dividing the input image into 64
64 pixel non-overlapping blocks. These blocks serve as the
input sequence for the RNN model. The output of four
distinct grid LSTM layersiscombinedandalignedtoproduce
the mid-level feature sequence (L1). The mid-level features
are then fed into two different grid LSTM layers (L2), which
are combined with a bi-directional LSTM to produce the
high-level feature map. After that, a full connection layer
(L3) was applied to the high-level feature map to produce
the binarization result. The experimental results show that
the quality of binarization has significantly improved.
The average value of the image is used as a threshold
in the algorithm in this paper to propose a general technique
for cleaning degraded documents. One method for
distinguishing object information from background noise is
to compute a global threshold of intensity value that can
distinguish two clusters. We used an algorithm based on the
average value of the image. It works best with documents
with non-uniform noise distribution.
There are four sections to the paper. The first
section provided a brief overview of the introduction,
literature review, and problem definition. The second
section discussed the algorithm for cleaning the noisy
documents. The third section discussed the experimental
results. Section four discusses the findings and the scope of
future work.
2. METHODOLOGY
We present (Fig-1) a technique for binarizing
ancient degraded documents and palmleafmanuscriptsthat
falls under the clustering of pixels from an image's
background and foreground. Grey level data issubjectedtoa
clustering analysis in this class of technique, with the
number of clusters always set to two. These two clusters
correspond to the two peaks of the histogram. This method
computes the average pixel value that can be used as a
threshold. The flowchart of the proposed model, shown in
Fig-1, will explain all of the algorithm's details.
Fig.1 flowchart of the proposed model
The traditional approach in a Global thresholding
technique[15] is to find a unique threshold to eliminate all
pixels representing image background while preserving
others as image foreground. Many real-world images have
complicated backgrounds or poor image foregrounds(some
foreground pixels have grey values very close to some
background pixels). It is difficult to find a single threshold
that can completely separate theobjectinformationfromthe
background in such cases. The same is true for local
thresholding, which determines threshold values locally,
such as pixel by pixel or region by region. In the proposed
algorithm, image equalisation is performed after each
thresholding operation while evaluating the relative
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 817
importance of a respective pixel intensity toward
background. The new threshold is computed to perform
background elimination. This procedure will be carried out
until the sensitive threshold is reached.
2.1. BINARIZATION ALGORITHM
The Binarization algorithm suitable for noisy
documents requires a series of sequential steps, which
are as follows:
1. Document extraction from a degraded(noisy)state
I (x,y)
2. Determine the average intensity Avg of the
degraded document (x,y)
3. Using the average value, set the pixels to black;
4. Calculate the degraded document's average value
Avg1, excluding the black pixels.
5. Use the image's second average to set the pixels to
white (Avg1).
I stand in for the given image (x,y). Where x and y
are the horizontal and vertical coordinates of the image,
respectively, and I(x,y) can take any value between 0 and 1,
with I=1 representing white and I=0 representingblack.The
proposed algorithm necessitates shifting the image's
intermediate tones to the background. In general, any
document image contains few useful pixels (foreground) in
comparison to the image size (foreground+ background).
Object information is typically less than 10% of the total
pixels in the document. Taking advantage of this advantage,
it was assumed that the background would determine the
average value of the pixels, even if the document was quite
clear.
There is no proper differentiation between
foreground and background because the pixel values in the
degraded documents are not uniform. Some pixels from the
foreground and background will occupy the same region in
the image histogram. As a result,theproposedalgorithm will
distinguish pixels between the foreground and background
regions. The threshold value of the image is critical in this
segregation. In this case, the average value serves as the
threshold for distinguishing the object information fromthe
background information in the document. So, to begin, we'll
compute the average value of the degraded document.
Values that exceed the threshold value are set to black,
which equals zero. Recreate the image using the
complementary threshold value to the original image.Again,
we must compute the average of the image while
disregarding the black pixels. This will allow for proper
separation of the image's foreground and background.Apply
this second average to the image as a thresholdvalue;values
above the threshold value are set to white, indicatingone. As
a result of this action, the noise in the image's background is
removed..
3. RESULTS AND DISCUSSIONS
This algorithm is tested on a set of 30 document images.
They are 50 to 60 years old and gathered from the Internet
(a Telugu old book titled "Thiagarajaswami Krithis" was
published in 1933 at Kesari Printing Press in Chennapuri)
and scanned copies of old story books (a Telugu old book
titled "vydula kathalu" was published in 1942 at Madras
Printing Press). Figure 2(a) shows an example of a noisy
document with non-uniformly distributed noise. The
background of the noisy image is golden brown in colour. As
shown in Fig.2, it is first converted into a complementary
image, which means the background is black and the
foreground is white (b). As shown in Fig. 2, the
complemented image is then transformed into a noise-free
image.
(a)
(b)
(c)
Fig 2. (a) Degraded Telugu text sample (b)
Complementary of image (a) (c) Resultant image
The algorithm is then applied to over 100-year-oldpalmleaf
manuscripts collected from the Internetinthesecondphase.
Nearly 30 palm leaf samples are tested using this algorithm.
Figure 3 shows an example of a palm leaf manuscript (a).
This is the typical case for testingpalmleafmanuscriptswith
this algorithm because the noise concentration varies from
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 818
one area to another within the sample. As a result, it is
difficult to distinguish the background from the foreground.
In this case, the image's background is also golden brown.
Figure 3 shows the complement to the original image (b).
After applying the defined algorithm to the complemented
image, the resultant image is displayed in Fig 3.(c).
(a)
(b)
(c )
Fig 3. (a) Palm leaf manuscript sample (b) Complementary
of image (a),(c) Resultant image
4. PERFORMANCE EVALUATION
Three metrics are used to assess the algorithm's
performance: Peak Signal to Noise Ratio,MeanSquareError,
and Average Difference. These parameters are evaluated in
order to compare the proposed algorithm's performance to
that of the Otus method. Palm leaf manuscripts and antique
text documents. When compared to the Otus method, the
proposed algorithm's metrics show a significant
improvement. The PSNR quantity increases in both graphs
(Figs 4&5). This algorithm works best with older text
documents. It needs to be improved if palm leafmanuscripts
are to produce better results.
Fig 4: Comparison of PSNR for palm leaf manuscripts
Fig 5: Comparison of PSNR for old text documents
5. CONCLUSION
The current work proposes usingtheaveragevalue
of the image as a threshold. The image of the document
under test is binarized using the average value of the image.
The first average value of the image is used in this algorithm
to complement the image and avoid unnecessary
background information. The second average removes any
residual background noise from the first average value.
During the cleaning process, some text information and
background noise are removed. This algorithm has been
shown to be effective on low-noise historical document
images as well as palm leaf manuscripts. However, it has
been discovered that palm leaf manuscripts require further
improvement.
6. FUTURE SCOPE OF THE WORK
The procedure described above could be extended
to noise-free samples that are manually contaminated with
various noises at various levels, such as pepper, Gaussian
noise, and so on. The noisy documents are then cleaned
using a defined algorithm and other methods, and
quantitative metrics for identifying information loss during
the cleaning process are established.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 819
REFERENCES
[1] N.Otsu, "A threshold selection method based on
grey level histograms," IEEE Transactions on
Systems, Man, and Cybernet., 9(1), 1979, pp.62-66.
[2] W. Niblack “ An Introduction to Digital Image
Processing”, Prentice Hall, 1986, pp. 115-116
[3] J.Sauvola, M.Pietikainen, “ Adaptive Document
Image Binarization ,” PatternRecognition,33,2000,
pp.225-236
[4] Mehmet Sezgin, Bulent Sankur, “ Survey over image
thresholding techniques and quantitative
performance evaluation,”146/ Journalof electronic
Imaging/ January 2004/ vol 13(1)
[5] E.Kavallieratou, “ABinarization Algorithm
Specialized on document images and photos,” 8th
Int. Conf. on Document Analysis and Recognition,
2005, pp. 463-467.
[6] George D.C. Cavalcanti, Edducardo F. A. Silva “A
Heuristic Binarization Algorithm for Documents
with Complex
Background”,1-4244-0481, 2006 IEEE
[7] B.Gatos, I. Pratikakis, and S.J.Perantoni, “ Adaptive
degraded document image binarization,” Pattern
recognition, vol.39, pp.317- 327, 2006
[8] João Marcelo Monte da Silva, Rafael Dueire Lins,
Fernando Mário Junqueira Martins, Rosita
Wachenchauzer,
“A New and Efficient Algorithm to Binarize
Document Images Removing Back-to-Front
Interference,” Journal of Universal Computer
Science, vol. 14, no. 2 (2008), 299-313
[9] Xiao. Y, Cao. Z.G, and Zhang, “Entropic thresholding
based on gray-level spatial correlation histogram,”
Proc. 19th Int. Conf. On Pattern Recognition (ICPR
2008), Tampa, FL, USA, 8-11 December 2008, pp.
1-4
[10] Syed Saqib Bukhari, Faisal Shafait, Thomas M.
Breuel, “ Adaptive Binarization of Unconstrained
Hand-Held Camera-Captured Document Images,”
Journal of Universal Computer Science, vol. 15, no.
18 (2009), 3343-3363
[11] A.V.S.Rao, Tinnati Sreenivasu, N.V.Rao,
T.S.K.Prabhu, A.S.C.S.Sastry, L.P.Reddy,”Binarization
of Dcuments with complex Backgrounds,”
Procedings of International ConferenceonMachine
Vision, 978-0-7695-3944-7/10, 2010.
[12] Chien-Hsing Chou. a, Wen-Hsiung Lin .b, Fu Chang
.b.Ã, “ A binarization method with learning- built
rules for document images produced by
cameras,” Pattern Recognition 43 (2010) 1518–
1530
[13] Rachid Hedjam Ã, Reza Farrahi
Moghaddam, Mohamed Cheriet, “ A spatially
adaptive statistical method for the binarization of
historical manuscripts and degraded document
images,” Pattern Recognition(Elsevier), 2011.
[14] Maythapolnun Athimethphat , “A Review on Global
Binarization Algorithms for Degraded
Document Images ” AU J.T. 14(3): 188-195 (Jan.
2011)
[15] Ntirogiannis .K, Gatos .B, Pratikakis .I,
"Performance Evaluation Methodology for
Historical Document Image Binarization", IEEE
Transactions on Image Processing, Vol22, No.2,
PP595-609, 2013.
[16] Sehad, Abdenour, "Ancient degraded
document image binarization based on texture
features." 8th International Symposium on Image
and Signal Processing and Analysis (ISPA), PP189-
193, 4-6 September 2013.
[17] Mitianoudis N., Papamarkos N. Document image
binarization using local features and
Gaussian mixture modeling. Image Vis.
Comput. 2015;38:33–51.
[18] Pratikakis I., Zagoris K., Barlas G., Gatos B.
ICFHR2016 handwritten document image
binarization contest (H-DIBCO 2016); Proceedings
of the 15th International ConferenceonFrontiersin
Handwriting Recognition(ICFHR);Shenzhen,China.
23–26 October 2016; pp. 619–623.
[19] Vo Q.N., Kim S.H., Yang H.J., Lee G.
Binarization of degraded document images based
on hierarchical deep supervised network. Pattern
Recognition. 2018;74:568–586.
[20] Westphal F., Lavesson N., Grahn H.
Document image binarization using recurrent
neural networks; Proceedings of the 2018 13th
IAPR International Workshop on Document
Analysis Systems (DAS); Vienna, Austria. 24–27
April 2018; pp. 263–268.

More Related Content

Similar to Binarization of Degraded Text documents and Palm Leaf Manuscripts

Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesIRJET Journal
 
SVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONS
SVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONSSVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONS
SVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONSijscmcj
 
Thesis on Image compression by Manish Myst
Thesis on Image compression by Manish MystThesis on Image compression by Manish Myst
Thesis on Image compression by Manish MystManish Myst
 
Review paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extractionReview paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extractioneSAT Journals
 
Threshold adaptation and XOR accumulation algorithm for objects detection
Threshold adaptation and XOR accumulation algorithm for  objects detectionThreshold adaptation and XOR accumulation algorithm for  objects detection
Threshold adaptation and XOR accumulation algorithm for objects detectionIJECEIAES
 
Implementation of Fuzzy Logic for the High-Resolution Remote Sensing Images w...
Implementation of Fuzzy Logic for the High-Resolution Remote Sensing Images w...Implementation of Fuzzy Logic for the High-Resolution Remote Sensing Images w...
Implementation of Fuzzy Logic for the High-Resolution Remote Sensing Images w...IOSR Journals
 
A method for semantic-based image retrieval using hierarchical clustering tre...
A method for semantic-based image retrieval using hierarchical clustering tre...A method for semantic-based image retrieval using hierarchical clustering tre...
A method for semantic-based image retrieval using hierarchical clustering tre...TELKOMNIKA JOURNAL
 
IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...
IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...
IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...IRJET Journal
 
A Comparative Case Study on Compression Algorithm for Remote Sensing Images
A Comparative Case Study on Compression Algorithm for Remote Sensing ImagesA Comparative Case Study on Compression Algorithm for Remote Sensing Images
A Comparative Case Study on Compression Algorithm for Remote Sensing ImagesDR.P.S.JAGADEESH KUMAR
 
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
 
Noise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural networkNoise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural networknooriasukmaningtyas
 
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...rinzindorjej
 
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...rinzindorjej
 
Reconstructing the Path of the Object based on Time and Date OCR in Surveilla...
Reconstructing the Path of the Object based on Time and Date OCR in Surveilla...Reconstructing the Path of the Object based on Time and Date OCR in Surveilla...
Reconstructing the Path of the Object based on Time and Date OCR in Surveilla...ijtsrd
 
A Review on Natural Scene Text Understanding for Computer Vision using Machin...
A Review on Natural Scene Text Understanding for Computer Vision using Machin...A Review on Natural Scene Text Understanding for Computer Vision using Machin...
A Review on Natural Scene Text Understanding for Computer Vision using Machin...IRJET Journal
 
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction NetworkEDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction Networkgerogepatton
 
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction NetworkEDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction Networkgerogepatton
 

Similar to Binarization of Degraded Text documents and Palm Leaf Manuscripts (20)

Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
 
SVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONS
SVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONSSVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONS
SVD BASED LATENT SEMANTIC INDEXING WITH USE OF THE GPU COMPUTATIONS
 
Thesis on Image compression by Manish Myst
Thesis on Image compression by Manish MystThesis on Image compression by Manish Myst
Thesis on Image compression by Manish Myst
 
Final Paper 2
Final Paper 2Final Paper 2
Final Paper 2
 
Review paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extractionReview paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extraction
 
Threshold adaptation and XOR accumulation algorithm for objects detection
Threshold adaptation and XOR accumulation algorithm for  objects detectionThreshold adaptation and XOR accumulation algorithm for  objects detection
Threshold adaptation and XOR accumulation algorithm for objects detection
 
Implementation of Fuzzy Logic for the High-Resolution Remote Sensing Images w...
Implementation of Fuzzy Logic for the High-Resolution Remote Sensing Images w...Implementation of Fuzzy Logic for the High-Resolution Remote Sensing Images w...
Implementation of Fuzzy Logic for the High-Resolution Remote Sensing Images w...
 
A method for semantic-based image retrieval using hierarchical clustering tre...
A method for semantic-based image retrieval using hierarchical clustering tre...A method for semantic-based image retrieval using hierarchical clustering tre...
A method for semantic-based image retrieval using hierarchical clustering tre...
 
IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...
IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...
IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...
 
A Comparative Case Study on Compression Algorithm for Remote Sensing Images
A Comparative Case Study on Compression Algorithm for Remote Sensing ImagesA Comparative Case Study on Compression Algorithm for Remote Sensing Images
A Comparative Case Study on Compression Algorithm for Remote Sensing Images
 
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
 
Noise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural networkNoise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural network
 
50120140501016
5012014050101650120140501016
50120140501016
 
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
 
6119ijcsitce01
6119ijcsitce016119ijcsitce01
6119ijcsitce01
 
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
 
Reconstructing the Path of the Object based on Time and Date OCR in Surveilla...
Reconstructing the Path of the Object based on Time and Date OCR in Surveilla...Reconstructing the Path of the Object based on Time and Date OCR in Surveilla...
Reconstructing the Path of the Object based on Time and Date OCR in Surveilla...
 
A Review on Natural Scene Text Understanding for Computer Vision using Machin...
A Review on Natural Scene Text Understanding for Computer Vision using Machin...A Review on Natural Scene Text Understanding for Computer Vision using Machin...
A Review on Natural Scene Text Understanding for Computer Vision using Machin...
 
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction NetworkEDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
 
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction NetworkEDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
 

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

HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 

Recently uploaded (20)

HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
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)
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 

Binarization of Degraded Text documents and Palm Leaf Manuscripts

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 815 Binarization of Degraded Text documents and Palm Leaf Manuscripts 1 Department of ECE, Sasi Institute of Technology & Engineering, Tadepalligudem, W.G.Dist, India. 2,3,4UG Student, Department of ECE, Sasi Institute of Technology & Engineering, Tadepalligudem, W.G.Dist, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Document deterioration Image processing is a specialized field that has recently drawn an influx of researchers. The first step in preparing a document for further processing is binarization. Depending on the degree of degradation of the original document, global or local thresholding methods are preferred. The threshold phenomenon is a useful technique for identifying thecluster of pixels that are most likely associated with background information while simultaneously separating the object information. In this paper, we propose a technique based on the complement of the original image. Thistechniqueisused to evaluate ancient text documents and palm leaf manuscripts, and the quality of the resulting images is assessed using various qualitative metrics. Key Words: Binarization, Complementaryoftheimage, Image documentation, Threshold, local method 1. INTRODUCTION Researchers faced numerous challenges as a result of degraded document image analysis. Degraded conditions of historical documents (e.g., bleed-through, ink stains, torn pages, etc.) prompted researchers to develop binarization and enhancement algorithms that are appropriate for these challenges. Binarization is the firststageofpre-processingin all image processing and analysis systems. The majority of the cultural heritage document collection consists of digitised images. Thesepricelessdocumentsareavailablefor manual annotation on the Internet in order to make their content more accessible. Light, particularly ultraviolet light, which is present in daylight, can damage documents.Having original documents at home or visiting a local archive or history centre allows us to handle old material with historical evidence, which comes ata cost.Frequenthandling of these original documents causes physical wear and tear, eventually leading to document loss. Furthermore, changes in environment and light can harm the documents. In this context, image analysis for removing background noise and improving document readability requires distinguishing between ancient and modern documents, as well as processing. Binarization techniques based on a global or local threshold are straightforward and practical. The Global threshold specifies a global value for all pixel intensities in an image in order to distinguish them as text object or background [1]. This method fails to remove image noise that is not distributed uniformly. In contrast, local threshold provides an adaptive solution for images with varying background intensities,withthethresholdvaryingaccording to the properties of the local region [6,8]. There are a plethora of general-purpose Binarization methods available that can handle any document image with a complex background. These methods are categorized as either local or adaptive thresholding. Bernson proposed[2] a neighborhood-based local threshold, Niblack evaluated the threshold at each pixel using local mean and standard deviation, and Sauvola used two algorithms[4] to calculatea different threshold for each pixel. The authors [9] all proposed a fast entropy-based segmentation method for producing high-quality binarized images of documents with back-to-back interference. Xiao et al. proposed an entropic thresholding algorithm based on gray-level spatial correlation (GLSC) histograms [12]. They revised and expanded on Kapur et al algorithm. Syed Saqib Bukhari etal. proposed [11] a local binarization method adaptation that uses two distinct sets of free parameter values for the foreground and background regions. They show how to estimate foreground regions in a document image using ridge detection. Using a different set of free parameter values, this information is then used to calculate an appropriate threshold for the foreground and background regions. Chien-Hsing Chou an et al. [13] proposed a method for segmenting an image and determining how to binarize each segment. The decision rules are the result of a learning process that starts with training images. Rachid Hedjam.A et al. [14] proposed an adaptive method based on maximum- likelihood(ML) classification that uses apriori information and spatial relationships on the image domain in addition to main data to recover weak text and strokes. Mehmet Sezgin et al. proposed[5] a comprehensive assessment of existing local infrastructure as well as global thresholding methods. Mitianoudis and Papamarkos [18] proposed a three-stage approach to document image binarization. The background was removed in the first stage using an iterative median filter, then misclassified pixels were separated in thesecond stage usinglocal co-occurrencemapping(LCM)andGaussian mixture clustering, and finally, morphological operators were used to identify and suppress misclassified pixels for better classification of text and background image pixels. Khan and Mollah [19]proposeda binarizationtechniquethat involved first removing background noise and improving document quality, then using a variant of Sauvola's Binarization method, andfinallyperformingpost-processing to find small areas of connected componentsinanimageand A Venkata Srinivasa Rao1, S Sanjay Pratap2, V S Subrahmanyam3, M Harshini4
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 816 removing unnecessary components. A more recent study [20] used a hierarchical deep supervised network (DSN) to binarize document images. The network architectureissplit into two sections. The first section of the network distinguishes between foreground and noisy background using high-level features, while thesecondsectionpreserves foreground (text) information while dealing with noisy background.To accomplish this, the network is designed in such a way that different level features are used to preserve high details of the foreground. The proposed network is made up of three distinct DSNs, the first of which has a small number of convolution layers to generate the low-level feature maps. The second DSN is a slightly deeper structure for producing mid-level feature maps, while the final DSN is a deep structure for producing high-level feature maps. The experimental results on three public datasets show that the proposed model completelyoutperformsthestate-of-the-art binarization algorithms. Westphal et al. [21] proposed document image binarization using a recurrent neural network. To incorporate contextual information into each step of the binarization process, they used grid LSM cells to handle multidimensional input in this method. They were able to accomplish this by dividing the input image into 64 64 pixel non-overlapping blocks. These blocks serve as the input sequence for the RNN model. The output of four distinct grid LSTM layersiscombinedandalignedtoproduce the mid-level feature sequence (L1). The mid-level features are then fed into two different grid LSTM layers (L2), which are combined with a bi-directional LSTM to produce the high-level feature map. After that, a full connection layer (L3) was applied to the high-level feature map to produce the binarization result. The experimental results show that the quality of binarization has significantly improved. The average value of the image is used as a threshold in the algorithm in this paper to propose a general technique for cleaning degraded documents. One method for distinguishing object information from background noise is to compute a global threshold of intensity value that can distinguish two clusters. We used an algorithm based on the average value of the image. It works best with documents with non-uniform noise distribution. There are four sections to the paper. The first section provided a brief overview of the introduction, literature review, and problem definition. The second section discussed the algorithm for cleaning the noisy documents. The third section discussed the experimental results. Section four discusses the findings and the scope of future work. 2. METHODOLOGY We present (Fig-1) a technique for binarizing ancient degraded documents and palmleafmanuscriptsthat falls under the clustering of pixels from an image's background and foreground. Grey level data issubjectedtoa clustering analysis in this class of technique, with the number of clusters always set to two. These two clusters correspond to the two peaks of the histogram. This method computes the average pixel value that can be used as a threshold. The flowchart of the proposed model, shown in Fig-1, will explain all of the algorithm's details. Fig.1 flowchart of the proposed model The traditional approach in a Global thresholding technique[15] is to find a unique threshold to eliminate all pixels representing image background while preserving others as image foreground. Many real-world images have complicated backgrounds or poor image foregrounds(some foreground pixels have grey values very close to some background pixels). It is difficult to find a single threshold that can completely separate theobjectinformationfromthe background in such cases. The same is true for local thresholding, which determines threshold values locally, such as pixel by pixel or region by region. In the proposed algorithm, image equalisation is performed after each thresholding operation while evaluating the relative
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 817 importance of a respective pixel intensity toward background. The new threshold is computed to perform background elimination. This procedure will be carried out until the sensitive threshold is reached. 2.1. BINARIZATION ALGORITHM The Binarization algorithm suitable for noisy documents requires a series of sequential steps, which are as follows: 1. Document extraction from a degraded(noisy)state I (x,y) 2. Determine the average intensity Avg of the degraded document (x,y) 3. Using the average value, set the pixels to black; 4. Calculate the degraded document's average value Avg1, excluding the black pixels. 5. Use the image's second average to set the pixels to white (Avg1). I stand in for the given image (x,y). Where x and y are the horizontal and vertical coordinates of the image, respectively, and I(x,y) can take any value between 0 and 1, with I=1 representing white and I=0 representingblack.The proposed algorithm necessitates shifting the image's intermediate tones to the background. In general, any document image contains few useful pixels (foreground) in comparison to the image size (foreground+ background). Object information is typically less than 10% of the total pixels in the document. Taking advantage of this advantage, it was assumed that the background would determine the average value of the pixels, even if the document was quite clear. There is no proper differentiation between foreground and background because the pixel values in the degraded documents are not uniform. Some pixels from the foreground and background will occupy the same region in the image histogram. As a result,theproposedalgorithm will distinguish pixels between the foreground and background regions. The threshold value of the image is critical in this segregation. In this case, the average value serves as the threshold for distinguishing the object information fromthe background information in the document. So, to begin, we'll compute the average value of the degraded document. Values that exceed the threshold value are set to black, which equals zero. Recreate the image using the complementary threshold value to the original image.Again, we must compute the average of the image while disregarding the black pixels. This will allow for proper separation of the image's foreground and background.Apply this second average to the image as a thresholdvalue;values above the threshold value are set to white, indicatingone. As a result of this action, the noise in the image's background is removed.. 3. RESULTS AND DISCUSSIONS This algorithm is tested on a set of 30 document images. They are 50 to 60 years old and gathered from the Internet (a Telugu old book titled "Thiagarajaswami Krithis" was published in 1933 at Kesari Printing Press in Chennapuri) and scanned copies of old story books (a Telugu old book titled "vydula kathalu" was published in 1942 at Madras Printing Press). Figure 2(a) shows an example of a noisy document with non-uniformly distributed noise. The background of the noisy image is golden brown in colour. As shown in Fig.2, it is first converted into a complementary image, which means the background is black and the foreground is white (b). As shown in Fig. 2, the complemented image is then transformed into a noise-free image. (a) (b) (c) Fig 2. (a) Degraded Telugu text sample (b) Complementary of image (a) (c) Resultant image The algorithm is then applied to over 100-year-oldpalmleaf manuscripts collected from the Internetinthesecondphase. Nearly 30 palm leaf samples are tested using this algorithm. Figure 3 shows an example of a palm leaf manuscript (a). This is the typical case for testingpalmleafmanuscriptswith this algorithm because the noise concentration varies from
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 818 one area to another within the sample. As a result, it is difficult to distinguish the background from the foreground. In this case, the image's background is also golden brown. Figure 3 shows the complement to the original image (b). After applying the defined algorithm to the complemented image, the resultant image is displayed in Fig 3.(c). (a) (b) (c ) Fig 3. (a) Palm leaf manuscript sample (b) Complementary of image (a),(c) Resultant image 4. PERFORMANCE EVALUATION Three metrics are used to assess the algorithm's performance: Peak Signal to Noise Ratio,MeanSquareError, and Average Difference. These parameters are evaluated in order to compare the proposed algorithm's performance to that of the Otus method. Palm leaf manuscripts and antique text documents. When compared to the Otus method, the proposed algorithm's metrics show a significant improvement. The PSNR quantity increases in both graphs (Figs 4&5). This algorithm works best with older text documents. It needs to be improved if palm leafmanuscripts are to produce better results. Fig 4: Comparison of PSNR for palm leaf manuscripts Fig 5: Comparison of PSNR for old text documents 5. CONCLUSION The current work proposes usingtheaveragevalue of the image as a threshold. The image of the document under test is binarized using the average value of the image. The first average value of the image is used in this algorithm to complement the image and avoid unnecessary background information. The second average removes any residual background noise from the first average value. During the cleaning process, some text information and background noise are removed. This algorithm has been shown to be effective on low-noise historical document images as well as palm leaf manuscripts. However, it has been discovered that palm leaf manuscripts require further improvement. 6. FUTURE SCOPE OF THE WORK The procedure described above could be extended to noise-free samples that are manually contaminated with various noises at various levels, such as pepper, Gaussian noise, and so on. The noisy documents are then cleaned using a defined algorithm and other methods, and quantitative metrics for identifying information loss during the cleaning process are established.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 819 REFERENCES [1] N.Otsu, "A threshold selection method based on grey level histograms," IEEE Transactions on Systems, Man, and Cybernet., 9(1), 1979, pp.62-66. [2] W. Niblack “ An Introduction to Digital Image Processing”, Prentice Hall, 1986, pp. 115-116 [3] J.Sauvola, M.Pietikainen, “ Adaptive Document Image Binarization ,” PatternRecognition,33,2000, pp.225-236 [4] Mehmet Sezgin, Bulent Sankur, “ Survey over image thresholding techniques and quantitative performance evaluation,”146/ Journalof electronic Imaging/ January 2004/ vol 13(1) [5] E.Kavallieratou, “ABinarization Algorithm Specialized on document images and photos,” 8th Int. Conf. on Document Analysis and Recognition, 2005, pp. 463-467. [6] George D.C. Cavalcanti, Edducardo F. A. Silva “A Heuristic Binarization Algorithm for Documents with Complex Background”,1-4244-0481, 2006 IEEE [7] B.Gatos, I. Pratikakis, and S.J.Perantoni, “ Adaptive degraded document image binarization,” Pattern recognition, vol.39, pp.317- 327, 2006 [8] João Marcelo Monte da Silva, Rafael Dueire Lins, Fernando Mário Junqueira Martins, Rosita Wachenchauzer, “A New and Efficient Algorithm to Binarize Document Images Removing Back-to-Front Interference,” Journal of Universal Computer Science, vol. 14, no. 2 (2008), 299-313 [9] Xiao. Y, Cao. Z.G, and Zhang, “Entropic thresholding based on gray-level spatial correlation histogram,” Proc. 19th Int. Conf. On Pattern Recognition (ICPR 2008), Tampa, FL, USA, 8-11 December 2008, pp. 1-4 [10] Syed Saqib Bukhari, Faisal Shafait, Thomas M. Breuel, “ Adaptive Binarization of Unconstrained Hand-Held Camera-Captured Document Images,” Journal of Universal Computer Science, vol. 15, no. 18 (2009), 3343-3363 [11] A.V.S.Rao, Tinnati Sreenivasu, N.V.Rao, T.S.K.Prabhu, A.S.C.S.Sastry, L.P.Reddy,”Binarization of Dcuments with complex Backgrounds,” Procedings of International ConferenceonMachine Vision, 978-0-7695-3944-7/10, 2010. [12] Chien-Hsing Chou. a, Wen-Hsiung Lin .b, Fu Chang .b.Ã, “ A binarization method with learning- built rules for document images produced by cameras,” Pattern Recognition 43 (2010) 1518– 1530 [13] Rachid Hedjam Ã, Reza Farrahi Moghaddam, Mohamed Cheriet, “ A spatially adaptive statistical method for the binarization of historical manuscripts and degraded document images,” Pattern Recognition(Elsevier), 2011. [14] Maythapolnun Athimethphat , “A Review on Global Binarization Algorithms for Degraded Document Images ” AU J.T. 14(3): 188-195 (Jan. 2011) [15] Ntirogiannis .K, Gatos .B, Pratikakis .I, "Performance Evaluation Methodology for Historical Document Image Binarization", IEEE Transactions on Image Processing, Vol22, No.2, PP595-609, 2013. [16] Sehad, Abdenour, "Ancient degraded document image binarization based on texture features." 8th International Symposium on Image and Signal Processing and Analysis (ISPA), PP189- 193, 4-6 September 2013. [17] Mitianoudis N., Papamarkos N. Document image binarization using local features and Gaussian mixture modeling. Image Vis. Comput. 2015;38:33–51. [18] Pratikakis I., Zagoris K., Barlas G., Gatos B. ICFHR2016 handwritten document image binarization contest (H-DIBCO 2016); Proceedings of the 15th International ConferenceonFrontiersin Handwriting Recognition(ICFHR);Shenzhen,China. 23–26 October 2016; pp. 619–623. [19] Vo Q.N., Kim S.H., Yang H.J., Lee G. Binarization of degraded document images based on hierarchical deep supervised network. Pattern Recognition. 2018;74:568–586. [20] Westphal F., Lavesson N., Grahn H. Document image binarization using recurrent neural networks; Proceedings of the 2018 13th IAPR International Workshop on Document Analysis Systems (DAS); Vienna, Austria. 24–27 April 2018; pp. 263–268.