SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
ISSN (e): 2250 – 3005 || Volume, 06 || Issue, 05||May – 2016 ||
International Journal of Computational Engineering Research (IJCER)
www.ijceronline.com Open Access Journal Page 1
OTSU Thresholding Method for Flower Image Segmentation
Amruta B. Patil 1
, J.A.shaikh2
1
Electronics Engineearing, PVPIT ,Budhgaon, Sangli,M S, India.
2
Electronics Engineearing, PVPIT ,Budhgaon, Sangli,M S, India.
I. Introduction
Segmentation technique subdivides an image into different parts. It is a high level task which gives variety of
applications including object recognition, scene analysis or image/video indexing[1]. Image segmentation refers
to the process of partitioning a digital image into multiple segments i.e. set of pixels, pixels in a region are
similar according to some homogeneity criteria such as color, intensity or texture, so as to locate and identify
objects and boundaries in an image [2]. Thousands of different segmentation techniques are present in the
literature, but there is not a one method which can be considered better for different images, all methods are not
equally good for a particular type of image [3].Following are the different steps for the proposed method.
II. Proposed segmentation schema
Normally flower area contain a large green area covered by leaves and the remaining area is of flower which
also occupied by its color.The color is discriminative and canbe used as a homogeneity criterion to execute
foreground/ background segmentation [8]. In the first step we are converting RGB image into Lab color space.
Pre processing has done ,median filter is used for removal of noise present in the flower image.Applying OTSU
thersholding on each Lab component separeatly.Finally,by choosing the best result and applying the
postprocessing step for removing the all small regions from the background depending upon the threshold value
segmentation result will be obtained. Oxford data set is used for this experiment.some of which shown in Fig.2.
RGB
Image
Lab
Image
L
component
a
component
b
component
Pre
processing
Pre
processing
Pre
processing
OTSU
OTSU
OTSU
Evaluation
of best
result
Post
processing
Final
Segmentation
Result
Fig.1.Steps for proposed method
ABSTRACT
Segmentation is basic process in image processing. It always produces an effective result for next
process. In this paper, we proposed the flower image segmentation. Oxford flower collection is used for
segmentation.Different segmentation techniques are available. Different techniques and algorithm are
developed to describe the segmentation.We proposed a OTSU thresholding technique for flower image
segmentation in this paper. which gives good result as compared with the other methods and simple
also.Segmentation subdivide the image into different parts.firstly, segmentation techniques and then
otsu thresholding method described in this paper.CIE L*a*b color space is used in thresholding for
better results.Thresholding apply seperatly on each L, a and b component. accordingly the features can
be extracted like shape, color, texture etc. finally, results with the flower images are shown.
Keywords: Otsu thresholding, segmentation, CIE Lab color space, Region based segmentation, globle
thresholding method.
OTSU Thresholding Method For Flower…
www.ijceronline.com Open Access Journal Page 2
Fig.2. Oxford flower collection
III. Segmentation techniques
Segmentation subdivides an image into its constituent region or object. Image segmentation methods are
categorized on the basis of two properties discontinuity and similarity [2]. Based on this property image
segmentation is categorized as Edged based segmentation and region based segmentation. The segmentation
methods that are based on a discontinuity property of pixels are considered as boundary or edges based
techniques. Edge based segmentation contains two methods gradient based and gray level histogram method,
while region based segmentation contain thresholding, region growing and region splitting and merging [4].
3.1. Thresholding
Thresholding is the simplest segmentation method. Thresholding process convert a multilevel image into a
binary image i.e., it select a proper threshold T, to divide image pixels into different regions and split objects
from background based on their level distribution. Thresholding creates binary images from Gary-level ones by
turning all pixels below some threshold to zero and all pixels about that threshold to one.Their are different
types of thresholding techniques.
i) Global thresholding, using an appropriate threshold T:
g(x,y) =
1 𝑖𝑓 𝑓 𝑥, 𝑦 > 𝑇
0, 𝑖𝑓 𝑓 𝑥, 𝑦 ≤ 𝑇
OTSU Thresholding Method For Flower…
www.ijceronline.com Open Access Journal Page 3
ii) Variable thresholding, if T can change over the image.
a) Local or regional thresholding, if T depends on a neighborhood of (x, y).
b) Adaptive thresholding, if T is a function of (x, y).
iii) Multiple thresholding:
g(x, y) =
𝑎, 𝑖𝑓 𝑓 𝑥, 𝑦 > 𝑇2
𝑏, 𝑖𝑓 𝑇1 < 𝑓 𝑥, 𝑦 ≤ 𝑇2
𝑐, 𝑖𝑓 𝑓 𝑥, 𝑦 ≤ 𝑇1
IV. Otsu Thresholding
It is important in picture processing to select an adequate threshold of gray level for extracting objects from their
background. Otsu is an automatic threshold selection region based segmentation method.Otsu method is a type
of global thresholding in which it depends only on gray value of the image. Otsu method was proposed by
Scholar Otsu in 1979. Which is widely used because it is simple and effective [5]. The Otsu method requires
computing a gray level histogram before running. However, because of the one-dimensional which only
consider the gray-level information, it does not give better segmentation result. So, for that two dimensional
Otsu algorithm was proposed which works on both gray-level threshold of each pixel as well as its Spatial
correlation information within the neighborhood. This algorithm can obtain satisfactory segmentation results
when it is applied to the noisy images [6]. Otsu’s method is expected in finding the optimal value for the global
threshold. It is based on the interclass variance maximization.
4.1 Formulation
Considering, the pixels of a given picture be represented in L gray levels [1, 2,…,L]. The number of pixels at
level i is denoted by ni and the total number of pixels by N = n1 + n2 + + nL.In order to simplify the discussion,
the gray-level histogram is normalized and regarded as a probability distribution [7] :
𝑝𝑖 = 𝑛𝑖 / 𝑁, 𝑝𝑖 > 0 , 𝑃𝑖 = 1𝐿
𝑖=1
We divide the pixels into two classes CO and C1 (background and objects, or vice versa) by a threshold at level
k; CO denotes pixels with levels [1, , k], and C1 denotes pixels with levels [k + 1,…. , L]. Then the probabilities
of class occurrence and the class mean levels, respectively, are given by
𝜔0 = 𝑃𝑟 (𝐶𝑜) = 𝑝𝑖 = 𝜔(𝑘)𝑘
𝑖=1
𝜔1 = 𝑃𝑟 (𝐶1) = 𝑝𝑖
𝐿
𝑖=𝐾+1
= 1 − 𝜔(𝑘)
and
𝜇0 = 𝑖𝑘
𝑖=1 Pr ( i | C0 ) =
𝜇 𝑘
𝜔(𝑘)
𝜇1 = 𝑖 Pr 𝑖 𝐶1)𝐿
𝑖=𝑘+1 = 𝜇 𝑇− 𝜇 𝑘 / 1 − 𝜔(𝑘)
where
𝜔 𝑘 = 𝑝𝑖
𝑘
𝑖=1
and
𝜇 𝑘 = 𝑖𝑝𝑖
𝑘
𝑖=1
which are the zeroth and the first-order increasing moments of the histogram up to kth level, and
OTSU Thresholding Method For Flower…
www.ijceronline.com Open Access Journal Page 4
𝜇 𝑇 = 𝜇 𝐿 = 𝑖𝑝𝑖
𝐿
𝑖=1
This is the total mean level of the original picture.We can verify for any value of k :
𝜔0 𝜇0 + 𝜔1 𝜇1 = 𝜇 𝑇 , 𝜔0 + 𝜔1 = 1
The class variance is given by,
𝜎0
2
= (𝑖 − 𝜇𝑘
𝑖=1 0
)2
Pr 𝑖 𝐶0) = (𝑖 − 𝜇0)𝑘
𝑖=1
2
𝑝𝑖/𝜔0
𝜎1
2
= (𝑖 − 𝜇𝐿
𝑖=𝑘+1 1
)2
Pr 𝑖 𝐶1) = (𝑖 − 𝜇1)𝐿
𝑖=𝑘+1
2
𝑝𝑖/𝜔1
These required second order cumulative moments. To measure the class separability at threshold level k
𝜆 = 𝜎 𝐵
2
/ 𝜎 𝑊
2
, 𝑘 = 𝜎 𝑇
2
/ 𝜎 𝑊,
2
, 𝜂 = 𝜎 𝐵
2
/ 𝜎 𝑇
2
where,
𝜎 𝑊
2
= 𝜔0 𝜎0
2
+ 𝜔1 𝜎1
2
𝜎 𝐵
2
= 𝜔0 ( 𝜇0 − 𝜇 𝑇)2
+ 𝜔1(𝜇1 − 𝜇 𝑇)2
= 𝜔0 𝜔1 (𝜇1 − 𝜇0)2
and
𝜎 𝑇
2
= (𝑖 − 𝜇 𝑇)𝐿
𝑖=1
2
𝑃𝑖
are the within class variance, the between-class variance, and the total variance of levels, respectively. well
threshold clasess would be separated in gray levels, and this threshold is the best threshold.
𝜎 𝑊
2
+ 𝜎 𝐵
2
= 𝜎 𝑇
2
It shows 𝜎 𝑇
2
is independent of k.but the fuction of 𝜎 𝑊
2
and 𝜎 𝐵
2
.It also shows that 𝜎 𝑊
2
is based on the second-order
statistics (class variances),while 𝜎 𝐵
2
is based on the first-order statistics (class means).
The optimal threshold k* that maximizes 𝜂 , or equivalently maximizes 𝜎 𝐵
2
is selected in the following
sequential search by
using the simple cumulative quantities.
𝜂 𝑘 = 𝜎 𝐵
2
𝑘 / 𝜎 𝑇
2
𝜎 𝐵
2
𝑘 =
[ 𝜇 𝑇 𝜔 𝑘 − 𝜇(𝑘)]
𝜔 𝑘 [1−𝜔 𝑘 ]
2
and the optimal threshold k* is,
𝜎 𝐵
2
𝑘 ∗ = 𝑚𝑎𝑥1≤𝑘<𝐿 𝜎 𝐵
2
𝑘
from the problem ,the range of k over which the maximum is sought can be restricted to
S* = 𝑘; 𝜔0 𝜔1 = 𝜔 𝑘 1 − 𝜔 𝑘 > 0, 𝑜𝑟 0 < 𝜔 𝑘 < 1
We consider it as a effective range of the gray-level histogram, always take into account the maximum threshold
value.
OTSU Thresholding Method For Flower…
www.ijceronline.com Open Access Journal Page 5
V. Experimental result
The evaluation was performed using a flower dataset provided by Oxford University which contains 17 spices
of flower having 840 images.some practical results and their threshold values are shown in above figure
original Image L component a component b component
Threshold value for L component = 167
a component = 109
b component = 189.
So b component is having good result rather than L and b in this case.
a) original image b) L component c) a component d) b coponent
Fig.3. RGB to Lab conversion output
VI. Conclusion
In this scenario, we proposed a fast flower segmentation depending upon OTSU thersholding and Lab color
space which gives good result. The results are depend on threshold value of each component of image i.e Lab
component. Applying OTSU on the three components separately gives good result as compared to other
methods. In some cases lost of information which will be overcome by modifying the OTSU algorithm. The pre
and post segmentation benifitial to remove the noise. Due to fine segmentation it would be easy to apply feature
extraction schema like color,texture,and shape on segmented image. This would be the further work for this
process.
OTSU Thresholding Method For Flower…
www.ijceronline.com Open Access Journal Page 6
References
[1] A Learning Approach for Adaptive Image Segmentation, Vincent Martin and Monique Thonnat INRIA Sophia Antipolis,
ORION group,France
[2] Rafael C. Gonzalez, Richard E. Woods, “Digital Image Processing”, 2nd ed., Beijing: Publishing House of Electronics
Industry, 2007.
[3] K. K. Singh, A. Singh,“A Study of Image Segmentation Algorithms for Different Types of Images”, International
Journal of Computer Science Issues, Vol. 7, Issue 5, 2010.
[4] A. B. Patil, J.A.Shaikh,“Segmentation And Feature extraction of flowers for Image Retrieval : A survey” ,IJARECE, Volume 5,
Issue 1, January 2016
[5] Zhong Qu and Li Hang”Research on Image Segmentation Based on the Improved Otsu Algorithm.”, 2010
[6] LIU Jian-Zhuang, Li Wen-Qing, “The Automatic threshold of gray level pictures via Two-dimensional Otsu Method”,
Acta Automatic Sinica, 1993
[7] A Tlreshold Selection Method from Gray-Level Histograms, IEEE Transactions on systems, vol., no 1, Jan. 1979.
[8] Asma Najjar et.al., “ Flower image segmentation based on color analysis and a supervised evaluation”, 2012 IEEE.
Ms. A. B. PATIL has received her Bachelor’s degree &
Diploma in Electronics And Telecommunication Engg. from
Shivaji University. Currently pursuing Master’s in
Electronics Engg. from Shivaji University, Kolhapur. Also
having 2 year Industrial Experience.
Mr .J. A. Shaikh (M.E.Electronics) Ph.D.(pursuing)
working as an Associate Professor & H.O.D at PVPIT,
Budhgaon. Having 24 Years of Teaching Experience.
His area of specialization is Power Electronics and
Image Processing.

