SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2098
SPATIAL CLUSTERING METHOD FOR SATELLITE IMAGE
SEGMENTATION
S. LATHA MAHESWARI1, N. PAVITHRA2, R. PREETHI3, K. ASHA4
1,2,3,4Department of Electronics and Communication Engineering, Manakula Vinayagar Institute of Technology,
Puducherry-605 107, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - As one of the best image clustering methods, fuzzy
local information C-means (FLICM) is often used for image
segmentation technique. Whencomparedtothefuzzyc-means
algorithm FELICM method can directly applied to the satellite
image to obtain the valuable information without any filter
preprocessing, and the Experimental results over remote
sensing images show that FELICM is not only solves the
problem of isolated and random distributionofpixelinsidethe
region but it also obtain high edge accuracies whencompared
to the fuzzy local information c-means method. The proposed
algorithm to compensate the problem for getting most
valuable information from the satellite image with the help of
neuro fuzzy logic c-means (NFLC) to estimate the number of
object or samples from the satellite image with respect to
texture, color, shape, size and also to calculateregionofroads,
buildings and vegetation area which are present in the urban
land area of the satellite image using clustering techniques. In
this method neighborhood weightingisimplementedusing self
organizing map (SOM) to calculate the number of cluster in
the image. Using the spectral and spatialinformationfrom the
weighted local neighbors is clustered iteratively until thefinal
clustering result can obtained in an efficient manner.
Key Words: FELICM, neuro fuzzy logic c-means (NFLC), self
organizing map (SOM), Image clustering.
1. INTRODUCTION
To extract some useful information from image we areusing
Image processing method to perform some operations in
order to get an enhanced image. Image processing involves
changing the nature of an image in order to either, are
improving its pictorial informationforhumaninterpretation
and Render it more suitable for autonomous machine
perception. We shall be concerned with digital image
processing, which involves using a computer to change the
nature of a digital image. It is necessary to realize that these
two aspects represent two separate but equally important.
Enhancing the edges of an image make it appears sharper.
Note how the second image appears “cleaner’; it is a more
pleasant image.
1.1 Image Sharpening and Removing Noise form an
image
Sharpening edges is a vital component of printing: in order
for an image to appear “at its best’ on the printed some
sharpening is usually performed. Removing “noise” from an
image is noise being random errorsintheimage.An example
is given in figure1.1 and figure 1.2.
(a) The original image (b) Result after sharpening
Fig-1.1: Image Sharpening
Noise is a very common problem in data transmission: all
sorts of electronic components may affect data passing
through them, and the results may be undesirable.
(a) The original image (b) after removing noise
Fig-1.2: Removing Noise from an Image
1.2 Image Deblurring
Removing motion blur from an image.An exampleisgivenin
figure 1.3. Note that in the deblurred image. (a) Motion blur
may occur when the shutter speed of the camera is too long
for the speed of the object. (b) It is easier to read the number
plates and to see the spikes on the fence behind the car, as
well as other details not at all the clear in the original image.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2099
(a) The original image (b) after removing the blur
Fig-1.3: Image Deblurring
2. IMAGE SEGMENTATION: CLUSTERING METHOD
The frame work for the image clustering procedure was
implemented with the help of FELICM algorithm. First the
grayscale image is obtained from the original imagethrough
the first component, such as principle component analysis.
Canny edge detection algorithm can be used to detect thelot
of edges from the grayscale image by adjusting two
thresholds; if the threshold is achieved by multi-Otsu
threshold algorithm.
2.1 Image Clustering
In this paper a clustering based method for image
segmentation will be considered. Many clustering strategies
have been used to such as hard clustering scheme and fuzzy
clustering scheme, each of which its own special
characteristics. The goal of the image segmentation is to
partition of image into set of disjoint region with uniform
and homogeneous attributes such as intensity, color tone or
texture. The segmentation approaches can be divided into
four; categories thresholding, clustering, edgedetection,and
region extraction.
2.2 Principal Component Analysis
Principal component analysis (PCA) is a mathematical
procedure that uses orthogonal transformation to convert a
set of observations of possibly correlated variables into a set
of values of linearly uncorrelated variables called principal
components. The number of principal components is less
than or equal to the number of original variables. This
transformation is defined in such a way that the first
principal component has the largest possible variance (that
is, accounts for as much of the variability in the data as
possible), and each succeeding component in turn has the
highest variance possible under the constraint that it be
orthogonal to (i.e., uncorrelated with) the preceding
components. Principal components are guaranteed to be
independent if the data set is jointly normally distributed.
PCA is sensitive to the relative scaling of the original
variables.
2.3 Canny Edge Detector
The Canny edge detector is an edge detection operator that
uses a multi-stage algorithm to detect a wide range of edges
in images.
2.4 Stages of Canny Edge Detection
1. Noise Reduction
2. Finding the intensity gradient of the image
3. Non-maximum suppression
4. Tracing edges through the image and hysteresis
thresholding
5. Differential geometric formulation of the canny edge
detector
6. Variation formulationoftheHaralick–Cannyedgedetector
2.5 System Architecture
A system architecture or systems architecture is the
conceptual design that defines the structureand/orbehavior
of a system. An architecture description is a formal
description of a system organized in a way that supports
reasoning about the structural properties of the system. It
defines the system components or building blocks and
provides a plan from which products can be procured and
systems developed, that will work together to implementthe
overall system. This may enable onetomanageinvestmentin
a way that meets business needs; see figure2.1.
The composite of the design architectures for products
and their life cycle processes.
Fig-2.1: System Architecture
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2100
2.6 Module Architecture
2.6.1 Bias-corrected fuzzy c-means algorithm
Bias-corrected fuzzy c-means (BCFCM) algorithm with
spatial information is especially effective in image
segmentation. Since it is computationally time taking and
lacks enough robustness to noise and outliers. Clustering is a
process for classifying objects or patterns in such a way that
samples of the same cluster are more similar to one another
than samples belonging to differentclusters.Fuzzysettheory
has introducedtheideaofpartialmembership,describedbya
membership function. Fuzzy clustering, as a soft
segmentation method, has been widely studied and
successfully applied in image clustering and segmentation;
see figure 2.2.
2.6.2 Adaptive fuzzy c-means algorithm
Our approach is based on an adaptive distance which is
calculated according to the spatial position of the pixel in the
image. The obtained results have shown a significant
improvement of our approach performance compared tothe
standard version of the FCM, especially regarding the
robustness face to noise and the accuracy of the edges
between regions; see figure 2.3.
Fig-2.2: Bias Corrected Fuzzy C-Means Algorithm
Fig-2.3: Adaptive Fuzzy C-Means Algorithm
2.7 Use Case Diagram
A use case diagram in the Unified Modeling Language (UML)
is a type of behavioral diagram defined by and createdfroma
Use-case analysis. Its purpose is to present a graphical
overview of the functionality provided by a system in terms
of actors, their goals (represented as use cases), and any
dependencies between those use cases. The main purpose of
a use case diagram(figure 2.4) is to show what system
functions are performed for which actor. Roles of the actors
in the system can be depicted.
Fig-2.4: Use Case Diagram
2.8 Simulation Image
Fig-2.5: Satellite Image
Fig-2.6: Grayscale Image
Fig-2.7: Canny Edge Detection
Fig-2.8: Simulation Result for FLICM
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2101
Fig-2.9: Simulation Results for FELICM
3x3 5x5 7x7 9x9 11x11
45
50
55
60
65
70
comparison of edge accuracies
dilation window
accuracy%
FLICM
FELICM
Fig-2.10: Edge Accuracies Result between FLICM vs.
FELICM
Finally,(figure2.10) fuzzy clustering method is the powerful
unsupervised segmentation technique for the analysis of
image, and data construction of models. The proposed
approach of FELICM algorithm starts for find the cluster to
segment the images in a fuzzy region. Corresponding results
is shown and its segmentation is accurately discussed.
3. IMAGE SEGMENTATION USING ARTIFICIAL NEURAL
NETWORKS (ANN) WITH FUZZY C-MEANS ALGORITHM
3.1 Artificial Neural Network (ANN)
Neural Networkthewayofbiologicalnervoussystemsuchas
human brain process information; see figure 3.1.Anartificial
neural network (ANN) is an information processing system
which contains large number of highly interconnected
neurons. This neurons worktogetherinadistributedmanner
to learn from the input information to coordinate internal
processing and to optimize its final output and as the
numerous algorithms have been reported in the literature
applying neural networks to the satellite image analysis.
Artificial neural network neural networks providing various
application for medical system such as image registration,
segmentation, edge detection and diagnosis with specific
coverage on mammograms analysis toward breast cancer
screening and other application providing a global view on
the variety of neural network application.
Neural network applications in computeraideddiagnosis
represent the main aim of computational images in satellite
imaging. Their penetration and involvement are almost
comprehensive for all extraction of information from the
satellite image analysis. In that neural networks have the
capability of effective relationship between the inputs and
outputs via distributed computing, training, and processing
leading to the reliable solutions desired by the specifications
and medical diagnosis often relies on visual inspection , and
the satellite imagining provides the most important tool for
faciliting such inspection and visualization.
3.2 Neuro- Fuzzy C-Means Model
A neural network can be an appropriate function but it is
impossible to interpret the results in terms of natural
language. The consolidation of neural networks and fuzzy
logic in neuro-fuzzy logic models(figure 3.2) provides
learning as well as reliability. The main difference between
fuzzy clustering and other clustering techniques is that it
generates fuzzy partition of data instead of hard partitions.
Clustering is the process forclassifying objects or patterns in
such a way that the samples of the same group are similar to
one another than samples belonging to different groups.
Many clustering strategies have been used such as the hard
clustering scheme and the fuzzyclusteringschemeeachofits
which has its own special characteristics. The conventional
hard clustering method restricts each point of the data set
exclusively just one cluster. As a sequencewiththisapproach
the segmentation results are often very crisp that is each
pixel of the image belongs to exactly just one class. However
in many real situations for the images issues such as limited
spatialresolutions,poorcontrast,overlappingintensities,and
noise and intensity inhomogenities variation make this hard
crisp segmentation a difficult task.
Fig-3.1: A Model of Neural Networks
Thanks to fuzzy set theory was proposed which introduce
the idea of partial membership. Although the conventional
FCM algorithm works well on most noise free images ithasa
serious limitation and its does not incorporate any
information about the spatial context which cause it to be
sensitive to noise and imaging aircrafts.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2102
Fig-3.2: Architecture of Neuro-Fussy Logic System
It minimizes an objective function with respect to fuzzy
membership ‘U’ and set of cluster centeriods V.
C is the number of cluster or data subsets
m- The weighting exponent 1for hard clustering and
increasing for fuzzy clustering
d2 (Xk, Vi) – is the distance measure between object XK and
cluster center Vi.
n is the total number of pixel in the image
Uik is the fuzzy membership values of pixel k in cluster i
Vi is the cluster center for subset 1 in feature space.
u is the fuzzy c- partition.
3.3 Image Segmentation Using Self-Organizing Map
Figure 3.3, Self organizing map is an unsupervised neural
network method and it converts pattern of arbitrary
dimensionality into responses of two dimensional arrays of
neurons. One of the important characteristics of SOM is that
the feature map preserves neighborhood relations of the
input data patterns (SOM). It consists of two layers input
layers and output layers. The number of input neurons is
equal to dimensions of the input data.Theoutputneuron are
however, arranged in a two dimensional array.
Fig-3.3: Self Organizing Map
Colors are the most important features considered in
biological visual system, since it is used to separate object
and patterns even in conditions of equi-luminance. SOM is
used to map the patterns in three dimensional colorspaceto
a two dimensional color space. In SOM the input signals are
n-tuples and there is a set of m-cluster units.
3.3.1. SOM and the Threshold Technique.
In order to eliminate small cluster (cluster with few pixels)
and to reduce over segmentation problem the following (T-
cluster) is implemented (figure 3.4).
These techniques consist of several steps as follows:
After obtaining the cluster center by SOM the process of
clustering starts by calculating the distance between the
values of the cluster centers representing the sum of three
bands.
Two clusters are combined if the distance between their
centers is less than a predefined threshold T (figure 3.5).
d(V(Pi),V(Pj))<-T
Where T is the predefined threshold andV(Pi)isthevalueof
three bands of the cluster center pi. The valuerepresents the
sum of the resultant 3 weight obtained from running SOM
each weight is multiplied by 255. V(pj) is the value of the
three bands of another cluster center are combinedtogether
if the distance value is less than a predefined threshold T.
The chromosomes which forms the population of the hybrid
dynamic genetic algorithm (HDGA) consist of different
solutions are available. In the previousmethodthesuccesses
of the segmentation processes depends on the correct
selection of two criteria ,one is theminimumnumberofpixel
in each group and another one is the degree of similarity of
the grey level values of the cluster centers. SOM uses the
satellite image features to organize the pixels in group. The
highest peaks of the histogram are used as a cluster centers
and are provided to T- cluster to deliver the final solution in
image segmentation process. This methodsstartsbyreading
the satellite image than it is provided to SOM to organize
pixels in group.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2103
Fig-3.4: SOM and T cluster sequential process
Fig-3.5: Merging process according to the distance
between cluster centers
4. EXPERIMENTAL RESULT FOR NEURO FUZZY LOGIC
SYSTEM
The experimental results of the segmentation of satellite
image using the neuro fuzzy logic system demonstrate the
proposed algorithm is effective and robust in nature. In
order to make clustering is more robust, many spatial
clustering methods which can deal with the original image
without any filtering have been proposed. If the neighboring
pixel is determined both the spectral features of the pixel
and it is mean filtered neighbors and a parameter α controls
the effect of neighbors.
In this artificial based neural network system, from the
input original satellite image the gray image can b obtained
from the original image by taking the first component such
as principle component analysis (PCA). The gray image is
convolved the noise is present in the image, and the noise is
suppressed some important image details. Therefore the
satellite image is de –noised by the filtering method using
the low pass filter using the quarter tree decomposition
method. After that processes from thesynthesizedimagethe
neighborhood implementation process will be followed by
the self organizing maps (SOM) with T-clustertechnique can
be used.
Once the sequential process can be completed using the
spectral and spatial properties of the information from the
gray image and neighborhood pixel window added to that
neuro fuzzy logic. This system can start the clustering
process with respect to spectral and spatial relationship
among the pixel in the neural network structure. Finally the
effective image will be obtained using the segmentation
technique based clustering process.
Fig-4.1: Image segmentation using neuro fuzzy logic
4.1 Comparative Result Performance between (FLICM,
FELICM AND NFLCM)
The segmentation synthetic aperture radar satellite image
demonstrates the proposed algorithm is effective in nature.
To overcome the draw back or compensate the clustering
edge accuracies of FLICM, fuzzy edge with local information
c-means algorithm(FELICM) produce moreaccurateresults .
This algorithm is developed by modifying the objective
function of the standard FLICM algorithm influences the
neighboring pixel on the center pixel. This system can
effectively solves the problem of isolated and random
distribution of pixel inside the region but also obtain high
edge accuracies. This simulation result will be shown that
better image classification from the satellite land cover
images and its performances will be evaluated in terms of
sensitivity and clustering.
(a) Satellite image (b) Result of FELICM
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2104
(a) Satellite image (b) Result of Neuro Fuzzy Logic
Fig-4.2: Comparative Result Performance between
FELICM vs. NFCL
5. CONCLUSION
The traditional image clustering methods usually regards
image pixels as isolated samples, which usually result in
isolated regions. FLICM uses local information to guarantee
noise insensitiveness, but it often produces boundary zones
due to the mix pixels near the edges of different regions. But
the FELICM is proposed, and it improves FLICM by
introducing the weights for pixels within local neighbor
windows. The experiments show that FELICM method is
insensitive to the isolated regions andobtainsmoreaccurate
edges than FLICM. To compensate the drawback of fuzzy
edge with local information c-means (FELICM), the neuro
fuzzy logic (composed of neural network with fuzzy c-
means) to improve the segmentationaccuracyineachregion
by pixel wise method with respect to texture, color, shape,
size of the object or samples which present in the satellite
image and also to estimate the roads, buildings and
vegetation region in the urban land area of the satellite
image.
REFERENCES
[1] D. Comaniciu, “Mean shift: A robust approach toward
feature space analysis,” IEEE Trans. Pattern Anal.Mach.
Intell., vol. 24, no. 5, pp. 603–619, May 2002.
[2] D. E. Ilea and P. F. Whelan, “CTex—An adaptive
unsupervised segmentation algorithm based on color–
texture coherence,” IEEE Trans. Image Process., vol. 17, no.
10, pp. 1926–1939, Oct. 2008.
[3] K. H. M. Kuwahara, S. Ehiu, and M. Kinoshita, “Processing
of angiocardiographic images,” in Digital Processing of
Biomedical Images. New York: Plenum, 1976, pp. 187–203.
[4] G. Dong and M. Xie, “Color clustering and learning for
image segmentation based on neural networks,”IEEETrans.
Neural Netw., vol. 16, no. 4, pp. 925–936, Jul. 2005.
[5] Z. Xiangrong, L. Jiao, F. Liu, L. Bo, and M. Gong, “Spectral
clustering ensemble applied to SAR image segmentation,”
IEEE Trans. Geosci. Remote Sens., vol. 46, no. 7, pp. 2126–
2136, Jul. 2008.
[6] Y. Tarabalka, J. A. Benediktsson, and J. Chanussot,
“Spectral–spatial classification of hyperspectral imagery
based on partitional clustering techniques,” IEEE Trans.
Geosci. Remote Sens., vol. 47, no. 8, pp. 2973– 2987, Aug.
2009.
[7] A. W. C. Liew, H. Yan, and N. F. Law, “Image segmentation
based on adaptive clusterprototypeestimation,”IEEETrans.
Fuzzy Syst., vol. 13, no. 4, pp. 444–453, Aug. 2005.
[8] P. Dulyakarn and Y. Rangsanseri, “Fuzzy C-means
clustering using spatial information with application to
remote sensing,” in Proc. 22nd Asian Conf. Remote Sens.,
Singapore, 2001.
[9] M. N. Ahmed, S. M. Yamany, N. Mohamed, A. A. Farag, and
T. Moriarty, “A modified fuzzy C-means algorithm for bias
field estimation and segmentation of MRI data,” IEEE Trans.
Med. Imag., vol. 21, no. 3, pp. 193– 199, Mar. 2002.
[10] S. Krinidis and V. Chatzis, “A robust fuzzy local
information C-means clustering algorithm,” IEEE Trans.
Image Process., vol. 19, no. 5, pp. 1328–1337, May 2010.
[11] L. patino, L.mertz, E.Hirsch, B.Dumitresco,
A.Constantinsco, “contouring blood pool myocardial gated
SPECT images with a neural network leader segmentation
and a decision based fuzzy logic,”IEEE Trans,vol
2,no3,pp.969-974,April.1997.
[12] Jzau-sheng lin,shao- han liu,”classification of
multispectral images based on fuzzy possibilistic neural
network,”IEEE Trans. Vol.32, no 4,,pp.499-506,Mar 2002.
[13] M.M Awad , A.Nasri,,”satelliteimagesegmentationusing
self organizing maps and fuzzy c-means”, IEEE International
conference,vol 3,no 2,pp398-402,Aug 2009.
[14] C.Venkatesh, F. Shaik, G.M Imran, T.Haneesh,”Fuzzy-
neurologic in ssegmentation of MRI images”,IEEE Trans.vol
2, no3,pp-529-533,March 2012.
[15] J. Canny, “A computational approach to edge detection,”
IEEE Trans. Pattern Anal. Mach. Intell., vol. PAMI-8, no.6,pp.
679–698, Nov. 1986.

