CLUSTERING ALGORITHM OF VEHICLE MOTION TRAJECTORIES IN ENTRANCES AND EXITS OF FREEWAY. Zongyuan SUN1 Dongxue LI2

Size: px
Start display at page:

Download "CLUSTERING ALGORITHM OF VEHICLE MOTION TRAJECTORIES IN ENTRANCES AND EXITS OF FREEWAY. Zongyuan SUN1 Dongxue LI2"

Transcription

1 5th Internatonal Conference on Cvl, Archtectural and Hydraulc Engneerng (ICCAHE 206) CLUSTERING ALGORITHM OF VEHICLE MOTION TRAJECTORIES IN ENTRANCES AND EXITS OF FREEWAY Zongyuan SUN Dongxue LI2 Tongj Unversty, 4800 Cao an Road, Shangha, 20804, P. R. of Chna Northeast Electrc Power Desgn Insttute, 4368 Ren mn Street, Changchun 3002, P. R. of Chna 2 Jln Provncal Transportaton Scentfc Research Insttute, Jnhua Street 908, Changchun, 3002, P. R. of Chna KEYWORD: Freeway entrances and exts; Trajectores analyss; Hausdorff dstance; Clusterng algorthm; ABSTRACT: In order to mprove the research level of the ntellgent traffc survellance system, ths paper presents a new herarchcal trajectory clusterng algorthm n vew of the features of trajectores n entrances and exts of freeway. The valdty of trajectores s judged by means of the length of trajectores and vehcle speed frstly, and then the vald ones are encoded. The mproved Hausdorff dstance s proposed and appled to measure the smlarty of temporal and spatal characterstcs of trajectores. The fuzzy C-means herarchcal clusterng algorthm of trajectores s further establshed n whch trajectores are frst clustered nto dfferent paths accordng to the poston and geometrc shape of trajectores, and then trajectores belongng to the same path are further clustered accordng to vehcle speed. Fnally, the results of experments n true scene have confrmed the valdty and applcablty of the algorthm. INTRODUCTION As the accdent-prone areas, how to mprove the securty of entrances and exts has been an mportant research subject for freeway operaton management. Wth the rapd development of computer hardware and software and vsual technology, t s now possble to use the traffc control and survellance system to mprove the level of road safety and one of the most mportant efforts s to analyze and dentfy behavors of vehcles based on ther trajectores(valera & Velastn, 2005, Morrs & Trved, 2008). Through the analyss of trajectores n entrances and exts of freeway, we can not only detect the llegal vehcles, such as changng lanes frequently, speedng and retrograde volatons, but also can predct the tendency of moton, assess ther safety state n real tme and further judge whether they mght lead to accdents, f so, they mght be able to warn drvers before danger occur and thus reduce the number of accdents. Trajectory clusterng of vehcle s the bass for the subsequent behavor analyss and recognton. The satsfactory clusterng results can not only provde the tranng samples for the constructon of recognton models, but also affect the accuracy and relablty of trajectory analyss drectly. As the tme-varyng data seres, the trajectory has the characterstcs of dynamc, unequal length, hgh nformaton content and so on. Trajectory clusterng analyss ams at usng unsupervsed learnng method to explore hdden patterns from a large amount of sequence data. At present, the trajectory clusterng methods nclude: K-means clusterng(pan et al., 2009), herarchcal clusterng (Hao et al., 2009) and neural network based clusterng (Owens, 2000, Hu et al., 2004) and HMM(Hdden Markov Model clusterng(porkl, 2004, Sauner & Sayed,2005) and so on. K-means clusterng algorthm s smple, but the clusterng results are generally easy to fall nto the local optmal soluton. Although the herarchcal clusterng method s also relatvely smple, the tradtonal one s not adaptve to the ncomplete trajectory, and t needs to be mproved. The clusterng effect of NN and HMM s relatvely good, but the calculaton s complex and t s dffcult to meet the real-tme requrements. What s more, how to determne the number of HMM s stll a problem to be studed. In 206. The authors - Publshed by Atlants Press 42

2 addton, none of the above methods proposes effectve trajectory preprocessng method to overcome the defects of the trackng algorthm. Amng at the problems already exsted n trajectory clusterng algorthms; ths paper proposes a herarchcal clusterng algorthm based on the mproved Hausdorff dstance. Frstly, the valdty of trajectores s judged by means of the length of trajectores and vehcle speed and the vald ones are encoded, then the mproved Hausdorff dstance s proposed and appled to measure the smlarty between trajectores. Fnally, the fuzzy C-means algorthm s used to realze the herarchcal clusterng of effectve trajectores. Expermental results on real scenes show that the trajectory clusterng algorthm proposed n ths paper can get satsfactory clusterng effect and has good applcablty for vehcle trajectores n entrances and exts of freeway. Trajectory preprocessng Trajectory valdty judgment Snce the process of vehcle trackng may be accompaned by occluson, error, falure, and so on, the obtaned trajectores are often full of nose, dfferent from the startng pont and truncated to a number of short fragments. If the orgnal complex trajectory s not effectvely preprocessed, all the above factors wll serously affect the subsequent trajectory classfcaton, modelng and dentfcaton accuracy. Integrated varous factors, ths paper manly apples the trajectory length and vehcle speed to determne the valdty of trajectores. By preprocessng the trajectory, t can not only smplfy the calculaton complexty and reduce the amount of computaton, but also mprove the accuracy of the subsequent clusterng and recognton. The trajectory length To calculate the number of coordnates of each complete trajectory N and set a threshold T, f N T, then keep the track and record the correspondng trajectory by the subscrpt S. Through ths process, we can flter out a part of short trajectores whch are nfluenced by the nose n the trackng process and produced due to trackng falure, so t wll reduce the amount of calculaton and the error of further analyss and control the overall stuaton of the trajectores. Vehcle speed Because of the short tme nterval between frames of the vdeo sequence, and the ponts n the trajectory sampled at equal tme nterval, the vehcle speed can be characterzed by the change of the poston of adjacent frames. Assumng that the two-dmensonal coordnates of cancrods n the frame s( x,y ), + s( x, y ), Then the speed vector of the vehcle o at the tme s: v V = δ δ ( x, y ) + + ( ) δ = x + x x ( 2 ) δ y y+ = y ( 3 ) When the length of the trajectory s vald, the poston change of all adjacent frames n each tra- v V = δx, δy and the statstcal mean value of the characterstc values n the sldng wndow jectory ( ) wth length L X L Y are calculated n turn. Set the two thresholds T L x, T y and determne whether X > T Y > T and X Y > T θ are satsfed at the same tme, f the two condtons are satsfed at the L x L y L L same tme, t s consdered that the trajectory s vald; Otherwse the trajectory s nvald and removed from the samples. Due to the serous dsturbance of nose and the nfluence of the trackng error of the target, a large number of trajectores obvously ndcate that the speed s too fast or 422

3 change volently whch are not n accordance wth the laws of the movement of the vehcle. After effectve judgment of the speed, we can further flter out parts of nvald trajectores, and fnally get relable samples. Trajectory codng The purpose of codng s to create a concse and compact expresson for trajectory accordng to the demand of the clusterng method, and fnally get the sample lbrary for clusterng. From the nformaton derved from the regon-based vehcle trackng, we can acqure the tranng trajectores that are used to cluster. In ths paper, we use the smlar trajectory codng schemes whch are used n (Johnson & Hogg, 996, Stauffer et al., 2000, Sumpter & Bulptt, 2000). The orgnal trajectores are sampled at a fxed rate (once every V t frame). Gven a vehcle O, we represent the world coor- x,y. After samplng n tmes, we obtan a pont se- dnates of the cancrods at the th samplng as ( ) n quence T that s composed of n pars of world coordnates: n T = x, y, x, y, K, x,y, x, y, x, y ( 4 ) {( ) ( 2 2) ( ) ( n n ) ( n n) } v In addton, we use the prevously mentoned V = ( δx, δy ) to represent the speed of the movng vehcle at tme. Accordng to the purpose of ths study, the movement of vehcle O s represented by the set F n n, whch s composed of n flow vectors F = { f, f,, f,, f, f }, where f ( x, y, δx, δy ) 2 n- n =. It s worth notng that, the acceleraton of vehcle can be obtaned through the trajectory analyss, but takng nto account the nose and the effcency of the clusterng algorthm, here we do not consder t. At the same tme, n order to balance the relatve contrbuton between the poston and the speed elements n the calculaton of the flow vector smlarty, they all need to be normalzed. After transformaton, each component of the flow vector f wll be n the range of [0, ], that s ( x,y, x, y ) [ 0,] δ δ. By trackng vehcles, a set of trajectores S { F, F,, F,, F } 2 where M denotes the number of sampled trajectores and F l the lth trajectory. Trajectory Smlarty Measures = s acqured, In order to make a comparson between the trajectores and obtan the meanngful clusterng results, t s necessary to determne the approprate dstance metrc to measure the smlarty between samples before clusterng. Trajectory smlarty measure s manly used to measure the degree of smlarty between the two trajectores, whch s the bass of trajectory clusterng. The current commonly used trajectory smlarty measures nclude: Eucldean dstance (Eucldean), Hausdorff dstance (Hausdorff), the longest common sequence (LCSS), dynamc tme warpng (DTW) and so on (Xu, 2005). Eucldean dstance can only be used to deal wth the trajectory of equal length and s prone to the nose and sequental varaton; LCSS and DTW can effectvely measure the smlarty of the trajectory, but they are more sutable for the trajectory of the flexble object due to the shape change (Zhang et al., 2006). The Hausdorff dstance can't consder trajectory drecton, but n vew of the research object of ths paper s the vehcle trajectores of freeway entrances and exts whch are dfferent n length, but n the same drecton. Therefore, based on the comprehensve analyss of the advantages and dsadvantages of these ndcators, we propose and apply the mproved Hausdorff dstance to measure the smlarty between the trajectores.the tradtonal Hausdorff dstance s a measure of the smlarty between a par of ponts set whch consttute the trajectores (Junejo, 2004, Khald & Naftel, 2005, Atev, 2006). When there s a great dfference between the lengths of the two trajectores, the tradtonal Hausdorff dstance wll ncrease wth the length of the trajectory, and cannot truly reflect the degree of smlarty between trajectores. Therefore, gven the two trajectory F, F j, ths paper proposes and symmetrcally defnes the mproved Hausdorff dstance as follows: l M 423

4 ( ) (, ) (, ), (, ) D F F = mn D F F D F F ( 5 ) H j h j h j ( ) (,, ) D F, F = max mn d f, f,(,.) h j f E k jl kl k, fjl, (6) ( ) (,, ) D F, F = max mn d f, f,(,.) h j f E jl k lk jl, fk, (7) d f,f denotes the Eucldean dstance between flow vectors f,k, f j,l n feature Where E (,k j,l ) space. HIERARCHICAL CLUSTERING OF TRAJECTORIES BASED ON FUZZY C-MEAN ALGORITHM The am of trajectory clusterng s to classfy the smlar trajectores nto the same class. Compared wth the ordnary c-means clusterng algorthm, because the fuzzy c-means clusterng uses the fuzzy theory to gude the work, t s more close to the realty and often be done wth less workload and better results n practcal applcatons (Hu et al., 2006). Due to the complexty and varety of trajectory samples, the calculaton of dstance between the large numbers of trajectores s relatvely heavy. In order to mprove the effcency of clusterng, ths paper proposes a herarchcal clusterng method based on fuzzy C-means algorthm, whch uses the dfferent space and tme characterstcs of trajectores. As trajectores belongng to dfferent paths must be assgned to dfferent clusters, frstly trajectores are clustered nto dfferent paths accordng to the geometrc shape of trajectores, and then trajectores belongng to the same path are further clustered accordng to vehcle speed. Path clusterng The path s the space curve whch s characterzed by the poston of each successve pont of the trajectory. Although the path contans only the coordnates of the poston, t fully reflects the most mportant geometrcal and spatal characterstcs of the trajectory. Therefore, the correspondng paths for trajectores are clustered to obtan the prelmnary results frstly. In the path clusterng, only coordnates of the ponts on each trajectory are kept for clusterng and all correspondng samples are nput to the clusterng algorthm. The centre trajectores are used to present each cluster and the cluster results of orgnal trajectores are obtaned fnally. In ths paper, the path set correspondng to the orgnal vald trajectores s represented s = as { F, F,..., F,... F 2 l M } F, {,,...,,... l f f 2 f f n } =. The purpose of path clusterng s to cluster s nto K dfferent subset θ { θ, θ2,, θ j,..., θk} =, where θ j denotes the jth subclass and K denotes the number of cluster whch can be determned n advance or accordng to certan crtera. The above task s performed n fve steps: Step : Randomze the ntal K clusterng centers = F, F,..., F,... F and calculate the mproved Hausdorff dstance s Step 2: Input all samples { 2 l M } from each sample F l to all the K clusterng centers ( ) (, θ ) = mn (, θ ), ( θ, ) D F D F D F H l j h l j h j l l=, 2 M, j=, 2 K. (8) Step 3: Compute the membershps of each sample to all the K clusterng centers 424

5 R () t = θ lj K j= ( F θ ) H ( Fl θj) D, H l j ( D, ). (9) Step 4: Adjust each cluster center accordng to the formula M () ( (, θ )) R t D F lj H l j l= j( t+ ) = θ j() t + M = R lj () t (0) Step 5: Verfy the stablty condton of the cluster j K n { ( t ) () t } max θ θ ε j j + < () If the stablty condton s satsfed or the predefned number of teratons s acheved, then the learnng process termnates; otherwse, go to Step 2 for another loop of learnng. Correspondng to the clusterng result of the ntermedate trajectores, the set of orgnal trajectores S = { F, F2,, Fl,, FM} s clustered nto K subsets: {{ F } { } { },, },,..., F, M,..., F,,..., FM,..., F,,..., K FKMK s= (2) Where: M denotes the number of orgnal trajectores n the th path subclass. Speed clusterng Although trajectory pattern and geometrc path are smlar, there are many dfferences between them. Compared wth the latter, the former also contans the dynamc tme nformaton of trajectory, and ts external performance s speed dfference. For example, even f the vehcle s movng along the same path, they may also be attrbuted to dfferent trajectory patterns, as a vehcle may speed up and down or run normally. The purpose of trajectory clusterng s to dentfy and predct the moton of vehcles, and usng the tme nformaton to further classfy the trajectores wll no doubt mprove the accuracy of the above work. Therefore, t s necessary to use temporal nformaton to further s = F,..., F, =, 2 K. cluster the path subset {,, } M Snce each flow vector of the orgnal trajectory already contans the speed element, the smlarty between the trajectores belongng to the same path subclass s stll measured by calculatng the mproved Hausdorff dstance, and the fuzzy C-means algorthm s used to cluster each subclass agan. It s worth notng that snce the scale of each subset s s much less than that of the whole orgnal trajectores; the clusterng procedure based on the speed nformaton s more accurate and effcent than that based on the orgnal samples drectly. After speed clusterng, all ntermedate trajectores are clustered nto C clusters. Accordng to the correspondence between the orgnal trajectores and the ntermedate trajectores, the orgnal tra- s = F,..., F are clustered nto C sets of trajectores: jectores {, M, } s { F } { } { },,..., F, M,... Fj,,..., F,... FC,,..., FCM, { jm, j C } = (3) Where M j denotes the number of orgnal trajectores n the jth speed subclass. 425

6 EXPERIMENTAL RESULTS In order to verfy the valdty and applcablty of the proposed clusterng algorthm, we tested t n an entrance and ext of freeway scene whch both are parallel type and have two man lanes (as shown n Fg. and 2 respectvely). The mages are of sze pxels and sampled at 25 frames per second. Durng the 5 mnutes, 447 cars passed through the entrance and 352 cars passed through the ext. When the trajectores are preprocessed, the threshold value of each parameter s set as follows: T =5, T x =0.4, T y =.5, T θ =.732. Durng the testng tme nterval, 529 and 405 vald moton trajectores were produced usng our trackng algorthm, whch are shown as Fg. 3and 4 respectvely. Fgure. The freeway entrance. Fgure 2. The freeway ext. 426

7 Fgure 3. Trajectores from the entrance scene. Fgure 4. Trajectores from the ext scene Fg.5 and 6 show the clusterng results, respectvely, n the entrance and ext usng our algorthm. For smplcty, the results are represented by the geometrc mean of each cluster wth dfferent color. As shown n the fgures, the clusterng results not only have strong regularty, but also are consstent wth the actual moton patterns of vehcles at the entrance and ext of the freeway and reflect the spatal and temporal dstrbuton of the correspondng sample trajectores n the entrance and ext area. It s seen that the method proposed n ths paper has good applcablty for the clusterng of vehcle trajectores n the freeway entrances and exts. Fgure 5. The clustered result n the freeway entrance 427

8 Fgure 6. The clustered result n the freeway ext CONCLUSIONS Accordng to the features of trajectores n the entrances and exts of freeway, we present a new herarchcal trajectory clusterng algorthm. Frst, we use the length of trajectores and vehcle speed nformaton to justfy the valdty of trajectores and obtan the trajectory samples. Second, the mproved Hausdorff dstances are proposed and appled to measure the smlarty of temporal and spatal characterstcs for trajectores. Fnally, the fuzzy C-means trajectory herarchcal clusterng algorthm based on the mproved Hausdorff dstances s establshed. Through experments n true scene, the results have confrmed the valdty and applcablty of the proposed algorthm for the clusterng of vehcle trajectores n the entrances and exts of the freeway. REFERENCE [] Atev S, Masoud O, and Papankolopoulos N. Learnng traffc patterns at ntersectons by spectral clusterng of moton trajectores, n Proc. IEEE Conf. Intell. Robots Syst., Bejng, Chna, Oct. 2006, pp [2] Juyue HAO, Chao LI, Le GAO, et al. Movng object trajectory clusterng method n ntellgent survellance vdeo [J]. Journal of Bejng Unversty of Aeronautcs and Astronautcs, 2009, 35(9): (n Chnese). [3] Johnson N, Hogg D. Learnng the dstrbuton of object trajectores for event recognton. Image and Vson Computng, 996, 4(8): 609~ 65. [4] Junejo I N, Javed O, Shah M.Mult feature path modelng for vdeo survellance[c] Proceedngs of the Pattern Recognton, 7th Internatonal Conference on (ICPR'04), 2004: [5] Khald S, Naftel A. Evaluaton of matchng metrcs for trajectory-based ndexng and retreval of vdeo clps[c] Proceedngs of the Seventh IEEE Workshops on Applcaton of Computer Vson (WACV/MOTION'05), 2005: [6] Morrs B T, Trved M M. A Survey of Vson-Based Trajectory Learnng and Analyss for Survellance [J]. IEEE Transactons on Crcuts & Systems for Vdeo Technology, 2008, 8(8):4-27. [7] OWENS J, HUNTER A. Applcaton of the self-organzng map to trajectory classfcaton[c]: In Proceedngs of the 3rd IEEE Internatonal Workshop on Vsual Survellance, 2000: [8] Porkl F. Trajectory dstance metrc usng hdden markov model based representaton[c]// ECCV PETS Workshop [9] Qmng PAN, Yongme CHENG, Tao YANG, et al.trajectory recognton classfcaton and recognton of movng objects[j].fre Control&Command Control, 2009, 34():79-83(n Chnese). 428

9 [0] Ru Xu. Survey of clusterng algorthms[j]. Neural Networks IEEE Transactons on, 2005, 6(3): [] Sauner N. and T. Sayed. Automated Road Safety Analyss Usng Vdeo Data. In Transportaton Research Board Annual Meetng Compendum of Papers, Washngton, D.C., January [2] Stauffer C, Erc W, Crmson L. Learnng patterns of actvty usng real tme t rackng. IE EE Transactons on Pattern Analyss and Machne Intellgence, 2000, 22(8): 747~ 757. [3] Sumpter N, Bulptt A. Learnng spato-temporal patterns for predctng object behavor. Image and Vson Computng, 2000, 8(9): 697~ 704. [4] Valera M, Velastn S A. Intellgent dstrbuted survellance system: A revew[c].proceedngs of the Vson, Image and Sgnal Processng, 2005: [5] Wemng Hu, Dan Xe, Tenu. Tan, and Maybank S. Learnng Patterns of Actvty Usng Fuzzy Self-Organzng Neural Network, IEEE Trans. Systems, Man, and Cybernetcs Part B, vol. 34, no. 3,pp , June [6] Wemng Hu, Xuejuan Xao, Zhouyu Fu, et al. A system for learnng statstcal moton patterns [J]. IEEE Transactons on Pattern Analyss & Machne Intellgence, 2006, 28(9): [7] Zhang Zhang, Kaq Huang, Tenu Tan. Comparson of Smlarty Measures for Trajectory Clusterng n Outdoor Survellance Scenes. Internatonal Conference on Pattern Recognton IEEE Computer Socety, 2006:

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

The Comparison of Calibration Method of Binocular Stereo Vision System Ke Zhang a *, Zhao Gao b

The Comparison of Calibration Method of Binocular Stereo Vision System Ke Zhang a *, Zhao Gao b 3rd Internatonal Conference on Materal, Mechancal and Manufacturng Engneerng (IC3ME 2015) The Comparson of Calbraton Method of Bnocular Stereo Vson System Ke Zhang a *, Zhao Gao b College of Engneerng,

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

Analysis on the Workspace of Six-degrees-of-freedom Industrial Robot Based on AutoCAD

Analysis on the Workspace of Six-degrees-of-freedom Industrial Robot Based on AutoCAD Analyss on the Workspace of Sx-degrees-of-freedom Industral Robot Based on AutoCAD Jn-quan L 1, Ru Zhang 1,a, Fang Cu 1, Q Guan 1 and Yang Zhang 1 1 School of Automaton, Bejng Unversty of Posts and Telecommuncatons,

More information

Local Quaternary Patterns and Feature Local Quaternary Patterns

Local Quaternary Patterns and Feature Local Quaternary Patterns Local Quaternary Patterns and Feature Local Quaternary Patterns Jayu Gu and Chengjun Lu The Department of Computer Scence, New Jersey Insttute of Technology, Newark, NJ 0102, USA Abstract - Ths paper presents

More information

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 5) Maxmum Varance Combned wth Adaptve Genetc Algorthm for Infrared Image Segmentaton Huxuan Fu College of Automaton Harbn

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