Weitere ähnliche Inhalte

Was ist angesagt?

Hierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image InpaintingHierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image InpaintingIJCSEA Journal
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...sipij
 
AUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGESsipij
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Image segmentation
Image segmentation Image segmentation
Image segmentation Amnaakhaan
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemiaemedu
 
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGESIMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGEScseij
 
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGEScscpconf
 
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGEScsitconf
 
A Thresholding Method to Estimate Quantities of Each Class
A Thresholding Method to Estimate Quantities of Each ClassA Thresholding Method to Estimate Quantities of Each Class
A Thresholding Method to Estimate Quantities of Each ClassWaqas Tariq
 
Comparison of image segmentation
Comparison of image segmentationComparison of image segmentation
Comparison of image segmentationHaitham Ahmed
 

Was ist angesagt? (17)

Hierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image InpaintingHierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image Inpainting
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...
 
Otsu binarization
Otsu binarizationOtsu binarization
Otsu binarization
 
AUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGES
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
G0813841
G0813841G0813841
G0813841
 
Image segmentation
Image segmentation Image segmentation
Image segmentation
 
PPT s03-machine vision-s2
PPT s03-machine vision-s2PPT s03-machine vision-s2
PPT s03-machine vision-s2
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance system
 
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGESIMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
 
Watershed
WatershedWatershed
Watershed
 
