Enhancing Red Tide Image Recognition using Semantic Feature and Rotation of Algae Image Angle

Size: px
Start display at page:

Download "Enhancing Red Tide Image Recognition using Semantic Feature and Rotation of Algae Image Angle"

Transcription

1 Vol.8, No.3 (214), pp Enhancing Red Tide Image Recognition using Semantic Feature and Rotation of Algae Image Angle Sun Park 1, Myeong Soo Choi 2, Yeonwoo Lee 3* and Seong Ro Lee 4 1 School of Information Communication Engineering, GIST, South Korea 2 Institute Research of Information Science and Engineering, Mokpo National University, South Korea 3 Department of Information Communication Engeering, Mokpo National University, South Korea 4 Department of Information Electronics Engineering, Mokpo National University, South Korea 1 sunpark@nm.gist.ac.kr, 2,3,4 {mschoi, ylee, srlee}@mokpo.ac.kr Abstract Red tide is a temporary natural phenomenon involving harmful algal blooms (HABs) in company with a changing sea color from normal to red or reddish brown, and which has a bad influence on coast environments and sea ecosystems. The HABs have inflicted massive mortality on fin fish and shellfish, damaging the economies of fisheries for almost every year from 199 in South Korea. There has been a lot of study on red tide due to increasing of red tide damage. However, internal study of automatic red tide image classification is not enough. Especially, extraction of matching center of image features for recognizing algae image object is difficult because over 2 species of algae in the world have a different size and features. Besides, the accuracy of algae image recognition of various species is low since previous red tide recognition methods mostly use a few species of red tide harmful algae images for training of classification. In order to resolve the above limitation, this paper proposes the red tide algae image recognition method using rotation of image angle and semantic feature based on NMF (nonnegative matrix factorization). The experimental results demonstrate that the proposed method achieves better performance than other red tide recognition methods. Keywords: red tide algae, image recognition, NMF (nonnegative matrix factorization), rotation of image angle, semantic feature 1. Introduction Red tide is a temporary natural phenomenon involving harmful algal blooms (HABs) in company with a changing sea color from normal to red or reddish brown, and which has a bad influence on coast environments and sea ecosystems. Recent wide spread and persistent HABs give seriously impact public health and the economy of fisheries along coasts of many countries, since it mainly kills fish and results in occasional shellfish poisoning. Research on the prediction of red tide events is important in red tide research, which plays a significant role in mitigating the harm of red tide blooms, decreasing the economic loss caused by HABs, and protecting the health and safety of people [1]. Since the red tide of South Korea has a broad occurrence range and spreads quickly, the direct detection of red tide blooms in real time for mitigation activity is difficult. Seven of the 63 species of harmful red tide algae damage fisheries in coastal areas of South Korea. The ISSN: IJSEIA Copyright c 214 SERSC

2 Vol.8, No.3 (214) HABs have inflicted massive mortality on fin fish and shellfish, damaging the economies of fisheries for almost every year from 1993 to 212. Particularly, there were huge harmful algal blooms of cochlodinium polykrikoides in 1995, resulting in about 95 million dollars in fishery damage [1]. There have been many studies on red tide because the damage to sea farming by red tide blooms of harmful algae occurs every year. The research on red tide events of harmful algae in the coastal area of South Korea has mostly focused chemical properties and investigation of biological causes and is generally used for mitigation activity [2]. However, research on a variety of automatic methods for monitoring and recognizing red tide images of harmful algae on the coast of South Korea is still insufficient [1]. The studies of red tide recognition mostly use classification techniques, such as Bayesian classifiers [3], SVM [3], SVDD (support vector data description) [4], and FCM (fuzzy c- means) clustering [5]. These methods [3-5] are difficult to classify red tide algae images except training algae images. In addition, they do not consider matching point between training images and query image, since the training images have different forms regarding various species of red tide algae (i.e., there are blooming red tides with relation to 63 species of algae in the coastal area of South Korea). In our previous study, we proposed the red tide image recognition method using roundness and entropy [6]. This method can recognize various species of red tide algae image, however the method is affected by image angle. In order to resolve the above limitations of few training algae images and without matching point, this paper proposes a new red tide image recognition method using rotation of image angle based on semantic features of NMF. The proposed method has following advantages. First, the method uses rotation of algae images angle to construct image vector set with respect to preprocess for enhancing the accuracy of image recognition. Second, training of the method uses the semantic features of 63 species of red tide algae image by means of NMF which can recognize various species of red tide algae images. Final, our method uses shape roundness and entropy of red tide images which improves the recognition accuracy of algae images to apply matching point of the images for the images recognition. 2. Related Works Recently, studies of red tide recognition mostly use classification techniques as follows. Jiang et al., proposed the red tide algae classification method using Bayesian classifier and SVM (support vector machine). Their method removes unknown and polluted algae images using Bayesian classifier. Red tide algae images are classified using SVM [3]. However, there is no good performance to remove unknown and polluted images. Besides, they use only 8 species of red tide algae for training images classification. Jiang et al. proposed red tide algae recognition method using two step classifiers. Their method uses first step classifier in which SVDD (support vector data description) removes unknown and polluted algae images. Algae images are classified into the predefined class label using second step SVM classifier. Also this method uses only 8 species of red tide algae for learning image classification [4]. Lili et al., use SVM and FCM (fuzzy c-means) clustering method for classifying red tide images. Their method uses SVM to identify class of test sample. The method identifies the misclassified data using probability based method, and then the misclassified data is reclassified using FCM. Their method also uses 5 species of red tide algae to train image classification [5]. 56 Copyright c 214 SERSC

3 Vol.8, No.3 (214) 3. Non-negative Matrix Factorization This section reviews NMF theory with algorithm and describes the advantage of semantic features of NMF in Example 1. In this paper, we define the matrix notation as follows: Let X *j be j th column vector of matrix X, X i* be i th row vector, and X ij be the element of i th row and j th column. NMF is to decompose a given m n matrix A into a non-negative semantic feature matrix W and a non-negative semantic variable matrix H as shown in Equation (1) [7]. A WH (1) where W is a m r non-negative matrix and H is a r n non-negative matrix. Usually r is chosen to be smaller than m or n, so that the total sizes of W and H are smaller than that of the original matrix A. The objective function is used minimizing the Euclidean distance between each column of A and its approximation which was proposed by Lee and Seung [7]. As an objective function, the Frobenius norm is used: E m n 2 ( W, H ) A WH A ij W F il H lj (2) i 1 j 1 l 1 Updating W and H is kept until converges under the predefined threshold or exceeds the number of repetition. The update rules are as follows: r 2 H T ( W A ) H T, ( W WH ) W T ( AH ) i i W i T (3) ( WHH ) i Example 1) We illustrate an example of NMF and SVD (singular value decomposition) [2, 1]. The non-negative matrix A is decomposed by nnmf() function of Matlab 7.8 into two non-negative matrices, W and H, as shown in Figure 1(a). Figure 1(b) shows the result of SVD by svd() function of Matlab 7.8. There are no zero values and negative values in relation to the semantic feature matrices U and V in Figure 1(b). Unlike SVD, the semantic feature matrices W and H by NMF are sparse in Figure 1(a). Intuitively, the NMF can obtain semantic features that have a small semantic range rather than SVD. In other words, the sparse property of the semantic features of NMF can cover class labels by several pixels of image to be associated with the semantic features. Thus, the semantic feature can easily identify class label pixels to signify image cluster [7]. A W H (a) Result of NMF decomposition of A matrix Copyright c 214 SERSC 57