An Improved Neural Network Algorithm for Classifying the Transmission Line Faults

An Improved Neural Network Algorithm for Classifying the Transmission Line Faults 1 An Improved Neural Network Algorthm for Classfyng the Transmsson Lne Faults S. Vaslc, Student Member, IEEE, M. Kezunovc, Fellow, IEEE Abstract--Ths study ntroduces a new concept of artfcal ntellgence

More information

Video Copy Detection Based on Fusion of Spatio-temporal Features

Video Copy Detection Based on Fusion of Spatio-temporal Features Vdeo Copy Detecton Based on Fuson of Spato-temporal Features BAO We, JI Lxn, GAO Shln, LI Xng, Lu Lxong Natonal Dgtal swtchng System Engneerng & Technologcal R&D Center Zhengzhou, Chna 3202004075@163.com

More information

A Clustering Algorithm for Key Frame Extraction Based on Density Peak

A Clustering Algorithm for Key Frame Extraction Based on Density Peak Journal of Computer and Communcatons, 2018, 6, 118-128 http://www.scrp.org/ournal/cc ISSN Onlne: 2327-5227 ISSN Prnt: 2327-5219 A Clusterng Algorthm for Key Frame Extracton Based on Densty Peak Hong Zhao

More information

Modular PCA Face Recognition Based on Weighted Average

