SlideShare a Scribd company logo
1 of 6
Download to read offline
The International Journal Of Engineering And Science (IJES)
|| Volume || 3 || Issue || 12 || December - 2014 || Pages || 18-23||
ISSN (e): 2319 – 1813 ISSN (p): 2319 – 1805
www.theijes.com The IJES Page 18
Adaptive Image Contrast with Binarization Technique for
Degraded Document Image
M.Tamilselvi
Assistant Professor, Jeppiaar Institute of Technology, Chennai
----------------------------------------------------ABSTRACT---------------------------------------------------
Segmentation of text from badly degraded document images is very challenging tasks due to the high inter/intra
variation between the document background and the foreground text of different document images. In this
paper, we propose a novel document image binarization technique that addresses these issues by using adaptive
image contrast. The Adaptive Image Contrast is a combination of the local image contrast and the local image
gradient that is tolerant to text and background variation caused by different types of document degradations. In
the proposed technique, an adaptive contrast map is first constructed for an input degraded document image.
The contrast map is then binarized and combined with Canny’s edge map to identify the text stroke edge pixels.
The document text is further segmented by a local threshold that is estimated based on the intensities of detected
text stroke edge pixels within a local window. The proposed method is simple, robust, and involves minimum
parameter tuning.
---------------------------------------------------------------------------------------------------------------------------------------
Date of Submission: 21 November 2014 Date of Accepted: 25 December 2014
---------------------------------------------------------------------------------------------------------------------------------------
I. INTRODUCTION
Document image binarization (threshold selection) refer to the conversion of a gray-scale image into a
binary image. It is the initial step of most document image analysis and understanding systems. Usually, it
distinguishes text areas from background areas, so it is used as a text locating technique. Binarization plays a
key role in document processing since its performance affects quite critically the degree of success in a
subsequent character segmentation and recognition. When processing degraded document images, binarization
is not an easy task. Degradations appear frequently and may occur due to several reasons which range from the
acquisition source type to environmental conditions. Examples of degradation influence may include the
appearance of variable background intensity caused by non-uniform intensity, shadows, smear, smudge and low
contrast. The Adaptive Image Contrast is a combination of the local image contrast and the local image gradient
that is tolerant to text and background variation caused by different types of document degradations. In the
proposed technique, an adaptive contrast map is first constructed for an input degraded document image. The
contrast map is then binarized and combined with Canny’s edge map to identify the text stroke edge pixels. The
document text is further segmented by a local threshold that is estimated based on the intensities of detected text
stroke edge pixels within a local window. The proposed method is simple, robust, and involves minimum
parameter tuning.
II. EXISTING SYSTEM
The early window-based adaptive thresholding techniques proposed in “Adaptive document image
binarization,” estimate the local threshold by using the mean and the standard variation of image pixels within a
local neighborhood window.The local contrast method proposed in Bernsen’s “Dynamic thresholding of gray-
level images,” is simple and depends upon the maximum and minimum intensities within a local neighborhood
windows of an image pixel (i,j) respectively.
III. PROPOSED SYSTEM
In this paper we process the images through adaptive wiener filter for removing additive random noise
in both images, first we overcome significant differences between the histograms of images to be registered, an
histogram equalization of image 2 using the histogram counts of image 1 is performed prior to the application of
the Wiener filter. In this way, the Wiener filtering on images allows both for the reduction of the image detail, as
well as to the smoothing of the histogram, which becomes spiky due to the histogram equalization step. Finding
peaks and valleys of histogram of image1, among that find deepest valley between two highest peaks it act as
threshold for image segmentation, after segmenting the images into objects we are going to calculate area,
perimeter, axis ratio, fractal dimension for each and every object and find cost function by using that
parameters, plot the data cost function data in boxplot for finding matched objects. After that we are going to
Adaptive Image Contrast With Binarization…
www.theijes.com The IJES Page 19
estimate rotation and shift of unregistered image with respect to base image and registering base image with
unregistered image.
IMAGE REGISTRATION : Image registration is the process of overlying two or more images of the same
scene taken at different times, from different viewpoints and by different sensors. The major purpose of
registration is to remove or suppress geometric distortions between the reference and sensed images, which were
introduced due to different imaging conditions, and thus to bring images into geometric alignment. Image
registration is a crucial step in all image analysis tasks in which the final transformation is obtained by
combining various data sources. Typically, registration is required in remote sensing, as in multispectral
classification, environmental monitoring, image fusion, change detection and weather forecasting, in medicine,
as in combing computed tomography (CT) and nuclear magnetic resonance (NMR) data to obtain more
complete information about the patient, monitoring of tumor growth, treatment verification, and in computer
vision, as to target localization and automatic quality control. Image registration can be defined as a
determination of one-to-one mapping between the coordinates in one image space and those in another, such
that points in two image spaces that correspond to the same scene point are mapped to each other. In case of
image to scene registration, image coordinates are mapped to the corresponding points in the scene. As an
example of a 2D image, for a rigid-body transformation, the transformation parameters Tp in (1) consist of three
parameters, two shifts (tx, ty) and a rotation θ
Tp(x, y) = +
Basic Block Diagram of Registration
IMAGE SEGMENTATION: Generally image segmentation means separating background and foreground
image. Thresholding is the simplest method of image segmentation. From a grayscale image, thresholding can
be used to create binary images.
ORIGINAL IMAGE
REFERENCE IMAGE
IMAGE TO BE
REGISTERED
REGISTRATION
STRATEGY
REFERENCE IMAGE
REGISTERED IMAGE
Adaptive Image Contrast With Binarization…
www.theijes.com The IJES Page 20
IV. THRESHOLD EFFECT USED IN IMAGE
Below procedure indicates the general image segmentation procedure. First of all take gray image
(black and white image) and calculate threshold using gray threshold function. Second segment the gray image
using im2bw command
Adaptive Contrast Enhancement : In this method, a new intensity is assigned to each pixel according to an
adaptive transfer function that is designed on the basis of the local statistics (local minimum maximum as well
as local average intensity). The local min/max/avg of a pixel can be simply defined as the minimal, maximal
and averaging intensities within a local window of a fixed size. This is straight forward to implement but it has
two problems. First, it takes a lot of time to search for the local min/max or compute the local aver- age for each
pixel. Secondly, the computed min/max maps always manifest some block-lie artifact. In the following we will
compute the local min/max/avg maps using a propagation scheme.
Document Image Binarization : Document Image Binarization is usually performed in the preprocessing stage
of different document image processing related applications such as optical character recognition (OCR) and
document image retrieval. It converts a gray-scale document image into a binary document image and
accordingly facilitates the ensuing tasks such as document skew estimation and document layout analysis. As
more and more text documents are scanned, fast and accurate document image binarization is becoming
increasingly important.
OTSU’S Method : Otsu's method is used to automatically perform clustering-based image threshold or the
reduction of a gray level image to a binary image. The algorithm assumes that the image to be threshold
contains two classes of pixels or bi-modal histogram (e.g. foreground and background) then calculates the
optimum threshold separating those two classes so that their combined spread (intra-class variance) is
minimal. The extension of the original method to multi-level threshold is referred to as the Multi Otsu method.
Canny edge detector : The Canny edge detector is an edge detection operator that uses a multi-
stage algorithm to detect a wide range of edges in images. Canny's aim was to discover the optimal edge
detection algorithm.
Canny Edge Detection Algorithm
The algorithm runs in 5 separate steps:
 Smoothing: Blurring of the image to remove noise.
 Finding gradients: The edges should be marked where the gradients of the image has large magnitudes.
 Non-maximum suppression: Only local maxima should be marked as edges.
 Double thresholding: Potential edges are determined by thresholding.
 Edge tracking by hysteresis: Final edges are determined by suppressing all edges that are not connected to a
