SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
International
OPEN ACCESS Journal
Of Modern Engineering Research (IJMER)
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 47|
Automatic Image Segmentation Using Wavelet Transform Based
On Normalized Graph Cut
Prof. S.N. Dandare1
, Niraj N. Kant2
1, 2
(Associate Professor, Student, (Babasaheb Naik College of Engineering, Pusad (M.S.))
I. INTRODUCTION
In image processing the input is an image and the output is either an image or parameters related to
the image is used to solve identification problems, such as forensic medicine or creating weather maps from
satellite pictures. Image segmentation is a process of extracting and representing information from an image in
order to group pixels together into regions of similarity. Image segmentation is classified into three categories
viz.
i) Manual i.e., supervised or interactive in which the pixels belonging to the same intensity range
pointed out manually and segmented, the disadvantage is that it consumes more time if the image is large.
ii) Automatic i.e., unsupervised which is more complex and algorithms need some priori information
such as probability of the objects having a special distribution to carry out the segmentation.
iii) Semi-automatic is the combination of manual and automatic segmentation [1]. The pixel intensity
based image segmentation is obtained using Histogram-Based method, Edge-Based method, Region-Based
method and Model-Based method. Model-Based segmentation algorithms are more efficient compared to other
methods as they are dependent on suitable probability distribution attributed to the pixel intensities in the
entire image[2]. To achieve close approximation to the realistic situations, the pixel intensities in each region
follow Generalized Gaussian Distribution (GGD). Some of the practical applications of image segmentation
are Medical Imaging to locate tumors and other pathologies, locate objects in satellite images viz., roads,
forests, etc., automated-recognition system to inspect the electronic assemblies, biometrics, automatic traffic
controlling systems, machine vision, separate and track regions appearing in consequent frames of an image
sequence and real time mobile robot applications employing vision systems [3][4].
Image segmentation plays an important role in biometrics as it is the first step in image processing
and pattern recognition. Model based algorithms are used for efficient segmentation of images where intensity
is the prime feature. The problem of random initialization is overcome by using Histogram based estimation
[2]. The Wavelet transform solves the problem of resolution which can indicate the signal without information
loss and reduces the complexity. The segmentation is faster since approximation band coefficients of DWT are
considered [1].
This paper, introduced Wavelet based on normalized graph cut method concept for image
segmentation which may easy way by considering approximation band of an image which is small in
dimensions and contains significant information of original image. The initial parameters and final parameters
are obtained by applying Histogram based algorithm and Expectation and Maximization algorithm respectively
[5]. GGD model is constructed and segmented by Maximum Likelihood estimation of each approximation
coefficient.
Abstract: Model-Based image segmentation plays an important role in image analysis and image
retrieval. To analyze the features of the image, model based segmentation algorithm will be more
efficient. This paper, proposed Automatic Image Segmentation using Wavelets (AISWT) based on
normalized graph cut method to make segmentation simpler. Discrete Wavelet Transform is considered
for segmentation which contains significant information of the input for the approximation band of image.
The Histogram based algorithm is used to obtain the number of regions and the initial parameters like
mean, variance and mixing factor.
Keywords: Discrete Wavelets, Image Segmentation, Histogram, Generalized Gaussian Distribution, EM
Algorithm, ML Estimation.
Automatic Image Segmentation using Wavelet Transform Based on Normalized Graph Cut
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 48|
II. WAVELET TRANSFORM
In this section the paper discussed definitions and AISWT model
A. Definitions:
i. Mean: The average intensity of a region is defined as the mean of the pixel intensities within that region.
The mean μz of the intensities over M pixels within a region K is given by Equation (1)
µz =
_
(1)
Alternatively, we can use formulation based on then normalized intensity histogram p(zi) where i=0,1,2,…,L-1
and L is the number of possible intensity values as given by Equation (2)
µ = p( ) (2)
ii. Variance: The variance of the intensities within a region K with M pixels is given by Equation (3).
= (3)
Using histogram formulation the variance is given by Equation (4)
= p( ) (4)
iii. Probability Distribution Function (PDF) of the intensities: The PDF P(z), is the probability that an intensity
chosen from the region is less than or equal to a given intensity value z. As z increases from -∞ to +∞, P (z)
increases from 0 to 1. P(z) is monotonic, non-decreasing in z and thus dP/dz ≥ 0.
iv. Shaping parameter P: Shaping parameter defines the Preakness of the distribution which varies from 1 to
∞. The GGD becomes Laplacian Distribution if P = 1, Gaussian distribution if P=2 and Uniform Distribution if
P→ +∞.
v. Computational Time: Time required for the Execution of the algorithm.
III. BLOCK DIAGRAM OF AISWT
The Figure 1 gives the block diagram of AISWT
1. Input image:
The input images are of different formats, sizes and types. The image pixel intensity in the entire
image is a Random Variable and follows a GGD.
2. DWT:
The Wavelet Transform is created by repeatedly filtering the image coefficients on a row by row and
column by column basis. A two-dimensional DWT decomposition of image contains various band information
such as low-low frequency approximation band, high-low frequency vertical detail band, low-high frequency
horizontal detail band and high-high frequency diagonal detail band. We assume each coefficient of
approximation band is a Random Variable z and also follow GGD. The approximation band is used for the
segmentation purpose, which is quarter the size and has significant information of the original image. Hence
the computation time required reduces.
3. Initial parameters Estimation:
Initial parameters like mean μ, variance σ and mixing parameter α are determined using Histogram
based initial estimation which is a clustering algorithm. The initial parameters are calculated in two steps:
i) Histogram is constructed by dividing approximation band coefficients into intervals and counting the
number of elements in each subspace, which is called as bin. The K highest density bins are selected and the
average of the observed elements belonging to the bins is calculated to derive a Centroid. If K centroids are not
obtained because of narrow intervals, the Histogram is rebuilt using wider intervals and the centroids are
recalculated.
Automatic Image Segmentation using Wavelet Transform Based on Normalized Graph Cut
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 49|
ii) The minimum distance clustering is used to label all the observed elements by calculating the distance D
between each centroid and all the elements of the histogram as given in Equation (5)
Dj= min||Ci – Yj|| (5)
Where
Ci is ith centroid for i = 1 to K
Dj is minimum distance between Ci and jth element Yj for j= 1 to N.
The Histogram based initial estimation do not use random selection for initial parameters, thus the method is
stable and useful for unsupervised image segmentation applications. The obtained mean, variance and mixing
parameter for the k regions are considered as the initial parameters for EM algorithm.
IV. Shaping parameter P:
The Shaping parameter defines the peakness of the distribution. In GGD, the three parameters mean,
variance and shaping parameter determines the PDF. The optimal shaping parameter [22, 23] is determined
using initial parameters and the absolute mean value E [ ] . The absolute mean is given by Equation (6)
E [ ] = (6)
P is estimated using Equation (7)
P = M −1
(ρ) (7)
Where ρ is given by
ρ =
M is the Generalized Gaussian ratio function given by Equation (8)
M(ρ) =
IV. BLOCK DIAGRAM OF AISWT
Automatic Image Segmentation using Wavelet Transform Based on Normalized Graph Cut
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 50|
V. RESULTS
Here we have used model based segmentation algorithm to increase the efficiency of the segmentation
process. Automatic Image Segmentation using Wavelet Transform (AISWT) based on normalized graph cut
method is applied on image having significant information of the input image & observed that larger images
can be easily segmented. Original image, preprocessed image with partitioned image is as shown below
Originals image with its Segmented parts
preprocessed image.
VI. CONCLUSION
This paper gives easy segmentation algorithm AISWT using normalized graph cut method. The
approximation band of an image DWT is considered. The initial parameters are estimated using Histogram
based method. Through EM algorithm, the final parameters are obtained. The segmentation is done by ML
estimation. The AISWT algorithm is computationally efficient for segmentation of large images and performs
much superior to the earlier image.
REFERENCES
[1] H C Sateesh Kumar, K B Raja, Venugopal K R, L M Patnaik, “Automatic Image Segmentation using Wavelets,”
IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.2, February 2009
[2] Z. Shi and V. Govindaraju, “Historical Handwritten Document Image Segmentation using Background Light
Intensity Normalization,” SPIE Proceedings on Center of Excellence for Document Analysis and Recognition,
Document Recognition and Retrieval, vol. 5676, pp. 167-174, January 2005.
[3] J. A. D. Molina and R. M. R. Dagnino, “A Practical Procedure to Estimate the Shape Parameters in the
Generalized Gaussian Distribution,” IEEE Transactions on Image Processing, pp. 1-18, 2003.
[4] K. Sharifi and A. L. Garcia, “Estimation of Shape Parameter for Generalized Gaussian Distribution in Subband
Decomposition of video,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 5, no.1, pp. 52-
56,1995.
[5] T. Yamazaki, “Introduction of EM Algorithm into Color Image Segmentation,” Proceedings of International
Conference on Intelligent Processing Systems, pp. 368-371,1998.
[6] E. Sharon, A. Brandt and R. Basri, “Fast Multi-Scale Image Segmentation,” Proceedings of the IEEE Conference
on Computer Vision and Pattern Recognition, vol. 1, pp. 70-77, 2000.
[7] P. V. G. D. Prasad Reddy, K. Srinivas Rao and S. Yarramalle, “Unsupervised Image Segmentation Method
Hungarian Joint Symposium on Applied Machine Intelligence and Informatics, pp. 313-317, Januar 2007.
[8] P. F. Felzenswalb and D. P. Huttenlocher, “Efficient Graph- Based Image Segmentation,” Proceedings of
International Journal of Computer Vision, vol. 59, no. 2, pp. 167-181,2004.
[9] J. Shi and J. Malik, “Normalized Cuts and Image Segmentation,” IEEE Transactions on Pattern Analysis and
Machine Intelligence, vol. 22, no. 8, pp. 888-905, 2000.
[10] W. Cai, J. Wu and A. C. S. Chung, “Shape-Based Image Segmentation using Normalized Cuts,” proceedings
ofThirteenth International Conference on Image Processing,pp. 1101-1104, October 2006.
[11] T. Geraud, P. Y. Strub and J. Darbon, “Color Image Segmentation based on Automatic Morphological Clustering,”
Proceedings of IEEE International Conference on Image Processing, vol. 3, pp. 70-73, October 2001.
[12] M. Ozden and E. Polat, “Image Segmentation using Color and Texture Features,” Proceedings of Thirteenth
European Signal Processing Conference, September 2005.