Modular PCA Face Recognition Based on Weighted Average odern Appled Scence odular PCA Face Recognton Based on Weghted Average Chengmao Han (Correspondng author) Department of athematcs, Lny Normal Unversty Lny 76005, Chna E-mal: hanchengmao@163.com Abstract

More information

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures A Novel Adaptve Descrptor Algorthm for Ternary Pattern Textures Fahuan Hu 1,2, Guopng Lu 1 *, Zengwen Dong 1 1.School of Mechancal & Electrcal Engneerng, Nanchang Unversty, Nanchang, 330031, Chna; 2. School

More information

BIN XIA et al: AN IMPROVED K-MEANS ALGORITHM BASED ON CLOUD PLATFORM FOR DATA MINING

BIN XIA et al: AN IMPROVED K-MEANS ALGORITHM BASED ON CLOUD PLATFORM FOR DATA MINING An Improved K-means Algorthm based on Cloud Platform for Data Mnng Bn Xa *, Yan Lu 2. School of nformaton and management scence, Henan Agrcultural Unversty, Zhengzhou, Henan 450002, P.R. Chna 2. College

More information

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE Dorna Purcaru Faculty of Automaton, Computers and Electroncs Unersty of Craoa 13 Al. I. Cuza Street, Craoa RO-1100 ROMANIA E-mal: dpurcaru@electroncs.uc.ro