4 Vol.8, No.3 (214) A U S V Proposed Method (b) Result of SVD decomposition of A matrix Figure 1. Example of NMF and SVD This paper proposes a red tide algae image recognition method using the semantic feature of images and the preprocessing algae image. The proposed method consists of three phases: preprocessing, candidate image extraction, and recognizing red tide algae image, as shown in Figure 2. In the following subsection, we explain each phase in full. Training algae image set Query image (a) preprocessing - rotation of image angle - fixing image size - normalization (b) candidate image extraction - calculating semantic feature of image by NMF - calculating semantic distance between query image and training image (c) recognizing red tide image - calculating roundness of image - computing entropy of image 4.1. Preprocessing Recognized image Figure 2. Proposed Red Tide Image Recognition Method Example 2 shows that the different red tide algae images are recognized by different angle of same query image. In order to solve the above limitations, we rotate the algae image angle. The preprocessing phase of Figure 2(a) consists of three steps: rotation of image angle step, fixing image size step, and normalization step. The phase is described as follows. First, rotation of image angle step rotates algae image angle according to based angel. Second, fixing image size step converts different algae image pixel size into same algae image pixel size (i.e., 12 by 1 pixel matrix). In addition, the center of image is almost reconciled with the center of image vector. Final, the normalization step normalizes all red tide algae image by values of mean and variance of image vectors in order to decrease an error occurring of image background and light. Example 2) Figure 3 shows results of image recognition in connection with changing image angle by using the modified Turk s method [8] based on SVD. We use his method for our basic algae recognition method since Turk s method is fast, relatively simple, and works well in a constrained environment. Figure 3(a) shows recognized image 9.jpg (i.e., eigen-image of 58 Copyright c 214 SERSC

5 Vol.8, No.3 (214) red tide algae of Cochlodinium P.) with regards to the query image q1.jpg. But the query images of 6 and 24 angle in Figure 3(b) recognize eigen-image of Prorocentrum T. (39.jpg). In Figure 3(c), the query image of 18 angel searches eigen-image of Lauderia B. (6.jpg). In Figure 4(d), the query images of 12 and 3 angles recognize eigen-image Rhizosolenia I. (55.jpg). (a) original image (b) 6 and 24 angles recognized image query image q1.jpg 9.jpg (c) 18 angle recognized image query image q3.jpg 39.jpg (d) 12 and 3 angles query image q7.jpg recognized image 6.jpg query image q11.jpg recognized image 55.jpg Figure 3. Results of Image Recognition with Respect to Image Angle Variation of Cochlodinium P 4.2. Candidate Image Extraction The candidate image extraction phase of Figure 2(b) constructs candidate image for training and recognizing of algae image. The phase consists of the calculating semantic feature of image step and the calculating semantic distance step. In the first step, the semantic feature of image is calculated using the NMF algorithm of Equation (1). We modified Turk s method [8] by using NMF for training and candidate algae image set. The training and candidate algae image set are constructed by the modified Turk s method [8] based on the image semantic feature of NMF. In the second step, the candidate images are extracted having minimum value of Euclidean distance between a query image and the trained image set. However, our proposed method has a problem of without matching features between training images and query image, since the training images have different forms regarding 63 species of red tide algae in South Korea Recognizing Red Tide Image Our above NMF based method or algae image recognition methods of related works have problems in recognizing different image according to viewpoint of query images. Because there is no matching point between query image and candidate image set. In order to resolve the problem of without matching point, this paper proposes the roundness and entropy based algae image recognition method to enhance the quality of image recognition. The algae images can be recognized to compare roundness of shape between query image and candidate images (i.e., training image set). However, each 9 groups with relation to species of red tide algae have very similar roundness values. Figure 4 shows sample of red tide algae images with regard to roundness. Copyright c 214 SERSC 59

6 Vol.8, No.3 (214) (a) ~.1 (b).1~.2 (c).2~.3 (d).4~.5 (e).5~.7 (f).7~.8 (g).8~.9 49 (Leptocylindrus D.) 16 (Eutreptiella G.) 15 (Dinophysis T.) 1 (Dictyocha F.) 24 (Gyrodinium S.) 19 (Gymnodinium C.) 3 (Noctiluca S.) Figure 4. Sample Red Tide Algae Images Regarding Roundness Values To solve this limitation of similar roundness values, we use entropy of image to recognize red tide algae image with respect to query algae image. The proposed method in the Figure 2(c) is described as follows. First, the roundness of algae image objects are calculated by Equation (4). Second, a candidate set for algae image recognition is composed of having top 1 roundness value in connection with query image. The entropy of query and candidate images is calculated by Equation (5). Final, the image having highest entropy value is selected to recognize query algae image. In this paper, the roundness scale goes from to 1. (i.e., the roundness of circle shape and horizontal shape is 1 and respectively.). Roundness R() is defined as follows [9]. R ( I ) 4 area perimeter 2 (4) where I is 12 1 image matrix, π is pi that is the ratio of the circumference of a circle to its diameter (i.e., pi is ), area is area of image object, perimeter is a path that surrounds an area of image. Entropy of Equation (5) is given as follows [9, 1]: m Entropy(I ) p log (p ) (5) st i 2 i where I st is 12 1 semantic feature image, p is number of histogram of I st. 5. Experiment This paper uses images of 63 species of red tide algae in the coastal area of South Korea for training of red tide images. The images are obtained from the red tide information on Korea marine environmental information site [11] and Google image search [12]. We used the training data of 3,15 algae images with respect to 63 species of red tide algae. Fifty images are included in the label of one species of red tide algae. We use 35 query images with respect to 7 species of most harmful algae on South Korea. Average accuracy is used to measure the recognition performance. We have conducted performance evaluation by testing proposed method and comparing it with 8 other recognition methods using same training and query images. We implemented 9 image recognition methods: PCA, NB, NN, SVM, B+SVM, SVDD+SVM, SVM+FCM, PCA+RE, and RNMF. RNMF denotes our proposed method in this paper. PCA+RE denote our previous proposed i 1 6 Copyright c 214 SERSC