very certain (strong) edge.
Local Threshold Estimation : The text can then be extracted from the document back- ground pixels once the
high contrast stroke edge pixels are detected properly. First, the text pixels are close to the detected text stroke
edge pixels. Second, there is a distinct intensity difference between the high contrast stroke edge pixels and the
surrounding background pixels. The neighborhood window should be at least larger than the stroke width in
order to contain stroke edge pixels. So the size of the neighborhood window W can be set based on the stroke
width of the document image under study, EW, which can be estimated from the detected stroke edges.
Adaptive Image Contrast With Binarization…
www.theijes.com The IJES Page 21
Post Processing : Problems with a picture that require some post processing. Cleaning and sharpening
techniques can reduce noise, increase contrast, tighten the crop of the image, and make other small changes to
the way the picture appears. Image post processing can also involve removing things from the frame when they
don't belong or distract. A wildlife photographer, for example, might not want a radio tracker implanted on a
bird's wing to be visible, because it could take away from the image. In post processing, the photographer can
carefully edit it out.
Contrast Image : The image gradient has been widely used for edge detection and it can be used to detect the
text stroke edges of the document images effectively that have a uniform document background. On the other
hand, it often detects many non stroke edges from the background of degraded document that often contains
certain image variations due to noise, uneven lighting, bleed-through, etc. To extract only the stroke edges
properly, the image gradient needs to be normalized to compensatethe image variation within the document
background . The local contrast evaluated by the local image maximum and minimum is used to suppress the
background variation. In particular, the numerator (i.e. the difference between the local maximum and the local
minimum) captures the local image difference that is similar to the traditional image gradient .The denominator
is a normalization factor that suppresses the image variation within the document background. For image pixels
within bright regions, it will produce a large normalization factor to neutralize the numerator and accordingly
result in a relatively low image contrast. For the image pixels within dark regions, it will produce a small
denominator and accordingly result in a relatively high image contrast. However, the image contrast in this is a
typical limitation that it may not handle document images with the bright text properly. This is because a weak
contrast will be calculated for stroke edges of the bright text where the denominator will be large but the
numerator will be small. To overcome this over-normalization problem, we combine the local image contrast
with the local image gradient .
Text Stroke Edge Pixel Detection : The purpose of the contrast image construction is to detect the stroke edge
pixels of the document text properly. The constructed contrast image has a clear bi-modal pattern, where the
adaptive image contrast computed at text stroke edges is obviously larger than that computed within the
document background.We therefore detect the text stroke edge pixel candidate by using Otsu’s global
thresholding method. For the contrast images a binary map by Otsu’s algorithm that extracts the stroke edge
pixels properly. As the local image contrast and the local image gradient are evaluated by the difference
between the maximum and minimum intensity in a local window, the pixels at both sides of the text stroke will
be selected as the high contrast pixels. The binary map can be further improved through the combination with
the edges by Canny’s edge detector, because Canny’s edge detector has a good localization property that it can
mark the edges close to real edge locations in the detecting image. In addition, canny edge detector uses two
adaptive thresholds and is more tolerant to different imaging artifacts such as shading . It should be noted that
Canny’s edge detector by itself often extracts a large amount of non-stroke edges without tuning the parameter
manually. In the combined map, we keep only pixels that appear within both the high contrast image pixel map
and canny edge map.The combination helps to extract the text stroke edge pixels accurately.
Adaptive Image Contrast With Binarization…
www.theijes.com The IJES Page 22
(a) DEGRADED INPUT IMAGE
(b) GRAY SCALE IMAGE
(c)
INPUT
IMAGE
CONTRAST MAP
CONSTRUCTION
CONVERTED RGB
INTO
HISTOGRAM
CONVERTED
HISTOGRAM
INTO GRAY
SCALE
IMAGE
EXTRACTION
IMGUASSIAN
FILTER
EDGE
DETECTION
KITTLERMET
(BINEARIZATION
ALGORITHM)
POST
PROCESING
SEGMENTED
OUTPUT
Adaptive Image Contrast With Binarization…
www.theijes.com The IJES Page 23
(c) BACKGROUND SUPRESSED RECOVERED TEXT IMAGE
IV. CONCLUSION
This paper presents an adaptive image contrast based document image binarization technique that is
tolerant to different types of document degradation such as uneven illumination and document smear. The
proposed technique is simple and robust, only few parameters are involved. Moreover, it works for different
kinds of degraded document images. The proposed technique makes use of the local image contrast that is
evaluated based on the local maximum and minimum. The proposed method has been tested on the various
datasets. Experiments show that the proposed method outperforms most reported document binarization
methods in term of the F-measure, pseudo F-measure, PSNR, NRM, MPM and DRD.
REFERENCES
[1] B. Gatos, K. Ntirogiannis, and I. Pratikakis, “ICDAR 2009 documentimage binarization contest (DIBCO 2009),” in Proc. Int.
Conf. Document Anal. Recognit., Jul. 2009, pp. 1375–1382.
[2] I. Pratikakis, B. Gatos, and K. Ntirogiannis, “ICDAR 2011 documentimage binarization contest (DIBCO 2011),” in Proc. Int.
Conf. Document Anal. Recognit., Sep. 2011, pp. 1506–1510.
[3] I. Pratikakis, B. Gatos, and K. Ntirogiannis, “H-DIBCO 2010 handwritten document image binarization competition,” in Proc.
Int. Conf.Frontiers Handwrit. Recognit., Nov. 2010, pp. 727–732.
[4] 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.
[5] B. Su, S. Lu, and C. L. Tan, “Binarization of historical handwrittendocument images using local maximum and minimum filter,”
in Proc.Int. Workshop Document Anal. Syst., Jun. 2010, pp. 159–166.
[6] G. Leedham, C. Yan, K. Takru, J. Hadi, N. Tan, and L. Mian, “Comparison of some thresholding algorithms for text/background
segmentation in difficult document images,” in Proc. Int. Conf. Document Anal.Recognit., vol. 13. 2003, pp. 859–864.
[7] M. Sezgin and B. Sankur, “Survey over image thresholding techniques and quantitative performance evaluation,” J. Electron.
Imag., vol. 13,no. 1, pp. 146–165, Jan. 2004.
[8] O. D. Trier and A. K. Jain, “Goal-directed evaluation of binarization methods,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 17,
no. 12, pp. 1191–1201, Dec. 1995.
[9] O. D. Trier and T. Taxt, “Evaluation of binarization methods for document images,” IEEE Trans. Pattern Anal. Mach. Intell.,
vol. 17,no. 3, pp. 312–315, Mar. 1995.
[10] A. Brink, “Thresholding of digital images using two-dimensional entropies,” Pattern Recognit., vol. 25, no. 8, pp. 803–808,
1992.
[11] J. Kittler and J. Illingworth, “On threshold selection using clustering criteria,” IEEE Trans. Syst., Man, Cybern., vol. 15, no. 5,
pp. 652–655, Sep.–Oct. 1985.
[12] N. Otsu, “A threshold selection method from gray level histogram,” IEEE Trans. Syst., Man, Cybern., vol. 19, no. 1, pp. 62–66,
Jan. 1979.
[13] N. Papamarkos and B. Gatos, “A new approach for multithreshold selection,” Comput. Vis. Graph. Image Process., vol. 56, no.
5, pp. 357–370, 1994.
[14] . Bernsen, “Dynamic thresholding of gray-level images,” in Proc. Int. Conf. Pattern Recognit., Oct. 1986, pp. 1251–1255.
[15] L. Eikvil, T. Taxt, and K. Moen, “A fast adaptive method for binarization of document images,” in Proc. Int. Conf. Document
Anal. Recognit., Sep. 1991, pp. 435–443.
[16] I.-K. Kim, D.-W. Jung, and R.-H. Park, “Document image binarization based on topographic analysis using a water flow model,”
Pattern Recognit., vol. 35, no. 1, pp. 265–277, 2002.
[17] J. Parker, C. Jennings, and A. Salkauskas, “Thresholding using an illumination model,” in Proc. Int. Conf. Doc. Anal. Recognit.,
Oct. 1993, pp. 270–273.
[18] J. Sauvola and M. Pietikainen, “Adaptive document image binarization,”Pattern Recognit., vol. 33, no. 2, pp. 225–236, 2000.
M.Tamilselvi was born in Vellore, Tamilnadu, India in 1983. She received his Bachelor Degree in Electronics and
Communication Engineering from C.Abdul hakeem college of engineering and technology, Anna university affiliated in
the year 2005, Master Degree in VLSI Technology from Sathyabama University in the year 2012. She is working as
Assistant Professor in Department of ECE in Jeppiaar Institute of Technology. His interested areas of research are Image
Processing and VLSI Design. She is a member of International Association of Engineers (IAENG).