More information

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram Shape Representaton Robust to the Sketchng Order Usng Dstance Map and Drecton Hstogram Department of Computer Scence Yonse Unversty Kwon Yun CONTENTS Revew Topc Proposed Method System Overvew Sketch Normalzaton

More information

Contours Planning and Visual Servo Control of XXY Positioning System Using NURBS Interpolation Approach

Contours Planning and Visual Servo Control of XXY Positioning System Using NURBS Interpolation Approach Inventon Journal of Research Technology n Engneerng & Management (IJRTEM) ISSN: 2455-3689 www.jrtem.com olume 1 Issue 4 ǁ June. 2016 ǁ PP 16-23 Contours Plannng and sual Servo Control of XXY Postonng System

More information

Audio Content Classification Method Research Based on Two-step Strategy

Audio Content Classification Method Research Based on Two-step Strategy (IJACSA) Internatonal Journal of Advanced Computer Scence and Applcatons, Audo Content Classfcaton Method Research Based on Two-step Strategy Sume Lang Department of Computer Scence and Technology Chongqng

More information

The Shortest Path of Touring Lines given in the Plane

The Shortest Path of Touring Lines given in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 262 The Open Cybernetcs & Systemcs Journal, 2015, 9, 262-267 The Shortest Path of Tourng Lnes gven n the Plane Open Access Ljuan Wang 1,2, Dandan He

