You are on page 1of 7

Defence Science Journal, Vol. 67, No. 1, January 2017, pp. 12-18, DOI : 10.14429/dsj.67.

9063
 2017, DESIDOC

Efficient Underground Object Detection for Ground Penetrating Radar Signals


Ibrahim Mesecan*,# and Ihsan Omur Bucak@
*
Computer Engineering Department, Mevlana University, Konya, Turkey
#
Computer Engineering Department, Epoka University, Tirana Albania
@
Department of Electrical and Electronics Engineering, Melikşah University, Kayseri, Turkey,
*
E-mail: imesecan@epoka.edu.al

ABSTRACT
Ground penetrating radar (GPR) is one of the common sensor system for underground inspection. GPR
emits electromagnetic waves which can pass through objects. The reflecting waves are recorded and digitised, and
then, the B-scan images are formed. According to the properties of scanning object, GPR creates higher or lower
intensity values on the object regions. Thus, these changes in signal represent the properties of scanning object.
This paper proposes a 3-step method to detect and discriminate landmines: n-row average-subtraction (NRAS);
Min-max normalisation; and image scaling. Proposed method has been tested using 3 common algorithms from the
literature. According to the results, it has increased object detection ratio and positive object discrimination (POD)
significantly. For artificial neural networks (ANN), POD has increased from 77.4 per cent to 87.7 per cent. And, it
has increased from 37.8 per cent to 80.2 per cent, for support vector machines (SVM).
Keywords: Ground penetrating radar; B-scan images; Image processing; Object detection; N-row average
subtraction

1. INTRODUCTION Some methods applied for mine detection are background


First usage of landmines dates back to 13th century when removal11, hidden Markov models (HMMs)12,13, using
Chinese used contact fused land mines to stop Mongols1. Land frequency domain features3, Fuzzy K-nearest neighbours4, edge
mines are mostly placed between countries in war times. It is histogram descriptors14, and adaptive approaches for anomaly
reported that more than a hundred million land mines exist detection15, etc.
in more than 80 countries2. Because of landmines3, more Due to the real-time requirements many researchers
people are being killed or injured every year. After the start of developed two staged algorithms: pre-screening and feature-
World Wars, many countries started using land mines more. processing stages. The first phase aims to detect potential
Underground object detection has become more important1 as interest points quickly and passes them to a more detailed
a result. algorithmic processor. Torrione6, et al. state that feature-based
The detection of land mines problem is a difficult process processor helps to reduce false alarm rate (FAR) significantly
due to many factors: large variety of landmine types, different while keeping the probability of detection the same.
terrain, or weather conditions, and human or natural waste4, Gader8, et al. report that ‘feature based methods out
etc. Because of the fact that many modern land mines contain performed energy detectors’. Frigui3,14, et al. propose to use
little or no metal, traditional field detectors cannot produce edge histogram descriptors (EHD). They use a simple edge
any good results5. Some sensors for underground inspection operator to identify and group edges. They claim that EHD
include acoustics and quadruple resonance, ground penetrating helps to reduce false alarm rate without effecting the detection
radar (GPR), electro-magnetic induction sensing (EMI) and rate.
neutron backscattering6. Recently, GPR has become one of the In this study, a 3-step method is proposed to locate and
commonly used sensors for many3,7-9 researchers. discriminate land mines:
Sinha and Mehta9 review the nature of minefields and (i) Processing B-scan images according n-row average
evaluate several landmine detection methods. In conclusion, subtraction
they state that GPR offers better detection possibilities. Mine (ii) Using Min-max normalisation for the intensity values and
detection using GPR data and signal processing techniques has (iii) Scaling images.
a long history10. The signals gathered from sensing devices Then, the paper tests and analyses proposed method using
are processed using different signal and image processing 3 common algorithms from the literature.
techniques.
2. METHODOLOGY
Received : 27 July 2015, Revised : 20 July 2016 Before discussing about NRAS, properties of the dataset
Accepted : 19 October 2016, Online published : 22 December 2016 need to be explained.

12
Mesecan & Bucak: Efficient Underground Object Detection for Ground Penetrating Radar Signals

2.1 Dataset used


The dataset has been provided by The Information
Technologies Institute of the Scientific and Technological
Research Council of Turkey (TUBİTAK) - Gebze, Kocaeli.
The data has been collected:
• Using soft soil and 1 GHz GPR signals
• For two types of objects: metal and plastic
 10 cm - 25 cm diameter and 4 cm high metal disc
landmines
 5-liter standard cylindrical plastic container