More Related Content

What's hot

IMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESIMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESVicky Kumar
 
Digital image processing
Digital image processingDigital image processing
Digital image processingVandana Verma
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Pinaki Ranjan Sarkar
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentationsk asadul haque
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainIAEME Publication
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachEditor IJMTER
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationMostafa G. M. Mostafa
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...eSAT Journals
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processingSaloni Bhatia
 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationIOSR Journals
 
Property based fusion for multifocus images
Property based fusion for multifocus imagesProperty based fusion for multifocus images
Property based fusion for multifocus imagesIAEME Publication
 
Image Segmentation (Digital Image Processing)
Image Segmentation (Digital Image Processing)Image Segmentation (Digital Image Processing)
Image Segmentation (Digital Image Processing)VARUN KUMAR
 
Image analysis basics and principles
Image analysis basics and principlesImage analysis basics and principles
Image analysis basics and principlesMohsin Siddique
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419IJRAT
 
IMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGIMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGgarima0690
 
Object Based Image Analysis
Object Based Image Analysis Object Based Image Analysis
Object Based Image Analysis Kabir Uddin
 
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
 

What's hot (20)

IMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESIMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUES
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
 
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. pptImage segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentation
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domain
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image Segmentation
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing Segmentation
 
Property based fusion for multifocus images
Property based fusion for multifocus imagesProperty based fusion for multifocus images
Property based fusion for multifocus images
 