7 Vol.8, No.3 (214) method [6]. PCA denotes Turk s method using PCA [8]. NB denotes image classification method using naïve Bayesian [1]. NN denotes image classification method using back propagation neural network [1]. SVM denotes image classification method using support vector machine [1]. B+SVM denote Jiang s method using Bayesian and SVM classifiers [3]. SVDD+SVM denote Jiang s method using support vector data description and SVM [4]. SVM+FCM denote Lili s method using SVM and fuzzy c-means [5]. The average accuracy of evaluation results of RNMF is approximately 17% higher than that of PCA, 14.6% higher than that of NB, 16.8% higher than that of NN, 12.99% higher than that of SVM, 1.5% higher than that of B+SVM, 8.9% higher than that of SVDD+SVM, 6.3% higher than that of SVM+FCM, 4.8% higher than that of PCA+RE. 6. Conclusion In this paper, we proposed red tide image recognition method, and the architecture of a system to implement it. The proposed method uses semantic feature image of NMF from 63 species of red tide algae in coastal areas of South Korea for training algae images which can recognize various species of red tide algae images. Besides, the method uses rotation of image angle and image roundness values to apply matching point between query image and trained images. And it uses entropy of red tide images which improves the recognition accuracy of algae images. Our method is simple and works well about various species of red tide algae. Acknowledgements This research was supported by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education (No ) References [1] Red Tide Information System, Korea National Fisheries Research & Development Institute, (212). [2] Y. M. Kim, Y. G. Byun, Y. Huh and K. Y. Yu, Detection of Cochlodinium Polykrikoides Red Tide Using MODIS Level 2 Data in Coastal Waters, Journal of Korean Society of Civil Engineers, (27), pp [3] T. Jiang, C. Wang, B. Wang, J. Xie, N. Jiao and T. Luo, Real-time Red Tide Alge Classification Uing Bayes Classifier and SVM, Proceeding of International Conference on Bioinformatics and Biomedical Engineering (ICBBE), (28), pp [4] T. Jiang, C. Wang, B. Wang, J. Xie, N. Jia and T. Luo, Real-time Red Tide Algae Recognition using SVM and SVDD, In proceeding of International Conference on Intelligent Computing and Intelligent System (ICIS), (21), pp [5] X. Lili, J. Tao, X. Jiozhen and Z. Shaoping, Red Tide Algae Classification Using SVM-SNP and Semisupervised FCM, In proceeding of International Conference on Education Technology and Computer (ICETC), (21), pp [6] S. Park, Y. K. Ji and B. R. Cha, Red Tide Image Recognition using Roundness and Entropy based on Semantic Feature, Advanced Science and Technology Letters (ASTL) 4, (212), pp [7] D. D. Lee and H. S. Seung, Learning the parts of objects by non-negative matrix factorization, Nature, vol. 41, (1999), pp [8] M. Turk and A. Pentland, Eigenfaces for Recognition, Journal of cognitive Neuroscience, vol. 3, no. 1, (1991), pp [9] R. C. Gonzalez, R. E. Woods and S. L. Eddins, Digital Image Processing Using MATLAB, New Jersey, Prentice Hall, (23). [1] J. Han and M. Kamber, Data Mining Concepts and Techniques, Morgan Kaufmann, (26). [11] Red tide information on Korea marine environmental information site, (213). [12] Google Image Search, (213). Copyright c 214 SERSC 61

8 Vol.8, No.3 (214) Authors Sun Park, he is a research professor at school of Information Communication Engineering at Gwangju Institute of Science and Technology (GIST), South Korea. He received the Ph.D degree in Computer & Information Engineering from Inha University, South Korea, in 27, the M.S. degree in Information & Communication Engineering from Hannam University, Korea, in 21, and the B.S. degree in Computer Engineering from Jeonju University, Korea, in Prior to becoming a researcher at GIST, he has worked as a research professor at Mokpo National University, a postdoctoral at Chonbuk National University, and professor in Dept. of Computer Engineering, Honam University, South Korea. His research interests include Data Mining, Information Retrieval, Information Summarization, Convergence IT and Marine, IoT, and Cloud. Myeong Soo Choi, is Research Professor at the Institute of Information Science and Engineering Research at the Mokpo National University, Korea. He received his BS, MS, and Ph.D degree in Electronics Engineering at Mokpo National University, Mokpo, Korea, 2, 22 and 29, respectively. His research interests include WPANs, maritime communication, embedded system, ubiquitous sensor network, and wireless communication. Yeonwoo Lee, he is currentlya Professor with the School of Information Engineering at the Mokpo National University, Mokpo, Korea, since September 25. He has been a Senior Researcher with 4G Mobile Communication team at the Samsung Advanced Institute of Technologies (SAIT), Kiheung, from January 24 to August 25. From October 2 to December 23, he has been a Research Fellow with the School of Electronics and Engineering at the University of Edinburgh, UK. From October 2 to December 22, he joined core 2 work of Mobile VCE program in UK. He received a MS and Ph.D. in Department of Electronics Engineering from Korea University, Seoul Korea, in 1994 and 2, respectively. His research interests are wireless multimedia mobile telecommunication systems, radio resource management, (ad-hoc) multihop relay system, sensor network and particularly their applicable issues to 4G mobile communication systems and cognitive radio systems. 62 Copyright c 214 SERSC

9 Vol.8, No.3 (214) Seong Ro Lee, He received th B.S. degree in electronics engineering from Korea University, Seoul, Korea, in 1987, respectively, and the M.S., and Ph.D. degrees in electrical engineering from Korea Advanced Institute of Science and Technology, Daejeon, Korea, 199 and 1996, respectively. In September 1997, he joined the Division of Electronics Engineering, Mokpo National University, Jeonnam, Korea. His research interests include digital communication system, mobile and satellite communications system, applications of telematics, USN and embedded system. He serves as chairman of detection and estimation committee for the Korea Information and Communications Society. Copyright c 214 SERSC 63

10 Vol.8, No.3 (214) 64 Copyright c 214 SERSC

Ship to Ship Maritime Communication for e-navigation Using WiMAX

Ship to Ship Maritime Communication for e-navigation Using WiMAX , pp.171-178 http://dx.doi.org/10.14257/ijmue.2014.9.4.18 Ship to Ship Maritime Communication for e-navigation Using WiMAX Myeong Soo Choi, Sun Park, Yeonwoo Lee and Seong Ro Lee Mokpo National University,

More information

The User Activity Reasoning Model Based on Context-Awareness in a Virtual Living Space

The User Activity Reasoning Model Based on Context-Awareness in a Virtual Living Space , pp.62-67 http://dx.doi.org/10.14257/astl.2015.86.13 The User Activity Reasoning Model Based on Context-Awareness in a Virtual Living Space Bokyoung Park, HyeonGyu Min, Green Bang and Ilju Ko Department

