Computer Aided Drafting, Design and Manufacturing Volume 25, Number 3, September 2015, Page 10

Size: px
Start display at page:

Download "Computer Aided Drafting, Design and Manufacturing Volume 25, Number 3, September 2015, Page 10"

Transcription

1 Computer Aided Drafting, Deign and Manufacturing Volume 5, umber 3, September 015, Page 10 CADDM Reearch of atural Geture Recognition and Interactive Technology Compatible with YCbCr and SV Color Space YE Wen-yu, FEG Kai-ping, LUO a, PA Yang Guangdong Univerity of Technology, Guangzhou igher Education Mega Center, Guangzhou , China. Abtract: In view of the current geture recognition algorithm baed on kin color egmentation i not flexible and ha weak reitance to the environment, thi paper put forward a new method of kin color modeling to improve the adaptability of geture egmentation when it face to different tate. The modeling built by double color pace intead of only one i compatible both in YCbCr and SV color pace to training the Gauian model which can update the threhold value for binarization. Finally, thi paper deigned a natural geture recognition and interactive ytem baed on the double color pace model. It ha hown that the ytem ha a good interactive experience in different environment. Key word: human-machine interaction; geture recognition; kin color egmentation; feature extraction 1 Introduction atural geture recognition refer to ingle image or multiple action equence of the hand without wearing any ening device recorded by camera, the target geture contour i then extracted out from the captured image equence and identify the claification of the geture characteritic. It ha broad application propect [1-3]. The direction of development of the next generation of humancomputer interaction technology will be that the machine a a multi-function perceptron, receive from the viion-baed body movement to replace the traditional keyboard, moue and other device to achieve freedom, mart, efficient, divere, peopleoriented and interactive experience between human and computer [4-6]. Uing ingle camera and image proceing algorithm to realize geture recognition i the mot popular method currently. It i uing kin egmentation algorithm to eparate the hand area, however one of the bigget challenge in thi method i the interference which come from different environment. To olve thi problem, a lot of reearche optimize the formula in kin color model uch a elliptical boundary model and twodimenional Gauian ditribution [7-8], but the promotion i limited epecially in complex environment. Baed on kin color egmentation of natural geture recognition technology generally i only applied in one ingle color pace, whoe primary raion i the recognition rate depending on the urrounding environment, uch a lighting condition, background color, the pixel of the camera, geture and camera ditance, jitter, cla color interference and o on. To olve thi problem, thi paper propoe a color modeling method which i compatible both YCbCr and SV color pace. Thi method can obtain real-time color ample taken by the uer, to find the initial value under the kin probability value generated by the Gauian model in each color pace, and the formation mechanim of an adaptive threhold to find out the bet threhold, and finally combine of the image proceing algorithm for color egmentation. With thi method, the paper develop a natural geture recognition, interactive ytem to enhance the adaptability to different environment and improve the efficiency of the geture recognition. Sytem Architecture and Modular Diviion Thi paper recognize the input, and explore the human-machine interactive application for identifying geture, and add the ytem command repone to the identified input, the ytem flow chart i hown in Fig. 1. Correponding author: FEG Kai-ping, Male, Profeor, fengkp@gdut.edu.cn.

2 YE Wen-yu et al., Reearch of atural Geture Recognition and Interactive Technology Compatible with 11 Uer Input Geture Trigger Command Webcam capture hand geture Recognition Claification Fig. 1. Image PreProceing Contour Matching Sytem flow chart. Skin Color Segmentation Motion Tracking In Fig. 1, the geture input wa input to trigger command erie of proceing and eventually reached the experience of computer interaction effect with geture, the ytem i a typical Pipe and Filter ytem. Thi paper tudie the image egmentation, photography, the color of kin track, identification and claification, the feature extraction. The ytem i divided into different module according to the proce. The reult of the previou module wa tranferred to the next module. The input data of ytem i geture video recorded by camera. According to the difference of tatic and dynamic geture, the output i divided into two categorie: 1 For tatic geture, the output i the template of matching number correponding to the input geture; For dynamic geture, different geture trigger different command according to different application. To optimize the overall tructure, enhance the independence of each module and reduce redundant data, the tructure framework of ytem i divided into three part, which i hown in Fig.. Through uch diviion, each module can be independent ealed, and in thi way the reuability of module will be improved. The eparation of recognition and interactive i ueful in the development of new interactive application. Video Capture Data Collection Module Image PreProceing atural and Geture Recognition Sytem Geture Recognition Sytem Skin Segmentation Adaptive Threhold Motion Tracking Adaptive Motion Contour Extraction Filter Template Matching uman Computer Interaction Module Drawing, Moue Simulating, Picture Browing Fig.. Sytem tructure diagram. 3 Key Technology 3.1 Adaptive Skin Model In order to extract geture outline from the image, the geture area of the image hould be located firtly. In order to adapt to the recognition of tatic and dynamic geture, thi paper tudie the kin color egmentation method to extract kin area from the image. Baed on the reearch of RGB, comparing the egmentation effect of YCbCr and SV color pace, the kin model compatible with the YCbCr and SV i developed to ditinguih the background and geture, and provide the foundation of decribing the characteritic of geture. (1) YCbCr color pace The human eye i more enitive to brightne than color, o many color pace eparated brightne and color component, YCbCr i one of them. It Y channel denote brightne component, Cb channel denote blue color, Cr channel denote red color, and it i widely ued in digital televiion, video decoding application; the ditribution of kin color including black, white, yellow of three different race in thi color pace i more focued. The probability ditribution of kin i hown in Fig. 3. The horizontal axi repreent Cb component, the vertical axi repreent Cr component [9-10].

3 1 Computer Aided Drafting, Deign and Manufacturing (CADDM), Vol.5, o.3, Sep. 015 μ E(k) E( k )( k ) T According to the calculation of the μ and fitting of Gauian model i hown in Fig. 5., (a) Black (b) White (c) Yellow Fig. 3. (d) Synthei of 3 kind Skin probability ditribution. Fig. 3(d) i convered to three dimenion pace, which i hown in Fig. 4. Fig. 5. () SV color model Gauian model. SV color pace contain hue, aturation, brightne. SV model i repreented by ix ide vertebral. SV color model divided the aturation and brightne component, and wa uitable for color egmentation algorithm, and S pace ditribution hitogram are hown in Fig. 6 and Fig. 7 repectively [11]. Fig. 4. Three-dimenion color ditribution. Fig. 6. pace hitogram. According to the ditribution feature of the above, it i known that ditribution of the color of kin Cb and Cr component i Gauian ditribution. Suppoed that hue of color i k=[cb,cr] T, the probability denity function of kin can be calculated according to mean vector and covariance, and etablih kin model for: 1 1 exp ( k ] r( k ) p( k / kin) (1) Fig. 7. S pace hitogram.