landmines
• For different object depths: 3 cm, 10 cm, 20 cm, 30 cm,
and 40 cm Figure 2. B-scan image captured for a metal object which is
• For different antenna heights: 5 cm, 10 cm, 15 cm, and 20 buried under 3 cm.
cm. (ii) True negative (TN) images: images which do not contain
There are also some images which have been captured any query object
when there is no test object. (iii) Images which contain a query object but whose position
First, A-scan signals are captured16,17, Fig. 1. As it is are not recorded.
seen from the figure, there is high fluctuation in the first few The sensing limit of GPR devices change according to
rows in depth direction where the signal passes from air to the the frequency used18. The objects are usually buried less
ground. This part of the signal is called ground bounce. It is than 10 inches deep7,12,19. But in this study, there are some
also important to note that the average intensity is very high objects which are buried 30 cm and 40 cm deep. When an
(dashed line). object goes beyond the sensing limits of GPR sensors, the
object cannot be captured in the image. This can be seen in
Fig. 3 through the images in which the object depths are 20 cm
- 30 cm and antenna heights are10 cm, 15 cm, and 20 cm.
For every object depth, images have been acquired using
different antenna heights. Both, height of antenna from the
ground and the buried object depth effect the detection. It
can be seen from Fig. 3 that for the same object depth (rows),
when the height of antenna changes (columns), the object
is detected in deeper positions in the image. In the figure,
although the object used in all scans is the same object, it is
captured in deeper positions in the images. After a point the
object disappears from the visible scene of the image. Thus, the
images which are out of the detection limits of GPR have been
used as TN images.
Figure 1. A-scan signal. As a result, for exact comparison of the results, the images
whose exact object positions are not recorded have not been
To have better signal to noise ratio (SNR), every point
used in the tests. And, we have the following number of images
is scanned several times (R - usually 4 or 8). Later, the signal
in tests:
is digitised and averaged (Eqn 1)16. For better detection, the
(i) 310 TP images:
signals have been digitised using 2-byte intensity resolution
(a) 250 metal mines,
(from 0 to 65535).
(b) 60 plastic mines.
1 R
a A ( x, y , z ) = ∑ a ( x, y , z )
R r =1
(1) (ii) 180 TN images.
where R is the number of A-scan signals taken and a A ( x, y, z )
2.2 N-row Average Subtraction (NRAS)
is the averaged A-scan signal over R scans.
Row mean subtraction (RMS) is a common method in
Finally, A-scan signals are combined together to form
image processing20,21. Hence, row mean is too much effected
B-scan images. Figure 2 shows two B-scan images where
from the fluctuations in the current row, RMS provides lower
image (b) contains dashed rectangle to highlight the object
results compared to N-row average subtraction (NRAS) for
region from the image (a).
many algorithms tested.
Thus, 10 B-scan images have been collected for every
When GPR signals pass through a medium with the same
object depth and antenna height (height of antenna from the
properties, they are reflected back with the same signal levels.
ground). Then, the images have been classified into three
This produces same signal levels like beam bands for the
categories;
entire row which can be seen in Fig. 4 on the rows from 140
(i) True positive (TP) images: images which contain query
to 200. When beams pass through a different medium, they
object whose type and position are known
are returned with different peaks (higher intensity levels on a

13
Def. SCI. J., Vol. 67, No. 1, January 2017

Figure 3. GPR signals taken from different depths and antenna heights.
region compared to the pixels around) or holes in the signal. Using these parallel bands, the images can be normalised.
These peaks and holes serve as a signature of the object being As an example, for processing according to 3-row average,
captured. the average of the current, preceding and the next rows is
The parallel bands show the extra information that does subtracted from every pixel intensities of the current row.Then,
not contain object specific information. The peaks and holes the real object information (peaks and holes) is left and extra
appear on the object regions. information is removed from the signal:
cra = µ (µ r −1 , µ r , µ r +1 ) (2)
a (x, zr ) = a (x, zr ) − cra
where µ r is the average of rth row and cra. is the average
of current, preceding and the next row averages. Later, cra is
subtracted from every element of the current row.
Figure 5 shows three images: 5(a) a metal object buried
under 10 cm (for a better visualisation, the first fifty rows
have been removed), 5(b) after processing according to 3-row
average 5(c) after re-sizing image to 50 per cent. As it can
be seen from the figure, 3-row average subtraction method
preserves most of signal properties while removing extra
information. Further more, the signatures are preserved even
Figure 4. Colouring images according to the intensity levels.
after significant image scaling22.