More information

Reduced Complexity of QRD-M Detection Scheme in MIMO-OFDM Systems

Reduced Complexity of QRD-M Detection Scheme in MIMO-OFDM Systems Advanced Science and echnology Letters Vol. (ASP 06), pp.4- http://dx.doi.org/0.457/astl.06..4 Reduced Complexity of QRD-M Detection Scheme in MIMO-OFDM Systems Jong-Kwang Kim, Jae-yun Ro and young-kyu

More information

Non-Contact Gesture Recognition Using the Electric Field Disturbance for Smart Device Application

Non-Contact Gesture Recognition Using the Electric Field Disturbance for Smart Device Application , pp.133-140 http://dx.doi.org/10.14257/ijmue.2014.9.2.13 Non-Contact Gesture Recognition Using the Electric Field Disturbance for Smart Device Application Young-Chul Kim and Chang-Hyub Moon Dept. Electronics

More information

A Driver Assaulting Event Detection Using Intel Real-Sense Camera

A Driver Assaulting Event Detection Using Intel Real-Sense Camera , pp.285-294 http//dx.doi.org/10.14257/ijca.2017.10.2.23 A Driver Assaulting Event Detection Using Intel Real-Sense Camera Jae-Gon Yoo 1, Dong-Kyun Kim 2, Seung Joo Choi 3, Handong Lee 4 and Jong-Bae Kim

More information

SPTF: Smart Photo-Tagging Framework on Smart Phones

SPTF: Smart Photo-Tagging Framework on Smart Phones , pp.123-132 http://dx.doi.org/10.14257/ijmue.2014.9.9.14 SPTF: Smart Photo-Tagging Framework on Smart Phones Hao Xu 1 and Hong-Ning Dai 2* and Walter Hon-Wai Lau 2 1 School of Computer Science and Engineering,

More information

Color Image Enhancement by Histogram Equalization in Heterogeneous Color Space

Color Image Enhancement by Histogram Equalization in Heterogeneous Color Space , pp.309-318 http://dx.doi.org/10.14257/ijmue.2014.9.7.26 Color Image Enhancement by Histogram Equalization in Heterogeneous Color Space Gwanggil Jeon Department of Embedded Systems Engineering, Incheon

More information

Multiresolution Analysis of Connectivity

Multiresolution Analysis of Connectivity Multiresolution Analysis of Connectivity Atul Sajjanhar 1, Guojun Lu 2, Dengsheng Zhang 2, Tian Qi 3 1 School of Information Technology Deakin University 221 Burwood Highway Burwood, VIC 3125 Australia

More information

Anti-Collision RFID System Based on Combination of TD and Gold Code Techniques

Anti-Collision RFID System Based on Combination of TD and Gold Code Techniques , pp.78-83 http://dx.doi.org/10.14257/astl.2015.95.15 Anti-Collision RFID System Based on Combination of TD and Gold Code Techniques Grishma Khadka 1, Tae-yun Kim 2, Suk-seung Hwang 3 1 Dept. of Advanced

More information

Journal of Chemical and Pharmaceutical Research, 2013, 5(9): Research Article. The design of panda-oriented intelligent recognition system

Journal of Chemical and Pharmaceutical Research, 2013, 5(9): Research Article. The design of panda-oriented intelligent recognition system Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2013, 5(9):341-346 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 The design of panda-oriented intelligent recognition

More information

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER Department of Computer Science, Institute of Management Sciences, 1-A, Sector

More information

NLMS Adaptive Digital Filter with a Variable Step Size for ICS (Interference Cancellation System) RF Repeater

NLMS Adaptive Digital Filter with a Variable Step Size for ICS (Interference Cancellation System) RF Repeater , pp.25-34 http://dx.doi.org/10.14257/ijeic.2013.4.5.03 NLMS Adaptive Digital Filter with a Variable Step Size for ICS (Interference Cancellation System) RF Repeater Jin-Yul Kim and Sung-Joon Park Dept.

More information

3D-Position Estimation for Hand Gesture Interface Using a Single Camera

3D-Position Estimation for Hand Gesture Interface Using a Single Camera 3D-Position Estimation for Hand Gesture Interface Using a Single Camera Seung-Hwan Choi, Ji-Hyeong Han, and Jong-Hwan Kim Department of Electrical Engineering, KAIST, Gusung-Dong, Yusung-Gu, Daejeon, Republic

More information

A Technology Forecasting Method using Text Mining and Visual Apriori Algorithm

A Technology Forecasting Method using Text Mining and Visual Apriori Algorithm Appl. Math. Inf. Sci. 8, No. 1L, 35-40 (2014) 35 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/081l05 A Technology Forecasting Method using Text Mining

More information

An Efficient Approach to Face Recognition Using a Modified Center-Symmetric Local Binary Pattern (MCS-LBP)

An Efficient Approach to Face Recognition Using a Modified Center-Symmetric Local Binary Pattern (MCS-LBP) , pp.13-22 http://dx.doi.org/10.14257/ijmue.2015.10.8.02 An Efficient Approach to Face Recognition Using a Modified Center-Symmetric Local Binary Pattern (MCS-LBP) Anusha Alapati 1 and Dae-Seong Kang 1

More information

Design of Intelligent Blind Control System to Save Lighting Energy and Prevent Glare

Design of Intelligent Blind Control System to Save Lighting Energy and Prevent Glare , pp.541-545 http://dx.doi.org/10.14257/astl.2015.1 Design of Intelligent Blind Control System to Save Lighting Energy and Prevent Glare Mi-Ae Yu 1, Hyeong-Seok Kim 1, Yang-Soo Kim 1, Won-Il Seo 1, Young-Ho

More information

Korean Wave (Hallyu) of Knowledge through Content Curation, Infographics, and Digital Storytelling

Korean Wave (Hallyu) of Knowledge through Content Curation, Infographics, and Digital Storytelling , pp.6-10 http://dx.doi.org/10.14257/astl.2017.143.02 Korean Wave (Hallyu) of Knowledge through Content Curation, Infographics, and Digital Storytelling Seong Hui Park 1, Kyoung Hee Kim 2 1, 2 Graduate

More information

FACE RECOGNITION USING NEURAL NETWORKS

FACE RECOGNITION USING NEURAL NETWORKS Int. J. Elec&Electr.Eng&Telecoms. 2014 Vinoda Yaragatti and Bhaskar B, 2014 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 3, No. 3, July 2014 2014 IJEETC. All Rights Reserved FACE RECOGNITION USING

More information

Visual Search using Principal Component Analysis

Visual Search using Principal Component Analysis Visual Search using Principal Component Analysis Project Report Umesh Rajashekar EE381K - Multidimensional Digital Signal Processing FALL 2000 The University of Texas at Austin Abstract The development

