SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1173
Geological Boundary Detection for Satellite Images using
AI Technique
Apurva Pilay1, Chhaya Pawar2
1Dept of Computer Engineering, Datta Meghe College of Engineering, Airoli
2Assistant Professor, Dept. Of Computer Engineering, Datta Meghe College of engineering, Airoli
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Many image processing and analysis techniques
have been developed to aid the interpretation of remote
sensing images and to extract as much informationaspossible
from the images. The choice of specific techniques or
algorithms to use depends on the goals of each individual
project. For each application it is necessary to develop a
specific methodology to extract information from the image.
To develop a methodology it is necessary to identify a
procedure based on image processing techniques that is more
adequate to the problem solution. In spite of the application
complexity, some basic techniques are common in most of the
remote sensing applications named as image registration,
image fusion, image segmentation and classification. Hence,
proposed method aims to present the use of image processing
techniques to solve a general problem on remote sensing
application. In proposed method, we examined some
procedures commonly used in analyzing remote sensing
images by using a novel method of Particle swarm
optimization technique (PSO).
Key Words: Image Processing, Satellite images, particle
swarm optimization, 2D convolution
1. INTRODUCTION
Satellite images have many applications in meteorology,
oceanography, fishing, agriculture, biodiversity
conservation, forestry, landscape, geology, cartography,
regional planning, education, intelligence and warfare.
Images can be in visible colors and in other conducted using
specialized remote sensing software.
Satellite image processing has proven to be a powerful tool
for the monitoring of the earth’s surface to improve our
perception of our surroundings has led to unprecedented
developments in sensor and information technologies.
However, technologies for effective use of the data and for
extracting useful information fromthedata ofsatelliteimage
processing are still very limited since no single sensor
combines the optimal spectral, spatial and temporal
resolution. The conclusion of this,accordingtoliterature, the
remote sensing still lacks of software tools for effective
information extraction from Satellite image processingdata.
For many parts of the world, medium to high resolution
remote sensing satellites will only acquire data after the
satellite has been programmed to do so. In these
circumstances, coverage of the affected area is likely to be
delayed and possibly missed. However, when major
disasters unfold, most satellite operators will schedule
imagery collection, even without confirmed programming
requests, either on humanitarian grounds or in the hope of
data sales. These all the satellite image processingdrawback
effects the whole disaster mitigation process, so we are
processing the novel techniques to integrate the system by
various combination of algorithm to amalgamate the
geological boundary data with geohydrology data and
lithosphere data like HI climb mountains, terrain,
sedimentary basin, rifts etc. The proposed methodwill focus
on flood rescue and mitigation mainly. The objectives of
proposed method is to present an advanced method for
combination of multi-spectrum RGB images for multi-
spectrum image fusion. The proposedmethodcanbeusedto
analyze the maxima features in a particular image.
2. LITERATURE SURVEY
Aparna Joshi and Isha Tarte discussed damageidentification
and assessment using image processing on post disaster
satellite imagery. SLIC i.e. simple lineariterativeclusteringis
used for segmenting which is a simplemethodtodecompose
an image in visually homogeneous regionswhichisbased on
spatially localized version of k-means clustering. Random
forest algorithm is used for classification which works by
creating a set of decision trees from randomly selected
subset of training set, aggregating the votes from different
decision trees to decide the final class of the test object. This
algorithm has high accuracy results. [1]
Milad Janalipour & Mohammad Taleai concentrated on
building change detection after earthquake using multi-
criteria decision analysis based on extracted information
from high spatial resolution satellite images. Adaptive
network based fuzzy inference system is used which is a
combination of fuzzy systems and neural networks. To
address real world problems, ANFIS is extremely useful asit
addresses objective knowledge as well as subjective
knowledge i.e. knowledge including mathematical models
and design requirements. [3]
This paper by D.C. Mason, L. Giustarini,J.Garcia-Pintado, and
H.L. Cloke investigates whether urban flooding can be
detected in layover region using double scattering between
ground surface and walls of adjacent buildings. The method
estimates double scattering strengths using SAR image in
conjunction with a high resolution LiDAR height map of the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1174
urban area. A SAR simulator is applied to the LiDAR data to
generate maps of layover and shadow and estimate the
positions of double scattering curves in the SAR image. [4]
Weixing Wang, Nan Yang, Yi Zhang, Fengping Wang, Ting
Cao, Patrik Eklund, analyse road features, road model,
existing difficulties and interference factors for road
extraction. Secondly, the principle of road extraction,
advantages and disadvantages of various methods and
research achievements are briefly highlighted. Conclusion
states that single method is not enoughtogetoptimal results
of road extraction thus various methods need to be
combined in order to be used in real applications. [5]
The method proposed by DejanVukadinov,Raka Jovanovicis
based on canny edge detection and threshold. Proposed
algorithm consists of five main steps viz. image extraction,
histogram matching, Gaussian blur filter, locally adaptive
threshold, edge detection. The system is tested using
different artificial island of Dubai coastline. Though the
images are very complex, results obtained are accurate.[10]
3. METHODOLOGY
3.1 System Architecture
Fig -3.1: Architecture of System
The system consists of the following main steps:
1. Read the source image into input.
2. For pre-processing step, the input image is
converted to BMP format from RGB format.
3. BMP format dataset is analysed into red, green and
blue plane which helps analysing each pixel
individually.
4. Histogram is generated which helps in
differentiating red,greenandblueplanefromwhich
net deterministic value for each pixel
differentiation.
5. Training parameters are obtained from histogram
differentiation which are integrated with
intelligence i.e. particle swarm optimization
algorithm.
6. Various convolution models for various planes are
generated. Then geological parameters of pixels
obtained from histogram technique are compared
with convolution results.
7. A 3D matrix is obtained from convolved results
where each dimension refer to a particular
geological boundary with pixel differentiation of
land-water, water-Greenland, and land-Greenland.
8. Non pixel data generated from convolution is
removed then it is integrated with PSO.
9. PSO decides the maxima and minimainconvolution
models supplied to it as input.
10. PSO technique integrates the similar color pattern
on a particular pixel boundary of our convolution
model. Similarly it doesforotherdimensionandour
color pattern on that particular image is generated
which is our final output.
This method is tested on before flood andafterfloodsatellite
images of Kerala obtained from NASA website. Pre-
processing is carried out which coverts image from RGB to
BMP format and differentiated red, green and blue planes. It
generates histogram and convolution models for both
images and final result. The difference between two outputs
can be seen clearly w.r.to geological boundary detection.
Results obtained are as follows:
Fig – 3.2 Input Image
Input Satellite Image
Pre-processing
Final Result
2D Convolution
Histogram Generation
Edge Detection
Particle Swarm
Optimization algorithm
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1175
The input image is the satelliteimageofKerala capturedpost
flood which occurred on August 22nd 2018. The image is in
JPEG format.
Fig- 3.3 Convolution of green and blue plane keeping
red plane as reference
The 2D convolution is obtained for green and blue plane
keeping the red plane constant. It is seen from the result of
convolution that blue color is highlighted from the
convolution of green and blue planes.
Fig- 3.4 Histogram calculation of input image
The histogram is calculated for the input image of pixel
numbering and pixel intensity. It shows which pixel has
occurred how many times.
Fig - 3.5 Edge Detection in four iterations
The edge detection algorithmisappliedoninputimagealong
with knowledge of convolution and histogram which gives
optimized results in the iterations of edges.
Fig – 3.6 Pixel accuracy and error bound graphs
The graphs of pixel accuracy and error bound are calculated
w.r.to number of iterations taken in the edge detection. The
error is between range of -1 to 1 for four iterations and pixel
accuracy is maximum for two iterations and lowers after
that.
Fig – 3.7 Input to particle swarm optimization
algorithm
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1176
The input image, edge detection result which obtainedusing
convolution, histogramandbitmapformatimagecreated out
of input image is given as input to particle swarm
optimization.
Fig – 3.8 Output Image
The output image is the output of particle swarm
optimization algorithm which shows flooded area with blue
color, land area with green color and red area is error which
is covered by clouds in red color.
Fig – 3.9 Comparison of input and output
The comparison of input and output image is shown in this
figure 3.9. The exact similarity in flooded area from input
image and blue colored area from output image can be seen
and boundaries aredetected betweenwaterandlandclearly.
4. CONCLUSION
The results obtained from proposed method will be a great
measure for predicting and analyzing impactoffloods.It will
help rescue teams to address high alert areas first so,
minimum or no loss of life will be achieved. In future, the
method can be modified to be used for coastline detection,
urbanization, deforestation and earthquakes.
REFERENCES
[1] Cartwright, S. 2005: National Civil Defense Emergency
Management Plan Order 2005. Published under the
authority of the New Zealand Government, Wellington, New
Zealand, 68 pp.
[2] Aparna Joshi, I. Tarte, S. Suresh and S. G. Koolagudi,
"Damage identification and assessment using image
processing on post-disaster satellite imagery," 2017 IEEE
Global Humanitarian Technology Conference (GHTC), San
Jose,CA,2017,pp.1-7.
doi: 10.1109/GHTC.2017.8239286
[3] Menderes, Aydan & Erener, Arzu & Sarp, Gulcan. (2015).
Automatic Detection of Damaged BuildingsafterEarthquake
Hazard by Using Remote Sensing and Information
Technologies. Procedia EarthandPlanetaryScience. 15. 257-
262. 10.1016/j.proeps.2015.08.063.
[4] Building change detection after earthquake using multi-
criteria decision analysis based on extracted information
from high spatial resolution satellite images Milad
Janalipour & Mohammad Taleai received 06 Aug 2015,
Accepted 03 Nov 2016, Published online: 12 Dec 2016
https://doi.org/10.1080/01431161.2016.1259673
[5]D.C. Mason, L. Giustarini, J. Garcia-Pintado, H.L. Cloke,
Detection of flooded urban areasinhighresolutionSynthetic
Aperture Radar images using double scattering,
International Journal of Applied Earth Observation and
Geoinformation, Volume 28, 2014, Pages 150-159, ISSN
0303-2434, https://doi.org/10.1016/j.jag.2013.12.002.
[6] Weixing Wang, Nan Yang, Yi Zhang, Fengping Wang,Ting
Cao, Patrik Eklund, A review of road extraction from remote
sensing images, Journal of Traffic and Transportation
Engineering (English Edition), Volume 3, Issue 3, 2016,
Pages 271-282, ISSN 2095-7564
[7]José Rouco, Catarina Carvalho, Ana Domingues, Elsa
Azevedo Campilho, A robust anisotropic edge detection
method for carotid ultrasound image processing ,Procedia
Computer Science, Volume 126, 2018, Pages 723-732, ISSN
1877-0509
[8] Journal of Computational Design and Engineering 3
(2016) 191–197 Depth edge detection by image-based
smoothing and morphological operations Syed Mohammad
Abid Hasan, KwangheeKonSchool ofMechatronics,Gwangju
Institute of Science and Technology, Gwangju, South Korea
Received 3 December 2015; received in revised form 5
February 2016; accepted 10 February 2016
[9] Journal of Chemical and Pharmaceutical Sciences ISSN:
0974-2115 JCHPS Special Issue 1: February 2017
www.jchps.com Page 96 Identification of Satellite Image by
Using DP Clustering Algorithm for Image Segmentation and
Clustering S. Sowmiya*, S. P. Yazhini Department of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1177
Computer Science and Engineering, M. KumarasamyCollege
of Engineering, Karur, Tamil Nadu.
[10] Thilagamani, S. (2011). Object Recognition Based on
Image Segmentation and Clustering. Journal of Computer
Science. 7. 1741-1748. 10.3844/jcssp.2011.1741.1748.
[11] International Journal of Computers
http://www.iaras.org/iaras/journals/ijc
"An Algorithm for Coastline Extraction from Satellite
Imagery" DEJAN VUKADINOV
RAKA JOVANOVIC MILAN TUBA 2017
[12] Chandrani Singh, M. Shekar, Arun Singh, and R. K.
Chadha"Seismic Attenuation Characteristics along the Hi-
CLIMB Profile in Tibet from Lg Q Inversion",Bulletin of the
Seismological Society of America, Vol. 102, No. 2, pp. 783–
789, April 2012, doi: 10.1785/0120110145
[13] Karen E. Joyce,1* Stella E. Belliss,2 Sergey V.
Samsonov,1 Stephen J. McNeill2 and Phil J. Glassey1, "A
review of the status of satellite remote sensing and image
processing techniques for mapping natural hazards and
disasters", Progress in Physical Geography 33(2) (2009) pp.
183–207 DOI: 10.1177/0309133309339563.
[14] Taher M. Sodagar and Don C. Lawton,"Time-lapse
seismic modelling of CO2 fluid substitution in the Devonian
Redwater Reef, Alberta, Canada" Geophysical Prospecting
doi: 10.1111/1365-2478.12100
[15] Umbaugh, Scott E (2010). Digital image processing and
analysis: human and computer vision applications with
CVIPtools (2nd ed.). Boca Raton, FL: CRC Press. ISBN 978-1-
4398-0205-2
[16] Mehmet Sezgin and Bulent Sankur, Survey over image
thresholding techniques and quantitative performance
evaluation, Journal of Electronic Imaging 13(1), 146–165
(January 2004). doi:10.1117/1.1631315
[17] Zhang, Y. (2011). "Optimal multi-level Thresholding
based on Maximum Tsallis Entropy via an Artificial Bee
Colony Approach". Entropy. 13 (4): 841–859.
doi:10.3390/e13040841.
[18] Kennedy, J.; Eberhart, R. (1995). "Particle Swarm
Optimization". Proceedings ofIEEEInternational Conference
on Neural Networks. IV. pp. 1942–1948.
doi:10.1109/ICNN.1995.488968.
[19] Kennedy, J. (1997). "The particle swarm: social
adaptation of knowledge". ProceedingsofIEEEInternational
Conference on Evolutionary Computation. pp. 303–308.
[20] Mohd Afizi Mohd Shukran, Yuk Ying Chung, Wei-Chang
Yeh, Noorhaniza Wahid and Ahmad Mujahid Ahmad Zaidi.
2011. Image ClassificationTechniqueusingModifiedParticle
Swarm Optimization
[21] Shi, Y.; Eberhart, R.C. (1998). "A modified particle
swarm optimizer". Proceedings of IEEE International
Conference on Evolutionary Computation. pp. 69–73.
[22] Braik, Malik & Sheta, Alaa & Ayesh, Aladdin. (2007).
Image Enhancement Using Particle Swarm Optimization,
Proceedings of the world congress on engineering 2007 Vol
1,WCE 2007,July 2-4,2007, London, U.K.