Image segmentation based on color
Image segmentation based on colorImage segmentation based on color
Image segmentation based on color
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
 
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
 
A Thresholding Method to Estimate Quantities of Each Class
A Thresholding Method to Estimate Quantities of Each ClassA Thresholding Method to Estimate Quantities of Each Class
A Thresholding Method to Estimate Quantities of Each Class
 
Comparison of image segmentation
Comparison of image segmentationComparison of image segmentation
Comparison of image segmentation
 

Ähnlich wie OTSU Thresholding Method for Flower Image Segmentation

Fuzzy entropy based optimal
Fuzzy entropy based optimalFuzzy entropy based optimal
Fuzzy entropy based optimalijsc
 
GRAY SCALE IMAGE SEGMENTATION USING OTSU THRESHOLDING OPTIMAL APPROACH
GRAY SCALE IMAGE SEGMENTATION USING OTSU THRESHOLDING OPTIMAL APPROACHGRAY SCALE IMAGE SEGMENTATION USING OTSU THRESHOLDING OPTIMAL APPROACH
GRAY SCALE IMAGE SEGMENTATION USING OTSU THRESHOLDING OPTIMAL APPROACHJournal For Research
 
Retinal blood vessel extraction and optical disc removal
Retinal blood vessel extraction and optical disc removalRetinal blood vessel extraction and optical disc removal
Retinal blood vessel extraction and optical disc removaleSAT Journals
 