More Related Content

What's hot

Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Journals
 
Performance evaluation of Compressed images by using Gradient based optimizat...
Performance evaluation of Compressed images by using Gradient based optimizat...Performance evaluation of Compressed images by using Gradient based optimizat...
Performance evaluation of Compressed images by using Gradient based optimizat...IRJET Journal
 
IRJET- A Non Uniformity Process using High Picture Range Quality
IRJET-  	  A Non Uniformity Process using High Picture Range QualityIRJET-  	  A Non Uniformity Process using High Picture Range Quality
IRJET- A Non Uniformity Process using High Picture Range QualityIRJET Journal
 
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...IJSRD
 
IRJET- An Approach to FPGA based Implementation of Image Mosaicing using Neur...
IRJET- An Approach to FPGA based Implementation of Image Mosaicing using Neur...IRJET- An Approach to FPGA based Implementation of Image Mosaicing using Neur...
IRJET- An Approach to FPGA based Implementation of Image Mosaicing using Neur...IRJET Journal
 
IRJET- Image De-Blurring using Blind De-Convolution Algorithm
IRJET-  	  Image De-Blurring using Blind De-Convolution AlgorithmIRJET-  	  Image De-Blurring using Blind De-Convolution Algorithm
IRJET- Image De-Blurring using Blind De-Convolution AlgorithmIRJET Journal
 
