Sunteți pe pagina 1din 6

Monitoring System of Landcover Quality Using

Segmentation And Content Base Image Retrieval


Methods

Dwi Handoko1 , Suhendro Y.Irianto2 , Sri Karmila3


Department of Informatics Engineering.
Informatics and Business Institute Darmajaya
Email: dwi.1721211008@mail.darmajaya.ac.id . suhendroirianto@ymail.com .
srikarnila@gmail.com
 
ABSTRACT

This paper tries to explore level and accuracy Content Based Image Retrieval
method on Landsat imaginary. The images include an areal photography and land
satellite photoraphy or Landsat which widely used and recognize for spatial
information analysis. The analysis uses mapping of situation or state of earth’s
surface, particularly the land surface. Landsat can be used to create topographic
map, determining of attitude or height model of a certain place in the earth.
Aerial photographs are used to detect changes of earth surface, in this work the
changes by using Content Based Image retrieval or CBIR. The accuracy changes
measurement calculate using precision and recall parameters. In this paper,
Landsat images also used to detect the appear and dis appear of vegetation and
other objects on the earth. More than 100 Landsat images used in this work, and
around 15 images was use d as queries. The results show that accuracy of image
retrieval is a quite good , which more 75%.

Keywords: Citra Landsat, CBIR, Precision Recall

1. Introduction change, river channel changes, and


An area always has grown and human activities. It's just worth noting
advanced which will bring changes in that most of the changes in land
physical appearance. The physical surface caused by human activities /
growth is increase or decrease of land activities Human activities that can
which is influenced by natural and usually change the surface of the land
human factors. Developing an area are agricultural activities, settlement,
needs good and accurate planning in mining, and recreation. Briassoulis
order to manage and locate good land states that changes in land or land use
use. Therefore it needs an effective can be classified in several stages, at
and suitavle methods in order to get a different times, environmental
valid information related land surface characteristics, and human activities in
changes. Land surface cover or land certain regions. Changes of land
covers are is physical characteristics of surfaces to either increase or decrease
land surfaces. Land covers can be or even damage to the surface of the
forests, plants or trees, waters land can be detected by conventional
including lakes and rivers, buildings, means or by utilizing satellite imagery
and other objects. Land surface can be such as aerial photography, remote
changed from time to time by climate sensing, and Landsat imaginary
imagery (Belongie, S., and J. Malik., by one's conditions and circumstances
2002). This research can map areas so that the results of the analysis are
which have experienced damage and sometimes difficult to justify. One of
or change. This research is also very important in this manual analysis
intended to build a software is that there is no aerial or Landsat
application system to detect changes aerial image database has been built,
in land surface quality as quickly as so to predict a model for disaster
possible, accurately and automatically. management and mitigation are quite
The purpose of this work tried to difficult.
invertigate the accuracy and
effectiveness of the region growing 2. Research Methods
segmentation method. Another 2.1 Data
purpose is to determine changes or In this work landsat imaginary data
deterioration in land or surface quality used to determine the quality of land
in certain areas using satellite imagery using the CBIR method . Aerial
of Landsat and Aerial photography. By photographic images consisting of
building a database of aerial Landsat images and aerial photo
photographic images (Landsat and images. In streamlining the algorithm
Aerial photography). In addition, this and reducing the complexity of the
research used to detect and is also segmentation and detection processes,
intended to determine and predict pre-procesing is carried out to convert
when land covers occur. The work aerial photography and Landsat
build a model or pattern of changes formats into JPEG images, due to
that occur in a certain period of time, standard considerations, storage, and
and finally forcast how new simple process. The image will be be
circumstances will occur in the future extrated which is call extraction
on a land based on the pattern and process with a single or multiple
what disasters are likely to occur in the extraction approach. Then the image
future (disaster forecasting).The will be processed to measure a level of
purpose of this work tried to image similarity. This process aimed
investigate the accuracy and to obtain image values which is similar
effectiveness of the region growing to test images.
segmentation.
In the field of land use management, 2.2 Determination / Identification
understanding and knowledge of of Individual Vegetation
landscape structures, changes in CBIR method that is often used is a
nature and height, and how these search based on the similarity of color,
processes influenced are the most shape, and texture. CBIR can also be
important things to do. Detection and interpreted as a technique to find
monitoring changes and decreases in images related and have the
soil surface quality, is one of the characteristics of a collection of
factors causing ecological imbalance images.
which can directly or indirectly cause
natural disaster.
The results of aerial photographs
taken from aircraft and Landsat taken
from satellites are still identified
manually by relying on human
capabilities which are very limited and
very subjective as well as influenced
Query Image
Image Collectio
n