Image Segmentation (Digital Image Processing)
Image Segmentation (Digital Image Processing)Image Segmentation (Digital Image Processing)
Image Segmentation (Digital Image Processing)
 
Image analysis basics and principles
Image analysis basics and principlesImage analysis basics and principles
Image analysis basics and principles
 
Image mosaicing
Image mosaicingImage mosaicing
Image mosaicing
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419
 
IMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGIMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSING
 
Cq32579584
Cq32579584Cq32579584
Cq32579584
 
Object Based Image Analysis
Object Based Image Analysis Object Based Image Analysis
Object Based Image Analysis
 
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
 

Viewers also liked

Problem-Solving Capacity of Students: A Study of Solving Problems in Differen...
Problem-Solving Capacity of Students: A Study of Solving Problems in Differen...Problem-Solving Capacity of Students: A Study of Solving Problems in Differen...
Problem-Solving Capacity of Students: A Study of Solving Problems in Differen...theijes
 
Solar Boiler for an Energy Saving In Maradi, Republic Of Niger
Solar Boiler for an Energy Saving In Maradi, Republic Of NigerSolar Boiler for an Energy Saving In Maradi, Republic Of Niger
Solar Boiler for an Energy Saving In Maradi, Republic Of Nigertheijes
 
Photocatalytic Degradation of a Real Textile Wastewater using Titanium Dioxid...
Photocatalytic Degradation of a Real Textile Wastewater using Titanium Dioxid...Photocatalytic Degradation of a Real Textile Wastewater using Titanium Dioxid...
Photocatalytic Degradation of a Real Textile Wastewater using Titanium Dioxid...theijes
 
Weka Hertz Clock Based Weka Bits Per Second P.R.B.S Data Array Encryption A.S...
Weka Hertz Clock Based Weka Bits Per Second P.R.B.S Data Array Encryption A.S...Weka Hertz Clock Based Weka Bits Per Second P.R.B.S Data Array Encryption A.S...
Weka Hertz Clock Based Weka Bits Per Second P.R.B.S Data Array Encryption A.S...theijes
 
Development of Strategic Management towards a Strategy to achieve Competitive...
Development of Strategic Management towards a Strategy to achieve Competitive...Development of Strategic Management towards a Strategy to achieve Competitive...
Development of Strategic Management towards a Strategy to achieve Competitive...theijes
 
The Use of Raffia Palm (Raffia Hookeri) Piassava Fibres As Reinforcement Of C...
The Use of Raffia Palm (Raffia Hookeri) Piassava Fibres As Reinforcement Of C...The Use of Raffia Palm (Raffia Hookeri) Piassava Fibres As Reinforcement Of C...
The Use of Raffia Palm (Raffia Hookeri) Piassava Fibres As Reinforcement Of C...theijes
 
A concept paper on "On Chip High Voltage generator using Polysilicon Diodes
A concept paper on "On Chip High Voltage generator using Polysilicon DiodesA concept paper on "On Chip High Voltage generator using Polysilicon Diodes
A concept paper on "On Chip High Voltage generator using Polysilicon Diodestheijes
 
Aerobic Fitness of Indian Soccer Players: Field Methods Analysis
Aerobic Fitness of Indian Soccer Players: Field Methods AnalysisAerobic Fitness of Indian Soccer Players: Field Methods Analysis
Aerobic Fitness of Indian Soccer Players: Field Methods Analysistheijes
 
Preparation and Characterization of Activated Carbon from Hura Crepitans Linn...
Preparation and Characterization of Activated Carbon from Hura Crepitans Linn...Preparation and Characterization of Activated Carbon from Hura Crepitans Linn...
Preparation and Characterization of Activated Carbon from Hura Crepitans Linn...theijes
 
Application of Reliability Analysis for Predicting Failures in Cement Industry
Application of Reliability Analysis for Predicting Failures in Cement IndustryApplication of Reliability Analysis for Predicting Failures in Cement Industry
Application of Reliability Analysis for Predicting Failures in Cement Industrytheijes
 
Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...
Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...
Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...theijes
 
Cost Optimization of Elevated Circular Water Storage Tank
Cost Optimization of Elevated Circular Water Storage TankCost Optimization of Elevated Circular Water Storage Tank
Cost Optimization of Elevated Circular Water Storage Tanktheijes
 
A Model for Assessment of Power System Outages on Nigerian Transmission Network
A Model for Assessment of Power System Outages on Nigerian Transmission NetworkA Model for Assessment of Power System Outages on Nigerian Transmission Network
A Model for Assessment of Power System Outages on Nigerian Transmission Networktheijes
 
Prototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation systemPrototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation systemtheijes
 
Effect of the ODD-EVEN Traffic Formula in Delhi on the Photosynthetic Activit...
Effect of the ODD-EVEN Traffic Formula in Delhi on the Photosynthetic Activit...Effect of the ODD-EVEN Traffic Formula in Delhi on the Photosynthetic Activit...
Effect of the ODD-EVEN Traffic Formula in Delhi on the Photosynthetic Activit...theijes
 
Comparative study of the mechanical behavior of polymer materials: between AB...
Comparative study of the mechanical behavior of polymer materials: between AB...Comparative study of the mechanical behavior of polymer materials: between AB...
Comparative study of the mechanical behavior of polymer materials: between AB...theijes
 
Removal of phosphate ion from water using chemically modified biomass of suga...
Removal of phosphate ion from water using chemically modified biomass of suga...Removal of phosphate ion from water using chemically modified biomass of suga...
Removal of phosphate ion from water using chemically modified biomass of suga...theijes
 
Message Authentication And Source Privacy Using BAC Technique In Wireless Sen...
Message Authentication And Source Privacy Using BAC Technique In Wireless Sen...Message Authentication And Source Privacy Using BAC Technique In Wireless Sen...
Message Authentication And Source Privacy Using BAC Technique In Wireless Sen...theijes
 