IRJET- RGB Image Compression using Multi-Level Block Trunction Code Algor...
IRJET-  	  RGB Image Compression using Multi-Level Block Trunction Code Algor...IRJET-  	  RGB Image Compression using Multi-Level Block Trunction Code Algor...
IRJET- RGB Image Compression using Multi-Level Block Trunction Code Algor...IRJET Journal
 
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...IRJET Journal
 
Review on Optimal image fusion techniques and Hybrid technique
Review on Optimal image fusion techniques and Hybrid techniqueReview on Optimal image fusion techniques and Hybrid technique
Review on Optimal image fusion techniques and Hybrid techniqueIRJET Journal
 
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONMULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONprj_publication
 
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...IOSR Journals
 
Comparison and improvement of image compression
Comparison and improvement of image compressionComparison and improvement of image compression
Comparison and improvement of image compressionIAEME Publication
 
Frequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
Frequency Domain Blockiness and Blurriness Meter for Image Quality AssessmentFrequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
Frequency Domain Blockiness and Blurriness Meter for Image Quality AssessmentCSCJournals
 
Video Forgery Detection: Literature review
Video Forgery Detection: Literature reviewVideo Forgery Detection: Literature review
Video Forgery Detection: Literature reviewTharindu Rusira
 
Digital image processing
Digital image processingDigital image processing
Digital image processingtushar05
 