Más contenido relacionado

La actualidad más candente

Image Registration
Image RegistrationImage Registration
Image Registration
Angu Ramesh
 

La actualidad más candente (20)

F045033337
F045033337F045033337
F045033337
 
F43053237
F43053237F43053237
F43053237
 
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project PPT
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project PPTImage Segmentation using Otsu's Method - Computer Graphics (UCS505) Project PPT
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project PPT
 
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
 
Incorporating Index of Fuzziness and Adaptive Thresholding for Image Segmenta...
Incorporating Index of Fuzziness and Adaptive Thresholding for Image Segmenta...Incorporating Index of Fuzziness and Adaptive Thresholding for Image Segmenta...
Incorporating Index of Fuzziness and Adaptive Thresholding for Image Segmenta...
 
Wavelet Transform based Medical Image Fusion With different fusion methods
Wavelet Transform based Medical Image Fusion With different fusion methodsWavelet Transform based Medical Image Fusion With different fusion methods
Wavelet Transform based Medical Image Fusion With different fusion methods
 
Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillance
 
An efficient image compression algorithm using dct biorthogonal wavelet trans...
An efficient image compression algorithm using dct biorthogonal wavelet trans...An efficient image compression algorithm using dct biorthogonal wavelet trans...
An efficient image compression algorithm using dct biorthogonal wavelet trans...
 
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
 
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLSMIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
 