4 YE Wen-yu et al., Reearch of atural Geture Recognition and Interactive Technology Compatible with 13 Fig. 6 and Fig. 7 how and S hitogram all together in mall interval, the interval of i [134,158], and the interval S i [19,48]. The both hitogram are the ingle-peak, o then can be fitted by the ingle-peak gauian model, formula a M (, μ, μ ) () where μ μ 1 i i0 1 S i i0 S S S i0 i0 S ( ( S S S i i μ μ ) i0 ) ( S μ )( μ ). i S i By above model, the color probability of kin can be get a Eq. 3. P(, S) exp 0.5( S, ) T S S 1 ( S, ) (3) The algorithm of adaptive threhold value method can be repreented a following: the kin probability value generated by Gauian model i et up a the initial threhold, with initial threhold to tet the target area, and a unit i reduced every time. Then judge the area ize of kin color detected by the current threhold, if the color of kin area i increaing, record color of kin incremental and threhold value at thi time, if the color of kin area i reducing, record all the kin after incremental and correponded threhold from big to mall according to color of kin by incremental ort, when the incremental i maximum, the threhold correponding i the bet [1-15]. Skin model flow chart i hown in Fig. 8. Skin Sample Image Set Skin Threhold Separate YCbCr Channel Separate SV Channel Reduce Skin Threhold Y Cb Cr S V Train Gau Model M(Cb,Cr) Train Gau Model M(,S) Increae Skin Area Y Reduce Threhold by increation Skin Probability P(Cb,Cr) Skin Probability P(,S) The mallet increation, The optimal Threhold Fig. 8. Skin model. 3. Contour Matching After pre-proceing, color egmentation i applied to capture the target geture. In order to enure real-time repone, thi article ue the twodimenional template matching method. Twodimenional contour of the cutom template, extract target geture contour match with the template outline. The moment of the contour i calculated the outline profile characteritic point, the invariant ditance propoed by u, i defined on the normalized center ditance of even invariant ditance, they have rotation, tranlation, caling invariance [11]. Thi paper tudie the geture and calculating target of the template u moment imilarity;

5 14 Computer Aided Drafting, Deign and Manufacturing (CADDM), Vol.5, o.3, Sep. 015 pecifically need to calculate the geometric moment and ma center, normalized center ditance at the ame moment. Finally calculate both the imilarity of invariant moment, and et threhold to determine the match i ucceful or not. 3.3 Feature Extraction (1) Determine of finger The algorithm of determining whether the target geture i finger or not and the direction of finger toward i hown a follow: Start: calculate the center of gravity of the object contour and the external center of the rectangle. Switch: compared the vertical axi with the threhold. Cae 1. if the vertical axi in the center of gravity i lower than threhold, then there i no finger geture; Cae. if the center of gravity in the center of the bottom indicate that the finger i pointing upward; Cae 3. if the center of gravity in the center of the top indicate that finger i pointing below. () Extraction of fingertip The algorithm to determine the fingertip location idea from the target geture contour i a follow: Step 1. Calculate the contour of the center of ma M(x, y); Step. Calculate the contour at every point of the polar angle, convert each two-dimenional polar coordinate, M(x, y) for the converion center at all point by polar angle and polar radiu ize of the ort; Step 3. Calculate the contour polar coordinate point to the M(x, y) the average of the ditance k; Step 4. The ize of the polar angle in the numerical range [5, 315 ] within the polar radiu of the contour point et to 0, in order to achieve the filtering of the writ and arm; Step 5. The ize of the polar angle le than the average k i the polar radiu of the contour point et to 0, to achieve the palm of your hand i removed and the remaining point of the fingertip region. 4 Interactive Application Thi ytem can match a variety of predefined and uer-defined template. The recognition effect i hown in Fig. 9, the left one how a current profile and matching the template number, the middle one how the ource image, contour extraction and matching template number, and the right how a kin color egmentation effect. Fig. 10 how the drawing interaction effect by our ytem, the left one how a finger to draw the graphic, the middle one how a ource of image and contour fingertip poitioning, the right image how the color egmentation reult. Fig. 9. Geture matching effect of our ytem. Fig. 10. Finger drawing effect of our ytem. Fig. 11 how the application that uing geture to browe the photo through our ytem, the ytem define the fingertip move to left direction to viit the previou picture, and the fingertip move to the right to browe to the next picture. The left of Fig. 11 how the currently diplayed picture and picture number, the middle part how a trajectory of the fingertip poitioning and fingertip movement, the right part how kin color egmentation. 3 Fig. 11. Browe picture effect of our ytem.

6 YE Wen-yu et al., Reearch of atural Geture Recognition and Interactive Technology Compatible with 15 5 Teting and Evaluation In order to ae the effect of the ytem identification, multiple indexe are defined hown in Table 1, the indexe include: Profile = number of the outline of the image color egmentation to extract; Contour hit rate = the number of ucceful match / current contour; Geture hit rate = the number of ucceful match / total number of frame; From Table 1, it i hown that the outline of the ytem hit rate i gradually enhanced from 50% to 94% from the initialization of the ytem to a period of running, the geture hit rate gradually rie from 5% to 85%, howing the contour extraction and template matching efficiency comparion well, adaptive proce to identify the efficiency of teady improvement in compliance with the deign expected. Table 1. Experimental Data Acquiition Current contour / μm Good contour / μm Good contour rate /% Succeful match / μm Good contour match /% Contour hit rate /% Geture hit rate /% Fig. 1. Fig. 13. Effect of YCbCr model. Effect of SV model. Thi paper realize an adaptive color model of the two color pace, and define two mode: predefined threhold and real-time acquiition of color information to generate the threhold, the threhold of the two mode contain the two type of YCbCr pace and SV pace through real-time acquiition, and the color model can improve the adaptability of the ytem in different environment, two color pace egmentation of color in different environment are hown in Fig. 1 and Fig. 13, the background of the two map i more complex, SV kin color egmentation i better than YCbCr, their repective following two imple background but high light, the color egmentation reult the YCbCr uperior to of SV; It can be een that both the pro and con i not abolute, under different circumtance, the effect of the two method differ by real-time contrat, the uer can choice egmentation method for geture recognition and interaction. For the verification ytem of the geture recognition rate, we tet ten predefined geture which predefined by the ytem in different context to elect 10 ample video, and the reult of the tatitical tet are a follow: (1) Background i imple and no color interference can extract a clear outline, a hown in Fig.14. The contour edge are mooth, flawle interference. The