More information

Reducing Frame Rate for Object Tracking

Reducing Frame Rate for Object Tracking Reducng Frame Rate for Object Trackng Pavel Korshunov 1 and We Tsang Oo 2 1 Natonal Unversty of Sngapore, Sngapore 11977, pavelkor@comp.nus.edu.sg 2 Natonal Unversty of Sngapore, Sngapore 11977, oowt@comp.nus.edu.sg

More information

Sensor Selection with Grey Correlation Analysis for Remaining Useful Life Evaluation

Sensor Selection with Grey Correlation Analysis for Remaining Useful Life Evaluation Sensor Selecton wth Grey Correlaton Analyss for Remanng Useful Lfe valuaton Peng Yu, Xu Yong, Lu Datong, Peng Xyuan Automatc est Control Insttute, Harbn Insttute of echnology, Harbn, 5, Chna pengyu@ht.edu.cn

More information

An Image Compression Algorithm based on Wavelet Transform and LZW

An Image Compression Algorithm based on Wavelet Transform and LZW An Image Compresson Algorthm based on Wavelet Transform and LZW Png Luo a, Janyong Yu b School of Chongqng Unversty of Posts and Telecommuncatons, Chongqng, 400065, Chna Abstract a cylpng@63.com, b y27769864@sna.cn

More information

Robust Shot Boundary Detection from Video Using Dynamic Texture

Robust Shot Boundary Detection from Video Using Dynamic Texture Sensors & Transducers 204 by IFSA Publshng, S. L. http://www.sensorsportal.com Robust Shot Boundary Detecton from Vdeo Usng Dynamc Teture, 3 Peng Tale, 2 Zhang Wenjun School of Communcaton & Informaton

More information

Fast Feature Value Searching for Face Detection

Fast Feature Value Searching for Face Detection Vol., No. 2 Computer and Informaton Scence Fast Feature Value Searchng for Face Detecton Yunyang Yan Department of Computer Engneerng Huayn Insttute of Technology Hua an 22300, Chna E-mal: areyyyke@63.com

More information

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

An IPv6-Oriented IDS Framework and Solutions of Two Problems

An IPv6-Oriented IDS Framework and Solutions of Two Problems An IPv6-Orented IDS Framework and Solutons of Two Problems We LI, Zhy FANG, Peng XU and ayang SI,2 School of Computer Scence and Technology, Jln Unversty Changchun, 3002, P.R.Chna 2 Graduate Unversty of

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

THE PATH PLANNING ALGORITHM AND SIMULATION FOR MOBILE ROBOT

THE PATH PLANNING ALGORITHM AND SIMULATION FOR MOBILE ROBOT Journal of Theoretcal and Appled Informaton Technology 30 th Aprl 013. Vol. 50 No.3 005-013 JATIT & LLS. All rghts reserved. ISSN: 199-8645 www.jatt.org E-ISSN: 1817-3195 THE PATH PLANNING ALGORITHM AND

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

Learning-Based Top-N Selection Query Evaluation over Relational Databases

Learning-Based Top-N Selection Query Evaluation over Relational Databases Learnng-Based Top-N Selecton Query Evaluaton over Relatonal Databases Lang Zhu *, Wey Meng ** * School of Mathematcs and Computer Scence, Hebe Unversty, Baodng, Hebe 071002, Chna, zhu@mal.hbu.edu.cn **

More information

A Similarity Measure Method for Symbolization Time Series

A Similarity Measure Method for Symbolization Time Series Research Journal of Appled Scences, Engneerng and Technology 5(5): 1726-1730, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scentfc Organzaton, 2013 Submtted: July 27, 2012 Accepted: September 03, 2012

More information

Remote Sensing Image Retrieval Algorithm based on MapReduce and Characteristic Information

Remote Sensing Image Retrieval Algorithm based on MapReduce and Characteristic Information Remote Sensng Image Retreval Algorthm based on MapReduce and Characterstc Informaton Zhang Meng 1, 1 Computer School, Wuhan Unversty Hube, Wuhan430097 Informaton Center, Wuhan Unversty Hube, Wuhan430097

More information

Video Object Tracking Based On Extended Active Shape Models With Color Information