Image Registration
Image RegistrationImage Registration
Image Registration
 
Property based fusion for multifocus images
Property based fusion for multifocus imagesProperty based fusion for multifocus images
Property based fusion for multifocus images
 
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
 
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
 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transform
 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transform
 
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...
 
A Novel Approach for Moving Object Detection from Dynamic Background
A Novel Approach for Moving Object Detection from Dynamic BackgroundA Novel Approach for Moving Object Detection from Dynamic Background
A Novel Approach for Moving Object Detection from Dynamic Background
 
A Review of different method of Medical Image Segmentation
A Review of different method of Medical Image SegmentationA Review of different method of Medical Image Segmentation
A Review of different method of Medical Image Segmentation
 
Comparative analysis and implementation of structured edge active contour
Comparative analysis and implementation of structured edge active contour Comparative analysis and implementation of structured edge active contour
Comparative analysis and implementation of structured edge active contour
 

Destacado

Image segmentation for high resolution images
Image segmentation for high resolution imagesImage segmentation for high resolution images
Image segmentation for high resolution images
jeet patalia
 
High resolution image_of_a_cometary_globule_in_helix_nebula
High resolution image_of_a_cometary_globule_in_helix_nebulaHigh resolution image_of_a_cometary_globule_in_helix_nebula
High resolution image_of_a_cometary_globule_in_helix_nebula
Sérgio Sacani
 
Optimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detectionOptimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detection
Wookjin Choi
 
3D Riesz-wavelet Based Covariance Descriptors for Texture Classi cation of Lu...
3D Riesz-wavelet Based Covariance Descriptors for Texture Classication of Lu...3D Riesz-wavelet Based Covariance Descriptors for Texture Classication of Lu...
3D Riesz-wavelet Based Covariance Descriptors for Texture Classi cation of Lu...
Institute of Information Systems (HES-SO)
 
Satellite image contrast enhancement using discrete wavelet transform
Satellite image contrast enhancement using discrete wavelet transformSatellite image contrast enhancement using discrete wavelet transform
Satellite image contrast enhancement using discrete wavelet transform
Harishwar Reddy
 
Threshold Selection for Image segmentation
Threshold Selection for Image segmentationThreshold Selection for Image segmentation
Threshold Selection for Image segmentation
Parijat Sinha
 
automatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct imagesautomatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct images
Wookjin Choi
 
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
saumyatapu
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Mukul Jindal
 
Dj31514517
Dj31514517Dj31514517
Dj31514517
IJMER
 

Destacado (20)

Image segmentation for high resolution images
Image segmentation for high resolution imagesImage segmentation for high resolution images
Image segmentation for high resolution images
 
High resolution image_of_a_cometary_globule_in_helix_nebula
High resolution image_of_a_cometary_globule_in_helix_nebulaHigh resolution image_of_a_cometary_globule_in_helix_nebula
High resolution image_of_a_cometary_globule_in_helix_nebula
 
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
 
Optimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detectionOptimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detection
 
3.Wavelet Transform(Backup slide-3)
3.Wavelet Transform(Backup slide-3)3.Wavelet Transform(Backup slide-3)
3.Wavelet Transform(Backup slide-3)
 
A supervised lung nodule classification method using patch based context anal...
A supervised lung nodule classification method using patch based context anal...A supervised lung nodule classification method using patch based context anal...
A supervised lung nodule classification method using patch based context anal...
 
3D Riesz-wavelet Based Covariance Descriptors for Texture Classi cation of Lu...
3D Riesz-wavelet Based Covariance Descriptors for Texture Classication of Lu...3D Riesz-wavelet Based Covariance Descriptors for Texture Classication of Lu...
3D Riesz-wavelet Based Covariance Descriptors for Texture Classi cation of Lu...
 
Satellite image contrast enhancement using discrete wavelet transform
Satellite image contrast enhancement using discrete wavelet transformSatellite image contrast enhancement using discrete wavelet transform
Satellite image contrast enhancement using discrete wavelet transform
 
Fall Detection System for the Elderly based on the Classification of Shimmer ...
Fall Detection System for the Elderly based on the Classification of Shimmer ...Fall Detection System for the Elderly based on the Classification of Shimmer ...
Fall Detection System for the Elderly based on the Classification of Shimmer ...
 
computer aided detection of pulmonary nodules in ct scans
computer aided detection of pulmonary nodules in ct scanscomputer aided detection of pulmonary nodules in ct scans
computer aided detection of pulmonary nodules in ct scans
 
Threshold Selection for Image segmentation
Threshold Selection for Image segmentationThreshold Selection for Image segmentation
Threshold Selection for Image segmentation
 
automatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct imagesautomatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct images
 
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
 
A version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentationA version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image 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
 