7 16 Computer Aided Drafting, Deign and Manufacturing (CADDM), Vol.5, o.3, Sep. 015 recognition rate i higher; the tatitical reult are hown in Table. geture recognition rate i from 67% to 9%, dynamic geture recognition rate i from 80 percent to 90 percent, with 0.5 to 1 econd delay. The reult of our ytem are atifactory with the deign goal. Fig. 14. Simple background geture recognition reult. Table. Geture template number Simple Background Environment Recognition Rate Statitic (Unit: %) YCbCr recognition rate SV recognition rate Average 90 9 () Complex background, without the interference of kin color and high light, the extraction efficiency i moderate, a hown in Fig.15. The outline of the edge i not mooth, there are minor flaw, YCbCr identification rate i lightly reduced and SV largely decline. The tatitical reult are hown in Table 3. Under the condition with no imilar color, high-light interference and the appropriate ditance from people to camera (0.5 m to.5 m), the tatic Fig. 15. Complex background geture recognition reult of our ytem. Under the condition with no imilar color, high-light interference and the appropriate ditance from people to camera (0.5 to.5 m), the tatic geture recognition rate i from 67% to 9%, dynamic geture recognition rate i from 80 percent to 90 percent, with 0.5 to 1 econd delay. The reult of our ytem are atifactory with the deign goal. Table 3. Geture template number Complex Background Environment Recognition Rate Statitic ( %) YCbCr recognition rate Average SV recognition rate Table 4. Recognition Rate Statitic Between Popular Algorithm in Different Environment (%) Algorithm Low illumination Backlit Complex background igh peed Adaptive kin egmentation in YUV model Adaptive kin egmentation in SV model Subtraction method Kinect ytem Thi paper At lat, thi reearch how the accuracy of recognition in popular algorithm under different tate in Table 4. It how that thi paper i more accurate than ingle color model in all condition below, but lower than Kinect Sytem for the infrared reflection module. Uing ingle camera to reduce the experience gap which come from Kinect mut be the next objective in thi reearch.

8 YE Wen-yu et al., Reearch of atural Geture Recognition and Interactive Technology Compatible with 17 6 Concluion Thi article focued on OpenCV development librarie, our method uing a ingle camera i compatible with dual-color pace of tatic geture and dynamic geture recognition and interaction. The main function include: Thi paper analyzed the comparion of YCbCr and SV color pace, combined of Gauian model to etimate the initial color value, repectively. baed on adaptive threhold in YCbCr and SV color to realize egmentation model; through real-time adaptive threhold mechanim enhanced adaptability of our ytem to the environment; The experiment how that the model algorithm i imple, fat real-time egmentation of any reolution of the camera; in interaction deign, thi paper give different output for tatic geture and dynamic geture. For tatic geture, after the ucce of matching, the ytem will output the template of number; with dynamic geture, finger drawing and browe the picture can be realized. The experiment how that the interaction effect of the tatic geture recognition rate and dynamic geture to achieve the deired goal. The ytem can quickly extracted kin color from a imple background, but with complicated background the color egmentation i not o atifactory. The focu of future reearch i to improve the ytem adaptability, tability, and the three-dimenional cene interaction. Reference [1] Lv Y. Camera Geture Interaction Sytem [D] Qingdao: Qingdao Univerity, 009. [] Daggotar F, Sarrafzadeh A, Meom C. Multi-layered hand and face tracking for real-time geture recognition [C]// the 008 International Conference on eural Information Proceing, Auckland, ew Zealand, LCS, 009, 5506: [3] Vafadar M, Behrad A. uman hand geture recognition uing motion orientation hitogram for interaction of handicapped peron witll computer [C]// the 008 International Conference on Image and Signal Proceing, Cherbourg, France, LCS, 008, 5099: [4] Wilkowki A. A MM-baed ytem for real-time geture recognition in movie equence [C]// Proceeding of the 008 Conference on uman Sytem Interaction, Krakow, Poland, 008: [5] Xu J F, Jun S Q, Shi Y W, et al. Implementation of digital chime-bell interaction ytem driven by hand geture [C]// the 008 International Conference on Pervaive Computing and Application, Alexandria, Egypt, 008: [6] akaya Y, akakuki T. A practical approach for recognition of hand geture and ditinction of it ingularity [C]// Automation and Logitic (ICAL), 010 IEEE International Conference on, 010: [7] Lee J Y, Yoo S I. An elliptical boundary model for kin color detection [C]// Proceeding of the 00 International Conference on Imaging Science, Sytem, and Technology, 00. [8] Zhao J L, Chen T D. An approach to dynamic geture recognition for real time interaction [C]// Proceeding of ls009: [9] Szénái S. Ditributed Implementation of Cell uclei Detection Algorithm, Recent Advance in Image, Audio and Signal Proceing [M]. WSEAS Pre, Budapet, 013: [10] Zarit B D, Super B J. Comparion of five color model in kin pixel claification [C]// Proceeding of the International Workhop on Recognition, Analyi, and Tracking of Face and Geture in Real-time Sytem, Corfu, Greece,1999: [11] Jayaram S, Schmugge S. Effect of color pace tranformation, the illuminance component and color modeling on kin detection [C]// Proceeding of the IEEE Computer Society Conference on Computer Viion and Pattem Reeognition,Wahington, DC, USA,004: [1] Wang. Baed on Viual Real-time Tracking and Recognition and Geture in the Application of uman-computer Interaction [D]. angzhou: Zhejiang Univerity, 008. [13] Xia Z Y. uman Skin Diviion Technology Reearch and Application [D]. Changha: Central South Univerity, 009. [14] Tenilion J C, Shirazi M, Fukamachi. Comparative performance of different kin chrominance model and chrominance pace for the automatic detection of human face in color image [C]// Proceeding of Conference of Automatic Face and Geture Recognition, Grenoble, France, 003: [15] Qi S M. Geture Tracking and Recognition Technology in the Sequence of Image [D]. Suzhou: Suzhou Univerity, 008. YE Wen-yu, mater degree candidate for Guangdong Univerity of Technology, the main of reearch field i computer viion and virtual reality. FEG Kai-ping, a profeor and mater tutor for Guangdong Univerity of Technology, the main of reearch field are virtual reality, computer viion, interaction technology and application baed on web and computer animation. fengkp@ gdut.edu.cn. LUO a, mater degree candidate for Guangdong Univerity of Technology, the main of reearch field i computer viion and virtual reality.

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc MAT 155: Decribing, Exploring, and Comparing Data Page 1 of 8 001-oteCh-3.doc ote for Chapter Summarizing and Graphing Data Chapter 3 Decribing, Exploring, and Comparing Data Frequency Ditribution, Graphic

More information

Tracking High Speed Skater by Using Multiple Model

Tracking High Speed Skater by Using Multiple Model Vol. 2, No. 26 Tracing High Speed Sater by Uing Multiple Model Guojun Liu & Xianglong Tang School of Computer Science & Engineering Harbin Intitute of Technology Harbin 5000, China E-mail: hitliu@hit.edu.cn

More information

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks Performance of a Robut Filter-baed Approach for Contour Detection in Wirele Senor Network Hadi Alati, William A. Armtrong, Jr., and Ai Naipuri Department of Electrical and Computer Engineering The Univerity

More information

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart.

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart. Univerität Augburg à ÊÇÅÍÆ ËÀǼ Approximating Optimal Viual Senor Placement E. Hörter, R. Lienhart Report 2006-01 Januar 2006 Intitut für Informatik D-86135 Augburg Copyright c E. Hörter, R. Lienhart Intitut