More information

Designing the Smart Foot Mat and Its Applications: as a User Identification Sensor for Smart Home Scenarios

Designing the Smart Foot Mat and Its Applications: as a User Identification Sensor for Smart Home Scenarios Vol.87 (Art, Culture, Game, Graphics, Broadcasting and Digital Contents 2015), pp.1-5 http://dx.doi.org/10.14257/astl.2015.87.01 Designing the Smart Foot Mat and Its Applications: as a User Identification

More information

Sensory Fusion for Image

Sensory Fusion for Image , pp.34-38 http://dx.doi.org/10.14257/astl.2014.45.07 Sensory Fusion for Image Sungjun Park, Wansik Yun, and Gwanggil Jeon 1 Department of Embedded Systems Engineering, Incheon National University, 119

More information

IMPROVEMENT USING WEIGHTED METHOD FOR HISTOGRAM EQUALIZATION IN PRESERVING THE COLOR QUALITIES OF RGB IMAGE

IMPROVEMENT USING WEIGHTED METHOD FOR HISTOGRAM EQUALIZATION IN PRESERVING THE COLOR QUALITIES OF RGB IMAGE Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 5, May 2014, pg.913

More information

Urban Feature Classification Technique from RGB Data using Sequential Methods

Urban Feature Classification Technique from RGB Data using Sequential Methods Urban Feature Classification Technique from RGB Data using Sequential Methods Hassan Elhifnawy Civil Engineering Department Military Technical College Cairo, Egypt Abstract- This research produces a fully

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

Image Forgery Detection Using Svm Classifier

Image Forgery Detection Using Svm Classifier Image Forgery Detection Using Svm Classifier Anita Sahani 1, K.Srilatha 2 M.E. Student [Embedded System], Dept. Of E.C.E., Sathyabama University, Chennai, India 1 Assistant Professor, Dept. Of E.C.E, Sathyabama

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

A New Forecasting System using the Latent Dirichlet Allocation (LDA) Topic Modeling Technique

A New Forecasting System using the Latent Dirichlet Allocation (LDA) Topic Modeling Technique A New Forecasting System using the Latent Dirichlet Allocation (LDA) Topic Modeling Technique JU SEOP PARK, NA RANG KIM, HYUNG-RIM CHOI, EUNJUNG HAN Department of Management Information Systems Dong-A

More information

A Novel Fuzzy C-means Clustering Algorithm to Improve the Recognition Accuracy

A Novel Fuzzy C-means Clustering Algorithm to Improve the Recognition Accuracy , pp.230-234 http://dx.doi.org/10.14257/astl.2015.111.44 A Novel Fuzzy C-means Clustering Algorithm to Improve the Recognition Accuracy GAO Jie 1, WANG Jia 2, ZHOU Yang 1 1 School of Electrical Engineering,Southwest

More information

CIS581: Computer Vision and Computational Photography Homework: Cameras and Convolution Due: Sept. 14, 2017 at 3:00 pm

CIS581: Computer Vision and Computational Photography Homework: Cameras and Convolution Due: Sept. 14, 2017 at 3:00 pm CIS58: Computer Vision and Computational Photography Homework: Cameras and Convolution Due: Sept. 4, 207 at 3:00 pm Instructions This is an individual assignment. Individual means each student must hand

More information

Vessel Target Prediction Method and Dead Reckoning Position Based on SVR Seaway Model

Vessel Target Prediction Method and Dead Reckoning Position Based on SVR Seaway Model Original Article International Journal of Fuzzy Logic and Intelligent Systems Vol. 17, No. 4, December 2017, pp. 279-288 http://dx.doi.org/10.5391/ijfis.2017.17.4.279 ISSN(Print) 1598-2645 ISSN(Online)

More information

Improvement of Classical Wavelet Network over ANN in Image Compression

Improvement of Classical Wavelet Network over ANN in Image Compression International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-7, Issue-5, May 2017 Improvement of Classical Wavelet Network over ANN in Image Compression

More information

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 177 185, Article ID: IJARET_09_03_023 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

More information

Simulation of Anti-Jamming Technology in Frequency-Hopping Communication System

Simulation of Anti-Jamming Technology in Frequency-Hopping Communication System , pp.249-254 http://dx.doi.org/0.4257/astl.206. Simulation of Anti-Jamming Technology in Frequency-Hopping Communication System Bing Zhao, Lei Xin, Xiaojie Xu and Qun Ding Electronic Engineering, Heilongjiang

More information

Particle Swarm Optimization-Based Consensus Achievement of a Decentralized Sensor Network

Particle Swarm Optimization-Based Consensus Achievement of a Decentralized Sensor Network , pp.162-166 http://dx.doi.org/10.14257/astl.2013.42.38 Particle Swarm Optimization-Based Consensus Achievement of a Decentralized Sensor Network Hyunseok Kim 1, Jinsul Kim 2 and Seongju Chang 1*, 1 Department

More information

Face Detection System on Ada boost Algorithm Using Haar Classifiers

Face Detection System on Ada boost Algorithm Using Haar Classifiers Vol.2, Issue.6, Nov-Dec. 2012 pp-3996-4000 ISSN: 2249-6645 Face Detection System on Ada boost Algorithm Using Haar Classifiers M. Gopi Krishna, A. Srinivasulu, Prof (Dr.) T.K.Basak 1, 2 Department of Electronics

More information

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network 436 JOURNAL OF COMPUTERS, VOL. 5, NO. 9, SEPTEMBER Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network Chung-Chi Wu Department of Electrical Engineering,

More information

MICA at ImageClef 2013 Plant Identification Task

MICA at ImageClef 2013 Plant Identification Task MICA at ImageClef 2013 Plant Identification Task Thi-Lan LE, Ngoc-Hai PHAM International Research Institute MICA UMI2954 HUST Thi-Lan.LE@mica.edu.vn, Ngoc-Hai.Pham@mica.edu.vn I. Introduction In the framework

More information

Optimum Rate Allocation for Two-Class Services in CDMA Smart Antenna Systems

Optimum Rate Allocation for Two-Class Services in CDMA Smart Antenna Systems 810 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 51, NO. 5, MAY 2003 Optimum Rate Allocation for Two-Class Services in CDMA Smart Antenna Systems Il-Min Kim, Member, IEEE, Hyung-Myung Kim, Senior Member,

More information

Convolutional Neural Network-based Steganalysis on Spatial Domain

Convolutional Neural Network-based Steganalysis on Spatial Domain Convolutional Neural Network-based Steganalysis on Spatial Domain Dong-Hyun Kim, and Hae-Yeoun Lee Abstract Steganalysis has been studied to detect the existence of hidden messages by steganography. However,

More information

IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE

IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE International Journal of Technology (2011) 1: 56 64 ISSN 2086 9614 IJTech 2011 IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE Djamhari Sirat 1, Arman D. Diponegoro

More information

COLOR LASER PRINTER IDENTIFICATION USING PHOTOGRAPHED HALFTONE IMAGES. Do-Guk Kim, Heung-Kyu Lee

COLOR LASER PRINTER IDENTIFICATION USING PHOTOGRAPHED HALFTONE IMAGES. Do-Guk Kim, Heung-Kyu Lee COLOR LASER PRINTER IDENTIFICATION USING PHOTOGRAPHED HALFTONE IMAGES Do-Guk Kim, Heung-Kyu Lee Graduate School of Information Security, KAIST Department of Computer Science, KAIST ABSTRACT Due to the

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi Department of E&TC Engineering,PVPIT,Bavdhan,Pune ABSTRACT: In the last decades vehicle license plate recognition systems

More information

A Study on Single Camera Based ANPR System for Improvement of Vehicle Number Plate Recognition on Multi-lane Roads

A Study on Single Camera Based ANPR System for Improvement of Vehicle Number Plate Recognition on Multi-lane Roads Invention Journal of Research Technology in Engineering & Management (IJRTEM) ISSN: 2455-3689 www.ijrtem.com Volume 2 Issue 1 ǁ January. 2018 ǁ PP 11-16 A Study on Single Camera Based ANPR System for Improvement

More information

Pose Invariant Face Recognition

Pose Invariant Face Recognition Pose Invariant Face Recognition Fu Jie Huang Zhihua Zhou Hong-Jiang Zhang Tsuhan Chen Electrical and Computer Engineering Department Carnegie Mellon University jhuangfu@cmu.edu State Key Lab for Novel

More information

Classification of Analog Modulated Communication Signals using Clustering Techniques: A Comparative Study

Classification of Analog Modulated Communication Signals using Clustering Techniques: A Comparative Study F. Ü. Fen ve Mühendislik Bilimleri Dergisi, 7 (), 47-56, 005 Classification of Analog Modulated Communication Signals using Clustering Techniques: A Comparative Study Hanifi GULDEMIR Abdulkadir SENGUR

More information

Segmentation of Fingerprint Images Using Linear Classifier

Segmentation of Fingerprint Images Using Linear Classifier EURASIP Journal on Applied Signal Processing 24:4, 48 494 c 24 Hindawi Publishing Corporation Segmentation of Fingerprint Images Using Linear Classifier Xinjian Chen Intelligent Bioinformatics Systems

More information

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation Sensors & Transducers, Vol. 6, Issue 2, December 203, pp. 53-58 Sensors & Transducers 203 by IFSA http://www.sensorsportal.com A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition

More information

Image Manipulation Detection using Convolutional Neural Network

Image Manipulation Detection using Convolutional Neural Network Image Manipulation Detection using Convolutional Neural Network Dong-Hyun Kim 1 and Hae-Yeoun Lee 2,* 1 Graduate Student, 2 PhD, Professor 1,2 Department of Computer Software Engineering, Kumoh National

More information

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices J Inf Process Syst, Vol.12, No.1, pp.100~108, March 2016 http://dx.doi.org/10.3745/jips.04.0022 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) Number Plate Detection with a Multi-Convolutional Neural

More information

Blind Dereverberation of Single-Channel Speech Signals Using an ICA-Based Generative Model

Blind Dereverberation of Single-Channel Speech Signals Using an ICA-Based Generative Model Blind Dereverberation of Single-Channel Speech Signals Using an ICA-Based Generative Model Jong-Hwan Lee 1, Sang-Hoon Oh 2, and Soo-Young Lee 3 1 Brain Science Research Center and Department of Electrial

More information

Face Recognition System Based on Infrared Image

Face Recognition System Based on Infrared Image International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 6, Issue 1 [October. 217] PP: 47-56 Face Recognition System Based on Infrared Image Yong Tang School of Electronics

More information

Displacement Measurement of Burr Arch-Truss Under Dynamic Loading Based on Image Processing Technology

Displacement Measurement of Burr Arch-Truss Under Dynamic Loading Based on Image Processing Technology 6 th International Conference on Advances in Experimental Structural Engineering 11 th International Workshop on Advanced Smart Materials and Smart Structures Technology August 1-2, 2015, University of

More information

Edge Histogram Descriptor for Finger Vein Recognition

Edge Histogram Descriptor for Finger Vein Recognition Edge Histogram Descriptor for Finger Vein Recognition Yu Lu 1, Sook Yoon 2, Daegyu Hwang 1, and Dong Sun Park 2 1 Division of Electronic and Information Engineering, Chonbuk National University, Jeonju,

More information

Efficiency Analysis of the Smart Controller Switch System using RF Communication for Energy Saving

Efficiency Analysis of the Smart Controller Switch System using RF Communication for Energy Saving Vol.133 (Information Technology and Computer Science 2016), pp.39-44 http://dx.doi.org/10.14257/astl.2016. Efficiency Analysis of the Smart Controller Switch System using RF Communication for Energy Saving

More information

SSB Debate: Model-based Inference vs. Machine Learning

SSB Debate: Model-based Inference vs. Machine Learning SSB Debate: Model-based nference vs. Machine Learning June 3, 2018 SSB 2018 June 3, 2018 1 / 20 Machine learning in the biological sciences SSB 2018 June 3, 2018 2 / 20 Machine learning in the biological

More information

A Study on Imaging Cameras Fire Prevention Solutions Using Thermal

A Study on Imaging Cameras Fire Prevention Solutions Using Thermal , pp.62-67 http://dx.doi.org/10.14257/astl.2016.138.15 A Study on Imaging Cameras Fire Prevention Solutions Using Thermal Kim Hee Chul Dept. of Computer Engineering GwangJu University 277 Hyodeok-Ro, Nam-Gu,

More information

Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding

Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding Vijay Jumb, Mandar Sohani, Avinash Shrivas Abstract In this paper, an approach for color image segmentation is presented.

More information

Smart Parking Information System Exploiting Visible Light Communication

Smart Parking Information System Exploiting Visible Light Communication , pp.251-260 http://dx.doi.org/10.14257/ijsh.2014.8.1.26 Smart Parking Information System Exploiting Visible Light Communication Nammoon Kim, Changqiang Jing, Biao Zhou and Youngok Kim Department of Electronics

More information

Libyan Licenses Plate Recognition Using Template Matching Method

Libyan Licenses Plate Recognition Using Template Matching Method Journal of Computer and Communications, 2016, 4, 62-71 Published Online May 2016 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2016.47009 Libyan Licenses Plate Recognition Using

More information