Feature Feature
Extraction Extraction

Query Similarity
ImageFe Matching
FeatureDa
ature
tabase

Retrieved
Images

Figure 1. CBIR Architecture


Diagram

The CBIR diagram can be explained as


follows: Figure 2. CBIR Flowchart (Content
• The user first enters a query Based Image Retrieval)
formation in the form of an image,
then the query is extracted The CBIR system in this study uses
• In order to produce feature vectors several stages of the process, namely,
(special image features ), whilst RGB image, RGB to Grayscale, Median
image data stored in databases will Filter, Image Adjustment, Feature
experience the same structure as Extraction, Similarity Measure.
query formation so that feature
vectors are found 3. Results and Discussion
• Then will be compared with each RGB image is also called truecolor
other to find similarities image. RGB image is a digital image
• After the comparison process, that contains a data matrix of size m x
several images which have n x 3 which represents red, green and
identitical or nearly the precisly blue for each pixel. Each base color is
same, vector values will be selected given a range of values. For computer
• Then indexing and retrieval of the monitors, the smallest range value is 0
selected data was carried out and the largest is 255. The choice of
• So that the sequence of images is the 256 scale is based on how to
found (in the database) that has reveal the 8-digit binary numbers used
similarities with the formation of by the computer. So that the total color
images (according to user wishes). that can be obtained is more than 16
million colors. The color of each pixel is
CBIR (Content Based Image Retrieval) determined by a combination of red,
flowcharts proposed in this study are green and blue intensities. The
as follows:
advantages of the .JPEG format Image quality improvement is done to
include: correct the image of all disturbances
 .JPEG format is also able to provide that occur during image capture.
colors with a depth of 24 Bits, Image quality improvement is carried
equivalent to 16 million colors out until the image is ready to be
 The .JPEG format is able to compress analyzed. The first process is
objects with a quality level in conversion. In this research, the
accordance with the options conversion made is RGB to Grayscale.
provided. The second process is filtering.
 The .JPEG format is relatively smaller Filtering is used to remove noise
compared to other file formats. contained in the image. Filtering is
 Almost all digital cameras use the done with a median filter, which is a
.JPEG format. filter to remove salt-and-pepper noise.
The third process is setting the image
3.1. RGB to Grayscale intensity (adjustment) to increase the
Region Growing Segmentation The first brightness of all images to be
process carried out is to convert RGB processed. Adjust the intensity of the
images into grayscale images. In this image with Image Adjustment.
process, first of all, the input image
(RGB image) will be converted into a
gray image, the gray image itself is a
digital image that only has one channel
value at each pixel, in other words the
value of the RED = GREEN = BLUE. JPG
image used as input is an image that
has RGB color, so it must be converted
to a gray image or also called a
grayscale image. To convert a colored
image that has a matrix value of each
r, g and b into a grayscale image with
the value s, then the conversion can be Figure 5. Landsat Figure 6.
done by taking an average of the Landsat
values of r, g and b. image applied image contrast
median filter applied

3.3 Feature Extraction


At this stage, the image will go through
an extraction process with a single or
multiple extraction approach. The
single feature extraction used is HSV
and GLCM. Combination feature
extraction is a combination of HSV +
GLCM feature extraction. Similarity
Measure, At this stage, the image will
go through the process of measuring
Figure 3. RGB Figure 4.
the level of similarity of the image.
Satellite
This process aims to obtain image
satellite images images after
values that are similar to test images.
Grayscale
This research will display the test
results to prove the accuracy of CBIR
3.2 Image Enhancement
(Content Based Image Retrieval) using to Lancaster (1991) in Pendit (2008:
query images and datasets in the form 258):
of landsat images. Table 3.1 Matriks Recall and
Image Similar precision Lancaster
or Document Relevant Not Total
unsimil
ar Relevant
Similar Was found a (hist) b (noise) a+b
Not found c D c+d
(misses) (rejected)
Total a+b c+d a+b+c+d