More information

/06/$ IEEE 364

/06/$ IEEE 364 006 IEEE International ympoium on ignal Proceing and Information Technology oie Variance Etimation In ignal Proceing David Makovoz IPAC, California Intitute of Technology, MC-0, Paadena, CA, 95 davidm@ipac.caltech.edu;

More information

Trainable Context Model for Multiscale Segmentation

Trainable Context Model for Multiscale Segmentation Trainable Context Model for Multicale Segmentation Hui Cheng and Charle A. Bouman School of Electrical and Computer Engineering Purdue Univerity Wet Lafayette, IN 47907-1285 {hui, bouman}@ ecn.purdue.edu

More information

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit Senor & randucer, Vol. 8, Iue 0, October 204, pp. 34-40 Senor & randucer 204 by IFSA Publihing, S. L. http://www.enorportal.com Compreed Sening Image Proceing Baed on Stagewie Orthogonal Matching Puruit

More information

3D SMAP Algorithm. April 11, 2012

3D SMAP Algorithm. April 11, 2012 3D SMAP Algorithm April 11, 2012 Baed on the original SMAP paper [1]. Thi report extend the tructure of MSRF into 3D. The prior ditribution i modified to atify the MRF property. In addition, an iterative

More information

Planning of scooping position and approach path for loading operation by wheel loader

Planning of scooping position and approach path for loading operation by wheel loader 22 nd International Sympoium on Automation and Robotic in Contruction ISARC 25 - September 11-14, 25, Ferrara (Italy) 1 Planning of cooping poition and approach path for loading operation by wheel loader

More information

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing.

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing. Send Order for Reprint to reprint@benthamcience.ae 488 The Open Automation and Control Sytem Journal, 2014, 6, 488-492 Open Acce Parameter Optimization of Linear Phaed Array Tranducer for Defect Detection

More information

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES MAKARA, TEKNOLOGI, VOL. 9, NO., APRIL 5: 3-35 3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES Mochammad Zulianyah Informatic Engineering, Faculty of Engineering, ARS International Univerity,

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each type of circuit will be implemented in two

More information

Mid-term review ECE 161C Electrical and Computer Engineering University of California San Diego

Mid-term review ECE 161C Electrical and Computer Engineering University of California San Diego Mid-term review ECE 161C Electrical and Computer Engineering Univerity of California San Diego Nuno Vaconcelo Spring 2014 1. We have een in cla that one popular technique for edge detection i the Canny

More information

Focused Video Estimation from Defocused Video Sequences

Focused Video Estimation from Defocused Video Sequences Focued Video Etimation from Defocued Video Sequence Junlan Yang a, Dan Schonfeld a and Magdi Mohamed b a Multimedia Communication Lab, ECE Dept., Univerity of Illinoi, Chicago, IL b Phyical Realization

More information

How to Select Measurement Points in Access Point Localization

How to Select Measurement Points in Access Point Localization Proceeding of the International MultiConference of Engineer and Computer Scientit 205 Vol II, IMECS 205, March 8-20, 205, Hong Kong How to Select Meaurement Point in Acce Point Localization Xiaoling Yang,

More information

Comparison of Methods for Horizon Line Detection in Sea Images

Comparison of Methods for Horizon Line Detection in Sea Images Comparion of Method for Horizon Line Detection in Sea Image Tzvika Libe Evgeny Gerhikov and Samuel Koolapov Department of Electrical Engineering Braude Academic College of Engineering Karmiel 2982 Irael

More information

Modeling of underwater vehicle s dynamics

Modeling of underwater vehicle s dynamics Proceeding of the 11th WEA International Conference on YTEM, Agio Nikolao, Crete Iland, Greece, July 23-25, 2007 44 Modeling of underwater vehicle dynamic ANDRZEJ ZAK Department of Radiolocation and Hydrolocation

More information

Multi-Target Tracking In Clutter

Multi-Target Tracking In Clutter Multi-Target Tracking In Clutter John N. Sander-Reed, Mary Jo Duncan, W.B. Boucher, W. Michael Dimmler, Shawn O Keefe ABSTRACT A high frame rate (0 Hz), multi-target, video tracker ha been developed and

More information

Research on Target Detection based on moving Image

Research on Target Detection based on moving Image International Journal of Science Vol.5 No.4 018 ISSN: 1813-4890 Reearch on Target Detection baed on moving Image Feiyan Wu 1, Xianwen Liao 1 Guangxi College and Univeritie Key Laboratory of Profeional

More information

Building a Compact On-line MRF Recognizer for Large Character Set using Structured Dictionary Representation and Vector Quantization Technique

Building a Compact On-line MRF Recognizer for Large Character Set using Structured Dictionary Representation and Vector Quantization Technique 202 International Conference on Frontier in Handwriting Recognition Building a Compact On-line MRF Recognizer for Large Character Set uing Structured Dictionary Repreentation and Vector Quantization Technique

More information

Research on Star Image Noise Filtering Based on Diffusion Model of Regularization Influence Function

Research on Star Image Noise Filtering Based on Diffusion Model of Regularization Influence Function 016 Sith International Conference on Intrumentation & Meaurement Computer Communication and Control Reearch on Star Image Noie Filtering Baed on Diffuion Model of Regularization Influence Function SunJianming

More information

CENTER-POINT MODEL OF DEFORMABLE SURFACE

CENTER-POINT MODEL OF DEFORMABLE SURFACE CENTER-POINT MODEL OF DEFORMABLE SURFACE Piotr M. Szczypinki Iintitute of Electronic, Technical Univerity of Lodz, Poland Abtract: Key word: Center-point model of deformable urface for egmentation of 3D

More information

Texture-Constrained Active Shape Models

Texture-Constrained Active Shape Models 107 Texture-Contrained Active Shape Model Shuicheng Yan, Ce Liu Stan Z. Li Hongjiang Zhang Heung-Yeung Shum Qianheng Cheng Microoft Reearch Aia, Beijing Sigma Center, Beijing 100080, China Dept. of Info.

More information

A User-Attention Based Focus Detection Framework and Its Applications

A User-Attention Based Focus Detection Framework and Its Applications A Uer-Attention Baed Focu Detection Framework and It Application Chia-Chiang Ho, Wen-Huang Cheng, Ting-Jian Pan, Ja-Ling Wu Communication and Multimedia Laboratory, Department of Computer Science and Information

More information

The Implementation of an Adaptive Mechanism in the RTP Packet in Mobile Video Transmission

The Implementation of an Adaptive Mechanism in the RTP Packet in Mobile Video Transmission 2011 International Conference on Information Management and Engineering (ICIME 2011) IPCSIT vol. 52 (2012) (2012) IACSIT Pre, Singapore DOI: 10.7763/IPCSIT.2012.V52.91 The Implementation of an Adaptive