Contenu connexe

Tendances

IRJET- Tool: Segregration of Bands in Sentinel Data and Calculation of NDVI
IRJET-  	  Tool: Segregration of Bands in Sentinel Data and Calculation of NDVIIRJET-  	  Tool: Segregration of Bands in Sentinel Data and Calculation of NDVI
IRJET- Tool: Segregration of Bands in Sentinel Data and Calculation of NDVIIRJET Journal
 
Comparación de los métodos de corrección atmosférica basados ​​en imágenes y ...
Comparación de los métodos de corrección atmosférica basados ​​en imágenes y ...Comparación de los métodos de corrección atmosférica basados ​​en imágenes y ...
Comparación de los métodos de corrección atmosférica basados ​​en imágenes y ...Nino Bravo Morales
 
Quantitative analysis of Mouza map image to estimate land area using zooming ...
Quantitative analysis of Mouza map image to estimate land area using zooming ...Quantitative analysis of Mouza map image to estimate land area using zooming ...
Quantitative analysis of Mouza map image to estimate land area using zooming ...TELKOMNIKA JOURNAL
 
Enhanced Tracking Aerial Image by Applying Fusion & Image Registration Technique
Enhanced Tracking Aerial Image by Applying Fusion & Image Registration TechniqueEnhanced Tracking Aerial Image by Applying Fusion & Image Registration Technique
Enhanced Tracking Aerial Image by Applying Fusion & Image Registration TechniqueIRJET Journal
 