Video Object Tracking Based On Extended Active Shape Models With Color Information CGIV'2002: he Frst Frst European Conference Colour on Colour n Graphcs, Imagng, and Vson Vdeo Object rackng Based On Extended Actve Shape Models Wth Color Informaton A. Koschan, S.K. Kang, J.K. Pak, B.

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc.

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-74 Volume 0 Issue BoTechnology 04 An Indan Journal FULL PAPER BTAIJ 0() 04 [684-689] Revew on Chna s sports ndustry fnancng market based on market -orented

More information

A Study on the Application of Spatial-Knowledge-Tags using Human Motion in Intelligent Space

A Study on the Application of Spatial-Knowledge-Tags using Human Motion in Intelligent Space A Study on the Applcaton of Spatal-Knowledge-Tags usng Human Moton n Intellgent Space Tae-Seok Jn*, Kazuyuk Moroka**, Mhoko Ntsuma*, Takesh Sasak*, and Hdek Hashmoto * * Insttute of Industral Scence, the

More information

Network Intrusion Detection Based on PSO-SVM

Network Intrusion Detection Based on PSO-SVM TELKOMNIKA Indonesan Journal of Electrcal Engneerng Vol.1, No., February 014, pp. 150 ~ 1508 DOI: http://dx.do.org/10.11591/telkomnka.v1.386 150 Network Intruson Detecton Based on PSO-SVM Changsheng Xang*

More information

A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 1

A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 1 A New Feature of Unformty of Image Texture Drectons Concdng wth the Human Eyes Percepton Xng-Jan He, De-Shuang Huang, Yue Zhang, Tat-Mng Lo 2, and Mchael R. Lyu 3 Intellgent Computng Lab, Insttute of Intellgent

More information

Fast Computation of Shortest Path for Visiting Segments in the Plane

Fast Computation of Shortest Path for Visiting Segments in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 4 The Open Cybernetcs & Systemcs Journal, 04, 8, 4-9 Open Access Fast Computaton of Shortest Path for Vstng Segments n the Plane Ljuan Wang,, Bo Jang

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

Research and Application of Fingerprint Recognition Based on MATLAB

Research and Application of Fingerprint Recognition Based on MATLAB Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 205, 7, 07-07 Open Access Research and Applcaton of Fngerprnt Recognton Based on MATLAB Nng Lu* Department

More information

Novel Fuzzy logic Based Edge Detection Technique

Novel Fuzzy logic Based Edge Detection Technique Novel Fuzzy logc Based Edge Detecton Technque Aborsade, D.O Department of Electroncs Engneerng, adoke Akntola Unversty of Tech., Ogbomoso. Oyo-state. doaborsade@yahoo.com Abstract Ths paper s based on

More information

The motion simulation of three-dof parallel manipulator based on VBAI and MATLAB Zhuo Zhen, Chaoying Liu* and Xueling Song

The motion simulation of three-dof parallel manipulator based on VBAI and MATLAB Zhuo Zhen, Chaoying Liu* and Xueling Song Internatonal Conference on Automaton, Mechancal Control and Computatonal Engneerng (AMCCE 25) he moton smulaton of three-dof parallel manpulator based on VBAI and MALAB Zhuo Zhen, Chaoyng Lu* and Xuelng

More information

Real-time Motion Capture System Using One Video Camera Based on Color and Edge Distribution

Real-time Motion Capture System Using One Video Camera Based on Color and Edge Distribution Real-tme Moton Capture System Usng One Vdeo Camera Based on Color and Edge Dstrbuton YOSHIAKI AKAZAWA, YOSHIHIRO OKADA, AND KOICHI NIIJIMA Graduate School of Informaton Scence and Electrcal Engneerng,

More information

FPGA-based implementation of circular interpolation

FPGA-based implementation of circular interpolation Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 04, 6(7):585-593 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 FPGA-based mplementaton of crcular nterpolaton Mngyu Gao,

More information

Object Tracking Based on PISC Image and Template Matching

Object Tracking Based on PISC Image and Template Matching ect Trackng Based on PISC Image and Template Matchng Bud Sugand Electrcal Engneerng Department Batam State Polytechnc Batam Indonesa ud_sugand@polatam.ac.d Astract Ths paper proposed a method for oect

More information

Application of Clustering Algorithm in Big Data Sample Set Optimization

Application of Clustering Algorithm in Big Data Sample Set Optimization Applcaton of Clusterng Algorthm n Bg Data Sample Set Optmzaton Yutang Lu 1, Qn Zhang 2 1 Department of Basc Subjects, Henan Insttute of Technology, Xnxang 453002, Chna 2 School of Mathematcs and Informaton

More information

An Efficient Background Updating Scheme for Real-time Traffic Monitoring

An Efficient Background Updating Scheme for Real-time Traffic Monitoring 2004 IEEE Intellgent Transportaton Systems Conference Washngton, D.C., USA, October 3-6, 2004 WeA1.3 An Effcent Background Updatng Scheme for Real-tme Traffc Montorng Suchendra M. Bhandarkar and Xngzh

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION 1 THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Seres A, OF THE ROMANIAN ACADEMY Volume 4, Number 2/2003, pp.000-000 A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION Tudor BARBU Insttute

More information

Image Matching Algorithm based on Feature-point and DAISY Descriptor

Image Matching Algorithm based on Feature-point and DAISY Descriptor JOURNAL OF MULTIMEDIA, VOL. 9, NO. 6, JUNE 2014 829 Image Matchng Algorthm based on Feature-pont and DAISY Descrptor L L School of Busness, Schuan Agrcultural Unversty, Schuan Dujanyan 611830, Chna Abstract

More information

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

The Study of Remote Sensing Image Classification Based on Support Vector Machine

The Study of Remote Sensing Image Classification Based on Support Vector Machine Sensors & Transducers 03 by IFSA http://www.sensorsportal.com The Study of Remote Sensng Image Classfcaton Based on Support Vector Machne, ZHANG Jan-Hua Key Research Insttute of Yellow Rver Cvlzaton and

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

A CALCULATION METHOD OF DEEP WEB ENTITIES RECOGNITION

A CALCULATION METHOD OF DEEP WEB ENTITIES RECOGNITION A CALCULATION METHOD OF DEEP WEB ENTITIES RECOGNITION 1 FENG YONG, DANG XIAO-WAN, 3 XU HONG-YAN School of Informaton, Laonng Unversty, Shenyang Laonng E-mal: 1 fyxuhy@163.com, dangxaowan@163.com, 3 xuhongyan_lndx@163.com