More information

(12) Patent Application Publication (10) Pub. No.: US 2011/ A1

(12) Patent Application Publication (10) Pub. No.: US 2011/ A1 (19) United State US 2011 0316690A1 (12) Patent Application Publication (10) Pub. No.: US 2011/0316690 A1 Siegman (43) Pub. Date: Dec. 29, 2011 (54) SYSTEMAND METHOD FOR IDENTIFYING ELECTRICAL EQUIPMENT

More information

Multiclass Road Sign Detection using Multiplicative Kernel

Multiclass Road Sign Detection using Multiplicative Kernel Proceeding of the Croatian Computer Viion Workhop, Year 1 Multicla Road Sign Detection uing Multiplicative Kernel Valentina Zadrija Mireo d. d. Zagreb, Croatia valentina.zadrija@mireo.hr Siniša Šegvić

More information

Reporting Checklist for Nature Neuroscience

Reporting Checklist for Nature Neuroscience Correponding Author: Manucript Number: Manucript Type: Jeremy Elman NNBC48172A Brief Communication Reporting Checklit for Nature Neurocience # Figure: 2 # Figure: 5 # Table: 6 # Video: 0 Thi checklit i

More information

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Vietnam Journal of Science and Technology 55 (5) (017) 650-657 DOI: 10.1565/55-518/55/5/906 A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Nguyen Huu Quang *, Banh

More information

Motion Control (wheeled robots)

Motion Control (wheeled robots) 3 Motion Control (wheeled robot) Requirement for Motion Control Kinematic / dynamic model of the robot Model of the interaction between the wheel and the ground Definition of required motion -> peed control,

More information

Representations and Transformations. Objectives

Representations and Transformations. Objectives Repreentation and Tranformation Objective Derive homogeneou coordinate tranformation matrice Introduce tandard tranformation - Rotation - Tranlation - Scaling - Shear Scalar, Point, Vector Three baic element

More information

A Novel Feature Line Segment Approach for Pattern Classification

A Novel Feature Line Segment Approach for Pattern Classification 12th International Conference on Information Fuion Seattle, WA, USA, July 6-9, 2009 A Novel Feature Line Segment Approach for Pattern Claification Yi Yang Intitute of Integrated Automation Xi an Jiaotong

More information

An Active Stereo Vision System Based on Neural Pathways of Human Binocular Motor System

An Active Stereo Vision System Based on Neural Pathways of Human Binocular Motor System Journal of Bionic Engineering 4 (2007) 185 192 An Active Stereo Viion Sytem Baed on Neural Pathway of Human Binocular Motor Sytem Yu-zhang Gu 1, Makoto Sato 2, Xiao-lin Zhang 2 1. Department of Advanced

More information

Gray-level histogram. Intensity (grey-level) transformation, or mapping. Use of intensity transformations:

Gray-level histogram. Intensity (grey-level) transformation, or mapping. Use of intensity transformations: Faculty of Informatic Eötvö Loránd Univerity Budapet, Hungary Lecture : Intenity Tranformation Image enhancement by point proceing Spatial domain and frequency domain method Baic Algorithm for Digital

More information

Key Terms - MinMin, MaxMin, Sufferage, Task Scheduling, Standard Deviation, Load Balancing.

Key Terms - MinMin, MaxMin, Sufferage, Task Scheduling, Standard Deviation, Load Balancing. Volume 3, Iue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Reearch in Computer Science and Software Engineering Reearch Paper Available online at: www.ijarce.com Tak Aignment in

More information

Markov Random Fields in Image Segmentation

Markov Random Fields in Image Segmentation Preented at SSIP 2011, Szeged, Hungary Markov Random Field in Image Segmentation Zoltan Kato Image Proceing & Computer Graphic Dept. Univerity of Szeged Hungary Zoltan Kato: Markov Random Field in Image

More information

LinkGuide: Towards a Better Collection of Hyperlinks in a Website Homepage

LinkGuide: Towards a Better Collection of Hyperlinks in a Website Homepage Proceeding of the World Congre on Engineering 2007 Vol I LinkGuide: Toward a Better Collection of Hyperlink in a Webite Homepage A. Ammari and V. Zharkova chool of Informatic, Univerity of Bradford anammari@bradford.ac.uk,

More information

else end while End References

else end while End References 621-630. [RM89] [SK76] Roenfeld, A. and Melter, R. A., Digital geometry, The Mathematical Intelligencer, vol. 11, No. 3, 1989, pp. 69-72. Sklanky, J. and Kibler, D. F., A theory of nonuniformly digitized

More information

Audio-Visual Voice Command Recognition in Noisy Conditions

Audio-Visual Voice Command Recognition in Noisy Conditions Audio-Viual Voice Command Recognition in Noiy Condition Joef Chaloupka, Jan Nouza, Jindrich Zdanky Laboratory of Computer Speech Proceing, Intitute of Information Technology and Electronic, Technical Univerity

More information

An Approach to a Test Oracle for XML Query Testing

An Approach to a Test Oracle for XML Query Testing An Approach to a Tet Oracle for XML Query Teting Dae S. Kim-Park, Claudio de la Riva, Javier Tuya Univerity of Oviedo Computing Department Campu of Vieque, /n, 33204 (SPAIN) kim_park@li.uniovi.e, claudio@uniovi.e,

More information

A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED

A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED Jutin Domke and Yianni Aloimono Computational Viion Laboratory, Center for Automation Reearch Univerity of Maryland College Park,

More information

ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION

ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION A. Váque-Nava * Ecuela de Ingeniería. CENTRO UNIVERSITARIO MEXICO. DIVISION DE ESTUDIOS SUPERIORES J. Figueroa

More information

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem,

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem, COMPETITIVE PROBABIISTIC SEF-ORGANIZING MAPS FOR ROUTING PROBEMS Haan Ghaziri AUB, OSB Beirut, ebanon ghaziri@aub.edu.lb Abtract In thi paper, we have applied the concept of the elf-organizing map (SOM)

More information

On combining Learning Vector Quantization and the Bayesian classifiers for natural textured images

On combining Learning Vector Quantization and the Bayesian classifiers for natural textured images On combining Learning Vector Quantization and the Bayeian claifier for natural textured image María Guiarro Dept. Ingeniería del Software e Inteligencia Artificial Facultad Informática Univeridad Complutene

More information

IMPLEMENTATION OF AREA, VOLUME AND LINE SOURCES

IMPLEMENTATION OF AREA, VOLUME AND LINE SOURCES December 01 ADMS 5 P503I1 IMPEMENTATION OF AREA, VOUME AND INE SOURCES The Met. Office (D J Thomon) and CERC 1. INTRODUCTION ADMS model line ource, and area and volume ource with conve polgon bae area.

More information

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1 A new imultaneou ource eparation algorithm uing frequency-divere filtering Ying Ji*, Ed Kragh, and Phil Chritie, Schlumberger Cambridge Reearch Summary We decribe a new imultaneou ource eparation algorithm