Optimal control of load frequency control power system based on particle swar...
Optimal control of load frequency control power system based on particle swar...Optimal control of load frequency control power system based on particle swar...
Optimal control of load frequency control power system based on particle swar...theijes
 

Viewers also liked (19)

Problem-Solving Capacity of Students: A Study of Solving Problems in Differen...
Problem-Solving Capacity of Students: A Study of Solving Problems in Differen...Problem-Solving Capacity of Students: A Study of Solving Problems in Differen...
Problem-Solving Capacity of Students: A Study of Solving Problems in Differen...
 
Solar Boiler for an Energy Saving In Maradi, Republic Of Niger
Solar Boiler for an Energy Saving In Maradi, Republic Of NigerSolar Boiler for an Energy Saving In Maradi, Republic Of Niger
Solar Boiler for an Energy Saving In Maradi, Republic Of Niger
 
Photocatalytic Degradation of a Real Textile Wastewater using Titanium Dioxid...
Photocatalytic Degradation of a Real Textile Wastewater using Titanium Dioxid...Photocatalytic Degradation of a Real Textile Wastewater using Titanium Dioxid...
Photocatalytic Degradation of a Real Textile Wastewater using Titanium Dioxid...
 
Weka Hertz Clock Based Weka Bits Per Second P.R.B.S Data Array Encryption A.S...
Weka Hertz Clock Based Weka Bits Per Second P.R.B.S Data Array Encryption A.S...Weka Hertz Clock Based Weka Bits Per Second P.R.B.S Data Array Encryption A.S...
Weka Hertz Clock Based Weka Bits Per Second P.R.B.S Data Array Encryption A.S...
 
Development of Strategic Management towards a Strategy to achieve Competitive...
Development of Strategic Management towards a Strategy to achieve Competitive...Development of Strategic Management towards a Strategy to achieve Competitive...
Development of Strategic Management towards a Strategy to achieve Competitive...
 
The Use of Raffia Palm (Raffia Hookeri) Piassava Fibres As Reinforcement Of C...
The Use of Raffia Palm (Raffia Hookeri) Piassava Fibres As Reinforcement Of C...The Use of Raffia Palm (Raffia Hookeri) Piassava Fibres As Reinforcement Of C...
The Use of Raffia Palm (Raffia Hookeri) Piassava Fibres As Reinforcement Of C...
 
A concept paper on "On Chip High Voltage generator using Polysilicon Diodes
A concept paper on "On Chip High Voltage generator using Polysilicon DiodesA concept paper on "On Chip High Voltage generator using Polysilicon Diodes
A concept paper on "On Chip High Voltage generator using Polysilicon Diodes
 
Aerobic Fitness of Indian Soccer Players: Field Methods Analysis
Aerobic Fitness of Indian Soccer Players: Field Methods AnalysisAerobic Fitness of Indian Soccer Players: Field Methods Analysis
Aerobic Fitness of Indian Soccer Players: Field Methods Analysis
 
Preparation and Characterization of Activated Carbon from Hura Crepitans Linn...
Preparation and Characterization of Activated Carbon from Hura Crepitans Linn...Preparation and Characterization of Activated Carbon from Hura Crepitans Linn...
Preparation and Characterization of Activated Carbon from Hura Crepitans Linn...
 
Application of Reliability Analysis for Predicting Failures in Cement Industry
Application of Reliability Analysis for Predicting Failures in Cement IndustryApplication of Reliability Analysis for Predicting Failures in Cement Industry
Application of Reliability Analysis for Predicting Failures in Cement Industry
 
Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...
Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...
Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...
 
Cost Optimization of Elevated Circular Water Storage Tank
Cost Optimization of Elevated Circular Water Storage TankCost Optimization of Elevated Circular Water Storage Tank
Cost Optimization of Elevated Circular Water Storage Tank
 
A Model for Assessment of Power System Outages on Nigerian Transmission Network
A Model for Assessment of Power System Outages on Nigerian Transmission NetworkA Model for Assessment of Power System Outages on Nigerian Transmission Network
A Model for Assessment of Power System Outages on Nigerian Transmission Network
 
Prototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation systemPrototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation system
 
Effect of the ODD-EVEN Traffic Formula in Delhi on the Photosynthetic Activit...
Effect of the ODD-EVEN Traffic Formula in Delhi on the Photosynthetic Activit...Effect of the ODD-EVEN Traffic Formula in Delhi on the Photosynthetic Activit...
Effect of the ODD-EVEN Traffic Formula in Delhi on the Photosynthetic Activit...
 
Comparative study of the mechanical behavior of polymer materials: between AB...
Comparative study of the mechanical behavior of polymer materials: between AB...Comparative study of the mechanical behavior of polymer materials: between AB...
Comparative study of the mechanical behavior of polymer materials: between AB...
 
Removal of phosphate ion from water using chemically modified biomass of suga...
Removal of phosphate ion from water using chemically modified biomass of suga...Removal of phosphate ion from water using chemically modified biomass of suga...
Removal of phosphate ion from water using chemically modified biomass of suga...
 
Message Authentication And Source Privacy Using BAC Technique In Wireless Sen...
Message Authentication And Source Privacy Using BAC Technique In Wireless Sen...Message Authentication And Source Privacy Using BAC Technique In Wireless Sen...
Message Authentication And Source Privacy Using BAC Technique In Wireless Sen...
 
Optimal control of load frequency control power system based on particle swar...
Optimal control of load frequency control power system based on particle swar...Optimal control of load frequency control power system based on particle swar...
Optimal control of load frequency control power system based on particle swar...
 

Similar to Adaptive Image Contrast with Binarization Technique for Degraded Document Image

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
 
A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...sipij
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationeSAT Journals
 
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...IRJET Journal
 
Document Recovery From Degraded Images
Document Recovery From Degraded ImagesDocument Recovery From Degraded Images
Document Recovery From Degraded ImagesIRJET Journal
 