(b) (c)
(a)
Figure 5. Images before and after processing.

14
Mesecan & Bucak: Efficient Underground Object Detection for Ground Penetrating Radar Signals

2.3 Runtime Complexity the number of test objects in three classes are very different,
NRAS calculates the average of every row. Then, n-row K Means has been used like a classifier in the tests below. As
average is subtracted from row every element. Therefore, it there are only 60 plastic test objects, the cluster with the most
uses 2 hw operations where h and w are the dimensions of 2D number of items (e.g. a cluster with 1000 items) cannot be the
B-scan image. After NRAS, data is Min-max normalised 2hw cluster for plastic objects. Later, the objects assigned to the
operations. cluster have been verified if they are assigned correctly or not.
As a result, the runtime complexity of the proposed uses By this way, the clusters of K Means have been used like a
4 hw operations. Thus, the runtime complexity is O (hw ) . This classifier.
complexity is the same for the background removal method Table 1 has been produced with the following conditions:
proposed by Sezgin11, et al. However, they use 56 hw operations • K Means with K=3; three classes: metal objects, plastic
for a similar operation. objects and None exists,
As a result, the method shows reasonably better runtime • for 1080 TN and 310 TP (250 metal and 60 plastic
performance. By the use of image scaling, the method is objects),
promising for online detection. • 60-by-90 image crops have been scaled to 25 per cent,
• program was run 10 times,
3. IMPLEMENTATION AND RESULTS • using MM (test setting 2).
The effects of NRAS have been analysed using three
Table 1. Object discrimination for K Means
common algorithms: ANN, SVM, and K Means. For
comparison of the results, algorithms have been tested using   Object detected
4 test settings: Metal Plastic Nothing
(i) No Normalisation (NN): raw images without Metal 1156 789 555
any operation.
Actual object Plastic 91 85 424
(ii) Min-max normalisation (MM): The image
intensity is normalised to the range from 0 to 1. And the Nothing 1850 2281 6669
image crops are taken for testing.
K Means has identified 1156 metal objects correctly as
(iii) NRAS: (where n is an odd number between 1 and 7).
metal; 789 metal objects have been misclassified as plastic and
Entire image is processed according to NRAS. Then, the
555 metal objects have been misclassified as Nothing. Thus,
image crops are taken.
(iv) 3-row average+ Min-max normalisation (3RM): Entire
(1156 + 85 + 6669 ) = 7910 images out of 13900 have been
identified correctly. That is 56.9 per cent of all objects have
image is first processed according to 3-row average
been classified correctly.
subtraction. Then, the image is Min-max normalised to
Table 2 shows the truth table for the confusion matrix.
the range from 0 to 1. And, the image crops are taken.
When an object is identified correctly as in the dataset, it is
In the end, all tests have been implemented using
count as TP or TN. If a positive image classified as negative,
3 different image scales22 33 per cent, 25 per cent, and
then it is false negative (FN). When a metal object is classified
20 per cent.
as plastic object, it cannot be said to be FN or TP. Thus, in the
There are 180 negative (TN) B-scan images, 250 B-scan
results, they are assumed to be false classification (FC).
images which contain a metal landmine object, and 60 B-scan
Table 2. Truth table for the confusion matrix
images which contain a plastic landmine object. Every B-scan
image is 256-by-180 pixel image where the 256 rows represent   Object detected
the depth. Objects usually create a 60-by-90 signature in the Metal Plastic Nothing
image.
Metal TP FC FN
Because dataset is small, 60-by-90 image crops have been
Actual object Plastic FC TP FN
taken from the existing negative images. Hence entire image
is negative (no query object in it), any part of the image can Nothing FP FP TN
be cropped as a new negative image. Thus, 6 image crops
Object detection ratio (ODR) is the ratio of objects detected
have been taken from random coordinates of each TN image.
as in the dataset (TP+TN) to the total number of objects
As a result, a set of (180 × 6 ) = 1080 TN images have been
TP + TN 7910
produced. ODR = = = 56.9% (3)
However, TP images cannot be reproduced with the way AllObjects 13900
negative images have been reproduced. To produce more test Positive object discrimination (POD) is the ratio of TPs
sets, the program was run 10 times. In every run, the order of to the number of all positive objects. (1156 + 85 ) = 1241 of the
images have been shuffled randomly to construct different test positive images have been classified correctly. And, there are
and data sets: as a total of (10 × (1080 + 250 + 60))
)6=) =13900
13900test totally (10 × 310 ) = 3100 positive objects used in 10 runs. This
images. gives 40 per cent positive object discrimination accuracy.
TP 1156 + 85
POD = = = 40% (4)
3.1 Performance Measurement and Formulas AllPositives 3100
K Means is among top ten algorithms in data mining23. False alarm rate (FAR) is the ratio of negative objects
It is an unsupervised clustering algorithm. However, because identified as positive (FP) to the total number of negatives.