More information

Laboratory Exercise 2

Laboratory Exercise 2 Laoratory Exercie Numer and Diplay Thi i an exercie in deigning cominational circuit that can perform inary-to-decimal numer converion and inary-coded-decimal (BCD) addition. Part I We wih to diplay on

More information

Introduction to PET Image Reconstruction. Tomographic Imaging. Projection Imaging. PET Image Reconstruction 11/6/07

Introduction to PET Image Reconstruction. Tomographic Imaging. Projection Imaging. PET Image Reconstruction 11/6/07 Introduction to PET Image Recontruction Adam Aleio Nuclear Medicine Lecture Imaging Reearch Laboratory Diviion of Nuclear Medicine Univerity of Wahington Fall 2007 http://dept.wahington.edu/nucmed/irl/education.html

More information

SLA Adaptation for Service Overlay Networks

SLA Adaptation for Service Overlay Networks SLA Adaptation for Service Overlay Network Con Tran 1, Zbigniew Dziong 1, and Michal Pióro 2 1 Department of Electrical Engineering, École de Technologie Supérieure, Univerity of Quebec, Montréal, Canada

More information

Service and Network Management Interworking in Future Wireless Systems

Service and Network Management Interworking in Future Wireless Systems Service and Network Management Interworking in Future Wirele Sytem V. Tountopoulo V. Stavroulaki P. Demeticha N. Mitrou and M. Theologou National Technical Univerity of Athen Department of Electrical Engineering

More information

Motivation: Level Sets. Input Data Noisy. Easy Case Use Marching Cubes. Intensity Varies. Non-uniform Exposure. Roger Crawfis

Motivation: Level Sets. Input Data Noisy. Easy Case Use Marching Cubes. Intensity Varies. Non-uniform Exposure. Roger Crawfis Level Set Motivation: Roger Crawfi Slide collected from: Fan Ding, Charle Dyer, Donald Tanguay and Roger Crawfi 4/24/2003 R. Crawfi, Ohio State Univ. 109 Eay Cae Ue Marching Cube Input Data Noiy 4/24/2003

More information

A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE CONSTITUTED WITH MACHINING PROCESS BY MATERIAL REMOVAL

A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE CONSTITUTED WITH MACHINING PROCESS BY MATERIAL REMOVAL International Journal of Mechanical and Production Engineering Reearch and Development (IJMPERD) ISSN 49-689 Vol. 3, Iue, Mar 3, 4-5 TJPRC Pvt. Ltd. A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE

More information

A Load Balancing Model based on Load-aware for Distributed Controllers. Fengjun Shang, Wenjuan Gong

A Load Balancing Model based on Load-aware for Distributed Controllers. Fengjun Shang, Wenjuan Gong 4th International Conference on Machinery, Material and Computing Technology (ICMMCT 2016) A Load Balancing Model baed on Load-aware for Ditributed Controller Fengjun Shang, Wenjuan Gong College of Compute

More information

Edits in Xylia Validity Preserving Editing of XML Documents

Edits in Xylia Validity Preserving Editing of XML Documents dit in Xylia Validity Preerving diting of XML Document Pouria Shaker, Theodore S. Norvell, and Denni K. Peter Faculty of ngineering and Applied Science, Memorial Univerity of Newfoundland, St. John, NFLD,

More information

RESEARCH ON SAR IMAGE MATCHING TECHNOLOGY BASED ON SIFT

RESEARCH ON SAR IMAGE MATCHING TECHNOLOGY BASED ON SIFT RESEARCH ON SAR IMAGE MATCHING TECHNOLOGY BASED ON SIFT LIU Jing-zheng, YU Xu-chu Zhengzhou Intitute of Surveying and Mapping, 66 Longhai Road, Zhengzhou 45005,China-ljzchxy@63.com Commiion I, WG I/ KEY

More information

A TOPSIS based Method for Gene Selection for Cancer Classification

A TOPSIS based Method for Gene Selection for Cancer Classification Volume 67 No17, April 2013 A TOPSIS baed Method for Gene Selection for Cancer Claification IMAbd-El Fattah,WIKhedr, KMSallam, 1 Department of Statitic, 3 Department of Deciion upport, 2 Department of information

More information

Image authentication and tamper detection using fragile watermarking in spatial domain

Image authentication and tamper detection using fragile watermarking in spatial domain International Journal of Advanced Reearch in Computer Engineering & Technology (IJARCET) Volume 6, Iue 7, July 2017, ISSN: 2278 1323 Image authentication and tamper detection uing fragile watermarking

More information

(12) Patent Application Publication (10) Pub. No.: US 2003/ A1

(12) Patent Application Publication (10) Pub. No.: US 2003/ A1 US 2003O196031A1 (19) United State (12) Patent Application Publication (10) Pub. No.: US 2003/0196031 A1 Chen (43) Pub. Date: Oct. 16, 2003 (54) STORAGE CONTROLLER WITH THE DISK Related U.S. Application

More information

A DIVISIVE HIERARCHICAL CLUSTERING- BASED METHOD FOR INDEXING IMAGE INFORMATION

A DIVISIVE HIERARCHICAL CLUSTERING- BASED METHOD FOR INDEXING IMAGE INFORMATION A DIVISIVE HIERARCHICAL CLUSTERING- BASED METHOD FOR INDEXING IMAGE INFORMATION ABSTRACT Najva Izadpanah Department of Computer Engineering, Ilamic Azad Univerity, Qazvin Branch, Qazvin, Iran In mot practical

More information

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK ES05 Analyi and Deign of Engineering Sytem: Lab : An Introductory Tutorial: Getting Started with SIMULINK What i SIMULINK? SIMULINK i a oftware package for modeling, imulating, and analyzing dynamic ytem.

More information

Aalborg Universitet. Published in: Proceedings of the Working Conference on Advanced Visual Interfaces

Aalborg Universitet. Published in: Proceedings of the Working Conference on Advanced Visual Interfaces Aalborg Univeritet Software-Baed Adjutment of Mobile Autotereocopic Graphic Uing Static Parallax Barrier Paprocki, Martin Marko; Krog, Kim Srirat; Kritofferen, Morten Bak; Krau, Martin Publihed in: Proceeding

More information

Mirror shape recovery from image curves and intrinsic parameters: Rotationally symmetric and conic mirrors. Abstract. 2. Mirror shape recovery

Mirror shape recovery from image curves and intrinsic parameters: Rotationally symmetric and conic mirrors. Abstract. 2. Mirror shape recovery Mirror hape recovery from image curve and intrinic parameter: Rotationally ymmetric and conic mirror Nuno Gonçalve and Helder Araújo Λ Intitute of Sytem and Robotic Univerity of Coimbra Pinhal de Marroco

More information

Using Mouse Feedback in Computer Assisted Transcription of Handwritten Text Images