Fast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular OrganellesFast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular OrganellesCSCJournals
 
A novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forA novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forprjpublications
 
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement  Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement ijsc
 
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...IJERA Editor
 
Imagethresholding
ImagethresholdingImagethresholding
Imagethresholdingananta200
 
Different Image Segmentation Techniques for Dental Image Extraction
Different Image Segmentation Techniques for Dental Image ExtractionDifferent Image Segmentation Techniques for Dental Image Extraction
Different Image Segmentation Techniques for Dental Image ExtractionIJERA Editor
 
A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...eSAT Journals
 
Rigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy SystemRigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy Systeminventy
 
Super Resolution of Image
Super Resolution of ImageSuper Resolution of Image
Super Resolution of ImageSatheesh K
 
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION cscpconf
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processingSaloni Bhatia
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...IAEME Publication
 
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...IJECEIAES
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 

Ähnlich wie OTSU Thresholding Method for Flower Image Segmentation (20)

Final Review
Final ReviewFinal Review
Final Review
 
Fuzzy entropy based optimal
Fuzzy entropy based optimalFuzzy entropy based optimal
Fuzzy entropy based optimal
 
GRAY SCALE IMAGE SEGMENTATION USING OTSU THRESHOLDING OPTIMAL APPROACH
GRAY SCALE IMAGE SEGMENTATION USING OTSU THRESHOLDING OPTIMAL APPROACHGRAY SCALE IMAGE SEGMENTATION USING OTSU THRESHOLDING OPTIMAL APPROACH
GRAY SCALE IMAGE SEGMENTATION USING OTSU THRESHOLDING OPTIMAL APPROACH
 