Based on the table, the recall -


precision formula becomes:
Similar
Recall = [a / (a+c)] x 100
Precision = [a/ (a+b)] x 100

4. Conclusions and Future Works


4.1. Conclusions
Figure 5. CBIR , Image Matching From the works carried some pounts
Similarity and Not out can be concluded such as:
Similarity  CBIR (Content Based Image
Retrieval) method can be used to
From the research observations as detect changes in land surface and
many as 40 query images, the results visible differences in land surface
obtained from the level of similarity of from 5 years ago (2014) to the
images that match the similarity with present year (2019).
the test images as many as 35 query  The Content Based Image Retrieval
images, and as many as 5 query (CBIR) method can be used to
images do not match the similarity. predict changes in land surface over
the next 2 years (from 2019 to
3.4 Pecision Recall 2021).
The precision value formula used in  The data sought can be found
this study is: properly using Query Content Based
Precision ( P )=¿ Image Retrieval (CBIR).
Num ber of Relevant Docu ments Taken
x 100  The accuracy of the Landsat image
Nu mber of Docu ments Retrieved ∈Search segmentation using the Content
Based Image Retrieval (CBIR)
While the relative value of recall is method is judged as good because it
calculated by the formula: produces a value of 84.0%.
Recall ( R )=¿
Nu mber of Relevant Docuents Taken 4.2. Future Works
xResearchers
100 have limitations in
Nu mber of Relevant Docum ents∈the Database
conducting this research so that
Define the famous matrix as a researchers have suggestions for
measure of recall-precision according further research. The suggestions
given to the authors are:
 This research is expected to be used [6] Baldri, Septia Rani, Izzati
as a reference for researchers who Muhimmah. 2018. Prototype of
will discuss changes in land surface. Content Based Image Retrieval
 In this study only discusses land System for Searching Shoe
changes using the CBIR method, so Products. Department of
that it can be further developed by Informatics, Faculty of Industrial
researchers further with other Technology, Yogyakarta Indonesian
methods in order to get better Islamic University
results. [7] Insan Taufik. 2016. Content Based
Image Retrieval (CBIR) Method
Bibliographies ForSame Image Search Using the
[1] Belongie, S., and J. Malik. Shape HSV Color Histogram Comparison.
Matching and Object Recognition Jurnal Mantik Penusa: Vol 19 No. 1
Using Shape Contexts. 2002. IEEE June 2016. ISSN 2088-3943
Transaction on Pattern Analysis and [8] Candra Noor Santi, S.Pd, M.Kom.
Intelligent Machine, Vol. 24, No.24. 2011. Changing Color Images into
pp. 509-522 GrayScale and Binary Images.
[2] Muhammad Mirza, Tjokorda Agung DINAMIC Journal of Information
Budi W, Siti Sa'adah. 2015. Technology Volume 16, No.1. ISSN:
Analysis and Implementation of 08549524
Contet Based Image Retrieval
Using the ORB Method. e-
Proceeding of Engineering: Vol.2,
No.1 April 2015. ISSN: 2355-9365
[3] Alfonsus Stefan Arwanda, Nazori
Agani. 2013. Content Based Image
Retrieval of Yogyakarta Traditional
Batik Using Feature Extracts Based
on Texture Gabor Wavelets 2D
Filters. TICOM Journal Vol.1 No.3
May. ISSN 2302 – 3252
[4] Duman Care Khrisne, Mohamad
David Yusanto. 2015. Content-
Based Image Retrieval Using the
Block Truncation Algorithm and
Grid Partitioning Method. S @ CIES
Journal Volume 5, Number 2, April
2015
[5] Rezki Oksaputri, Ernawati, Desi
Andreswari. 2018. Implementation
of Content Based Image Retrieval
(CBIR) on Besurek Batik Images
That Are Not Whole Using the
Speeded Up Robust Features (Surf)
Method and Fast Library
Approximated Nearest Neighbor
(Flann). Journal of Pseudocode,
Volume V Number 2, September
2018. ISSN 2355-5920

S-ar putea să vă placă și