Iaetsd a review on enhancement of degraded
Iaetsd a review on enhancement of degradedIaetsd a review on enhancement of degraded
Iaetsd a review on enhancement of degradedIaetsd Iaetsd
 
An efficient color image compression technique
An efficient color image compression techniqueAn efficient color image compression technique
An efficient color image compression techniqueTELKOMNIKA JOURNAL
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesIIRindia
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposureiosrjce
 
Binarization of Document Image
Binarization of Document Image Binarization of Document Image
Binarization of Document Image IJERA Editor
 
EDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesEDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesIOSR Journals
 
EDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesEDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesIOSR Journals
 
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...ijcisjournal
 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringIJERA Editor
 

Similar to Adaptive Image Contrast with Binarization Technique for Degraded Document Image (20)

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
 
A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentation
 
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
 
Document Recovery From Degraded Images
Document Recovery From Degraded ImagesDocument Recovery From Degraded Images
Document Recovery From Degraded Images
 
Iaetsd a review on enhancement of degraded
Iaetsd a review on enhancement of degradedIaetsd a review on enhancement of degraded
Iaetsd a review on enhancement of degraded
 
An efficient color image compression technique
An efficient color image compression techniqueAn efficient color image compression technique
An efficient color image compression technique
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
 
I010634450
I010634450I010634450
I010634450
 
Binarization of Document Image
Binarization of Document Image Binarization of Document Image
Binarization of Document Image
 
J017426467
J017426467J017426467
J017426467
 
EDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesEDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing Performances
 
EDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesEDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing Performances
 
G010124245
G010124245G010124245
G010124245
 
C045041521
C045041521C045041521
C045041521
 
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation Clustering
 

Recently uploaded

Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 

Recently uploaded (20)

Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 