Vector quantization
Vector quantizationVector quantization
Vector quantization
 
Lung cancer radiology
Lung cancer radiologyLung cancer radiology
Lung cancer radiology
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
An Hybrid Learning Approach using Particle Intelligence Dynamics and Bacteri...
An Hybrid Learning Approach using Particle Intelligence  Dynamics and Bacteri...An Hybrid Learning Approach using Particle Intelligence  Dynamics and Bacteri...
An Hybrid Learning Approach using Particle Intelligence Dynamics and Bacteri...
 
Dj31514517
Dj31514517Dj31514517
Dj31514517
 

Similar a Automatic Image Segmentation Using Wavelet Transform Based On Normalized Graph Cut

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
 
Research Paper v2.0
Research Paper v2.0Research Paper v2.0
Research Paper v2.0
Kapil Tiwari
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
IAEME Publication
 

Similar a Automatic Image Segmentation Using Wavelet Transform Based On Normalized Graph Cut (20)

Lq3519891992
Lq3519891992Lq3519891992
Lq3519891992
 
Precise Foreground Extraction, Bias Correction and Segmentation of Intensity ...
Precise Foreground Extraction, Bias Correction and Segmentation of Intensity ...Precise Foreground Extraction, Bias Correction and Segmentation of Intensity ...
Precise Foreground Extraction, Bias Correction and Segmentation of Intensity ...
 
IRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural ImagesIRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural Images
 
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...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Improved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingImproved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matching
 
Improved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingImproved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matching
 
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
 
I010634450
I010634450I010634450
I010634450
 
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
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing
 
Id105
Id105Id105
Id105
 
J017426467
J017426467J017426467
J017426467
 
Research Paper v2.0
Research Paper v2.0Research Paper v2.0
Research Paper v2.0
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
 
V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1
 
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
 
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
 
Ijctt v7 p104
Ijctt v7 p104Ijctt v7 p104
Ijctt v7 p104
 
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
 

Más de IJMER

Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
IJMER
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...
IJMER
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
IJMER
 

Más de IJMER (20)

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed Delinting
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja Fibre
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless Bicycle
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise Applications
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation System
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological Spaces
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine Learning
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And Audit
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDL
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One Prey
 

Último

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
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 