Big Data, Data and Information Mining for Earth Observation
Big Data, Data and Information Mining for Earth ObservationBig Data, Data and Information Mining for Earth Observation
Big Data, Data and Information Mining for Earth ObservationPier Giorgio Marchetti
 
Petrel course Module_1: Import data and management, make simple surfaces
Petrel course Module_1: Import data and management, make simple surfacesPetrel course Module_1: Import data and management, make simple surfaces
Petrel course Module_1: Import data and management, make simple surfacesMarc Diviu Franco
 
GPS Instrumental Biases Estimation Using Continuous Operating Receivers Network
GPS Instrumental Biases Estimation Using Continuous Operating Receivers NetworkGPS Instrumental Biases Estimation Using Continuous Operating Receivers Network
GPS Instrumental Biases Estimation Using Continuous Operating Receivers NetworkCSCJournals
 
IRJET- Comparison on Measurement of a Building using Total Station, ARCGI...
IRJET-  	  Comparison on Measurement of a Building using Total Station, ARCGI...IRJET-  	  Comparison on Measurement of a Building using Total Station, ARCGI...
IRJET- Comparison on Measurement of a Building using Total Station, ARCGI...IRJET Journal
 
Accuracy checks in the production of orthophotos
Accuracy checks in the production of orthophotosAccuracy checks in the production of orthophotos
Accuracy checks in the production of orthophotosAlexander Decker
 
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...Piyush Yadav
 