More information

Hierarchical clustering for gene expression data analysis

Hierarchical clustering for gene expression data analysis Herarchcal clusterng for gene expresson data analyss Gorgo Valentn e-mal: valentn@ds.unm.t Clusterng of Mcroarray Data. Clusterng of gene expresson profles (rows) => dscovery of co-regulated and functonally

More information

Maintaining temporal validity of real-time data on non-continuously executing resources

Maintaining temporal validity of real-time data on non-continuously executing resources Mantanng temporal valdty of real-tme data on non-contnuously executng resources Tan Ba, Hong Lu and Juan Yang Hunan Insttute of Scence and Technology, College of Computer Scence, 44, Yueyang, Chna Wuhan

More information

Histogram of Template for Pedestrian Detection

Histogram of Template for Pedestrian Detection PAPER IEICE TRANS. FUNDAMENTALS/COMMUN./ELECTRON./INF. & SYST., VOL. E85-A/B/C/D, No. xx JANUARY 20xx Hstogram of Template for Pedestran Detecton Shaopeng Tang, Non Member, Satosh Goto Fellow Summary In

More information

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM PERFORMACE EVALUAIO FOR SCEE MACHIG ALGORIHMS BY SVM Zhaohu Yang a, b, *, Yngyng Chen a, Shaomng Zhang a a he Research Center of Remote Sensng and Geomatc, ongj Unversty, Shangha 200092, Chna - yzhac@63.com

More information

AUTOMATIC RECOGNITION OF TRAFFIC SIGNS IN NATURAL SCENE IMAGE BASED ON CENTRAL PROJECTION TRANSFORMATION

AUTOMATIC RECOGNITION OF TRAFFIC SIGNS IN NATURAL SCENE IMAGE BASED ON CENTRAL PROJECTION TRANSFORMATION AUTOMATIC RECOGNITION OF TRAFFIC SIGNS IN NATURAL SCENE IMAGE BASED ON CENTRAL PROJECTION TRANSFORMATION Ka Zhang a, Yehua Sheng a, Pefang Wang b, Ln Luo c, Chun Ye a, Zhjun Gong d a Key Laboratory of