15
Def. SCI. J., Vol. 67, No. 1, January 2017

o C=0,
FP 1850 + 2281
FAR = = = 38.3% (5) o Epsilon=2,
AllNegatives 10800 where C is the cost and Epsilon is the tolerance of the
Then, the Overall Performance can be defined as termination criteria.
follows: Table 4 shows the average results from 3 scales. Firstly,
(POD + ODR − FAR ) the results are better than the results using K Means. The
OP = (6) decrease in FAR is notable. Furthermore, the increase in POD
2
and ODR did not increase FAR. And, FAR has decreased to
3.2 Implementation using K Means 0.22 per cent.
The implementation details described above have been Table 4. The results for SVM
used for three different image scales. Table 3 shows the results
POD (%) ODR (%) FAR (%) OP (%)
for K Means for the test settings given. It can be seen from the
table that there is high FAR ratio, except NRAS test settings. NN 37.85 85.92 0.28 61.7
Secondly, usage of MM improves POD result. However, it also MM 54.73 89.78 0.15 72.2
increases FAR and thus decreases ODR.
1R 74.09 94.15 0.09 84.1
Table 3. The results for K Means
3R 70.11 93.21 0.15 81.6
  POD (%) ODR(%) FAR(%) OP(%) 69.25 93.05 0.12 81.1
5R
NN 25.2 66.5 21.7 35.0
7R 68.71 92.95 0.09 80.8
MM 35.5 59.3 33.9 30.5
3RM 80.22 95.42 0.22 87.7
1R 25.9 83.5 0.0 54.7
3R 25.9 83.5 0.0 54.7 Similar to K Means, usage of MM has provided some
5R 26.7 83.7 0.0 55.2 improvement on the results. And, application of NRAS
7R 25.9 83.5 0.0 54.7 has provided better results than MM. However, the best
3RM 63.2 68.6 29.9 51.0 results have been achieved using 3RM. While the OP for
NN is 61.7 per cent, it increases to 81.6 per cent with the
5-row average subtraction (5R) has provided the best application of 3R. 1R has produced better results than 3R
overall performance (OP) with 55.2 per cent. Because the and 5R. However, the best OP is provided by 3RM which
POD results for NRAS are very low, 3RM can also be noted reaches to 87.7 per cent.
for its good result. At this test setting, POD increases from
25.2 per cent to 63.2 per cent and a relative increase in ODR 3.4 Using Artificial Neural Networks
is provided. Artificial Neural networks (ANN)26 is another very
The results for 1R, 3R and 7R are the same. But, 5-row common Machine Learning algorithm. ANN aims to imitate
average subtraction (5R) gives relatively better result than the brain neurons to reach the same brain power.
others. Despite the results are low, application of NRAS and Four settings have been used for Neural network tool
3RM increases the OP notably. The low results are mostly from Rapid miner. The tool uses Sigmoid activation function
because K Means is an unsupervised clustering algorithm. by default. Then, the following properties have been selected
for the tests:
3.3 Using Support Vector Machines • Number of training cycles: 5,
Support vector machines (SVM) is one of the most • Learning rate: 0.7,
studied and well-known algorithms in Machine learning23. It • Momentum: 0.7,
provides linear and non-linear classification algorithms for • Error epsilon: 0.02,
both binary and multi-class representations. Original algorithm • 2 hidden layers with 20 Nodes.
was proposed by Vapnik and Chervonenkis24. SVM creates a The results, presented in Table 5, are better than the results
hyper-plane between the classes. When a new testing item is for SVM. Similar to K Means 5R produce better results than
projected, the class is defined according to the position on the
Table 5. ANN results
hyper-plane.
The method has been tested using Rapidminer25 toolbox, POD (%) ODR (%) FAR (%) OP (%)
using 4 test settings with the following conditions. In the tests
NN 77.42 94.82 0.19 86.0
• There are 310 positive and 1080 negative image crops,
• Image crops have been resized to 20 per cent, 25 per cent MM 78.17 94.94 0.25 86.4
and 33 per cent, 1R 76.99 94.82 0.06 85.9
• 5-Fold cross validation has been used, 3R 78.82 93.24 2.62 84.7
• Lib SVM from Rapid miner with the following parameters 5R 79.25 95.37 0.00 87.3
has been used: 7R 78.06 95.11 0.00 86.6
o SVM type: C-SVC,
3RM 87.74 97.00 0.34 92.2
o Kernel type: linear,