Big data from space technology 150611 @ spaceops 2015
Big data from space technology 150611 @ spaceops 2015Big data from space technology 150611 @ spaceops 2015
Big data from space technology 150611 @ spaceops 2015Pier Giorgio Marchetti
 
ExtremeEarth Open Workshop - Overview and Achievements
ExtremeEarth Open Workshop - Overview and AchievementsExtremeEarth Open Workshop - Overview and Achievements
ExtremeEarth Open Workshop - Overview and AchievementsExtremeEarth
 
Accès ouvert aux données météorologiques d’Environnement Canada
Accès ouvert aux données météorologiques d’Environnement CanadaAccès ouvert aux données météorologiques d’Environnement Canada
Accès ouvert aux données météorologiques d’Environnement CanadaVisionGEOMATIQUE2014
 
Performance of Phase Congruency and Linear Feature Extraction for Satellite I...
Performance of Phase Congruency and Linear Feature Extraction for Satellite I...Performance of Phase Congruency and Linear Feature Extraction for Satellite I...
Performance of Phase Congruency and Linear Feature Extraction for Satellite I...IOSR Journals
 
Generating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameterGenerating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameterIAEME Publication
 
IRJET - Digitization of Master Plan Map and Preparation of Different Them...
IRJET -  	  Digitization of Master Plan Map and Preparation of Different Them...IRJET -  	  Digitization of Master Plan Map and Preparation of Different Them...
IRJET - Digitization of Master Plan Map and Preparation of Different Them...IRJET Journal
 
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORINGMACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING VisionGEOMATIQUE2014
 
Critical Infrastructure Monitoring Using UAV Imagery
Critical Infrastructure Monitoring Using UAV ImageryCritical Infrastructure Monitoring Using UAV Imagery
Critical Infrastructure Monitoring Using UAV Imageryaditess
 

Tendances (20)

IRJET- Tool: Segregration of Bands in Sentinel Data and Calculation of NDVI
IRJET-  	  Tool: Segregration of Bands in Sentinel Data and Calculation of NDVIIRJET-  	  Tool: Segregration of Bands in Sentinel Data and Calculation of NDVI
IRJET- Tool: Segregration of Bands in Sentinel Data and Calculation of NDVI
 
Comparación de los métodos de corrección atmosférica basados ​​en imágenes y ...
Comparación de los métodos de corrección atmosférica basados ​​en imágenes y ...Comparación de los métodos de corrección atmosférica basados ​​en imágenes y ...
Comparación de los métodos de corrección atmosférica basados ​​en imágenes y ...
 
Quantitative analysis of Mouza map image to estimate land area using zooming ...
Quantitative analysis of Mouza map image to estimate land area using zooming ...Quantitative analysis of Mouza map image to estimate land area using zooming ...
Quantitative analysis of Mouza map image to estimate land area using zooming ...
 
Enhanced Tracking Aerial Image by Applying Fusion & Image Registration Technique
Enhanced Tracking Aerial Image by Applying Fusion & Image Registration TechniqueEnhanced Tracking Aerial Image by Applying Fusion & Image Registration Technique
Enhanced Tracking Aerial Image by Applying Fusion & Image Registration Technique
 
Big Data, Data and Information Mining for Earth Observation
Big Data, Data and Information Mining for Earth ObservationBig Data, Data and Information Mining for Earth Observation
Big Data, Data and Information Mining for Earth Observation
 
Petrel course Module_1: Import data and management, make simple surfaces
Petrel course Module_1: Import data and management, make simple surfacesPetrel course Module_1: Import data and management, make simple surfaces
Petrel course Module_1: Import data and management, make simple surfaces
 
GPS Instrumental Biases Estimation Using Continuous Operating Receivers Network
GPS Instrumental Biases Estimation Using Continuous Operating Receivers NetworkGPS Instrumental Biases Estimation Using Continuous Operating Receivers Network
GPS Instrumental Biases Estimation Using Continuous Operating Receivers Network
 
Sealoc Poster
Sealoc PosterSealoc Poster
Sealoc Poster
 
IRJET- Comparison on Measurement of a Building using Total Station, ARCGI...
IRJET-  	  Comparison on Measurement of a Building using Total Station, ARCGI...IRJET-  	  Comparison on Measurement of a Building using Total Station, ARCGI...
IRJET- Comparison on Measurement of a Building using Total Station, ARCGI...
 
Accuracy checks in the production of orthophotos
Accuracy checks in the production of orthophotosAccuracy checks in the production of orthophotos
Accuracy checks in the production of orthophotos
 
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
 
Big data from space technology 150611 @ spaceops 2015
Big data from space technology 150611 @ spaceops 2015Big data from space technology 150611 @ spaceops 2015
Big data from space technology 150611 @ spaceops 2015
 
ExtremeEarth Open Workshop - Overview and Achievements
ExtremeEarth Open Workshop - Overview and AchievementsExtremeEarth Open Workshop - Overview and Achievements
ExtremeEarth Open Workshop - Overview and Achievements
 
FinalReport
FinalReportFinalReport
FinalReport
 
Accès ouvert aux données météorologiques d’Environnement Canada
Accès ouvert aux données météorologiques d’Environnement CanadaAccès ouvert aux données météorologiques d’Environnement Canada
Accès ouvert aux données météorologiques d’Environnement Canada
 
Performance of Phase Congruency and Linear Feature Extraction for Satellite I...
Performance of Phase Congruency and Linear Feature Extraction for Satellite I...Performance of Phase Congruency and Linear Feature Extraction for Satellite I...
Performance of Phase Congruency and Linear Feature Extraction for Satellite I...
 