Adaptive Image Contrast with Binarization Technique for Degraded Document Image

  • 1. The International Journal Of Engineering And Science (IJES) || Volume || 3 || Issue || 12 || December - 2014 || Pages || 18-23|| ISSN (e): 2319 – 1813 ISSN (p): 2319 – 1805 www.theijes.com The IJES Page 18 Adaptive Image Contrast with Binarization Technique for Degraded Document Image M.Tamilselvi Assistant Professor, Jeppiaar Institute of Technology, Chennai ----------------------------------------------------ABSTRACT--------------------------------------------------- Segmentation of text from badly degraded document images is very challenging tasks due to the high inter/intra variation between the document background and the foreground text of different document images. In this paper, we propose a novel document image binarization technique that addresses these issues by using adaptive image contrast. The Adaptive Image Contrast is a combination of the local image contrast and the local image gradient that is tolerant to text and background variation caused by different types of document degradations. In the proposed technique, an adaptive contrast map is first constructed for an input degraded document image. The contrast map is then binarized and combined with Canny’s edge map to identify the text stroke edge pixels. The document text is further segmented by a local threshold that is estimated based on the intensities of detected text stroke edge pixels within a local window. The proposed method is simple, robust, and involves minimum parameter tuning. --------------------------------------------------------------------------------------------------------------------------------------- Date of Submission: 21 November 2014 Date of Accepted: 25 December 2014 --------------------------------------------------------------------------------------------------------------------------------------- I. INTRODUCTION Document image binarization (threshold selection) refer to the conversion of a gray-scale image into a binary image. It is the initial step of most document image analysis and understanding systems. Usually, it distinguishes text areas from background areas, so it is used as a text locating technique. Binarization plays a key role in document processing since its performance affects quite critically the degree of success in a subsequent character segmentation and recognition. When processing degraded document images, binarization is not an easy task. Degradations appear frequently and may occur due to several reasons which range from the acquisition source type to environmental conditions. Examples of degradation influence may include the appearance of variable background intensity caused by non-uniform intensity, shadows, smear, smudge and low contrast. The Adaptive Image Contrast is a combination of the local image contrast and the local image gradient that is tolerant to text and background variation caused by different types of document degradations. In the proposed technique, an adaptive contrast map is first constructed for an input degraded document image. The contrast map is then binarized and combined with Canny’s edge map to identify the text stroke edge pixels. The document text is further segmented by a local threshold that is estimated based on the intensities of detected text stroke edge pixels within a local window. The proposed method is simple, robust, and involves minimum parameter tuning. II. EXISTING SYSTEM The early window-based adaptive thresholding techniques proposed in “Adaptive document image binarization,” estimate the local threshold by using the mean and the standard variation of image pixels within a local neighborhood window.The local contrast method proposed in Bernsen’s “Dynamic thresholding of gray- level images,” is simple and depends upon the maximum and minimum intensities within a local neighborhood windows of an image pixel (i,j) respectively. III. PROPOSED SYSTEM In this paper we process the images through adaptive wiener filter for removing additive random noise in both images, first we overcome significant differences between the histograms of images to be registered, an histogram equalization of image 2 using the histogram counts of image 1 is performed prior to the application of the Wiener filter. In this way, the Wiener filtering on images allows both for the reduction of the image detail, as well as to the smoothing of the histogram, which becomes spiky due to the histogram equalization step. Finding peaks and valleys of histogram of image1, among that find deepest valley between two highest peaks it act as threshold for image segmentation, after segmenting the images into objects we are going to calculate area, perimeter, axis ratio, fractal dimension for each and every object and find cost function by using that parameters, plot the data cost function data in boxplot for finding matched objects. After that we are going to
  • 2. Adaptive Image Contrast With Binarization… www.theijes.com The IJES Page 19 estimate rotation and shift of unregistered image with respect to base image and registering base image with unregistered image. IMAGE REGISTRATION : Image registration is the process of overlying two or more images of the same scene taken at different times, from different viewpoints and by different sensors. The major purpose of registration is to remove or suppress geometric distortions between the reference and sensed images, which were introduced due to different imaging conditions, and thus to bring images into geometric alignment. Image registration is a crucial step in all image analysis tasks in which the final transformation is obtained by combining various data sources. Typically, registration is required in remote sensing, as in multispectral classification, environmental monitoring, image fusion, change detection and weather forecasting, in medicine, as in combing computed tomography (CT) and nuclear magnetic resonance (NMR) data to obtain more complete information about the patient, monitoring of tumor growth, treatment verification, and in computer vision, as to target localization and automatic quality control. Image registration can be defined as a determination of one-to-one mapping between the coordinates in one image space and those in another, such that points in two image spaces that correspond to the same scene point are mapped to each other. In case of image to scene registration, image coordinates are mapped to the corresponding points in the scene. As an example of a 2D image, for a rigid-body transformation, the transformation parameters Tp in (1) consist of three parameters, two shifts (tx, ty) and a rotation θ Tp(x, y) = + Basic Block Diagram of Registration IMAGE SEGMENTATION: Generally image segmentation means separating background and foreground image. Thresholding is the simplest method of image segmentation. From a grayscale image, thresholding can be used to create binary images. ORIGINAL IMAGE REFERENCE IMAGE IMAGE TO BE REGISTERED REGISTRATION STRATEGY REFERENCE IMAGE REGISTERED IMAGE
  • 3. Adaptive Image Contrast With Binarization… www.theijes.com The IJES Page 20 IV. THRESHOLD EFFECT USED IN IMAGE Below procedure indicates the general image segmentation procedure. First of all take gray image (black and white image) and calculate threshold using gray threshold function. Second segment the gray image using im2bw command Adaptive Contrast Enhancement : In this method, a new intensity is assigned to each pixel according to an adaptive transfer function that is designed on the basis of the local statistics (local minimum maximum as well as local average intensity). The local min/max/avg of a pixel can be simply defined as the minimal, maximal and averaging intensities within a local window of a fixed size. This is straight forward to implement but it has two problems. First, it takes a lot of time to search for the local min/max or compute the local aver- age for each pixel. Secondly, the computed min/max maps always manifest some block-lie artifact. In the following we will compute the local min/max/avg maps using a propagation scheme. Document Image Binarization : Document Image Binarization is usually performed in the preprocessing stage of different document image processing related applications such as optical character recognition (OCR) and document image retrieval. It converts a gray-scale document image into a binary document image and accordingly facilitates the ensuing tasks such as document skew estimation and document layout analysis. As more and more text documents are scanned, fast and accurate document image binarization is becoming increasingly important. OTSU’S Method : Otsu's method is used to automatically perform clustering-based image threshold or the reduction of a gray level image to a binary image. The algorithm assumes that the image to be threshold contains two classes of pixels or bi-modal histogram (e.g. foreground and background) then calculates the optimum threshold separating those two classes so that their combined spread (intra-class variance) is minimal. The extension of the original method to multi-level threshold is referred to as the Multi Otsu method. Canny edge detector : The Canny edge detector is an edge detection operator that uses a multi- stage algorithm to detect a wide range of edges in images. Canny's aim was to discover the optimal edge detection algorithm. Canny Edge Detection Algorithm The algorithm runs in 5 separate steps:  Smoothing: Blurring of the image to remove noise.  Finding gradients: The edges should be marked where the gradients of the image has large magnitudes.  Non-maximum suppression: Only local maxima should be marked as edges.  Double thresholding: Potential edges are determined by thresholding.  Edge tracking by hysteresis: Final edges are determined by suppressing all edges that are not connected to a very certain (strong) edge. Local Threshold Estimation : The text can then be extracted from the document back- ground pixels once the high contrast stroke edge pixels are detected properly. First, the text pixels are close to the detected text stroke edge pixels. Second, there is a distinct intensity difference between the high contrast stroke edge pixels and the surrounding background pixels. The neighborhood window should be at least larger than the stroke width in order to contain stroke edge pixels. So the size of the neighborhood window W can be set based on the stroke width of the document image under study, EW, which can be estimated from the detected stroke edges.
  • 4. Adaptive Image Contrast With Binarization… www.theijes.com The IJES Page 21 Post Processing : Problems with a picture that require some post processing. Cleaning and sharpening techniques can reduce noise, increase contrast, tighten the crop of the image, and make other small changes to the way the picture appears. Image post processing can also involve removing things from the frame when they don't belong or distract. A wildlife photographer, for example, might not want a radio tracker implanted on a bird's wing to be visible, because it could take away from the image. In post processing, the photographer can carefully edit it out. Contrast Image : The image gradient has been widely used for edge detection and it can be used to detect the text stroke edges of the document images effectively that have a uniform document background. On the other hand, it often detects many non stroke edges from the background of degraded document that often contains certain image variations due to noise, uneven lighting, bleed-through, etc. To extract only the stroke edges properly, the image gradient needs to be normalized to compensatethe image variation within the document background . The local contrast evaluated by the local image maximum and minimum is used to suppress the background variation. In particular, the numerator (i.e. the difference between the local maximum and the local minimum) captures the local image difference that is similar to the traditional image gradient .The denominator is a normalization factor that suppresses the image variation within the document background. For image pixels within bright regions, it will produce a large normalization factor to neutralize the numerator and accordingly result in a relatively low image contrast. For the image pixels within dark regions, it will produce a small denominator and accordingly result in a relatively high image contrast. However, the image contrast in this is a typical limitation that it may not handle document images with the bright text properly. This is because a weak contrast will be calculated for stroke edges of the bright text where the denominator will be large but the numerator will be small. To overcome this over-normalization problem, we combine the local image contrast with the local image gradient . Text Stroke Edge Pixel Detection : The purpose of the contrast image construction is to detect the stroke edge pixels of the document text properly. The constructed contrast image has a clear bi-modal pattern, where the adaptive image contrast computed at text stroke edges is obviously larger than that computed within the document background.We therefore detect the text stroke edge pixel candidate by using Otsu’s global thresholding method. For the contrast images a binary map by Otsu’s algorithm that extracts the stroke edge pixels properly. As the local image contrast and the local image gradient are evaluated by the difference between the maximum and minimum intensity in a local window, the pixels at both sides of the text stroke will be selected as the high contrast pixels. The binary map can be further improved through the combination with the edges by Canny’s edge detector, because Canny’s edge detector has a good localization property that it can mark the edges close to real edge locations in the detecting image. In addition, canny edge detector uses two adaptive thresholds and is more tolerant to different imaging artifacts such as shading . It should be noted that Canny’s edge detector by itself often extracts a large amount of non-stroke edges without tuning the parameter manually. In the combined map, we keep only pixels that appear within both the high contrast image pixel map and canny edge map.The combination helps to extract the text stroke edge pixels accurately.
  • 5. Adaptive Image Contrast With Binarization… www.theijes.com The IJES Page 22 (a) DEGRADED INPUT IMAGE (b) GRAY SCALE IMAGE (c) INPUT IMAGE CONTRAST MAP CONSTRUCTION CONVERTED RGB INTO HISTOGRAM CONVERTED HISTOGRAM INTO GRAY SCALE IMAGE EXTRACTION IMGUASSIAN FILTER EDGE DETECTION KITTLERMET (BINEARIZATION ALGORITHM) POST PROCESING SEGMENTED OUTPUT
  • 6. Adaptive Image Contrast With Binarization… www.theijes.com The IJES Page 23 (c) BACKGROUND SUPRESSED RECOVERED TEXT IMAGE IV. CONCLUSION This paper presents an adaptive image contrast based document image binarization technique that is tolerant to different types of document degradation such as uneven illumination and document smear. The proposed technique is simple and robust, only few parameters are involved. Moreover, it works for different kinds of degraded document images. The proposed technique makes use of the local image contrast that is evaluated based on the local maximum and minimum. The proposed method has been tested on the various datasets. Experiments show that the proposed method outperforms most reported document binarization methods in term of the F-measure, pseudo F-measure, PSNR, NRM, MPM and DRD. REFERENCES [1] B. Gatos, K. Ntirogiannis, and I. Pratikakis, “ICDAR 2009 documentimage binarization contest (DIBCO 2009),” in Proc. Int. Conf. Document Anal. Recognit., Jul. 2009, pp. 1375–1382. [2] I. Pratikakis, B. Gatos, and K. Ntirogiannis, “ICDAR 2011 documentimage binarization contest (DIBCO 2011),” in Proc. Int. Conf. Document Anal. Recognit., Sep. 2011, pp. 1506–1510. [3] I. Pratikakis, B. Gatos, and K. Ntirogiannis, “H-DIBCO 2010 handwritten document image binarization competition,” in Proc. Int. Conf.Frontiers Handwrit. Recognit., Nov. 2010, pp. 727–732. [4] 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. [5] B. Su, S. Lu, and C. L. Tan, “Binarization of historical handwrittendocument images using local maximum and minimum filter,” in Proc.Int. Workshop Document Anal. Syst., Jun. 2010, pp. 159–166. [6] G. Leedham, C. Yan, K. Takru, J. Hadi, N. Tan, and L. Mian, “Comparison of some thresholding algorithms for text/background segmentation in difficult document images,” in Proc. Int. Conf. Document Anal.Recognit., vol. 13. 2003, pp. 859–864. [7] M. Sezgin and B. Sankur, “Survey over image thresholding techniques and quantitative performance evaluation,” J. Electron. Imag., vol. 13,no. 1, pp. 146–165, Jan. 2004. [8] O. D. Trier and A. K. Jain, “Goal-directed evaluation of binarization methods,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 17, no. 12, pp. 1191–1201, Dec. 1995. [9] O. D. Trier and T. Taxt, “Evaluation of binarization methods for document images,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 17,no. 3, pp. 312–315, Mar. 1995. [10] A. Brink, “Thresholding of digital images using two-dimensional entropies,” Pattern Recognit., vol. 25, no. 8, pp. 803–808, 1992. [11] J. Kittler and J. Illingworth, “On threshold selection using clustering criteria,” IEEE Trans. Syst., Man, Cybern., vol. 15, no. 5, pp. 652–655, Sep.–Oct. 1985. [12] N. Otsu, “A threshold selection method from gray level histogram,” IEEE Trans. Syst., Man, Cybern., vol. 19, no. 1, pp. 62–66, Jan. 1979. [13] N. Papamarkos and B. Gatos, “A new approach for multithreshold selection,” Comput. Vis. Graph. Image Process., vol. 56, no. 5, pp. 357–370, 1994. [14] . Bernsen, “Dynamic thresholding of gray-level images,” in Proc. Int. Conf. Pattern Recognit., Oct. 1986, pp. 1251–1255. [15] L. Eikvil, T. Taxt, and K. Moen, “A fast adaptive method for binarization of document images,” in Proc. Int. Conf. Document Anal. Recognit., Sep. 1991, pp. 435–443. [16] I.-K. Kim, D.-W. Jung, and R.-H. Park, “Document image binarization based on topographic analysis using a water flow model,” Pattern Recognit., vol. 35, no. 1, pp. 265–277, 2002. [17] J. Parker, C. Jennings, and A. Salkauskas, “Thresholding using an illumination model,” in Proc. Int. Conf. Doc. Anal. Recognit., Oct. 1993, pp. 270–273. [18] J. Sauvola and M. Pietikainen, “Adaptive document image binarization,”Pattern Recognit., vol. 33, no. 2, pp. 225–236, 2000. M.Tamilselvi was born in Vellore, Tamilnadu, India in 1983. She received his Bachelor Degree in Electronics and Communication Engineering from C.Abdul hakeem college of engineering and technology, Anna university affiliated in the year 2005, Master Degree in VLSI Technology from Sathyabama University in the year 2012. She is working as Assistant Professor in Department of ECE in Jeppiaar Institute of Technology. His interested areas of research are Image Processing and VLSI Design. She is a member of International Association of Engineers (IAENG).