16
Mesecan & Bucak: Efficient Underground Object Detection for Ground Penetrating Radar Signals

other NRAS settings. Application of 5R has provided slightly 7. Frigui, H.; Zhang, L.; Gader, P. & Ho, D. Context-
better POD and ODR accuracies than NN. The application of dependent fusion for landmine detection with ground-
3RM has increased both POD and ODR results while providing penetrating radar. In Defense and Security Symposium,
a slender increase in FAR. Orlando, FL, 2007. doi: 10.1117/12.722240
ANN has provided better OP than the other two 8. Gader, P.; Lee, W.H. & Wilson, J.N. Detecting landmines
algorithms. Even though, the OP for NN is high, 86.0 per cent, with ground-penetrating radar using feature-based rules,
it reaches to 92.2 per cent by the application of 3RM. And, this order statistics, and adaptive whitening. IEEE Trans.
is the best overall performance among all three algorithms. Geosci. Remote Sensing, 2004, 42(11), 2522-2534.
doi: 10.1109/TGRS.2004.837333
4. CONCLUSIONS 9. Sinha, A. K. & Mehta, S.D. Detection of landmines. Def.
Landmine detection is still very important for many Sci. J., 2001, 51(2), 115. doi: 10.14429/dsj.51.2212
countries in the world. It requires fast and accurate detection 10. Daniels, D.J. Surface-penetrating radar. Electron.
performance. This paper proposes a method which provides Commun. Eng. J., 1996, 8(4), 165-182.
fast processing while increasing the accuracy. The algorithm doi: 10.1049/ecej:19960402
consists of three steps: NRAS; Min-max normalisation; and 11. Sezgin, M.; Kurugollu, F.; Tasdelen I. & Ozturk, S.
Image scaling. Application of the proposed method not only Real-time detection of buried objects by using GPR. In
increases ODR and POD results in the tests but also provides Detection and Remediation Technologies for Mines and
better runtime performance. Minelike Targets IX, Orlando FL, 2004.
The positive effect of NRAS is seen on all testing doi: 10.1117/12.541128
algorithms. For K Means algorithm, although, Min-max 12. Wilson, J. N.; Gader, P.; Lee, W.H.; Frigui, H. & Ho, K.C.
normalisation increases POD, but due to high FAR result, the A large-scale systematic evaluation of algorithms using
ODR decreases to 59.3 per cent. However, when 3RM is used, ground-penetrating radar for landmine detection and
both ODR and POD results increase comparably. The high discrimination. IEEE Trans. Geosci. Remote Sensing, 2007,
FAR rate for K Means is due to the nature of the algorithm. 45(8), 2560-2572. doi: 10.1109/TGRS.2007.900993
SVM increases POD from 37.85 per cent to 80.22 per 13. Gader, P.D.; Mystkowski, M. & Zhao, Y. Landmine
cent. Moreover, it provides notably low FAR results compared detection with ground penetrating radar using hidden
to the other algorithms. Although, ANN has a bit higher FAR Markov models. IEEE Trans. Geosci. Remote Sensing,
than SVM, it provides higher results than the other two testing 2001, 39(6), 1231-1244. doi: 10.1109/36.927446
algorithms. 14. Frigui, H. & Gader, P. Detection and discrimination of
According to our observation, the low results can be due to land mines based on edge histogram descriptors and fuzzy
small data set used. Future studies will focus 3D datasets with k-nearest neighbors. In IEEE International Conference in
more clutter and large number of TP objects. The experiment Fuzzy Systems, Vancouver, BC, 2006.
can give better opinion using 3D data. doi: 10.1109/fuzzy.2006.1681906
15. Torrione, P.A.; Collins, L.M.; Clodfelter, F.; Frasier,
References F. & Starnes, I. Application of the LMC algorithm to
1. Siegel, R. Land mine detection. IEEE Instr. Measur. Mag., anomaly detection using the Wichmann/NIITEK ground-
2002, 22-28. doi: 10.1109/MIM.2002.1048979 penetrating radar. In AeroSense, Orlando, FL, 2003.
2. Nations, U. Landmines, mine action news from the united doi: 10.1117/12.487241
nations. United Nations, New York, 1998. 16. Sezgin, M.; Bahadirlar, Y. & Tasdelen, I. Signal processing
3. Frigui, H. & Gader, P. Detection and discrimination techniques to improve GPR detection performance. In
of land mines in ground-penetrating radar based on Detection and Remediation Technologies for Mines and
edge histogram descriptors and a possibilistic k-nearest Minelike Targets X, Orlando, Florida, 2005.
neighbor classifier. IEEE Trans. Fuzzy Sys., 2009, 17(1), doi: 10.1117/12.603098
185-199. doi: 10.1109/TFUZZ.2008.2005249 17. Munshi, V. & Collins, L.M. Physics model-based signal
4. Frigui, H.; Gader, P. & Satyanarayana, K. Landmine processing of GPR for subsurface object detection and
detection with ground penetrating radar using fuzzy discrimination. Department of electrical and computer
K-nearest neighbors. In IEEE International Conference engineering, Duke University, Durham, NC, 2003.
on Fuzzy Systems, Budapest, 2004. 18. Turk, A.S. Ultra-wideband Vivaldi antenna design for
doi: 10.1109/fuzzy.2004.1375447 multisensor adaptive ground-penetrating impulse radar.
5. Ho, K.C.; Gader, P.D. & Wilson, J.N. Improving landmine Microwave Opt. Technol. Let., 2006, 48(5), 834-839.
detection using frequency domain features from ground doi: 10.1002/mop.21491
penetrating radar. In IEEE International Geosci. Remote 19. Ratto, C.R.; Morton, K.D.; McMichael, I. T.; Burns, B.P.;
Sensing Symposium, Anchorage, AK, 2004. Clark, W.W.; Collins, L.M. & Torrione, P.A. Integration
6. Torrione, P.A.; Throckmorton, C.S. & Collins, L.M. of lidar with the NIITEK GPR for improved performance
Performance of an adaptive feature-based processor for a on rough terrain. SPIE Def., Security, Sensing, 2012,
wideband ground penetrating radar system. IEEE Trans. 5089, 1375-1382. doi: 10.1117/12.919119
Aerospace Electron. Sys., 2006, 42(2), 644-658. 20. Iurlaro, M.; Ficz, G.; Oxley, D.; Raiber, E.-A.; Bachman,
doi: 10.1109/TAES.2006.1642579 M.; Booth, M. J.; Andrews, S.; Balasubramanian, S.