Generating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameterGenerating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameter
 
IRJET - Digitization of Master Plan Map and Preparation of Different Them...
IRJET -  	  Digitization of Master Plan Map and Preparation of Different Them...IRJET -  	  Digitization of Master Plan Map and Preparation of Different Them...
IRJET - Digitization of Master Plan Map and Preparation of Different Them...
 
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORINGMACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
 
Critical Infrastructure Monitoring Using UAV Imagery
Critical Infrastructure Monitoring Using UAV ImageryCritical Infrastructure Monitoring Using UAV Imagery
Critical Infrastructure Monitoring Using UAV Imagery
 

Similaire à IRJET- Geological Boundary Detection for Satellite Images using AI Technique

IRJET- Land Use & Land Cover Change Detection using G.I.S. & Remote Sensing
IRJET-  	  Land Use & Land Cover Change Detection using G.I.S. & Remote SensingIRJET-  	  Land Use & Land Cover Change Detection using G.I.S. & Remote Sensing
IRJET- Land Use & Land Cover Change Detection using G.I.S. & Remote SensingIRJET Journal
 
IRJET- Image Registration in GIS: A Survey
IRJET-  	  Image Registration in GIS: A SurveyIRJET-  	  Image Registration in GIS: A Survey
IRJET- Image Registration in GIS: A SurveyIRJET Journal
 
Geo Spatial Data And it’s Quality Assessment
Geo Spatial Data And it’s Quality AssessmentGeo Spatial Data And it’s Quality Assessment
Geo Spatial Data And it’s Quality AssessmentIRJET Journal
 
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...IRJET Journal
 
IRJET- Estimation of Water Discharge using Image Processing
IRJET-  	  Estimation of Water Discharge using Image ProcessingIRJET-  	  Estimation of Water Discharge using Image Processing
IRJET- Estimation of Water Discharge using Image ProcessingIRJET Journal
 
A Review on: Spatial Image Processing and Wireless Sensor Network Design to I...
A Review on: Spatial Image Processing and Wireless Sensor Network Design to I...A Review on: Spatial Image Processing and Wireless Sensor Network Design to I...
A Review on: Spatial Image Processing and Wireless Sensor Network Design to I...IRJET Journal
 
Application of Vision based Techniques for Position Estimation
Application of Vision based Techniques for Position EstimationApplication of Vision based Techniques for Position Estimation
Application of Vision based Techniques for Position EstimationIRJET Journal
 
Gravity Map Production Using General Regression Neural Network
Gravity Map Production Using General Regression Neural NetworkGravity Map Production Using General Regression Neural Network
Gravity Map Production Using General Regression Neural NetworkIRJET Journal
 
CROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORK
CROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORKCROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORK
CROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORKIRJET Journal
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...IRJET Journal
 
IRJET- Interactive Image Segmentation with Seed Propagation
IRJET-  	  Interactive Image Segmentation with Seed PropagationIRJET-  	  Interactive Image Segmentation with Seed Propagation
IRJET- Interactive Image Segmentation with Seed PropagationIRJET Journal
 
IRJET- 3D Object Recognition of Car Image Detection
IRJET-  	  3D Object Recognition of Car Image DetectionIRJET-  	  3D Object Recognition of Car Image Detection
IRJET- 3D Object Recognition of Car Image DetectionIRJET Journal
 
CNN MODEL FOR TRAFFIC SIGN RECOGNITION
CNN MODEL FOR TRAFFIC SIGN RECOGNITIONCNN MODEL FOR TRAFFIC SIGN RECOGNITION
CNN MODEL FOR TRAFFIC SIGN RECOGNITIONIRJET Journal
 
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET Journal
 
A Review On Single Image Depth Prediction with Wavelet Decomposition
A Review On Single Image Depth Prediction with Wavelet DecompositionA Review On Single Image Depth Prediction with Wavelet Decomposition
A Review On Single Image Depth Prediction with Wavelet DecompositionIRJET Journal
 
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET Journal
 
IRJET - Underwater Object Identification using Matlab and Machine
IRJET - Underwater Object Identification using Matlab and MachineIRJET - Underwater Object Identification using Matlab and Machine
IRJET - Underwater Object Identification using Matlab and MachineIRJET Journal
 
IRJET- Estimation of Crowd Count in a Heavily Occulated Regions
IRJET-  	  Estimation of Crowd Count in a Heavily Occulated RegionsIRJET-  	  Estimation of Crowd Count in a Heavily Occulated Regions
IRJET- Estimation of Crowd Count in a Heavily Occulated RegionsIRJET Journal
 
IRJET - An Intelligent Pothole Detection System using Deep Learning
IRJET -  	  An Intelligent Pothole Detection System using Deep LearningIRJET -  	  An Intelligent Pothole Detection System using Deep Learning
IRJET - An Intelligent Pothole Detection System using Deep LearningIRJET Journal
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET Journal
 

Similaire à IRJET- Geological Boundary Detection for Satellite Images using AI Technique (20)

IRJET- Land Use & Land Cover Change Detection using G.I.S. & Remote Sensing
IRJET-  	  Land Use & Land Cover Change Detection using G.I.S. & Remote SensingIRJET-  	  Land Use & Land Cover Change Detection using G.I.S. & Remote Sensing
IRJET- Land Use & Land Cover Change Detection using G.I.S. & Remote Sensing
 
IRJET- Image Registration in GIS: A Survey
IRJET-  	  Image Registration in GIS: A SurveyIRJET-  	  Image Registration in GIS: A Survey
IRJET- Image Registration in GIS: A Survey
 
Geo Spatial Data And it’s Quality Assessment
Geo Spatial Data And it’s Quality AssessmentGeo Spatial Data And it’s Quality Assessment
Geo Spatial Data And it’s Quality Assessment
 
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
IRJET- Road Feature Extraction from High Resolution Satellite Images using Ne...
 