IRJET- Low Light Image Enhancement using Convolutional Neural Network
IRJET-  	  Low Light Image Enhancement using Convolutional Neural NetworkIRJET-  	  Low Light Image Enhancement using Convolutional Neural Network
IRJET- Low Light Image Enhancement using Convolutional Neural NetworkIRJET Journal
 

What's hot (19)

Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
Performance evaluation of Compressed images by using Gradient based optimizat...
Performance evaluation of Compressed images by using Gradient based optimizat...Performance evaluation of Compressed images by using Gradient based optimizat...
Performance evaluation of Compressed images by using Gradient based optimizat...
 
IRJET- A Non Uniformity Process using High Picture Range Quality
IRJET-  	  A Non Uniformity Process using High Picture Range QualityIRJET-  	  A Non Uniformity Process using High Picture Range Quality
IRJET- A Non Uniformity Process using High Picture Range Quality
 
B42020710
B42020710B42020710
B42020710
 
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...
 
IRJET- An Approach to FPGA based Implementation of Image Mosaicing using Neur...
IRJET- An Approach to FPGA based Implementation of Image Mosaicing using Neur...IRJET- An Approach to FPGA based Implementation of Image Mosaicing using Neur...
IRJET- An Approach to FPGA based Implementation of Image Mosaicing using Neur...
 
Medial axis transformation based skeletonzation of image patterns using image...
Medial axis transformation based skeletonzation of image patterns using image...Medial axis transformation based skeletonzation of image patterns using image...
Medial axis transformation based skeletonzation of image patterns using image...
 
IRJET- Image De-Blurring using Blind De-Convolution Algorithm
IRJET-  	  Image De-Blurring using Blind De-Convolution AlgorithmIRJET-  	  Image De-Blurring using Blind De-Convolution Algorithm
IRJET- Image De-Blurring using Blind De-Convolution Algorithm
 
IRJET- RGB Image Compression using Multi-Level Block Trunction Code Algor...
IRJET-  	  RGB Image Compression using Multi-Level Block Trunction Code Algor...IRJET-  	  RGB Image Compression using Multi-Level Block Trunction Code Algor...
IRJET- RGB Image Compression using Multi-Level Block Trunction Code Algor...
 
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...
 
20120140502012
2012014050201220120140502012
20120140502012
 
Review on Optimal image fusion techniques and Hybrid technique
Review on Optimal image fusion techniques and Hybrid techniqueReview on Optimal image fusion techniques and Hybrid technique
Review on Optimal image fusion techniques and Hybrid technique
 
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONMULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
 
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
 
Comparison and improvement of image compression
Comparison and improvement of image compressionComparison and improvement of image compression
Comparison and improvement of image compression
 
Frequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
Frequency Domain Blockiness and Blurriness Meter for Image Quality AssessmentFrequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
Frequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
 