Using Mouse Feedback in Computer Assisted Transcription of Handwritten Text Images 2009 10th International Conference on Document Analyi and Recognition Uing Moue Feedback in Computer Aited Trancription of Handwritten Text Image Verónica Romero, Alejandro H. Toelli, Enrique Vidal Intituto

More information

A reduced reference image quality metric based on feature fusion and neural networks

A reduced reference image quality metric based on feature fusion and neural networks Univerity of Wollongong Reearch Online Faculty of Engineering and Information Science - Paper: Part A Faculty of Engineering and Information Science 2011 A reduced reference image quality metric baed on

More information

UC Berkeley International Conference on GIScience Short Paper Proceedings

UC Berkeley International Conference on GIScience Short Paper Proceedings UC Berkeley International Conference on GIScience Short Paper Proceeding Title A novel method for probabilitic coverage etimation of enor network baed on 3D vector repreentation in complex urban environment

More information

A Boyer-Moore Approach for. Two-Dimensional Matching. Jorma Tarhio. University of California. Berkeley, CA Abstract

A Boyer-Moore Approach for. Two-Dimensional Matching. Jorma Tarhio. University of California. Berkeley, CA Abstract A Boyer-Moore Approach for Two-Dimenional Matching Jorma Tarhio Computer Science Diviion Univerity of California Berkeley, CA 94720 Abtract An imple ublinear algorithm i preented for two-dimenional tring

More information

Handling Degenerate Cases in Exact Geodesic Computation on Triangle Meshes

Handling Degenerate Cases in Exact Geodesic Computation on Triangle Meshes The Viual Computer manucript. (will be inerted b the editor) Yong-Jin Liu Qian-Yi Zhou Shi-Min Hu Degenerate Cae in Eact Geodeic Computation on Triangle Mehe Abtract The computation of eact geodeic on

More information

SIMIT 7. Component Type Editor (CTE) User manual. Siemens Industrial

SIMIT 7. Component Type Editor (CTE) User manual. Siemens Industrial SIMIT 7 Component Type Editor (CTE) Uer manual Siemen Indutrial Edition January 2013 Siemen offer imulation oftware to plan, imulate and optimize plant and machine. The imulation- and optimizationreult

More information

Drawing Lines in 2 Dimensions

Drawing Lines in 2 Dimensions Drawing Line in 2 Dimenion Drawing a traight line (or an arc) between two end point when one i limited to dicrete pixel require a bit of thought. Conider the following line uperimpoed on a 2 dimenional

More information

COLLAGEN ORIENTATION AND WAVINESS WITHIN THE VEIN WALL

COLLAGEN ORIENTATION AND WAVINESS WITHIN THE VEIN WALL XI International Conference on Computational Platicity. Fundamental and Application COMPLAS XI E. Oñate, D.R.J. Owen, D. Peric and B. Suárez (Ed) COLLAGEN ORIENTATION AND WAVINESS WITHIN THE VEIN WALL

More information

Analysis of slope stability

Analysis of slope stability Engineering manual No. 8 Updated: 02/2016 Analyi of lope tability Program: Slope tability File: Demo_manual_08.gt In thi engineering manual, we are going to how you how to verify the lope tability for

More information

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment Int. J. Communication, Network and Sytem Science, 0, 5, 90-97 http://dx.doi.org/0.436/ijcn.0.50 Publihed Online February 0 (http://www.scirp.org/journal/ijcn) Increaing Throughput and Reducing Delay in

More information

Distributed Packet Processing Architecture with Reconfigurable Hardware Accelerators for 100Gbps Forwarding Performance on Virtualized Edge Router

Distributed Packet Processing Architecture with Reconfigurable Hardware Accelerators for 100Gbps Forwarding Performance on Virtualized Edge Router Ditributed Packet Proceing Architecture with Reconfigurable Hardware Accelerator for 100Gbp Forwarding Performance on Virtualized Edge Router Satohi Nihiyama, Hitohi Kaneko, and Ichiro Kudo Abtract To

More information

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications DAROS: Ditributed Uer-Server Aignment And Replication For Online Social Networking Application Thuan Duong-Ba School of EECS Oregon State Univerity Corvalli, OR 97330, USA Email: duongba@eec.oregontate.edu

More information

Frequency Table Computation on Dataflow Architecture

Frequency Table Computation on Dataflow Architecture Frequency Table Computation on Dataflow Architecture P. Škoda *, V. Sruk **, and B. Medved Rogina * * Ruđer Bošković Intitute, Zagreb, Croatia ** Faculty of Electrical Engineering and Computing, Univerity

More information

Supporting information. Versatile Polarization Generation with an Aluminum Plasmonic Metasurface

Supporting information. Versatile Polarization Generation with an Aluminum Plasmonic Metasurface Supporting information Veratile Polarization Generation with an Aluminum Plamonic Metaurface Pin Chieh Wu,, Wei-Yi Tai, Wei Ting Chen, Yao-Wei Huang, Ting-Yu Chen, Jia-Wern Chen, Chun Yen Liao, Cheng Hung

More information

xy-monotone path existence queries in a rectilinear environment

xy-monotone path existence queries in a rectilinear environment CCCG 2012, Charlottetown, P.E.I., Augut 8 10, 2012 xy-monotone path exitence querie in a rectilinear environment Gregory Bint Anil Mahehwari Michiel Smid Abtract Given a planar environment coniting of

More information

Digifort Standard. Architecture

Digifort Standard. Architecture Digifort Standard Intermediate olution for intalling up to 32 camera The Standard verion provide the ideal reource for local and remote monitoring of up to 32 camera per erver and a the intermediate verion

More information

A Handover Scheme for Mobile WiMAX Using Signal Strength and Distance

A Handover Scheme for Mobile WiMAX Using Signal Strength and Distance A Handover Scheme for Mobile WiMAX Uing Signal Strength and Ditance Mary Alatie, Mjumo Mzyece and Anih Kurien Department of Electrical Engineering/French South African Intitute of Technology (F SATI) Thwane

More information

Analyzing Hydra Historical Statistics Part 2

Analyzing Hydra Historical Statistics Part 2 Analyzing Hydra Hitorical Statitic Part Fabio Maimo Ottaviani EPV Technologie White paper 5 hnode HSM Hitorical Record The hnode i the hierarchical data torage management node and ha to perform all the

More information

Learning-Based Quality Control for Cardiac MR Images

Learning-Based Quality Control for Cardiac MR Images 1 Learning-Baed Quality Control for Cardiac MR Image Giacomo Tarroni, Ozan Oktay, Wenjia Bai, Andrea Schuh, Hideaki Suzuki, Jonathan Paerat-Palmbach, Antonio de Marvao, Declan P. O Regan, Stuart Cook,

More information

Development of an atmospheric climate model with self-adapting grid and physics