More information

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity Journal of Sgnal and Informaton Processng, 013, 4, 114-119 do:10.436/jsp.013.43b00 Publshed Onlne August 013 (http://www.scrp.org/journal/jsp) Corner-Based Image Algnment usng Pyramd Structure wth Gradent

More information

TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS. Muradaliyev A.Z.

TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS. Muradaliyev A.Z. TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS Muradalyev AZ Azerbajan Scentfc-Research and Desgn-Prospectng Insttute of Energetc AZ1012, Ave HZardab-94 E-mal:aydn_murad@yahoocom Importance of

More information

Face Tracking Using Motion-Guided Dynamic Template Matching

Face Tracking Using Motion-Guided Dynamic Template Matching ACCV2002: The 5th Asan Conference on Computer Vson, 23--25 January 2002, Melbourne, Australa. Face Trackng Usng Moton-Guded Dynamc Template Matchng Lang Wang, Tenu Tan, Wemng Hu atonal Laboratory of Pattern

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

Detection of an Object by using Principal Component Analysis

Detection of an Object by using Principal Component Analysis Detecton of an Object by usng Prncpal Component Analyss 1. G. Nagaven, 2. Dr. T. Sreenvasulu Reddy 1. M.Tech, Department of EEE, SVUCE, Trupath, Inda. 2. Assoc. Professor, Department of ECE, SVUCE, Trupath,

More information

Research of Dynamic Access to Cloud Database Based on Improved Pheromone Algorithm

Research of Dynamic Access to Cloud Database Based on Improved Pheromone Algorithm , pp.197-202 http://dx.do.org/10.14257/dta.2016.9.5.20 Research of Dynamc Access to Cloud Database Based on Improved Pheromone Algorthm Yongqang L 1 and Jn Pan 2 1 (Software Technology Vocatonal College,

More information

Hierarchical Image Retrieval by Multi-Feature Fusion

Hierarchical Image Retrieval by Multi-Feature Fusion Preprnts (www.preprnts.org) NOT PEER-REVIEWED Posted: 26 Aprl 207 do:0.20944/preprnts20704.074.v Artcle Herarchcal Image Retreval by Mult- Fuson Xaojun Lu, Jaojuan Wang,Yngq Hou, Me Yang, Q Wang* and Xangde

More information

Combining Keypoint Clustering and Neural Background Subtraction for Real-time Moving Object Detection by PTZ Cameras

Combining Keypoint Clustering and Neural Background Subtraction for Real-time Moving Object Detection by PTZ Cameras Combnng Keypont Clusterng and Neural Background Subtracton for Real-tme Movng Object Detecton by PTZ Cameras Danlo Avola 1, Marco Bernard 2, Lug Cnque 2, Gan Luca Forest 1 and Crstano Massaron 2 1 Department

More information

A new segmentation algorithm for medical volume image based on K-means clustering

A new segmentation algorithm for medical volume image based on K-means clustering Avalable onlne www.jocpr.com Journal of Chemcal and harmaceutcal Research, 2013, 5(12):113-117 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCRC5 A new segmentaton algorthm for medcal volume mage based

More information

Efficient Content Representation in MPEG Video Databases

Efficient Content Representation in MPEG Video Databases Effcent Content Representaton n MPEG Vdeo Databases Yanns S. Avrths, Nkolaos D. Doulams, Anastasos D. Doulams and Stefanos D. Kollas Department of Electrcal and Computer Engneerng Natonal Techncal Unversty

More information

Distance Calculation from Single Optical Image

Distance Calculation from Single Optical Image 17 Internatonal Conference on Mathematcs, Modellng and Smulaton Technologes and Applcatons (MMSTA 17) ISBN: 978-1-6595-53-8 Dstance Calculaton from Sngle Optcal Image Xao-yng DUAN 1,, Yang-je WEI 1,,*

More information

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

More information

A high precision collaborative vision measurement of gear chamfering profile

A high precision collaborative vision measurement of gear chamfering profile Internatonal Conference on Advances n Mechancal Engneerng and Industral Informatcs (AMEII 05) A hgh precson collaboratve vson measurement of gear chamferng profle Conglng Zhou, a, Zengpu Xu, b, Chunmng

More information

Palmprint Minutia Point Matching Algorithmand GPU Application

Palmprint Minutia Point Matching Algorithmand GPU Application Palmprnt Mnuta Pont Matchng Algorthmand GPU Applcaton 1 Beng Crmnal Scence Insttuton, Beng, 100054,Chna E-mal: wucs@sccas.cn Zhgang Lu 2 Publc Securty Bureau of Beng s Dongcheng, Beng, 100061, Chna Cagang

More information

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm Recommended Items Ratng Predcton based on RBF Neural Network Optmzed by PSO Algorthm Chengfang Tan, Cayn Wang, Yuln L and Xx Q Abstract In order to mtgate the data sparsty and cold-start problems of recommendaton

More information

Querying by sketch geographical databases. Yu Han 1, a *

Querying by sketch geographical databases. Yu Han 1, a * 4th Internatonal Conference on Sensors, Measurement and Intellgent Materals (ICSMIM 2015) Queryng by sketch geographcal databases Yu Han 1, a * 1 Department of Basc Courses, Shenyang Insttute of Artllery,

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

Adaptive Silhouette Extraction and Human Tracking in Dynamic. Environments 1

Adaptive Silhouette Extraction and Human Tracking in Dynamic. Environments 1 Adaptve Slhouette Extracton and Human Trackng n Dynamc Envronments 1 X Chen, Zhha He, Derek Anderson, James Keller, and Marjore Skubc Department of Electrcal and Computer Engneerng Unversty of Mssour,

More information

Classifying Acoustic Transient Signals Using Artificial Intelligence

Classifying Acoustic Transient Signals Using Artificial Intelligence Classfyng Acoustc Transent Sgnals Usng Artfcal Intellgence Steve Sutton, Unversty of North Carolna At Wlmngton (suttons@charter.net) Greg Huff, Unversty of North Carolna At Wlmngton (jgh7476@uncwl.edu)

More information

Applying EM Algorithm for Segmentation of Textured Images

Applying EM Algorithm for Segmentation of Textured Images Proceedngs of the World Congress on Engneerng 2007 Vol I Applyng EM Algorthm for Segmentaton of Textured Images Dr. K Revathy, Dept. of Computer Scence, Unversty of Kerala, Inda Roshn V. S., ER&DCI Insttute

More information

MOTION BLUR ESTIMATION AT CORNERS

MOTION BLUR ESTIMATION AT CORNERS Gacomo Boracch and Vncenzo Caglot Dpartmento d Elettronca e Informazone, Poltecnco d Mlano, Va Ponzo, 34/5-20133 MILANO boracch@elet.polm.t, caglot@elet.polm.t Keywords: Abstract: Pont Spread Functon Parameter

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation Intellgent Informaton Management, 013, 5, 191-195 Publshed Onlne November 013 (http://www.scrp.org/journal/m) http://dx.do.org/10.36/m.013.5601 Qualty Improvement Algorthm for Tetrahedral Mesh Based on

More information

Shadow Elimination of Moving Targets Base on a Novel Two-Step Algorithm

Shadow Elimination of Moving Targets Base on a Novel Two-Step Algorithm Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal 2015 9 761-769 761 Open Access Shadow Elmnaton of Movng Targets Base on a Novel Two-Step Algorthm Lu Yng * Chongqng

More information

Kernel Collaborative Representation Classification Based on Adaptive Dictionary Learning

Kernel Collaborative Representation Classification Based on Adaptive Dictionary Learning Internatonal Journal of Intellgent Informaton Systems 2018; 7(2): 15-22 http://www.scencepublshnggroup.com/j/js do: 10.11648/j.js.20180702.11 ISSN: 2328-7675 (Prnt); ISSN: 2328-7683 (Onlne) Kernel Collaboratve

More information

Iris recognition algorithm based on point covering of high-dimensional space and neural network

Iris recognition algorithm based on point covering of high-dimensional space and neural network Irs recognton algorthm based on pont coverng of hgh-dmensonal space and neural network Wenmng Cao,, Janhu Hu, Gang Xao, Shoujue Wang The College of Informaton Engneerng, ZheJang Unversty of Technology,

More information

Object-Based Techniques for Image Retrieval

Object-Based Techniques for Image Retrieval 54 Zhang, Gao, & Luo Chapter VII Object-Based Technques for Image Retreval Y. J. Zhang, Tsnghua Unversty, Chna Y. Y. Gao, Tsnghua Unversty, Chna Y. Luo, Tsnghua Unversty, Chna ABSTRACT To overcome the

More information

Mining User Similarity Using Spatial-temporal Intersection

Mining User Similarity Using Spatial-temporal Intersection www.ijcsi.org 215 Mnng User Smlarty Usng Spatal-temporal Intersecton Ymn Wang 1, Rumn Hu 1, Wenhua Huang 1 and Jun Chen 1 1 Natonal Engneerng Research Center for Multmeda Software, School of Computer,

More information

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

More information

Feature-based image registration using the shape context

Feature-based image registration using the shape context Feature-based mage regstraton usng the shape context LEI HUANG *, ZHEN LI Center for Earth Observaton and Dgtal Earth, Chnese Academy of Scences, Bejng, 100012, Chna Graduate Unversty of Chnese Academy

More information

Collaboratively Regularized Nearest Points for Set Based Recognition

Collaboratively Regularized Nearest Points for Set Based Recognition Academc Center for Computng and Meda Studes, Kyoto Unversty Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu, Mchhko Mnoh, Masayuk Mukunok Kyoto Unversty 9/1/013 BMVC 013 @ Brstol,

More information

Real-time Joint Tracking of a Hand Manipulating an Object from RGB-D Input

Real-time Joint Tracking of a Hand Manipulating an Object from RGB-D Input Real-tme Jont Tracng of a Hand Manpulatng an Object from RGB-D Input Srnath Srdhar 1 Franzsa Mueller 1 Mchael Zollhöfer 1 Dan Casas 1 Antt Oulasvrta 2 Chrstan Theobalt 1 1 Max Planc Insttute for Informatcs

More information