Último (20)

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
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
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, ...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
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
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
(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...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
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
 
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
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 

Automatic Image Segmentation Using Wavelet Transform Based On Normalized Graph Cut

  • 1. International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 47| Automatic Image Segmentation Using Wavelet Transform Based On Normalized Graph Cut Prof. S.N. Dandare1 , Niraj N. Kant2 1, 2 (Associate Professor, Student, (Babasaheb Naik College of Engineering, Pusad (M.S.)) I. INTRODUCTION In image processing the input is an image and the output is either an image or parameters related to the image is used to solve identification problems, such as forensic medicine or creating weather maps from satellite pictures. Image segmentation is a process of extracting and representing information from an image in order to group pixels together into regions of similarity. Image segmentation is classified into three categories viz. i) Manual i.e., supervised or interactive in which the pixels belonging to the same intensity range pointed out manually and segmented, the disadvantage is that it consumes more time if the image is large. ii) Automatic i.e., unsupervised which is more complex and algorithms need some priori information such as probability of the objects having a special distribution to carry out the segmentation. iii) Semi-automatic is the combination of manual and automatic segmentation [1]. The pixel intensity based image segmentation is obtained using Histogram-Based method, Edge-Based method, Region-Based method and Model-Based method. Model-Based segmentation algorithms are more efficient compared to other methods as they are dependent on suitable probability distribution attributed to the pixel intensities in the entire image[2]. To achieve close approximation to the realistic situations, the pixel intensities in each region follow Generalized Gaussian Distribution (GGD). Some of the practical applications of image segmentation are Medical Imaging to locate tumors and other pathologies, locate objects in satellite images viz., roads, forests, etc., automated-recognition system to inspect the electronic assemblies, biometrics, automatic traffic controlling systems, machine vision, separate and track regions appearing in consequent frames of an image sequence and real time mobile robot applications employing vision systems [3][4]. Image segmentation plays an important role in biometrics as it is the first step in image processing and pattern recognition. Model based algorithms are used for efficient segmentation of images where intensity is the prime feature. The problem of random initialization is overcome by using Histogram based estimation [2]. The Wavelet transform solves the problem of resolution which can indicate the signal without information loss and reduces the complexity. The segmentation is faster since approximation band coefficients of DWT are considered [1]. This paper, introduced Wavelet based on normalized graph cut method concept for image segmentation which may easy way by considering approximation band of an image which is small in dimensions and contains significant information of original image. The initial parameters and final parameters are obtained by applying Histogram based algorithm and Expectation and Maximization algorithm respectively [5]. GGD model is constructed and segmented by Maximum Likelihood estimation of each approximation coefficient. Abstract: Model-Based image segmentation plays an important role in image analysis and image retrieval. To analyze the features of the image, model based segmentation algorithm will be more efficient. This paper, proposed Automatic Image Segmentation using Wavelets (AISWT) based on normalized graph cut method to make segmentation simpler. Discrete Wavelet Transform is considered for segmentation which contains significant information of the input for the approximation band of image. The Histogram based algorithm is used to obtain the number of regions and the initial parameters like mean, variance and mixing factor. Keywords: Discrete Wavelets, Image Segmentation, Histogram, Generalized Gaussian Distribution, EM Algorithm, ML Estimation.
  • 2. Automatic Image Segmentation using Wavelet Transform Based on Normalized Graph Cut | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 48| II. WAVELET TRANSFORM In this section the paper discussed definitions and AISWT model A. Definitions: i. Mean: The average intensity of a region is defined as the mean of the pixel intensities within that region. The mean μz of the intensities over M pixels within a region K is given by Equation (1) µz = _ (1) Alternatively, we can use formulation based on then normalized intensity histogram p(zi) where i=0,1,2,…,L-1 and L is the number of possible intensity values as given by Equation (2) µ = p( ) (2) ii. Variance: The variance of the intensities within a region K with M pixels is given by Equation (3). = (3) Using histogram formulation the variance is given by Equation (4) = p( ) (4) iii. Probability Distribution Function (PDF) of the intensities: The PDF P(z), is the probability that an intensity chosen from the region is less than or equal to a given intensity value z. As z increases from -∞ to +∞, P (z) increases from 0 to 1. P(z) is monotonic, non-decreasing in z and thus dP/dz ≥ 0. iv. Shaping parameter P: Shaping parameter defines the Preakness of the distribution which varies from 1 to ∞. The GGD becomes Laplacian Distribution if P = 1, Gaussian distribution if P=2 and Uniform Distribution if P→ +∞. v. Computational Time: Time required for the Execution of the algorithm. III. BLOCK DIAGRAM OF AISWT The Figure 1 gives the block diagram of AISWT 1. Input image: The input images are of different formats, sizes and types. The image pixel intensity in the entire image is a Random Variable and follows a GGD. 2. DWT: The Wavelet Transform is created by repeatedly filtering the image coefficients on a row by row and column by column basis. A two-dimensional DWT decomposition of image contains various band information such as low-low frequency approximation band, high-low frequency vertical detail band, low-high frequency horizontal detail band and high-high frequency diagonal detail band. We assume each coefficient of approximation band is a Random Variable z and also follow GGD. The approximation band is used for the segmentation purpose, which is quarter the size and has significant information of the original image. Hence the computation time required reduces. 3. Initial parameters Estimation: Initial parameters like mean μ, variance σ and mixing parameter α are determined using Histogram based initial estimation which is a clustering algorithm. The initial parameters are calculated in two steps: i) Histogram is constructed by dividing approximation band coefficients into intervals and counting the number of elements in each subspace, which is called as bin. The K highest density bins are selected and the average of the observed elements belonging to the bins is calculated to derive a Centroid. If K centroids are not obtained because of narrow intervals, the Histogram is rebuilt using wider intervals and the centroids are recalculated.
  • 3. Automatic Image Segmentation using Wavelet Transform Based on Normalized Graph Cut | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 49| ii) The minimum distance clustering is used to label all the observed elements by calculating the distance D between each centroid and all the elements of the histogram as given in Equation (5) Dj= min||Ci – Yj|| (5) Where Ci is ith centroid for i = 1 to K Dj is minimum distance between Ci and jth element Yj for j= 1 to N. The Histogram based initial estimation do not use random selection for initial parameters, thus the method is stable and useful for unsupervised image segmentation applications. The obtained mean, variance and mixing parameter for the k regions are considered as the initial parameters for EM algorithm. IV. Shaping parameter P: The Shaping parameter defines the peakness of the distribution. In GGD, the three parameters mean, variance and shaping parameter determines the PDF. The optimal shaping parameter [22, 23] is determined using initial parameters and the absolute mean value E [ ] . The absolute mean is given by Equation (6) E [ ] = (6) P is estimated using Equation (7) P = M −1 (ρ) (7) Where ρ is given by ρ = M is the Generalized Gaussian ratio function given by Equation (8) M(ρ) = IV. BLOCK DIAGRAM OF AISWT
  • 4. Automatic Image Segmentation using Wavelet Transform Based on Normalized Graph Cut | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 50| V. RESULTS Here we have used model based segmentation algorithm to increase the efficiency of the segmentation process. Automatic Image Segmentation using Wavelet Transform (AISWT) based on normalized graph cut method is applied on image having significant information of the input image & observed that larger images can be easily segmented. Original image, preprocessed image with partitioned image is as shown below Originals image with its Segmented parts preprocessed image. VI. CONCLUSION This paper gives easy segmentation algorithm AISWT using normalized graph cut method. The approximation band of an image DWT is considered. The initial parameters are estimated using Histogram based method. Through EM algorithm, the final parameters are obtained. The segmentation is done by ML estimation. The AISWT algorithm is computationally efficient for segmentation of large images and performs much superior to the earlier image. REFERENCES [1] H C Sateesh Kumar, K B Raja, Venugopal K R, L M Patnaik, “Automatic Image Segmentation using Wavelets,” IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.2, February 2009 [2] Z. Shi and V. Govindaraju, “Historical Handwritten Document Image Segmentation using Background Light Intensity Normalization,” SPIE Proceedings on Center of Excellence for Document Analysis and Recognition, Document Recognition and Retrieval, vol. 5676, pp. 167-174, January 2005. [3] J. A. D. Molina and R. M. R. Dagnino, “A Practical Procedure to Estimate the Shape Parameters in the Generalized Gaussian Distribution,” IEEE Transactions on Image Processing, pp. 1-18, 2003. [4] K. Sharifi and A. L. Garcia, “Estimation of Shape Parameter for Generalized Gaussian Distribution in Subband Decomposition of video,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 5, no.1, pp. 52- 56,1995. [5] T. Yamazaki, “Introduction of EM Algorithm into Color Image Segmentation,” Proceedings of International Conference on Intelligent Processing Systems, pp. 368-371,1998. [6] E. Sharon, A. Brandt and R. Basri, “Fast Multi-Scale Image Segmentation,” Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, vol. 1, pp. 70-77, 2000. [7] P. V. G. D. Prasad Reddy, K. Srinivas Rao and S. Yarramalle, “Unsupervised Image Segmentation Method Hungarian Joint Symposium on Applied Machine Intelligence and Informatics, pp. 313-317, Januar 2007. [8] P. F. Felzenswalb and D. P. Huttenlocher, “Efficient Graph- Based Image Segmentation,” Proceedings of International Journal of Computer Vision, vol. 59, no. 2, pp. 167-181,2004. [9] J. Shi and J. Malik, “Normalized Cuts and Image Segmentation,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 22, no. 8, pp. 888-905, 2000. [10] W. Cai, J. Wu and A. C. S. Chung, “Shape-Based Image Segmentation using Normalized Cuts,” proceedings ofThirteenth International Conference on Image Processing,pp. 1101-1104, October 2006. [11] T. Geraud, P. Y. Strub and J. Darbon, “Color Image Segmentation based on Automatic Morphological Clustering,” Proceedings of IEEE International Conference on Image Processing, vol. 3, pp. 70-73, October 2001. [12] M. Ozden and E. Polat, “Image Segmentation using Color and Texture Features,” Proceedings of Thirteenth European Signal Processing Conference, September 2005.