Video Forgery Detection: Literature review
Video Forgery Detection: Literature reviewVideo Forgery Detection: Literature review
Video Forgery Detection: Literature review
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
IRJET- Low Light Image Enhancement using Convolutional Neural Network
IRJET-  	  Low Light Image Enhancement using Convolutional Neural NetworkIRJET-  	  Low Light Image Enhancement using Convolutional Neural Network
IRJET- Low Light Image Enhancement using Convolutional Neural Network
 

Similar to IRJET- Spatial Clustering Method for Satellite Image Segmentation

The Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian FilterThe Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian FilterIRJET Journal
 
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...cscpconf
 
Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...csandit
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET Journal
 
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...IRJET Journal
 
IMAGE SEGMENTATION AND ITS TECHNIQUES
IMAGE SEGMENTATION AND ITS TECHNIQUESIMAGE SEGMENTATION AND ITS TECHNIQUES
IMAGE SEGMENTATION AND ITS TECHNIQUESIRJET Journal
 
Identify Defects in Gears Using Digital Image Processing
Identify Defects in Gears Using Digital Image ProcessingIdentify Defects in Gears Using Digital Image Processing
Identify Defects in Gears Using Digital Image ProcessingIJERD Editor
 
PCB Faults Detection Using Image Processing
PCB Faults Detection Using Image ProcessingPCB Faults Detection Using Image Processing
PCB Faults Detection Using Image Processingijceronline
 
Detection of a user-defined object in an image using feature extraction- Trai...
Detection of a user-defined object in an image using feature extraction- Trai...Detection of a user-defined object in an image using feature extraction- Trai...
Detection of a user-defined object in an image using feature extraction- Trai...IRJET Journal
 
AUTOMATIC IMAGE PROCESSING ENGINE ORIENTED ON QUALITY CONTROL OF ELECTRONIC B...
AUTOMATIC IMAGE PROCESSING ENGINE ORIENTED ON QUALITY CONTROL OF ELECTRONIC B...AUTOMATIC IMAGE PROCESSING ENGINE ORIENTED ON QUALITY CONTROL OF ELECTRONIC B...
AUTOMATIC IMAGE PROCESSING ENGINE ORIENTED ON QUALITY CONTROL OF ELECTRONIC B...sipij
 
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicImproved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicIRJET Journal
 
PROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATION
PROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATIONPROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATION
PROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATIONEditor IJCTER
 
Techniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningTechniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningIRJET Journal
 
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSINGAN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSINGcscpconf
 
IRJET- Advanced Control Strategies for Mold Level Process
IRJET- Advanced Control Strategies for Mold Level ProcessIRJET- Advanced Control Strategies for Mold Level Process
IRJET- Advanced Control Strategies for Mold Level ProcessIRJET Journal
 
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET-  	  Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET-  	  Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET- Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET Journal
 
IRJET- ROI based Automated Meter Reading System using Python
IRJET-  	  ROI based Automated Meter Reading System using PythonIRJET-  	  ROI based Automated Meter Reading System using Python
IRJET- ROI based Automated Meter Reading System using PythonIRJET Journal
 
Implementation of Picwords to Warping Pictures and Keywords through Calligram
Implementation of Picwords to Warping Pictures and Keywords through CalligramImplementation of Picwords to Warping Pictures and Keywords through Calligram
Implementation of Picwords to Warping Pictures and Keywords through CalligramIRJET Journal
 
IRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing MethodIRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing MethodIRJET Journal
 
De-Noisy Image of Activity Tracking System in Digital Image Processing
De-Noisy Image of Activity Tracking System in Digital Image ProcessingDe-Noisy Image of Activity Tracking System in Digital Image Processing
De-Noisy Image of Activity Tracking System in Digital Image ProcessingIRJET Journal
 

Similar to IRJET- Spatial Clustering Method for Satellite Image Segmentation (20)

The Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian FilterThe Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian Filter
 
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
 
Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
 
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
 
IMAGE SEGMENTATION AND ITS TECHNIQUES
IMAGE SEGMENTATION AND ITS TECHNIQUESIMAGE SEGMENTATION AND ITS TECHNIQUES
IMAGE SEGMENTATION AND ITS TECHNIQUES
 
Identify Defects in Gears Using Digital Image Processing
Identify Defects in Gears Using Digital Image ProcessingIdentify Defects in Gears Using Digital Image Processing
Identify Defects in Gears Using Digital Image Processing
 
PCB Faults Detection Using Image Processing
PCB Faults Detection Using Image ProcessingPCB Faults Detection Using Image Processing
PCB Faults Detection Using Image Processing
 
Detection of a user-defined object in an image using feature extraction- Trai...
Detection of a user-defined object in an image using feature extraction- Trai...Detection of a user-defined object in an image using feature extraction- Trai...
Detection of a user-defined object in an image using feature extraction- Trai...
 
AUTOMATIC IMAGE PROCESSING ENGINE ORIENTED ON QUALITY CONTROL OF ELECTRONIC B...
AUTOMATIC IMAGE PROCESSING ENGINE ORIENTED ON QUALITY CONTROL OF ELECTRONIC B...AUTOMATIC IMAGE PROCESSING ENGINE ORIENTED ON QUALITY CONTROL OF ELECTRONIC B...
AUTOMATIC IMAGE PROCESSING ENGINE ORIENTED ON QUALITY CONTROL OF ELECTRONIC B...
 
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicImproved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
 
PROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATION
PROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATIONPROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATION
PROGRAMMED TARGET RECOGNITION FRAMEWORKS FOR UNDERWATER MINE CLASSIFICATION
 
Techniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningTechniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine Learning
 
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSINGAN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
 
IRJET- Advanced Control Strategies for Mold Level Process
IRJET- Advanced Control Strategies for Mold Level ProcessIRJET- Advanced Control Strategies for Mold Level Process
IRJET- Advanced Control Strategies for Mold Level Process
 
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET-  	  Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET-  	  Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
 
IRJET- ROI based Automated Meter Reading System using Python
IRJET-  	  ROI based Automated Meter Reading System using PythonIRJET-  	  ROI based Automated Meter Reading System using Python
IRJET- ROI based Automated Meter Reading System using Python
 
Implementation of Picwords to Warping Pictures and Keywords through Calligram
Implementation of Picwords to Warping Pictures and Keywords through CalligramImplementation of Picwords to Warping Pictures and Keywords through Calligram
Implementation of Picwords to Warping Pictures and Keywords through Calligram
 
IRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing MethodIRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing Method
 