IRJET- Estimation of Water Discharge using Image Processing
IRJET-  	  Estimation of Water Discharge using Image ProcessingIRJET-  	  Estimation of Water Discharge using Image Processing
IRJET- Estimation of Water Discharge using Image Processing
 
A Review on: Spatial Image Processing and Wireless Sensor Network Design to I...
A Review on: Spatial Image Processing and Wireless Sensor Network Design to I...A Review on: Spatial Image Processing and Wireless Sensor Network Design to I...
A Review on: Spatial Image Processing and Wireless Sensor Network Design to I...
 
Application of Vision based Techniques for Position Estimation
Application of Vision based Techniques for Position EstimationApplication of Vision based Techniques for Position Estimation
Application of Vision based Techniques for Position Estimation
 
Gravity Map Production Using General Regression Neural Network
Gravity Map Production Using General Regression Neural NetworkGravity Map Production Using General Regression Neural Network
Gravity Map Production Using General Regression Neural Network
 
CROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORK
CROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORKCROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORK
CROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORK
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
 
IRJET- Interactive Image Segmentation with Seed Propagation
IRJET-  	  Interactive Image Segmentation with Seed PropagationIRJET-  	  Interactive Image Segmentation with Seed Propagation
IRJET- Interactive Image Segmentation with Seed Propagation
 
IRJET- 3D Object Recognition of Car Image Detection
IRJET-  	  3D Object Recognition of Car Image DetectionIRJET-  	  3D Object Recognition of Car Image Detection
IRJET- 3D Object Recognition of Car Image Detection
 
CNN MODEL FOR TRAFFIC SIGN RECOGNITION
CNN MODEL FOR TRAFFIC SIGN RECOGNITIONCNN MODEL FOR TRAFFIC SIGN RECOGNITION
CNN MODEL FOR TRAFFIC SIGN RECOGNITION
 
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
 
A Review On Single Image Depth Prediction with Wavelet Decomposition
A Review On Single Image Depth Prediction with Wavelet DecompositionA Review On Single Image Depth Prediction with Wavelet Decomposition
A Review On Single Image Depth Prediction with Wavelet Decomposition
 
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
 
IRJET - Underwater Object Identification using Matlab and Machine
IRJET - Underwater Object Identification using Matlab and MachineIRJET - Underwater Object Identification using Matlab and Machine
IRJET - Underwater Object Identification using Matlab and Machine
 
IRJET- Estimation of Crowd Count in a Heavily Occulated Regions
IRJET-  	  Estimation of Crowd Count in a Heavily Occulated RegionsIRJET-  	  Estimation of Crowd Count in a Heavily Occulated Regions
IRJET- Estimation of Crowd Count in a Heavily Occulated Regions
 
IRJET - An Intelligent Pothole Detection System using Deep Learning
IRJET -  	  An Intelligent Pothole Detection System using Deep LearningIRJET -  	  An Intelligent Pothole Detection System using Deep Learning
IRJET - An Intelligent Pothole Detection System using Deep Learning
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoT
 

Plus de 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
 

Plus de 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...
 

Dernier

kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxnuruddin69
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stageAbc194748
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 

Dernier (20)

kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptx
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stage
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 