Development of an atmospheric climate model with self-adapting grid and physics Intitute of Phyic Publihing Journal of Phyic: Conference Serie 16 (2005) 353 357 doi:10.1088/1742-6596/16/1/049 SciDAC 2005 Development of an atmopheric climate model with elf-adapting grid and phyic Joyce

More information

An Image Edge Detection Algorithm using Wavelet Transform and Fuzzy Techniques

An Image Edge Detection Algorithm using Wavelet Transform and Fuzzy Techniques An Image Edge Detection Algorithm uing Wavelet Tranform and Fuzzy Technique Bin Huang 1*, Jiaofeng Wang,Xiaomei Jin 3 1.College of Teacher Education, Quzhou Univerity, Zheiang Quzhou, china. Quzhou Vocational

More information

A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition.

A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition. A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition. Andrzej Ruta, Yongmin Li School of Information Sytem, Computing & Mathematic Brunel Univerity Uxbridge, Middleex UB8 3PH, United

More information

USING ARTIFICIAL NEURAL NETWORKS TO APPROXIMATE A DISCRETE EVENT STOCHASTIC SIMULATION MODEL

USING ARTIFICIAL NEURAL NETWORKS TO APPROXIMATE A DISCRETE EVENT STOCHASTIC SIMULATION MODEL USING ARTIFICIAL NEURAL NETWORKS TO APPROXIMATE A DISCRETE EVENT STOCHASTIC SIMULATION MODEL Robert A. Kilmer Department of Sytem Engineering Unite State Military Acaemy Wet Point, NY 1996 Alice E. Smith

More information

[N309] Feedforward Active Noise Control Systems with Online Secondary Path Modeling. Muhammad Tahir Akhtar, Masahide Abe, and Masayuki Kawamata

[N309] Feedforward Active Noise Control Systems with Online Secondary Path Modeling. Muhammad Tahir Akhtar, Masahide Abe, and Masayuki Kawamata he 32nd International Congre and Expoition on Noie Control Engineering Jeju International Convention Center, Seogwipo, Korea, Augut 25-28, 2003 [N309] Feedforward Active Noie Control Sytem with Online

More information

E-APPLAB #1

E-APPLAB #1 E-APPLAB-93-069850 #1 Ultrafat tomography experiment etup at D-1 Beamline at CHESS The experiment etup conit of three major part: x-ray ource, injection chambe and detecto a hown chematically in Fig. EPAPS1a.

More information

Floating Point CORDIC Based Power Operation

Floating Point CORDIC Based Power Operation Floating Point CORDIC Baed Power Operation Kazumi Malhan, Padmaja AVL Electrical and Computer Engineering Department School of Engineering and Computer Science Oakland Univerity, Rocheter, MI e-mail: kmalhan@oakland.edu,

More information

International Journal of Engineering Research & Technology (IJERT) ISSN: Vol. 2 Issue 5, May

International Journal of Engineering Research & Technology (IJERT) ISSN: Vol. 2 Issue 5, May Intertage Pipeline VLI Architecture for 2-D DWT Ajinkya. Bankar 1,Bhavika. haha 2, P.K. Kadbe 3 E&TC Department, Pune Univerity 1,2,3 VPCOE Baramati Abtract In thi paper, a cheme for the deign of a high-pd

More information

A Study of a Variable Compression Ratio and Displacement Mechanism Using Design of Experiments Methodology

A Study of a Variable Compression Ratio and Displacement Mechanism Using Design of Experiments Methodology A Study of a Variable Compreion Ratio and Diplacement Mechanim Uing Deign of Experiment Methodology Shugang Jiang, Michael H. Smith, Maanobu Takekohi Abtract Due to the ever increaing requirement for engine

More information

Laboratory Exercise 2

Laboratory Exercise 2 Laoratory Exercie Numer and Diplay Thi i an exercie in deigning cominational circuit that can perform inary-to-decimal numer converion and inary-coded-decimal (BCD) addition. Part I We wih to diplay on

More information

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak IMPROVED DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION Tak-Shing Wong, Charle A. Bouman, and Ilya Pollak School of Electrical and Computer Engineering Purdue Univerity ABSTRACT We propoe

More information

Lecture 14: Minimum Spanning Tree I

Lecture 14: Minimum Spanning Tree I COMPSCI 0: Deign and Analyi of Algorithm October 4, 07 Lecture 4: Minimum Spanning Tree I Lecturer: Rong Ge Scribe: Fred Zhang Overview Thi lecture we finih our dicuion of the hortet path problem and introduce

More information

A Multi-objective Genetic Algorithm for Reliability Optimization Problem

A Multi-objective Genetic Algorithm for Reliability Optimization Problem International Journal of Performability Engineering, Vol. 5, No. 3, April 2009, pp. 227-234. RAMS Conultant Printed in India A Multi-objective Genetic Algorithm for Reliability Optimization Problem AMAR

More information

(A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY

(A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY (A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY Chri Old, Chri Merchant Univerity of Edinburgh, The Crew Building, Wet Main Road, Edinburgh, EH9 3JN, United Kingdom Email: cold@ed.ac.uk Email:

More information

Quadrilaterals. Learning Objectives. Pre-Activity

Quadrilaterals. Learning Objectives. Pre-Activity Section 3.4 Pre-Activity Preparation Quadrilateral Intereting geometric hape and pattern are all around u when we tart looking for them. Examine a row of fencing or the tiling deign at the wimming pool.

More information

A System Dynamics Model for Transient Availability Modeling of Repairable Redundant Systems

A System Dynamics Model for Transient Availability Modeling of Repairable Redundant Systems International Journal of Performability Engineering Vol., No. 3, May 05, pp. 03-. RAMS Conultant Printed in India A Sytem Dynamic Model for Tranient Availability Modeling of Repairable Redundant Sytem

More information

Implementation of a momentum-based distance metric for motion graphs. Student: Alessandro Di Domenico (st.no ), Supervisor: Nicolas Pronost

Implementation of a momentum-based distance metric for motion graphs. Student: Alessandro Di Domenico (st.no ), Supervisor: Nicolas Pronost Implementation of a momentum-baed ditance metric for motion graph Student: Aleandro Di Domenico (t.no 3775682), Supervior: Nicola Pronot April 3, 2014 Abtract Thi report preent the procedure and reult

More information

Analytical Redundancy and Fuzzy Inference in AUV Fault Detection and Compensation

Analytical Redundancy and Fuzzy Inference in AUV Fault Detection and Compensation Analytical Redundancy and Fuzzy Inference in AUV Fault Detection and Compenation A. J. Healey Profeor and Director Center for AUV Reearch Naval Potgraduate School Monterey, CA 93953 healey@me.np.navy.mil

More information

Integration of Digital Test Tools to the Internet-Based Environment MOSCITO

Integration of Digital Test Tools to the Internet-Based Environment MOSCITO Integration of Digital Tet Tool to the Internet-Baed Environment MOSCITO Abtract Current paper decribe a new environment MOSCITO for providing acce to tool over the internet. The environment i built according

More information