De-Noisy Image of Activity Tracking System in Digital Image Processing
De-Noisy Image of Activity Tracking System in Digital Image ProcessingDe-Noisy Image of Activity Tracking System in Digital Image Processing
De-Noisy Image of Activity Tracking System in Digital Image Processing
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 

Recently uploaded (20)

young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 

IRJET- Spatial Clustering Method for Satellite Image Segmentation

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2098 SPATIAL CLUSTERING METHOD FOR SATELLITE IMAGE SEGMENTATION S. LATHA MAHESWARI1, N. PAVITHRA2, R. PREETHI3, K. ASHA4 1,2,3,4Department of Electronics and Communication Engineering, Manakula Vinayagar Institute of Technology, Puducherry-605 107, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - As one of the best image clustering methods, fuzzy local information C-means (FLICM) is often used for image segmentation technique. Whencomparedtothefuzzyc-means algorithm FELICM method can directly applied to the satellite image to obtain the valuable information without any filter preprocessing, and the Experimental results over remote sensing images show that FELICM is not only solves the problem of isolated and random distributionofpixelinsidethe region but it also obtain high edge accuracies whencompared to the fuzzy local information c-means method. The proposed algorithm to compensate the problem for getting most valuable information from the satellite image with the help of neuro fuzzy logic c-means (NFLC) to estimate the number of object or samples from the satellite image with respect to texture, color, shape, size and also to calculateregionofroads, buildings and vegetation area which are present in the urban land area of the satellite image using clustering techniques. In this method neighborhood weightingisimplementedusing self organizing map (SOM) to calculate the number of cluster in the image. Using the spectral and spatialinformationfrom the weighted local neighbors is clustered iteratively until thefinal clustering result can obtained in an efficient manner. Key Words: FELICM, neuro fuzzy logic c-means (NFLC), self organizing map (SOM), Image clustering. 1. INTRODUCTION To extract some useful information from image we areusing Image processing method to perform some operations in order to get an enhanced image. Image processing involves changing the nature of an image in order to either, are improving its pictorial informationforhumaninterpretation and Render it more suitable for autonomous machine perception. We shall be concerned with digital image processing, which involves using a computer to change the nature of a digital image. It is necessary to realize that these two aspects represent two separate but equally important. Enhancing the edges of an image make it appears sharper. Note how the second image appears “cleaner’; it is a more pleasant image. 1.1 Image Sharpening and Removing Noise form an image Sharpening edges is a vital component of printing: in order for an image to appear “at its best’ on the printed some sharpening is usually performed. Removing “noise” from an image is noise being random errorsintheimage.An example is given in figure1.1 and figure 1.2. (a) The original image (b) Result after sharpening Fig-1.1: Image Sharpening Noise is a very common problem in data transmission: all sorts of electronic components may affect data passing through them, and the results may be undesirable. (a) The original image (b) after removing noise Fig-1.2: Removing Noise from an Image 1.2 Image Deblurring Removing motion blur from an image.An exampleisgivenin figure 1.3. Note that in the deblurred image. (a) Motion blur may occur when the shutter speed of the camera is too long for the speed of the object. (b) It is easier to read the number plates and to see the spikes on the fence behind the car, as well as other details not at all the clear in the original image.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2099 (a) The original image (b) after removing the blur Fig-1.3: Image Deblurring 2. IMAGE SEGMENTATION: CLUSTERING METHOD The frame work for the image clustering procedure was implemented with the help of FELICM algorithm. First the grayscale image is obtained from the original imagethrough the first component, such as principle component analysis. Canny edge detection algorithm can be used to detect thelot of edges from the grayscale image by adjusting two thresholds; if the threshold is achieved by multi-Otsu threshold algorithm. 2.1 Image Clustering In this paper a clustering based method for image segmentation will be considered. Many clustering strategies have been used to such as hard clustering scheme and fuzzy clustering scheme, each of which its own special characteristics. The goal of the image segmentation is to partition of image into set of disjoint region with uniform and homogeneous attributes such as intensity, color tone or texture. The segmentation approaches can be divided into four; categories thresholding, clustering, edgedetection,and region extraction. 2.2 Principal Component Analysis Principal component analysis (PCA) is a mathematical procedure that uses orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components. The number of principal components is less than or equal to the number of original variables. This transformation is defined in such a way that the first principal component has the largest possible variance (that is, accounts for as much of the variability in the data as possible), and each succeeding component in turn has the highest variance possible under the constraint that it be orthogonal to (i.e., uncorrelated with) the preceding components. Principal components are guaranteed to be independent if the data set is jointly normally distributed. PCA is sensitive to the relative scaling of the original variables. 2.3 Canny Edge Detector The Canny edge detector is an edge detection operator that uses a multi-stage algorithm to detect a wide range of edges in images. 2.4 Stages of Canny Edge Detection 1. Noise Reduction 2. Finding the intensity gradient of the image 3. Non-maximum suppression 4. Tracing edges through the image and hysteresis thresholding 5. Differential geometric formulation of the canny edge detector 6. Variation formulationoftheHaralick–Cannyedgedetector 2.5 System Architecture A system architecture or systems architecture is the conceptual design that defines the structureand/orbehavior of a system. An architecture description is a formal description of a system organized in a way that supports reasoning about the structural properties of the system. It defines the system components or building blocks and provides a plan from which products can be procured and systems developed, that will work together to implementthe overall system. This may enable onetomanageinvestmentin a way that meets business needs; see figure2.1. The composite of the design architectures for products and their life cycle processes. Fig-2.1: System Architecture
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2100 2.6 Module Architecture 2.6.1 Bias-corrected fuzzy c-means algorithm Bias-corrected fuzzy c-means (BCFCM) algorithm with spatial information is especially effective in image segmentation. Since it is computationally time taking and lacks enough robustness to noise and outliers. Clustering is a process for classifying objects or patterns in such a way that samples of the same cluster are more similar to one another than samples belonging to differentclusters.Fuzzysettheory has introducedtheideaofpartialmembership,describedbya membership function. Fuzzy clustering, as a soft segmentation method, has been widely studied and successfully applied in image clustering and segmentation; see figure 2.2. 2.6.2 Adaptive fuzzy c-means algorithm Our approach is based on an adaptive distance which is calculated according to the spatial position of the pixel in the image. The obtained results have shown a significant improvement of our approach performance compared tothe standard version of the FCM, especially regarding the robustness face to noise and the accuracy of the edges between regions; see figure 2.3. Fig-2.2: Bias Corrected Fuzzy C-Means Algorithm Fig-2.3: Adaptive Fuzzy C-Means Algorithm 2.7 Use Case Diagram A use case diagram in the Unified Modeling Language (UML) is a type of behavioral diagram defined by and createdfroma Use-case analysis. Its purpose is to present a graphical overview of the functionality provided by a system in terms of actors, their goals (represented as use cases), and any dependencies between those use cases. The main purpose of a use case diagram(figure 2.4) is to show what system functions are performed for which actor. Roles of the actors in the system can be depicted. Fig-2.4: Use Case Diagram 2.8 Simulation Image Fig-2.5: Satellite Image Fig-2.6: Grayscale Image Fig-2.7: Canny Edge Detection Fig-2.8: Simulation Result for FLICM
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2101 Fig-2.9: Simulation Results for FELICM 3x3 5x5 7x7 9x9 11x11 45 50 55 60 65 70 comparison of edge accuracies dilation window accuracy% FLICM FELICM Fig-2.10: Edge Accuracies Result between FLICM vs. FELICM Finally,(figure2.10) fuzzy clustering method is the powerful unsupervised segmentation technique for the analysis of image, and data construction of models. The proposed approach of FELICM algorithm starts for find the cluster to segment the images in a fuzzy region. Corresponding results is shown and its segmentation is accurately discussed. 3. IMAGE SEGMENTATION USING ARTIFICIAL NEURAL NETWORKS (ANN) WITH FUZZY C-MEANS ALGORITHM 3.1 Artificial Neural Network (ANN) Neural Networkthewayofbiologicalnervoussystemsuchas human brain process information; see figure 3.1.Anartificial neural network (ANN) is an information processing system which contains large number of highly interconnected neurons. This neurons worktogetherinadistributedmanner to learn from the input information to coordinate internal processing and to optimize its final output and as the numerous algorithms have been reported in the literature applying neural networks to the satellite image analysis. Artificial neural network neural networks providing various application for medical system such as image registration, segmentation, edge detection and diagnosis with specific coverage on mammograms analysis toward breast cancer screening and other application providing a global view on the variety of neural network application. Neural network applications in computeraideddiagnosis represent the main aim of computational images in satellite imaging. Their penetration and involvement are almost comprehensive for all extraction of information from the satellite image analysis. In that neural networks have the capability of effective relationship between the inputs and outputs via distributed computing, training, and processing leading to the reliable solutions desired by the specifications and medical diagnosis often relies on visual inspection , and the satellite imagining provides the most important tool for faciliting such inspection and visualization. 3.2 Neuro- Fuzzy C-Means Model A neural network can be an appropriate function but it is impossible to interpret the results in terms of natural language. The consolidation of neural networks and fuzzy logic in neuro-fuzzy logic models(figure 3.2) provides learning as well as reliability. The main difference between fuzzy clustering and other clustering techniques is that it generates fuzzy partition of data instead of hard partitions. Clustering is the process forclassifying objects or patterns in such a way that the samples of the same group are similar to one another than samples belonging to different groups. Many clustering strategies have been used such as the hard clustering scheme and the fuzzyclusteringschemeeachofits which has its own special characteristics. The conventional hard clustering method restricts each point of the data set exclusively just one cluster. As a sequencewiththisapproach the segmentation results are often very crisp that is each pixel of the image belongs to exactly just one class. However in many real situations for the images issues such as limited spatialresolutions,poorcontrast,overlappingintensities,and noise and intensity inhomogenities variation make this hard crisp segmentation a difficult task. Fig-3.1: A Model of Neural Networks Thanks to fuzzy set theory was proposed which introduce the idea of partial membership. Although the conventional FCM algorithm works well on most noise free images ithasa serious limitation and its does not incorporate any information about the spatial context which cause it to be sensitive to noise and imaging aircrafts.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2102 Fig-3.2: Architecture of Neuro-Fussy Logic System It minimizes an objective function with respect to fuzzy membership ‘U’ and set of cluster centeriods V. C is the number of cluster or data subsets m- The weighting exponent 1for hard clustering and increasing for fuzzy clustering d2 (Xk, Vi) – is the distance measure between object XK and cluster center Vi. n is the total number of pixel in the image Uik is the fuzzy membership values of pixel k in cluster i Vi is the cluster center for subset 1 in feature space. u is the fuzzy c- partition. 3.3 Image Segmentation Using Self-Organizing Map Figure 3.3, Self organizing map is an unsupervised neural network method and it converts pattern of arbitrary dimensionality into responses of two dimensional arrays of neurons. One of the important characteristics of SOM is that the feature map preserves neighborhood relations of the input data patterns (SOM). It consists of two layers input layers and output layers. The number of input neurons is equal to dimensions of the input data.Theoutputneuron are however, arranged in a two dimensional array. Fig-3.3: Self Organizing Map Colors are the most important features considered in biological visual system, since it is used to separate object and patterns even in conditions of equi-luminance. SOM is used to map the patterns in three dimensional colorspaceto a two dimensional color space. In SOM the input signals are n-tuples and there is a set of m-cluster units. 3.3.1. SOM and the Threshold Technique. In order to eliminate small cluster (cluster with few pixels) and to reduce over segmentation problem the following (T- cluster) is implemented (figure 3.4). These techniques consist of several steps as follows: After obtaining the cluster center by SOM the process of clustering starts by calculating the distance between the values of the cluster centers representing the sum of three bands. Two clusters are combined if the distance between their centers is less than a predefined threshold T (figure 3.5). d(V(Pi),V(Pj))<-T Where T is the predefined threshold andV(Pi)isthevalueof three bands of the cluster center pi. The valuerepresents the sum of the resultant 3 weight obtained from running SOM each weight is multiplied by 255. V(pj) is the value of the three bands of another cluster center are combinedtogether if the distance value is less than a predefined threshold T. The chromosomes which forms the population of the hybrid dynamic genetic algorithm (HDGA) consist of different solutions are available. In the previousmethodthesuccesses of the segmentation processes depends on the correct selection of two criteria ,one is theminimumnumberofpixel in each group and another one is the degree of similarity of the grey level values of the cluster centers. SOM uses the satellite image features to organize the pixels in group. The highest peaks of the histogram are used as a cluster centers and are provided to T- cluster to deliver the final solution in image segmentation process. This methodsstartsbyreading the satellite image than it is provided to SOM to organize pixels in group.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2103 Fig-3.4: SOM and T cluster sequential process Fig-3.5: Merging process according to the distance between cluster centers 4. EXPERIMENTAL RESULT FOR NEURO FUZZY LOGIC SYSTEM The experimental results of the segmentation of satellite image using the neuro fuzzy logic system demonstrate the proposed algorithm is effective and robust in nature. In order to make clustering is more robust, many spatial clustering methods which can deal with the original image without any filtering have been proposed. If the neighboring pixel is determined both the spectral features of the pixel and it is mean filtered neighbors and a parameter α controls the effect of neighbors. In this artificial based neural network system, from the input original satellite image the gray image can b obtained from the original image by taking the first component such as principle component analysis (PCA). The gray image is convolved the noise is present in the image, and the noise is suppressed some important image details. Therefore the satellite image is de –noised by the filtering method using the low pass filter using the quarter tree decomposition method. After that processes from thesynthesizedimagethe neighborhood implementation process will be followed by the self organizing maps (SOM) with T-clustertechnique can be used. Once the sequential process can be completed using the spectral and spatial properties of the information from the gray image and neighborhood pixel window added to that neuro fuzzy logic. This system can start the clustering process with respect to spectral and spatial relationship among the pixel in the neural network structure. Finally the effective image will be obtained using the segmentation technique based clustering process. Fig-4.1: Image segmentation using neuro fuzzy logic 4.1 Comparative Result Performance between (FLICM, FELICM AND NFLCM) The segmentation synthetic aperture radar satellite image demonstrates the proposed algorithm is effective in nature. To overcome the draw back or compensate the clustering edge accuracies of FLICM, fuzzy edge with local information c-means algorithm(FELICM) produce moreaccurateresults . This algorithm is developed by modifying the objective function of the standard FLICM algorithm influences the neighboring pixel on the center pixel. This system can effectively solves the problem of isolated and random distribution of pixel inside the region but also obtain high edge accuracies. This simulation result will be shown that better image classification from the satellite land cover images and its performances will be evaluated in terms of sensitivity and clustering. (a) Satellite image (b) Result of FELICM
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2104 (a) Satellite image (b) Result of Neuro Fuzzy Logic Fig-4.2: Comparative Result Performance between FELICM vs. NFCL 5. CONCLUSION The traditional image clustering methods usually regards image pixels as isolated samples, which usually result in isolated regions. FLICM uses local information to guarantee noise insensitiveness, but it often produces boundary zones due to the mix pixels near the edges of different regions. But the FELICM is proposed, and it improves FLICM by introducing the weights for pixels within local neighbor windows. The experiments show that FELICM method is insensitive to the isolated regions andobtainsmoreaccurate edges than FLICM. To compensate the drawback of fuzzy edge with local information c-means (FELICM), the neuro fuzzy logic (composed of neural network with fuzzy c- means) to improve the segmentationaccuracyineachregion by pixel wise method with respect to texture, color, shape, size of the object or samples which present in the satellite image and also to estimate the roads, buildings and vegetation region in the urban land area of the satellite image. REFERENCES [1] D. Comaniciu, “Mean shift: A robust approach toward feature space analysis,” IEEE Trans. Pattern Anal.Mach. Intell., vol. 24, no. 5, pp. 603–619, May 2002. [2] D. E. Ilea and P. F. Whelan, “CTex—An adaptive unsupervised segmentation algorithm based on color– texture coherence,” IEEE Trans. Image Process., vol. 17, no. 10, pp. 1926–1939, Oct. 2008. [3] K. H. M. Kuwahara, S. Ehiu, and M. Kinoshita, “Processing of angiocardiographic images,” in Digital Processing of Biomedical Images. New York: Plenum, 1976, pp. 187–203. [4] G. Dong and M. Xie, “Color clustering and learning for image segmentation based on neural networks,”IEEETrans. Neural Netw., vol. 16, no. 4, pp. 925–936, Jul. 2005. [5] Z. Xiangrong, L. Jiao, F. Liu, L. Bo, and M. Gong, “Spectral clustering ensemble applied to SAR image segmentation,” IEEE Trans. Geosci. Remote Sens., vol. 46, no. 7, pp. 2126– 2136, Jul. 2008. [6] Y. Tarabalka, J. A. Benediktsson, and J. Chanussot, “Spectral–spatial classification of hyperspectral imagery based on partitional clustering techniques,” IEEE Trans. Geosci. Remote Sens., vol. 47, no. 8, pp. 2973– 2987, Aug. 2009. [7] A. W. C. Liew, H. Yan, and N. F. Law, “Image segmentation based on adaptive clusterprototypeestimation,”IEEETrans. Fuzzy Syst., vol. 13, no. 4, pp. 444–453, Aug. 2005. [8] P. Dulyakarn and Y. Rangsanseri, “Fuzzy C-means clustering using spatial information with application to remote sensing,” in Proc. 22nd Asian Conf. Remote Sens., Singapore, 2001. [9] M. N. Ahmed, S. M. Yamany, N. Mohamed, A. A. Farag, and T. Moriarty, “A modified fuzzy C-means algorithm for bias field estimation and segmentation of MRI data,” IEEE Trans. Med. Imag., vol. 21, no. 3, pp. 193– 199, Mar. 2002. [10] S. Krinidis and V. Chatzis, “A robust fuzzy local information C-means clustering algorithm,” IEEE Trans. Image Process., vol. 19, no. 5, pp. 1328–1337, May 2010. [11] L. patino, L.mertz, E.Hirsch, B.Dumitresco, A.Constantinsco, “contouring blood pool myocardial gated SPECT images with a neural network leader segmentation and a decision based fuzzy logic,”IEEE Trans,vol 2,no3,pp.969-974,April.1997. [12] Jzau-sheng lin,shao- han liu,”classification of multispectral images based on fuzzy possibilistic neural network,”IEEE Trans. Vol.32, no 4,,pp.499-506,Mar 2002. [13] M.M Awad , A.Nasri,,”satelliteimagesegmentationusing self organizing maps and fuzzy c-means”, IEEE International conference,vol 3,no 2,pp398-402,Aug 2009. [14] C.Venkatesh, F. Shaik, G.M Imran, T.Haneesh,”Fuzzy- neurologic in ssegmentation of MRI images”,IEEE Trans.vol 2, no3,pp-529-533,March 2012. [15] J. Canny, “A computational approach to edge detection,” IEEE Trans. Pattern Anal. Mach. Intell., vol. PAMI-8, no.6,pp. 679–698, Nov. 1986.