IRJET- Geological Boundary Detection for Satellite Images using AI Technique

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1173 Geological Boundary Detection for Satellite Images using AI Technique Apurva Pilay1, Chhaya Pawar2 1Dept of Computer Engineering, Datta Meghe College of Engineering, Airoli 2Assistant Professor, Dept. Of Computer Engineering, Datta Meghe College of engineering, Airoli ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Many image processing and analysis techniques have been developed to aid the interpretation of remote sensing images and to extract as much informationaspossible from the images. The choice of specific techniques or algorithms to use depends on the goals of each individual project. For each application it is necessary to develop a specific methodology to extract information from the image. To develop a methodology it is necessary to identify a procedure based on image processing techniques that is more adequate to the problem solution. In spite of the application complexity, some basic techniques are common in most of the remote sensing applications named as image registration, image fusion, image segmentation and classification. Hence, proposed method aims to present the use of image processing techniques to solve a general problem on remote sensing application. In proposed method, we examined some procedures commonly used in analyzing remote sensing images by using a novel method of Particle swarm optimization technique (PSO). Key Words: Image Processing, Satellite images, particle swarm optimization, 2D convolution 1. INTRODUCTION Satellite images have many applications in meteorology, oceanography, fishing, agriculture, biodiversity conservation, forestry, landscape, geology, cartography, regional planning, education, intelligence and warfare. Images can be in visible colors and in other conducted using specialized remote sensing software. Satellite image processing has proven to be a powerful tool for the monitoring of the earth’s surface to improve our perception of our surroundings has led to unprecedented developments in sensor and information technologies. However, technologies for effective use of the data and for extracting useful information fromthedata ofsatelliteimage processing are still very limited since no single sensor combines the optimal spectral, spatial and temporal resolution. The conclusion of this,accordingtoliterature, the remote sensing still lacks of software tools for effective information extraction from Satellite image processingdata. For many parts of the world, medium to high resolution remote sensing satellites will only acquire data after the satellite has been programmed to do so. In these circumstances, coverage of the affected area is likely to be delayed and possibly missed. However, when major disasters unfold, most satellite operators will schedule imagery collection, even without confirmed programming requests, either on humanitarian grounds or in the hope of data sales. These all the satellite image processingdrawback effects the whole disaster mitigation process, so we are processing the novel techniques to integrate the system by various combination of algorithm to amalgamate the geological boundary data with geohydrology data and lithosphere data like HI climb mountains, terrain, sedimentary basin, rifts etc. The proposed methodwill focus on flood rescue and mitigation mainly. The objectives of proposed method is to present an advanced method for combination of multi-spectrum RGB images for multi- spectrum image fusion. The proposedmethodcanbeusedto analyze the maxima features in a particular image. 2. LITERATURE SURVEY Aparna Joshi and Isha Tarte discussed damageidentification and assessment using image processing on post disaster satellite imagery. SLIC i.e. simple lineariterativeclusteringis used for segmenting which is a simplemethodtodecompose an image in visually homogeneous regionswhichisbased on spatially localized version of k-means clustering. Random forest algorithm is used for classification which works by creating a set of decision trees from randomly selected subset of training set, aggregating the votes from different decision trees to decide the final class of the test object. This algorithm has high accuracy results. [1] Milad Janalipour & Mohammad Taleai concentrated on building change detection after earthquake using multi- criteria decision analysis based on extracted information from high spatial resolution satellite images. Adaptive network based fuzzy inference system is used which is a combination of fuzzy systems and neural networks. To address real world problems, ANFIS is extremely useful asit addresses objective knowledge as well as subjective knowledge i.e. knowledge including mathematical models and design requirements. [3] This paper by D.C. Mason, L. Giustarini,J.Garcia-Pintado, and H.L. Cloke investigates whether urban flooding can be detected in layover region using double scattering between ground surface and walls of adjacent buildings. The method estimates double scattering strengths using SAR image in conjunction with a high resolution LiDAR height map of the
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1174 urban area. A SAR simulator is applied to the LiDAR data to generate maps of layover and shadow and estimate the positions of double scattering curves in the SAR image. [4] Weixing Wang, Nan Yang, Yi Zhang, Fengping Wang, Ting Cao, Patrik Eklund, analyse road features, road model, existing difficulties and interference factors for road extraction. Secondly, the principle of road extraction, advantages and disadvantages of various methods and research achievements are briefly highlighted. Conclusion states that single method is not enoughtogetoptimal results of road extraction thus various methods need to be combined in order to be used in real applications. [5] The method proposed by DejanVukadinov,Raka Jovanovicis based on canny edge detection and threshold. Proposed algorithm consists of five main steps viz. image extraction, histogram matching, Gaussian blur filter, locally adaptive threshold, edge detection. The system is tested using different artificial island of Dubai coastline. Though the images are very complex, results obtained are accurate.[10] 3. METHODOLOGY 3.1 System Architecture Fig -3.1: Architecture of System The system consists of the following main steps: 1. Read the source image into input. 2. For pre-processing step, the input image is converted to BMP format from RGB format. 3. BMP format dataset is analysed into red, green and blue plane which helps analysing each pixel individually. 4. Histogram is generated which helps in differentiating red,greenandblueplanefromwhich net deterministic value for each pixel differentiation. 5. Training parameters are obtained from histogram differentiation which are integrated with intelligence i.e. particle swarm optimization algorithm. 6. Various convolution models for various planes are generated. Then geological parameters of pixels obtained from histogram technique are compared with convolution results. 7. A 3D matrix is obtained from convolved results where each dimension refer to a particular geological boundary with pixel differentiation of land-water, water-Greenland, and land-Greenland. 8. Non pixel data generated from convolution is removed then it is integrated with PSO. 9. PSO decides the maxima and minimainconvolution models supplied to it as input. 10. PSO technique integrates the similar color pattern on a particular pixel boundary of our convolution model. Similarly it doesforotherdimensionandour color pattern on that particular image is generated which is our final output. This method is tested on before flood andafterfloodsatellite images of Kerala obtained from NASA website. Pre- processing is carried out which coverts image from RGB to BMP format and differentiated red, green and blue planes. It generates histogram and convolution models for both images and final result. The difference between two outputs can be seen clearly w.r.to geological boundary detection. Results obtained are as follows: Fig – 3.2 Input Image Input Satellite Image Pre-processing Final Result 2D Convolution Histogram Generation Edge Detection Particle Swarm Optimization algorithm
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1175 The input image is the satelliteimageofKerala capturedpost flood which occurred on August 22nd 2018. The image is in JPEG format. Fig- 3.3 Convolution of green and blue plane keeping red plane as reference The 2D convolution is obtained for green and blue plane keeping the red plane constant. It is seen from the result of convolution that blue color is highlighted from the convolution of green and blue planes. Fig- 3.4 Histogram calculation of input image The histogram is calculated for the input image of pixel numbering and pixel intensity. It shows which pixel has occurred how many times. Fig - 3.5 Edge Detection in four iterations The edge detection algorithmisappliedoninputimagealong with knowledge of convolution and histogram which gives optimized results in the iterations of edges. Fig – 3.6 Pixel accuracy and error bound graphs The graphs of pixel accuracy and error bound are calculated w.r.to number of iterations taken in the edge detection. The error is between range of -1 to 1 for four iterations and pixel accuracy is maximum for two iterations and lowers after that. Fig – 3.7 Input to particle swarm optimization algorithm
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1176 The input image, edge detection result which obtainedusing convolution, histogramandbitmapformatimagecreated out of input image is given as input to particle swarm optimization. Fig – 3.8 Output Image The output image is the output of particle swarm optimization algorithm which shows flooded area with blue color, land area with green color and red area is error which is covered by clouds in red color. Fig – 3.9 Comparison of input and output The comparison of input and output image is shown in this figure 3.9. The exact similarity in flooded area from input image and blue colored area from output image can be seen and boundaries aredetected betweenwaterandlandclearly. 4. CONCLUSION The results obtained from proposed method will be a great measure for predicting and analyzing impactoffloods.It will help rescue teams to address high alert areas first so, minimum or no loss of life will be achieved. In future, the method can be modified to be used for coastline detection, urbanization, deforestation and earthquakes. REFERENCES [1] Cartwright, S. 2005: National Civil Defense Emergency Management Plan Order 2005. Published under the authority of the New Zealand Government, Wellington, New Zealand, 68 pp. [2] Aparna Joshi, I. Tarte, S. Suresh and S. G. Koolagudi, "Damage identification and assessment using image processing on post-disaster satellite imagery," 2017 IEEE Global Humanitarian Technology Conference (GHTC), San Jose,CA,2017,pp.1-7. doi: 10.1109/GHTC.2017.8239286 [3] Menderes, Aydan & Erener, Arzu & Sarp, Gulcan. (2015). Automatic Detection of Damaged BuildingsafterEarthquake Hazard by Using Remote Sensing and Information Technologies. Procedia EarthandPlanetaryScience. 15. 257- 262. 10.1016/j.proeps.2015.08.063. [4] Building change detection after earthquake using multi- criteria decision analysis based on extracted information from high spatial resolution satellite images Milad Janalipour & Mohammad Taleai received 06 Aug 2015, Accepted 03 Nov 2016, Published online: 12 Dec 2016 https://doi.org/10.1080/01431161.2016.1259673 [5]D.C. Mason, L. Giustarini, J. Garcia-Pintado, H.L. Cloke, Detection of flooded urban areasinhighresolutionSynthetic Aperture Radar images using double scattering, International Journal of Applied Earth Observation and Geoinformation, Volume 28, 2014, Pages 150-159, ISSN 0303-2434, https://doi.org/10.1016/j.jag.2013.12.002. [6] Weixing Wang, Nan Yang, Yi Zhang, Fengping Wang,Ting Cao, Patrik Eklund, A review of road extraction from remote sensing images, Journal of Traffic and Transportation Engineering (English Edition), Volume 3, Issue 3, 2016, Pages 271-282, ISSN 2095-7564 [7]José Rouco, Catarina Carvalho, Ana Domingues, Elsa Azevedo Campilho, A robust anisotropic edge detection method for carotid ultrasound image processing ,Procedia Computer Science, Volume 126, 2018, Pages 723-732, ISSN 1877-0509 [8] Journal of Computational Design and Engineering 3 (2016) 191–197 Depth edge detection by image-based smoothing and morphological operations Syed Mohammad Abid Hasan, KwangheeKonSchool ofMechatronics,Gwangju Institute of Science and Technology, Gwangju, South Korea Received 3 December 2015; received in revised form 5 February 2016; accepted 10 February 2016 [9] Journal of Chemical and Pharmaceutical Sciences ISSN: 0974-2115 JCHPS Special Issue 1: February 2017 www.jchps.com Page 96 Identification of Satellite Image by Using DP Clustering Algorithm for Image Segmentation and Clustering S. Sowmiya*, S. P. Yazhini Department of
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1177 Computer Science and Engineering, M. KumarasamyCollege of Engineering, Karur, Tamil Nadu. [10] Thilagamani, S. (2011). Object Recognition Based on Image Segmentation and Clustering. Journal of Computer Science. 7. 1741-1748. 10.3844/jcssp.2011.1741.1748. [11] International Journal of Computers http://www.iaras.org/iaras/journals/ijc "An Algorithm for Coastline Extraction from Satellite Imagery" DEJAN VUKADINOV RAKA JOVANOVIC MILAN TUBA 2017 [12] Chandrani Singh, M. Shekar, Arun Singh, and R. K. Chadha"Seismic Attenuation Characteristics along the Hi- CLIMB Profile in Tibet from Lg Q Inversion",Bulletin of the Seismological Society of America, Vol. 102, No. 2, pp. 783– 789, April 2012, doi: 10.1785/0120110145 [13] Karen E. Joyce,1* Stella E. Belliss,2 Sergey V. Samsonov,1 Stephen J. McNeill2 and Phil J. Glassey1, "A review of the status of satellite remote sensing and image processing techniques for mapping natural hazards and disasters", Progress in Physical Geography 33(2) (2009) pp. 183–207 DOI: 10.1177/0309133309339563. [14] Taher M. Sodagar and Don C. Lawton,"Time-lapse seismic modelling of CO2 fluid substitution in the Devonian Redwater Reef, Alberta, Canada" Geophysical Prospecting doi: 10.1111/1365-2478.12100 [15] Umbaugh, Scott E (2010). Digital image processing and analysis: human and computer vision applications with CVIPtools (2nd ed.). Boca Raton, FL: CRC Press. ISBN 978-1- 4398-0205-2 [16] Mehmet Sezgin and Bulent Sankur, Survey over image thresholding techniques and quantitative performance evaluation, Journal of Electronic Imaging 13(1), 146–165 (January 2004). doi:10.1117/1.1631315 [17] Zhang, Y. (2011). "Optimal multi-level Thresholding based on Maximum Tsallis Entropy via an Artificial Bee Colony Approach". Entropy. 13 (4): 841–859. doi:10.3390/e13040841. [18] Kennedy, J.; Eberhart, R. (1995). "Particle Swarm Optimization". Proceedings ofIEEEInternational Conference on Neural Networks. IV. pp. 1942–1948. doi:10.1109/ICNN.1995.488968. [19] Kennedy, J. (1997). "The particle swarm: social adaptation of knowledge". ProceedingsofIEEEInternational Conference on Evolutionary Computation. pp. 303–308. [20] Mohd Afizi Mohd Shukran, Yuk Ying Chung, Wei-Chang Yeh, Noorhaniza Wahid and Ahmad Mujahid Ahmad Zaidi. 2011. Image ClassificationTechniqueusingModifiedParticle Swarm Optimization [21] Shi, Y.; Eberhart, R.C. (1998). "A modified particle swarm optimizer". Proceedings of IEEE International Conference on Evolutionary Computation. pp. 69–73. [22] Braik, Malik & Sheta, Alaa & Ayesh, Aladdin. (2007). Image Enhancement Using Particle Swarm Optimization, Proceedings of the world congress on engineering 2007 Vol 1,WCE 2007,July 2-4,2007, London, U.K.