Training of EEG Signal Intensification for BCI System. Haesung Jeong*, Hyungi Jeong*, Kong Borasy*, Kyu-Sung Kim***, Sangmin Lee**, Jangwoo Kwon*

Training of EEG Signal Intensification for BCI System. Haesung Jeong*, Hyungi Jeong*, Kong Borasy*, Kyu-Sung Kim***, Sangmin Lee**, Jangwoo Kwon* Training of EEG Signal Intensification for BCI System Haesung Jeong*, Hyungi Jeong*, Kong Borasy*, Kyu-Sung Kim***, Sangmin Lee**, Jangwoo Kwon* Department of Computer Engineering, Inha University, Korea*

More information

Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter

Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter Sanjaa Bold Department of Computer Hardware and Networking. University of the humanities Ulaanbaatar, Mongolia

More information

COMP 776 Computer Vision Project Final Report Distinguishing cartoon image and paintings from photographs

COMP 776 Computer Vision Project Final Report Distinguishing cartoon image and paintings from photographs COMP 776 Computer Vision Project Final Report Distinguishing cartoon image and paintings from photographs Sang Woo Lee 1. Introduction With overwhelming large scale images on the web, we need to classify

More information

Content Based Image Retrieval Using Color Histogram

Content Based Image Retrieval Using Color Histogram Content Based Image Retrieval Using Color Histogram Nitin Jain Assistant Professor, Lokmanya Tilak College of Engineering, Navi Mumbai, India. Dr. S. S. Salankar Professor, G.H. Raisoni College of Engineering,

More information

Development of IoT based Pier collision Monitoring System

Development of IoT based Pier collision Monitoring System , pp.148-153 http://dx.doi.org/10.14257/astl.2016.137.28 Development of IoT based Pier collision Monitoring System Soo-Yeol Park 1, Sung-min Kang 1, Keum-Soo Yeo 1, Byung-Yun Won 1 1 Korea Plant Maintenace

More information

A Review on Image Fusion Techniques

A Review on Image Fusion Techniques A Review on Image Fusion Techniques Vaishalee G. Patel 1,, Asso. Prof. S.D.Panchal 3 1 PG Student, Department of Computer Engineering, Alpha College of Engineering &Technology, Gandhinagar, Gujarat, India,

More information

Adaptive Feature Analysis Based SAR Image Classification

Adaptive Feature Analysis Based SAR Image Classification I J C T A, 10(9), 2017, pp. 973-977 International Science Press ISSN: 0974-5572 Adaptive Feature Analysis Based SAR Image Classification Debabrata Samanta*, Abul Hasnat** and Mousumi Paul*** ABSTRACT SAR

More information

Object Recognition System using Template Matching Based on Signature and Principal Component Analysis

Object Recognition System using Template Matching Based on Signature and Principal Component Analysis Object Recognition System using Template Matching Based on Signature and Principal Component Analysis Inad A. Aljarrah Jordan University of Science & Technology, Irbid, Jordan inad@just.edu.jo Ahmed S.

More information

Auto-tagging The Facebook

Auto-tagging The Facebook Auto-tagging The Facebook Jonathan Michelson and Jorge Ortiz Stanford University 2006 E-mail: JonMich@Stanford.edu, jorge.ortiz@stanford.com Introduction For those not familiar, The Facebook is an extremely

More information

Automated Number Plate Recognition System Using Machine learning algorithms (Kstar)

Automated Number Plate Recognition System Using Machine learning algorithms (Kstar) Automated Number Plate Recognition System Using Machine learning algorithms (Kstar) Er. Dinesh Bhardwaj 1, Er. Shruti Gujral 2 1, 2 Computer Science and Engineering Department, Chandigarh University, Mohali,

More information

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Sheng Yan LI, Jie FENG, Bin Gang XU, and Xiao Ming TAO Institute of Textiles and Clothing,

More information

Extraction and Recognition of Text From Digital English Comic Image Using Median Filter

Extraction and Recognition of Text From Digital English Comic Image Using Median Filter Extraction and Recognition of Text From Digital English Comic Image Using Median Filter S.Ranjini 1 Research Scholar,Department of Information technology Bharathiar University Coimbatore,India ranjinisengottaiyan@gmail.com

More information

Hand Gesture Recognition for Kinect v2 Sensor in the Near Distance Where Depth Data Are Not Provided

Hand Gesture Recognition for Kinect v2 Sensor in the Near Distance Where Depth Data Are Not Provided , pp. 407-418 http://dx.doi.org/10.14257/ijseia.2016.10.12.34 Hand Gesture Recognition for Kinect v2 Sensor in the Near Distance Where Depth Data Are Not Provided Min-Soo Kim 1 and Choong Ho Lee 2 1 Dept.

More information

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images A. Vadivel 1, M. Mohan 1, Shamik Sural 2 and A.K.Majumdar 1 1 Department of Computer Science and Engineering,

More information

Smart antenna for doa using music and esprit

Smart antenna for doa using music and esprit IOSR Journal of Electronics and Communication Engineering (IOSRJECE) ISSN : 2278-2834 Volume 1, Issue 1 (May-June 2012), PP 12-17 Smart antenna for doa using music and esprit SURAYA MUBEEN 1, DR.A.M.PRASAD

More information

Symbol Timing Detection for OFDM Signals with Time Varying Gain

Symbol Timing Detection for OFDM Signals with Time Varying Gain International Journal of Control and Automation, pp.4-48 http://dx.doi.org/.4257/ijca.23.6.5.35 Symbol Timing Detection for OFDM Signals with Time Varying Gain Jihye Lee and Taehyun Jeon Seoul National

More information

Power Allocation based Hybrid Multihop Relaying Protocol for Sensor Networks

Power Allocation based Hybrid Multihop Relaying Protocol for Sensor Networks , pp.70-74 http://dx.doi.org/10.14257/astl.2014.46.16 Power Allocation based Hybrid Multihop Relaying Protocol for Sensor Networks Saransh Malik 1,Sangmi Moon 1, Bora Kim 1, Hun Choi 1, Jinsul Kim 1, Cheolhong

More information

A Study on the Physical Effects in 4D

A Study on the Physical Effects in 4D , pp.9-13 http://dx.doi.org/10.14257/astl.2014.77.03 A Study on the Physical Effects in 4D SooTae Kwon 1, GwangShin Kim 2, SoYoung Chung 3, SunWoo Ko 4, GeunHo Lee 5 1 Department of SmartMedia, Jeonju

More information

Reducing of Colors in Digital Images by Using (Kohonen) Artificial Neural Networks

Reducing of Colors in Digital Images by Using (Kohonen) Artificial Neural Networks Reducing of Colors in Digital Images by Using (Kohonen) Artificial Neural Networks 1 Dr.Maha Abdul Amir Kahdum, 2 Dr.Seham Ahmed Hashim, and 3 Dr.Entidhar Mhawes Zghair 1,2&3 Foundation of Technical Education,