17
Def. SCI. J., Vol. 67, No. 1, January 2017

& Reik, W. A screen for hydroxymethylcytosine and 26. Zakar, G. Artificial Neural Networks. CreateSpace
formylcytosine binding proteins suggests functions in Independent Publishing Platform, 2016.
transcription and chromatin regulation. Genome Biology,
2013, 14(10), R119. doi: 10.1186/gb-2013-14-10-r119 Contributors
21. Liu, Z.; Zhou, F.; Chen, X.; Bai, X. & Sun, C. Iterative
infrared ship target segmentation based on multiple Mr Ibrahim Mesecan obtained his MSc (Software Engineering)
features. Pattern Recognition, 2014, 47(9), 2839--2852. in 1999. Currently pursuing his PhD at Mevlana university
doi: 10.1016/j.patcog.2014.03.005 Konya, Turkey since 2012. Presently working as a Lecturer
at Epoka University, Tirana, Albania. He has published three
22. Mesecan, I. & Bucak, I.O. Searching the effects of image
research articles and three books. His main interests are :
scaling for underground object detection using K Means Computer vision and pattern recognition.
and KNN. In UKSim-AMSS 8th European Modelling
Symposium, Pisa, 2014. doi: 10.1109/ems.2014.64 Dr Ihsan Omur Bucak obtained his BS and MS, Istanbul
23. Wu, X. & Kumar, V. The top ten algorithms in Data Technical University, PhD, Oakland University, Rochester,
Mining, Boca Raton, London, New York: Chapman & Michigan, 2000. He is currently working as full-time Associate
Hall/CRC Taylor & Francis Group, 2009. Professor at Meliksah University, Kayseri-Turkey. Research
24. Vladimir, V.N. Estimation of dependences based on strength mainly lies on control systems, signal processing,
empirical data. New York: Springer, 2006. artificial intelligence, and bioinformatics. His special interests
are hybrid electric vehicles and power train controls.
25. Hofmann, M. & Klinkenberg, R. RapidMiner: Data
mining use cases and business analytics applications.
CRC Press, 2013.

18

You might also like