Retinal blood vessel extraction and optical disc removal
Retinal blood vessel extraction and optical disc removalRetinal blood vessel extraction and optical disc removal
Retinal blood vessel extraction and optical disc removal
 
Fast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular OrganellesFast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular Organelles
 
A novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forA novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm for
 
B01460713
B01460713B01460713
B01460713
 
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement  Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
 
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
 
Imagethresholding
ImagethresholdingImagethresholding
Imagethresholding
 
Different Image Segmentation Techniques for Dental Image Extraction
Different Image Segmentation Techniques for Dental Image ExtractionDifferent Image Segmentation Techniques for Dental Image Extraction
Different Image Segmentation Techniques for Dental Image Extraction
 
A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...
 
Rigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy SystemRigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy System
 
Super Resolution of Image
Super Resolution of ImageSuper Resolution of Image
Super Resolution of Image
 
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
 
Ja3416401643
Ja3416401643Ja3416401643
Ja3416401643
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...
 
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 

Kürzlich hochgeladen

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
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
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
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
 
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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
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
 
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
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 

Kürzlich hochgeladen (20)

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
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...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
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
 
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)
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
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...
 
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
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
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
 

OTSU Thresholding Method for Flower Image Segmentation

  • 1. ISSN (e): 2250 – 3005 || Volume, 06 || Issue, 05||May – 2016 || International Journal of Computational Engineering Research (IJCER) www.ijceronline.com Open Access Journal Page 1 OTSU Thresholding Method for Flower Image Segmentation Amruta B. Patil 1 , J.A.shaikh2 1 Electronics Engineearing, PVPIT ,Budhgaon, Sangli,M S, India. 2 Electronics Engineearing, PVPIT ,Budhgaon, Sangli,M S, India. I. Introduction Segmentation technique subdivides an image into different parts. It is a high level task which gives variety of applications including object recognition, scene analysis or image/video indexing[1]. Image segmentation refers to the process of partitioning a digital image into multiple segments i.e. set of pixels, pixels in a region are similar according to some homogeneity criteria such as color, intensity or texture, so as to locate and identify objects and boundaries in an image [2]. Thousands of different segmentation techniques are present in the literature, but there is not a one method which can be considered better for different images, all methods are not equally good for a particular type of image [3].Following are the different steps for the proposed method. II. Proposed segmentation schema Normally flower area contain a large green area covered by leaves and the remaining area is of flower which also occupied by its color.The color is discriminative and canbe used as a homogeneity criterion to execute foreground/ background segmentation [8]. In the first step we are converting RGB image into Lab color space. Pre processing has done ,median filter is used for removal of noise present in the flower image.Applying OTSU thersholding on each Lab component separeatly.Finally,by choosing the best result and applying the postprocessing step for removing the all small regions from the background depending upon the threshold value segmentation result will be obtained. Oxford data set is used for this experiment.some of which shown in Fig.2. RGB Image Lab Image L component a component b component Pre processing Pre processing Pre processing OTSU OTSU OTSU Evaluation of best result Post processing Final Segmentation Result Fig.1.Steps for proposed method ABSTRACT Segmentation is basic process in image processing. It always produces an effective result for next process. In this paper, we proposed the flower image segmentation. Oxford flower collection is used for segmentation.Different segmentation techniques are available. Different techniques and algorithm are developed to describe the segmentation.We proposed a OTSU thresholding technique for flower image segmentation in this paper. which gives good result as compared with the other methods and simple also.Segmentation subdivide the image into different parts.firstly, segmentation techniques and then otsu thresholding method described in this paper.CIE L*a*b color space is used in thresholding for better results.Thresholding apply seperatly on each L, a and b component. accordingly the features can be extracted like shape, color, texture etc. finally, results with the flower images are shown. Keywords: Otsu thresholding, segmentation, CIE Lab color space, Region based segmentation, globle thresholding method.
  • 2. OTSU Thresholding Method For Flower… www.ijceronline.com Open Access Journal Page 2 Fig.2. Oxford flower collection III. Segmentation techniques Segmentation subdivides an image into its constituent region or object. Image segmentation methods are categorized on the basis of two properties discontinuity and similarity [2]. Based on this property image segmentation is categorized as Edged based segmentation and region based segmentation. The segmentation methods that are based on a discontinuity property of pixels are considered as boundary or edges based techniques. Edge based segmentation contains two methods gradient based and gray level histogram method, while region based segmentation contain thresholding, region growing and region splitting and merging [4]. 3.1. Thresholding Thresholding is the simplest segmentation method. Thresholding process convert a multilevel image into a binary image i.e., it select a proper threshold T, to divide image pixels into different regions and split objects from background based on their level distribution. Thresholding creates binary images from Gary-level ones by turning all pixels below some threshold to zero and all pixels about that threshold to one.Their are different types of thresholding techniques. i) Global thresholding, using an appropriate threshold T: g(x,y) = 1 𝑖𝑓 𝑓 𝑥, 𝑦 > 𝑇 0, 𝑖𝑓 𝑓 𝑥, 𝑦 ≤ 𝑇
  • 3. OTSU Thresholding Method For Flower… www.ijceronline.com Open Access Journal Page 3 ii) Variable thresholding, if T can change over the image. a) Local or regional thresholding, if T depends on a neighborhood of (x, y). b) Adaptive thresholding, if T is a function of (x, y). iii) Multiple thresholding: g(x, y) = 𝑎, 𝑖𝑓 𝑓 𝑥, 𝑦 > 𝑇2 𝑏, 𝑖𝑓 𝑇1 < 𝑓 𝑥, 𝑦 ≤ 𝑇2 𝑐, 𝑖𝑓 𝑓 𝑥, 𝑦 ≤ 𝑇1 IV. Otsu Thresholding It is important in picture processing to select an adequate threshold of gray level for extracting objects from their background. Otsu is an automatic threshold selection region based segmentation method.Otsu method is a type of global thresholding in which it depends only on gray value of the image. Otsu method was proposed by Scholar Otsu in 1979. Which is widely used because it is simple and effective [5]. The Otsu method requires computing a gray level histogram before running. However, because of the one-dimensional which only consider the gray-level information, it does not give better segmentation result. So, for that two dimensional Otsu algorithm was proposed which works on both gray-level threshold of each pixel as well as its Spatial correlation information within the neighborhood. This algorithm can obtain satisfactory segmentation results when it is applied to the noisy images [6]. Otsu’s method is expected in finding the optimal value for the global threshold. It is based on the interclass variance maximization. 4.1 Formulation Considering, the pixels of a given picture be represented in L gray levels [1, 2,…,L]. The number of pixels at level i is denoted by ni and the total number of pixels by N = n1 + n2 + + nL.In order to simplify the discussion, the gray-level histogram is normalized and regarded as a probability distribution [7] : 𝑝𝑖 = 𝑛𝑖 / 𝑁, 𝑝𝑖 > 0 , 𝑃𝑖 = 1𝐿 𝑖=1 We divide the pixels into two classes CO and C1 (background and objects, or vice versa) by a threshold at level k; CO denotes pixels with levels [1, , k], and C1 denotes pixels with levels [k + 1,…. , L]. Then the probabilities of class occurrence and the class mean levels, respectively, are given by 𝜔0 = 𝑃𝑟 (𝐶𝑜) = 𝑝𝑖 = 𝜔(𝑘)𝑘 𝑖=1 𝜔1 = 𝑃𝑟 (𝐶1) = 𝑝𝑖 𝐿 𝑖=𝐾+1 = 1 − 𝜔(𝑘) and 𝜇0 = 𝑖𝑘 𝑖=1 Pr ( i | C0 ) = 𝜇 𝑘 𝜔(𝑘) 𝜇1 = 𝑖 Pr 𝑖 𝐶1)𝐿 𝑖=𝑘+1 = 𝜇 𝑇− 𝜇 𝑘 / 1 − 𝜔(𝑘) where 𝜔 𝑘 = 𝑝𝑖 𝑘 𝑖=1 and 𝜇 𝑘 = 𝑖𝑝𝑖 𝑘 𝑖=1 which are the zeroth and the first-order increasing moments of the histogram up to kth level, and
  • 4. OTSU Thresholding Method For Flower… www.ijceronline.com Open Access Journal Page 4 𝜇 𝑇 = 𝜇 𝐿 = 𝑖𝑝𝑖 𝐿 𝑖=1 This is the total mean level of the original picture.We can verify for any value of k : 𝜔0 𝜇0 + 𝜔1 𝜇1 = 𝜇 𝑇 , 𝜔0 + 𝜔1 = 1 The class variance is given by, 𝜎0 2 = (𝑖 − 𝜇𝑘 𝑖=1 0 )2 Pr 𝑖 𝐶0) = (𝑖 − 𝜇0)𝑘 𝑖=1 2 𝑝𝑖/𝜔0 𝜎1 2 = (𝑖 − 𝜇𝐿 𝑖=𝑘+1 1 )2 Pr 𝑖 𝐶1) = (𝑖 − 𝜇1)𝐿 𝑖=𝑘+1 2 𝑝𝑖/𝜔1 These required second order cumulative moments. To measure the class separability at threshold level k 𝜆 = 𝜎 𝐵 2 / 𝜎 𝑊 2 , 𝑘 = 𝜎 𝑇 2 / 𝜎 𝑊, 2 , 𝜂 = 𝜎 𝐵 2 / 𝜎 𝑇 2 where, 𝜎 𝑊 2 = 𝜔0 𝜎0 2 + 𝜔1 𝜎1 2 𝜎 𝐵 2 = 𝜔0 ( 𝜇0 − 𝜇 𝑇)2 + 𝜔1(𝜇1 − 𝜇 𝑇)2 = 𝜔0 𝜔1 (𝜇1 − 𝜇0)2 and 𝜎 𝑇 2 = (𝑖 − 𝜇 𝑇)𝐿 𝑖=1 2 𝑃𝑖 are the within class variance, the between-class variance, and the total variance of levels, respectively. well threshold clasess would be separated in gray levels, and this threshold is the best threshold. 𝜎 𝑊 2 + 𝜎 𝐵 2 = 𝜎 𝑇 2 It shows 𝜎 𝑇 2 is independent of k.but the fuction of 𝜎 𝑊 2 and 𝜎 𝐵 2 .It also shows that 𝜎 𝑊 2 is based on the second-order statistics (class variances),while 𝜎 𝐵 2 is based on the first-order statistics (class means). The optimal threshold k* that maximizes 𝜂 , or equivalently maximizes 𝜎 𝐵 2 is selected in the following sequential search by using the simple cumulative quantities. 𝜂 𝑘 = 𝜎 𝐵 2 𝑘 / 𝜎 𝑇 2 𝜎 𝐵 2 𝑘 = [ 𝜇 𝑇 𝜔 𝑘 − 𝜇(𝑘)] 𝜔 𝑘 [1−𝜔 𝑘 ] 2 and the optimal threshold k* is, 𝜎 𝐵 2 𝑘 ∗ = 𝑚𝑎𝑥1≤𝑘<𝐿 𝜎 𝐵 2 𝑘 from the problem ,the range of k over which the maximum is sought can be restricted to S* = 𝑘; 𝜔0 𝜔1 = 𝜔 𝑘 1 − 𝜔 𝑘 > 0, 𝑜𝑟 0 < 𝜔 𝑘 < 1 We consider it as a effective range of the gray-level histogram, always take into account the maximum threshold value.
  • 5. OTSU Thresholding Method For Flower… www.ijceronline.com Open Access Journal Page 5 V. Experimental result The evaluation was performed using a flower dataset provided by Oxford University which contains 17 spices of flower having 840 images.some practical results and their threshold values are shown in above figure original Image L component a component b component Threshold value for L component = 167 a component = 109 b component = 189. So b component is having good result rather than L and b in this case. a) original image b) L component c) a component d) b coponent Fig.3. RGB to Lab conversion output VI. Conclusion In this scenario, we proposed a fast flower segmentation depending upon OTSU thersholding and Lab color space which gives good result. The results are depend on threshold value of each component of image i.e Lab component. Applying OTSU on the three components separately gives good result as compared to other methods. In some cases lost of information which will be overcome by modifying the OTSU algorithm. The pre and post segmentation benifitial to remove the noise. Due to fine segmentation it would be easy to apply feature extraction schema like color,texture,and shape on segmented image. This would be the further work for this process.
  • 6. OTSU Thresholding Method For Flower… www.ijceronline.com Open Access Journal Page 6 References [1] A Learning Approach for Adaptive Image Segmentation, Vincent Martin and Monique Thonnat INRIA Sophia Antipolis, ORION group,France [2] Rafael C. Gonzalez, Richard E. Woods, “Digital Image Processing”, 2nd ed., Beijing: Publishing House of Electronics Industry, 2007. [3] K. K. Singh, A. Singh,“A Study of Image Segmentation Algorithms for Different Types of Images”, International Journal of Computer Science Issues, Vol. 7, Issue 5, 2010. [4] A. B. Patil, J.A.Shaikh,“Segmentation And Feature extraction of flowers for Image Retrieval : A survey” ,IJARECE, Volume 5, Issue 1, January 2016 [5] Zhong Qu and Li Hang”Research on Image Segmentation Based on the Improved Otsu Algorithm.”, 2010 [6] LIU Jian-Zhuang, Li Wen-Qing, “The Automatic threshold of gray level pictures via Two-dimensional Otsu Method”, Acta Automatic Sinica, 1993 [7] A Tlreshold Selection Method from Gray-Level Histograms, IEEE Transactions on systems, vol., no 1, Jan. 1979. [8] Asma Najjar et.al., “ Flower image segmentation based on color analysis and a supervised evaluation”, 2012 IEEE. Ms. A. B. PATIL has received her Bachelor’s degree & Diploma in Electronics And Telecommunication Engg. from Shivaji University. Currently pursuing Master’s in Electronics Engg. from Shivaji University, Kolhapur. Also having 2 year Industrial Experience. Mr .J. A. Shaikh (M.E.Electronics) Ph.D.(pursuing) working as an Associate Professor & H.O.D at PVPIT, Budhgaon. Having 24 Years of Teaching Experience. His area of specialization is Power Electronics and Image Processing.