More information

Brain Tumor Segmentation of MRI Images Using SVM Classifier Abstract: Keywords: INTRODUCTION RELATED WORK A UGC Recommended Journal

Brain Tumor Segmentation of MRI Images Using SVM Classifier Abstract: Keywords: INTRODUCTION RELATED WORK A UGC Recommended Journal Brain Tumor Segmentation of MRI Images Using SVM Classifier Vidya Kalpavriksha 1, R. H. Goudar 1, V. T. Desai 2, VinayakaMurthy 3 1 Department of CNE, VTU Belagavi 2 Department of CSE, VSMIT, Nippani 3

More information

The Algorithm of Fast Intra Angular Mode Selection for HEVC

The Algorithm of Fast Intra Angular Mode Selection for HEVC , pp.157-161 http://dx.doi.org/10.14257/astl.2016.140.30 The Algorithm of Fast Intra Angular Mode Selection for HEVC Seungyong Park, Richard Boateng NTI and Kwangki Ryoo Graduate School of Information

More information

A Study on Retrieval Algorithm of Black Water Aggregation in Taihu Lake Based on HJ-1 Satellite Images

A Study on Retrieval Algorithm of Black Water Aggregation in Taihu Lake Based on HJ-1 Satellite Images IOP Conference Series: Earth and Environmental Science OPEN ACCESS A Study on Retrieval Algorithm of Black Water Aggregation in Taihu Lake Based on HJ-1 Satellite Images To cite this article: Zou Lei et

More information

A Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang Abstract Surveillance system is widely used in the traffic monitoring. The deployment of cameras

More information

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP LIU Ying 1,HAN Yan-bin 2 and ZHANG Yu-lin 3 1 School of Information Science and Engineering, University of Jinan, Jinan 250022, PR China

More information

Counterfeit Bill Detection Algorithm using Deep Learning

Counterfeit Bill Detection Algorithm using Deep Learning Counterfeit Bill Detection Algorithm using Deep Learning Soo-Hyeon Lee 1 and Hae-Yeoun Lee 2,* 1 Undergraduate Student, 2 Professor 1,2 Department of Computer Software Engineering, Kumoh National Institute

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 4, April 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Novel Approach

More information

Method for Real Time Text Extraction of Digital Manga Comic

Method for Real Time Text Extraction of Digital Manga Comic Method for Real Time Text Extraction of Digital Manga Comic Kohei Arai Information Science Department Saga University Saga, 840-0027, Japan Herman Tolle Software Engineering Department Brawijaya University

More information

II. EXPERIMENTAL SETUP

II. EXPERIMENTAL SETUP J. lnf. Commun. Converg. Eng. 1(3): 22-224, Sep. 212 Regular Paper Experimental Demonstration of 4 4 MIMO Wireless Visible Light Communication Using a Commercial CCD Image Sensor Sung-Man Kim * and Jong-Bae

More information

Application of Classifier Integration Model to Disturbance Classification in Electric Signals

Application of Classifier Integration Model to Disturbance Classification in Electric Signals Application of Classifier Integration Model to Disturbance Classification in Electric Signals Dong-Chul Park Abstract An efficient classifier scheme for classifying disturbances in electric signals using

More information

Clock Synchronization of Pseudolite Using Time Transfer Technique Based on GPS Code Measurement

Clock Synchronization of Pseudolite Using Time Transfer Technique Based on GPS Code Measurement , pp.35-40 http://dx.doi.org/10.14257/ijseia.2014.8.4.04 Clock Synchronization of Pseudolite Using Time Transfer Technique Based on GPS Code Measurement Soyoung Hwang and Donghui Yu* Department of Multimedia

More information

Application of Singular Value Energy Difference Spectrum in Axis Trace Refinement

Application of Singular Value Energy Difference Spectrum in Axis Trace Refinement Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Application of Singular Value Energy Difference Spectrum in Ais Trace Refinement Wenbin Zhang, Jiaing Zhu, Yasong Pu, Jie

More information

Physiological signal(bio-signals) Method, Application, Proposal

Physiological signal(bio-signals) Method, Application, Proposal Physiological signal(bio-signals) Method, Application, Proposal Bio-Signals 1. Electrical signals ECG,EMG,EEG etc 2. Non-electrical signals Breathing, ph, movement etc General Procedure of bio-signal recognition

More information

Available online at ScienceDirect. Procedia Computer Science 56 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 56 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 56 (2015 ) 538 543 International Workshop on Communication for Humans, Agents, Robots, Machines and Sensors (HARMS 2015)

More information

Jigsaw Puzzle Image Retrieval via Pairwise Compatibility Measurement

Jigsaw Puzzle Image Retrieval via Pairwise Compatibility Measurement Jigsaw Puzzle Image Retrieval via Pairwise Compatibility Measurement Sou-Young Jin, Suwon Lee, Nur Aziza Azis and Ho-Jin Choi Dept. of Computer Science, KAIST 291 Daehak-ro, Yuseong-gu, Daejeon 305-701,

More information

Text Extraction and Recognition from Image using Neural Network

Text Extraction and Recognition from Image using Neural Network Text Extraction and Recognition from Image using Neural Network C. Misra School of Computer Application KIIT University Bhubaneswar-75104, India P.K Swain School of Computer Application KIIT University

More information

Characterization of LF and LMA signal of Wire Rope Tester

Characterization of LF and LMA signal of Wire Rope Tester Volume 8, No. 5, May June 2017 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No. 0976-5697 Characterization of LF and LMA signal

More information

Multimedia Forensics

Multimedia Forensics Multimedia Forensics Using Mathematics and Machine Learning to Determine an Image's Source and Authenticity Matthew C. Stamm Multimedia & Information Security Lab (MISL) Department of Electrical and Computer

More information

Interactive Media Artworks as Play Therapy through Five Senses

Interactive Media Artworks as Play Therapy through Five Senses , pp.108-114 http://dx.doi.org/10.14257/astl.2013.39.21 Interactive Media Artworks as Play Therapy through Five Senses Joohun Lee 1, Haehyun Jung 2, and Hyunggi Kim 1*, 1 An-Sung, Gyeonggi, South Korea

More information

Anti-shaking Algorithm for the Mobile Phone Camera in Dim Light Conditions

Anti-shaking Algorithm for the Mobile Phone Camera in Dim Light Conditions Anti-shaking Algorithm for the Mobile Phone Camera in Dim Light Conditions Jong-Ho Lee, In-Yong Shin, Hyun-Goo Lee 2, Tae-Yoon Kim 2, and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 26

More information

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Shigueo Nomura and José Ricardo Gonçalves Manzan Faculty of Electrical Engineering, Federal University of Uberlândia, Uberlândia, MG,

More information