Shape Classification Using Contour Simplification and Tangent Function

Size: px
Start display at page:

Download "Shape Classification Using Contour Simplification and Tangent Function"

Transcription

1 INTERNATIONAL JOURNAL OF CIRCUIT, YTEM AND IGNAL PROCEING hape Classfcaton Usng Contour mplfcaton and Tangent Functon Ch-Man Pun and Cong Ln Abstract - In ths paper we propose a new approach for mage classfcaton by smplfyng contour of shape and makng use of the tangent functon as mage feature. We frstly extract shapes from a sample mage and connectng pxels of ts contour. The extracted contour s smplfed by our algorthm and converted nto tangent functon whch s regarded as a feature. The tangent functon represented a shape s nput nto classfed system and compared wth tangent functon from exsted classes by computng ther dstance. The nput sample mage wll fnally be classfed nto a class that has mnmum dstance wth t. The expermental results show the proposed method can acheve hgh accuracy. Keywords hape classfcaton, contour, smplfcaton, tangent functon. C I. INTRODUCTION lassfyng a group of mages, tellng out whch class they belong to, s an mportant problem n shape classfcaton and mage retreval systems. hape classfcaton systems are generally used n applcatons lke mage databases n whch the shape segmented from an mage wll be classfed nto a class that have ext n database accordng to a defned crteron, whch judge how smlar or dssmlar the sample shape to those exsted n classes. Often the crteron, or called metrc, s features based. mply comparson of pxels does not work well on most systems, snce the dfference between mages s reflected on dfferences of certan features. hape s an mportant vsual feature of an mage for content-based mage retreval or recognton [1]. Technques for shape feature extracton can be generally classfed nto two categores: boundary-based methods and regon-based methods. Boundary-based methods are wdely used. They depend so much on the boundary that a slght change can cause grave retreve errors. Compared wth boundary-based ones, regon-based technques are comparatvely more sutable for general applcatons. Zernke Moments (ZM) method s one of the most desrable regon-based methods. The modfed ZM has been adopted by MPEG-7 as a standard regon-based descrptor. The generc Fourer Descrptor s another favorable method proposed n recent years. However, most of the exstng methods cannot acheve hgh recognton rate for mages wth complex nner shapes. Therefore, researches n the feld of smlarty measurng and mage matchng manly focus on mage features nowadays[1, 2]. For example, n[3], Inner-Dstance was used as an feature of shape that descrbed the characterstcs unque from others and n[4] Radon Composte Features was employed. One wdely used approach s template matchng. However, a drect template matchng also has ts man dsadvantage: very hgh computatonal cost. Ths s owng that representaton of template from mage can be complex n processng, for nstance, the hgher resoluton or more nose, the heaver computaton s requred. A meanngful smlarty measurng should have two mportant elements: fndng a set of features that adequately contan characterstcs that can be employed to dfferentate mages and endowng the feature space wth a proper metrc.[2] Researchers have also done substantal studes on that how to choose features for a partcular problem [5, 6]. On the other hand, desgnng a proper metrc s equally mportant. Most of the tme, a metrc s desgned for a specfc features. Mathematcans have establshed the reasonable archtecture for a metrc, defnng a metrc as a cost functon d(,) [7] satsfyng condtons: 1) d( A, B) 0 for all A and B. d( A, B) 0f and only f A=B. And (, ) 0 d A A n partcular a shape resembles tself. 3) d( A, B) d( B, A) for all A and B.(ymmetr 4) d( A, B) d( B, C) d( A, C) for all A, B and C. (Trangle Inequalt Moreover, a mature hape classfcaton system s also requred to be nvarant under transton, rotaton, and change of scale. Ths paper presented an approach to obtan an approxmaton of shape contour and proposed a novel approach to classfy shapes nto multple classes based on the tangent functon. The procedure of our system s gven as followng: Ths work was supported n part by the Research Commttee of Unversty of Macau under the Grant: RG056/08-09/PCM/FT. C.-M. Pun and Cong Ln are wth the Department of Computer and Informaton cence, Unversty of Macau, Macau.A.R., Chna. (e-mal: {cmpun, ma865551}@ umac.mo). Issue 1, Volume 4,

2 INTERNATIONAL JOURNAL OF CIRCUIT, YTEM AND IGNAL PROCEING Raw Image egmentaton mplfcaton Convert nto Tangent space mlarty Measure Fg. 1 The process of the proposed approach Result The raw mages are nput nto to a segmentaton system. The system extracts and segments the shape of objects by color, hue or even contrast etc. Extensve lterature and approaches concernng shape segmentaton are avalable.[1, 8] nce the standard dataset for mage retreval are smple shapes wth blank background and consderng ths paper manly focuses on shape rather than segmentaton, we supposed shapes have already segmented from mages. Here are workng steps n detals: 1. Extract shapes from a sample mage and connectng pxels of ts contour. 2. The smplfcaton s mposed on the shapes frstly. The output s a smplfed, de-nosed, and more lnear boundary and of less pxels whch preserves mportant and relevant shape nformaton of the orgnal mage. The remanng ponts consttute sgnfcant part of the shape. Ths step also reduces computatonal complexty for followng steps. 3. Every two consecutve ponts are vewed as a lne segment or vector. The smplfed shape s converted nto tangent space and angles of every two consecutve vectors are mapped to the range of tangent functon. 4. The array of values of Tangent functon s then nput nto classfcaton system. The system compares the tangent functon from sample wth those typcal tangent functons n each class. And fnally fnd out a class that has mnmum dstance wth the sample. We wll gve more detals n secton II n ths paper concernng contour smplfcaton. The detals of defnton and usage of tangent functon wll be provded n secton III. In secton IV, a procedure for a novel mage classfcaton system s gven and explaned n detals. An analyss on result and dscusson s presented n secton V. Fnally, a summary concluded ths approach n the last secton. II. CONTOUR IMPLIFICATION Generally, a segmented shape contans some nose or small dents whch contrbute lttle to ts features and decelerate the process of measurng. In psychology, there are strong evdence that concludes recognton from human vson manly reles on sgnfcant parts of shape.[9] Therefore, the nose and nsgnfcant nformaton on the boundary should be removed and those sgnfcant ponts on the large turnng corners should be remaned. A smplfcaton process s necessary before measurng n order to obtan a smpler shape that preserves the sgnfcant shape features. Another beneft of smplfcaton s to reduce data storage and therefore accelerate processng n later stage. The smplfcaton process s also called dscrete Curve Evoluton Procedure[10, 11]. The basc dea of smplfcaton s: we replace two consecutve lne segments on the contour wth a sngle lne segment jonng ther endponts, f jont condton of two consecutve lne segments lower than a pre-defned threshold. The jont condton s a functon whch s defned to compute the sgnfcance of the two consecutve lne segments and ther angle contrbuted to the whole shape. And our approach reduces every shape to a fxed number of ponts. To acheve ths, we frst defne the relevance functon Ks ( [10, 11]: ( s Ls ( 1) Ls ( Ks ( Ls ( ) Ls ( ) A s 1 B 1 2 s 2 ( s, s ) 1 2 Fg. 2 Turn angle Ks ( between two vectors The relevance functon Ks ( s defned on two consecutve vectors and ndcates how much sgnfcance the trangle consst of s 1 and s 2 contrbutes to the whole shape. The hgher value of Ks (, the more sgnfcance of the two consecutve vectors contrbute to the shape. If there s an, such that the Ks (, s 1) s mnmum and ponts of the shape are stll more than the pre-defned constant, the two vectors are to be replaced by one that connects the endponts. Ths operaton teratvely traverses the shape boundary untl number of ponts s reduced to our pre-defned value. From the defnton of Ks (, we can see that the larger angle and longer lne segments gves a hgher functon value so that a more sgnfcant part wll not be replaced. C (1) Issue 1, Volume 4,

3 INTERNATIONAL JOURNAL OF CIRCUIT, YTEM AND IGNAL PROCEING Fg. 3 An mage boundary to correspondng smplfed one farthest pxel from centrod n the shape to start smplfcaton; on the other hand, the value of tangent functon correspondng to x-axs s the relatve angle change to current vector to prevous one (from the graph of step functon, that means the value of current step s assgned by the dfference that value of current step mnus value of prevous step). In ths case, the scale of y-axs represents the change of drecton from prevous lne segment. From the fgure, after smplfcaton, the result generated a smplfed shape whch s more lnear and of less nose and preserved shape nformaton as well. Note that data of orgnal shape s array of locatons of neghborng ponts, whle data of smplfed one s array of dscrete ponts n clockwse orentaton. III. TANGENT FUNCTION A tangent functon s a representaton of a shape C and nterpreted as a polygonal curve wth all vertces wthout loss of nformaton. And reconstructon of the orgnal shape s reversble f the poston of one vertex s noted down n advance. A vector on boundary s mapped to a value and the whole shape s mapped nto a step functon whch can be vewed as a sgnal and analyzed by other tools, e.g. statonary wavelet. In [7, 8], tangent functon s defned as a step functon. Let C be a polygonal curve. It s defned as a 2 functon on C :[0,1], the length of C s rescaled to 1 n order to normalze the shape so that the smlarty measure between two shapes can be nvarant under scale-of-change. The tangent functon s also called a turnng functon whch s a mult-valued functon TC ( ):[0,1] [, ] defned by TC ( )( s) C ( s) and TC ( )( s) C ( s), where TC ( )( s) C ( s) and TC ( )( s) C ( s) are left and rght dervatves of C. The value of T( p ), p s a pont on C, s angle between a reference vector and the lne segment vector whch p lay on. IV. HAPE CLAIFICATION In classfcaton system, some templates should be stored n the system n advance and samples are nput nto the system then compared wth each template to determne whch class t belongs to. In our dea, templates are preprocessed and stored n the form of tangent functons. Each class may nclude several templates that shares some part features but wth dfferent vsual shapes. In order to compare templates and samples, the system extracts the boundary of samples, smplfes the boundary and converts t nto a form of tangent functon. The smlarty metrc s defned as follows[7]: 1 (, ) T () s T () s p DAB 0 A The degree of smlarty between two shapes A and B s measured by calculatng the metrcal dstance between two tangent functons. a) B ds ( b) Fg. 4 A smplfed boundary and ts tangent functon The tangent functon TC ( )( s ) traces where the turnng takes place on the contour, ncreasng wth left turns and decreasng wth rght turns, makes t a feature frequently used as a shape sgnature. [7, 12-15] In order to acheve rotaton nvarant, we would lke to modfy and mprove the orgnal tangent functon. In our verson, on one hand, we pck up the c) Fg. 5 c) the area between two tangent functons In Fg. 5, the area n gray s the dstance between two tangent functons. mlar tangent functons generate smaller Issue 1, Volume 4,

4 INTERNATIONAL JOURNAL OF CIRCUIT, YTEM AND IGNAL PROCEING dstance. Therefore, classfcaton can be done by comparng the template from the sample wth each template of each class and fndng out that one whch has mnmal dstance wth the sample template. And fnally, the shape wll be classfed nto the class whch the mnmal dstance template belongs to. We also present our procedure n pseudo-code as follows: INPUT ample set: { s2,..., s n } ; Class set: C { CC,,..., C }; 1 2 m A Class wth several templates ncluded: Cj { tj1, tj2,...} PROCEDURE For =1 to n egment hape and extract boundary from mplfed the orgnal boundary Generate tangent functon Ts from smplfed boundary For j=1 to m For k=1 to the sze of ( C ) Compute dstance D( T s, t jk) Note down the Class ndex of mnmal D: Mn End End ample s classfed nto C Mn End V. EXPERIMENTAL REULT An experment for evaluatng ths approach s performed on a wdely used dataset provded by. [16] There are n total 99 samples n the dataset whch belongs to 9 classes. Each classes contans 11 samples wth relatvely smlar forms but nfluenced by occluson, rotaton, artculaton and mssng parts. And ths dataset s used as templates. Other datasets wth scaled rotated varatons are generated from the orgnal templates and used as samples. j s In our experment, we generated 16 sample datasets base on the orgnal one. They are rotated 0, 30, 45 and 90 degree and scaled 2/3, 1, 4/3 and 2 tmes respectvely. The overall results are showed as follows. All the shapes are smplfed nto fxed 28 ponts. TABLE I. Overall correctly classfcaton rates for each sample dataset caled Rotated 2/3 1 4/ % 100.0% 100.0% 100.0% % 85.9% 83.8% 84.9% % 85.9% 83.8% 85.9% % 100.0% 100.0% 100.0% % 99.0% 99.0% 99.0% From table I, we can see that the performance s qute nsenstve to change of scale. Even n the worst cases when all samples are scaled to 2/3, there are only 3 samples n a sample set msclassfed. Ths s manly because, after the smplfcaton, the length of boundary s normalzed and all of the reszed samples are compared n the same scale. However, we found that rotaton of samples affects the performance of ths approach sgnfcantly when samples are not rotated wth 90*n degree and t can be attrbuted to change of nose on the boundary, snce rotaton wth 90 degree wll not change relatve poston of ponts on boundary otherwse nose may be added and the relatve poston can be changed. Although rotaton and slght change on boundary mght affect tangent functon, tangent functons from the same category mantan relatvely smlar forms. Frst column n Table 1 s the worse cases. A further nvestgaton s to fnd out classfcaton rates for each class. TABLE II Classfcaton rates n each class Rotated Class Quadrupeds Humans Arplanes Grebes Fsh Hands Rays Rabbts Wrenches Overall 86.90% 85.90% 82.80% Form Table II, the experment successfully classfed all samples n category Humans and Rays and obtan hgh correct rate n category Fsh. amples n these categores generally have smooth boundary and sharp turns. Comparson wth Composte Features by Radon Transform Fg. 6. Image dataset of 99 testng shapes provded by Kma eta al[16] In mathematcs the radon transform n two dmensons, named after the Austran mathematcan Johann Radon, s the Issue 1, Volume 4,

5 INTERNATIONAL JOURNAL OF CIRCUIT, YTEM AND IGNAL PROCEING ntegral transform consstng of the ntegral of a functon over straght lnes xcos ysn (1). Radon transform can be represented by R (, ) f ( x, ( x cos y sn ) dxdy (3) When a generalzed mage s represented by a functon f(x,, the radon transform s used to calculate the projecton of the mage ntensty along a radal lne orented at a specfc angle. In mage processng phase, the general mage functon f(x, s replaced by bnary dscrete sgnal D ( x, wth the sze m by n, where 1, f ( x, D D ( x, 0, otherwse. The densty dstrbuton along lnes as Formula (1) can be represented by n m D (, ) D ( x, ( x cos y sn ) y1 x1 (4) where E0 s a constant determned by the sze of mage, and varable E / E0 s used to make the shape sze nvarant. Fg 7 (a) llustrates a seres of butterfles. Pcture (a) s the orgnal mage. The remanng ones n the frst column are the geometry transformatons of (a). Pcture (b) s reszed by 0.5 tme; (c) s translated by 60 by 0 pxels; (d) s rotated counterclockwse by 30 degrees. The second column s the mage densty dstrbuton D of Column One respectvely. Label x s the degree from 0 to 179, and Label y s the mage densty dstrbuton n dfferent values. The thrd column s the modfed mage densty dstrbuton D. Label x and y are the same wth Column Two. The fourth column s the curve of DF ( ). By compared (a and (b, we can see D s sze nvarant whle (a1) and (b1) reflect D s not. Where represents the lne drecton and s the dstance away from the coordnate s orgn. Usually, these two parameters and are equdstantly chosen and ther numbers are denoted as N and N. The number D s a matrx wth sze N by N representng the mage densty dstrbuton along dfferent lnes. The mage densty dstrbuton propertes of perodcty and symmetry can be easly obtaned from the defnton, D (, ) D (, 2k ) D (, ) D (, (2k 1) ) (5) Parameter defaults to 0:179, N equals to 180 and N are determned by the sze of the mage. Radon Invarant Features For an arbtrary angle, we denote N E ( ) Rs(, 1 ) (6) where E ( ) s the energy of Radon Transform along lne, and parameter N s the length of Radon Matrx R n drecton. Accordng to the conservaton of energy, we have E E ( ) E ( j ) for any gven angle. A shape n the mage can be reszed. In order to meet the need of sze nvarant, modfed mage densty dstrbuton along lnes L(, ) s defned by D (, ) E0 / E Rs( E / E0, ) (7) Fg 7: Radon Invarant Features. (a) Orgnal Image; (b) resze 0.5 tme of (a); (c) translate 60 by 0 pxels; (d) rotate 30 degrees. (*1) are mage densty dstrbutons D for correspondng (*) pctures. (* D. (*3) are curves of feature DF ( ). A shape can be shfted n the mage. Luckly the mage densty dstrbuton along lnes L (, ) s just shfted. The boundary can be easly dstngushed by judgng the frst none zero value n Radon Matrx. Thresholds, mn and max, are employed to ascertan the vald range of the shape area along drecton. mn mn D (, ) D max max D (, ) n D where Dn s a threshold controllng the range of shape area along a partcular lne wth angle ; ths parameter s used to suppress nose and outlers. n (8) Issue 1, Volume 4,

6 INTERNATIONAL JOURNAL OF CIRCUIT, YTEM AND IGNAL PROCEING The energy of Radon Transform (6) now changes to max ( ) (, mn E D ) (9) Another dstrbuton feature can be calculated by DF E ( ) 2 (, ) ) max mn max ( ) ( D mn (10) The shape densty dscrmnaton can be normalzed through DF ( ) DF ( ) / maxdf ( ) (11) The last column n Fg. 7 llustrates the shape dscrmnaton DF ( ). By comparng the frst three ones, the translaton and sze nvarant features can be easly found out. Especally, when mages are rotated by 30 degrees, curve DF ( ) s shfted or rotated by 30 degrees. Ths characterstc nspres us to fnd a rotaton nvarant dscrmnaton, whch wll be covered n ecton 3. THE TATIONARY WAVELET TRANFORM Wavelets are mathematcal functons that cut up data nto dfferent frequency components, and then study each component wth a resoluton matched to ts scale. Classcal dscrete wavelet transform s not tme nvarant. In order to restore wavelet transform shft nvarance, the statonary wavelet transform (WT) was employed. tatonary wavelet transform (WT) s shft nvarant. Fg 8 descrbes the basc decomposton steps for one-dmensonal WT. The approxmaton and detal coeffcents at level 1 are both of sze N, whch s the sgnal length. Low-pass Lo_D Approxmaton coefs ca 1 Fg 8: Rotate Invarant Features. (a) The exact curve DF ( ) as n Fg7 (a3); (b) Level 6 sub-wavelet of (a); (c) the exact curve DF ( ) as n (b3); (d) Level 6 sub-wavelet of (c). A modfed Radon transform plus a statonary wavelet transform, called Radon Wavelet Composte Descrptor (RWCD), can be used to descrbe nvarant shapes n sze, translaton and rotaton. RWCD s defned as RWCD swc( DFs ( ), Level, wname) (1 where 0,180, Parameter Level s used to decde the total number of sub-wavelets and RWCD s a matrx wth sze 180 by Level. The dstance between hape and j can be calculated by Dstance Level 180 RWCD 1 1 mn RWCD m n jmn (13) Ths dstance s used to determne the smlarty between two shapes. In the experments phase, t wll be adopted to determne the retreve or recognton results. Fg 9 selects four dfferent levels 4, 6, 8, and 10. Ths fgure shows that when level K ncreases, the recognton rates of the nne categores rse. The reason s that when K ncreases, the number of sub-wavelets rses, and the dstance between pctures s calculated n more detal. H_D Hgh-pass cd 1 Detal coefs Fg 4: Basc decomposton step for two dmensonal sgnals DF ( ) After appled the statonary wavelet transform, can be rotaton nvarant. Fg 5 (a) and (c) are the exact curves as n Fg. 3 (a3) and (d3), and ther correspondng statonary wavelet transforms are shown n Fg 5 (b) and (d). From ths fgure, the rotaton nvarant features can be obtaned. Fg 9: Recognton Rates at Dfferent Levels hapes wth Complex Inner tructure As a regon-based analyss method, RWCD can deal wth shapes wth complex nner structures. A test shape database s Issue 1, Volume 4,

7 INTERNATIONAL JOURNAL OF CIRCUIT, YTEM AND IGNAL PROCEING used here. Ths database conssts of 504 mages whch are selected from the MPEG-7 (CE- regon-based database. They are organzed nto 24 groups, as shown n Fg 10. In each group there are 10 smlar shapes ncludng four scaled ones, and fve rotated ones. The precson recall dagrams are presented n Fg 11 by comparng wth two classcal retreval methods, Zernke Moments [9] and Generc Fourer Descrptors[10]. VI. CONCLUION In ths paper, we proved that tangent functon can be appled on classfcaton system and our experment result turned out to be reasonably good. However, we also found that changes of nose on the contour affect the tangent functons generated from mages. That may lead to dfferent tangent functons from same shape wth dfferent degrees rotated. For nstance, B s a rotated shape from A. They may have dfferent tangent functons. And dstance between A and B may be larger than certan neghbor shape of B. Fortunately; even f mnmum dstance s from another shape from the same category, we found most shapes mantan very small dstance when rotated, whle have large dstance wth shapes n other categores. REFERENCE Fg 10: hape database selected from the MPEG-7 (CE- Fg 11 reflects that the more detal the mages s, the hgher recognton rate s. In order to rase the recognton rate, the sze of the orgnal mages can be ncreased. Fg 11: Recognton Rates to Images wth Dfferent ze Fg 12 reflects the ablty of each method n descrbng shapes wth complex structures and the overall robustness under varous geometrc transforms. It can be observed that the proposed RWCD method can handle shapes wth complex nner structures more effectvely. Fg 12: Recognton Rates of Dfferent Retreval Methods. [1] R. E. w. Rafael C. Gonzalez, Dgtal Image Processng, Englewood Clffs, N.J.: Prentce Hall, [2] M. mone antn, IEEE, and Ramesh Jan Fellow, IEEE, mlarty Measures, IEEE TRANACTION ON PATTERN ANALYI AND MACHINE INTELLIGENCE, vol. 21, no. 9, pp , [3] L. Habn, and D. W. Jacobs, hape Classfcaton Usng the Inner-Dstance, Pattern Analyss and Machne Intellgence, IEEE Transactons on, vol. 29, no. 2, pp , [4] Y. Q. C. Yun Wen Chen, Invarant Descrpton and Retreval of Planar hapes Usng Radon Composte Features, IEEE Trans. gn. Proc., vol. 56, no. 10, pp , Octorber, [5] R. K. R.Jan, and B. hunk, Machne Vson: McGraw-Hll, [6] A. K. Jan, Fundamental of Dgtal Image Processng, Englewood Clffs, N.J.: Prentce Hall, [7] L. P. C. Esther M. Arkn, Danel P. Huttenlocher, Klara Kedem, and Joseph. B. Mtchell, An Effcently Computable Metrc for Comparng Polygonal hapes, IEEE TRANACTION ON PATTERN ANALYI AND MACHINE INTELLIGENCE, vol. 13, no. 3, pp , March [8]. Xu, Robust traffc sgn shape recognton usng geometrc matchng, IET Intellgent Transport ystems, vol. 3, no. 1, pp , [9] K. t. K. sddq, and B.B.Kma, Parts of vsual form: Ecologcal and psychophscal aspects, Proc. of the IAPRs Internatonal Workshop on Vsual Form, Capr, [10] L. J. L. a. R. Lakämper, Convexty Rule for hape Decomposton Based on Dcrete Contour Evoluton, Computer Vson and Image Understandng, vol. 73, no. No.3 March, pp , [11] L. J. L. a. R. Lakämper, hape smlarty Measure Based on Correspondence of Vsual Parts, IEEE TRANACTION ON PATTERN ANALYI AND MACHINE INTELLIGENCE, vol. 22, no. 10, pp , [12] J. H. a. X. Tan, The smlarty between shapes under affne transformaton, Proc. econd Int. Conf. Computer Vson, pp , [13] J. h. a. H. J. Wolfson, And mproved model-base matchng method usng footprngts, Proc. Nnth Int. Conf. Pattern Recognton, Rome, Italy,, vol. Nov , [14] J.T. chwartz and M. harr, ome remarks on robot vson, New York Unv., Courant Inst. Math. c., Tech. Rep. 119, vol. Robotcs, no. Rep. 25, Apr, Issue 1, Volume 4,

8 INTERNATIONAL JOURNAL OF CIRCUIT, YTEM AND IGNAL PROCEING [15] H. Wolfson, On curve matchng, Proc. IEEE workshop Computer Vson, Mam Beach, FL, No.30-Dec.2, [16] J. C. Danel harvt, H. Teck, and Bejamn B. Kma, ymmetry-based Indexng of Image Databases, JOURNAL OF VIUAL COMMUNICATION AND IMAGE REPREENTATION, vol. 9, no. 4, pp , Ch-Man Pun receved the B.c. and M.c. degrees from the Unversty of Macau n 1995 and 1998 respectvely, and Ph.D. degree n Computer cence and Engneerng from the Chnese Unversty of Hong Kong n He currently s an assocate professor at the Department of Computer and Informaton cence of the Unversty of Macau. Hs research nterests nclude Content-Based Image Indexng and Retreval, Dgtal Watermarkng, Pattern Recognton, and Computer Vson. Issue 1, Volume 4,

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

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

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

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

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

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification Introducton to Artfcal Intellgence V22.0472-001 Fall 2009 Lecture 24: Nearest-Neghbors & Support Vector Machnes Rob Fergus Dept of Computer Scence, Courant Insttute, NYU Sldes from Danel Yeung, John DeNero

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

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

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

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces Range mages For many structured lght scanners, the range data forms a hghly regular pattern known as a range mage. he samplng pattern s determned by the specfc scanner. Range mage regstraton 1 Examples

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

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

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

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

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

More information

3D Virtual Eyeglass Frames Modeling from Multiple Camera Image Data Based on the GFFD Deformation Method

3D Virtual Eyeglass Frames Modeling from Multiple Camera Image Data Based on the GFFD Deformation Method NICOGRAPH Internatonal 2012, pp. 114-119 3D Vrtual Eyeglass Frames Modelng from Multple Camera Image Data Based on the GFFD Deformaton Method Norak Tamura, Somsangouane Sngthemphone and Katsuhro Ktama

More information

TN348: Openlab Module - Colocalization

TN348: Openlab Module - Colocalization TN348: Openlab Module - Colocalzaton Topc The Colocalzaton module provdes the faclty to vsualze and quantfy colocalzaton between pars of mages. The Colocalzaton wndow contans a prevew of the two mages

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

Visual Curvature. 1. Introduction. y C. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), June 2007

Visual Curvature. 1. Introduction. y C. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), June 2007 IEEE onf. on omputer Vson and Pattern Recognton (VPR June 7 Vsual urvature HaRong Lu, Longn Jan Lateck, WenYu Lu, Xang Ba HuaZhong Unversty of Scence and Technology, P.R. hna Temple Unversty, US lhrbss@gmal.com,

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

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

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

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

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval Fuzzy -Means Intalzed by Fxed Threshold lusterng for Improvng Image Retreval NAWARA HANSIRI, SIRIPORN SUPRATID,HOM KIMPAN 3 Faculty of Informaton Technology Rangst Unversty Muang-Ake, Paholyotn Road, Patumtan,

More information

Scale Selective Extended Local Binary Pattern For Texture Classification

Scale Selective Extended Local Binary Pattern For Texture Classification Scale Selectve Extended Local Bnary Pattern For Texture Classfcaton Yutng Hu, Zhlng Long, and Ghassan AlRegb Multmeda & Sensors Lab (MSL) Georga Insttute of Technology 03/09/017 Outlne Texture Representaton

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

More information

Analysis of Continuous Beams in General

Analysis of Continuous Beams in General Analyss of Contnuous Beams n General Contnuous beams consdered here are prsmatc, rgdly connected to each beam segment and supported at varous ponts along the beam. onts are selected at ponts of support,

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

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng, Natonal Unversty of Sngapore {shva, phanquyt, tancl }@comp.nus.edu.sg

More information

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

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

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

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

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

Image Alignment CSC 767

Image Alignment CSC 767 Image Algnment CSC 767 Image algnment Image from http://graphcs.cs.cmu.edu/courses/15-463/2010_fall/ Image algnment: Applcatons Panorama sttchng Image algnment: Applcatons Recognton of object nstances

More information

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection 2009 10th Internatonal Conference on Document Analyss and Recognton A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng,

More information

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline mage Vsualzaton mage Vsualzaton mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and Analyss outlne mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and

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

3D vector computer graphics

3D vector computer graphics 3D vector computer graphcs Paolo Varagnolo: freelance engneer Padova Aprl 2016 Prvate Practce ----------------------------------- 1. Introducton Vector 3D model representaton n computer graphcs requres

More information

KIDS Lab at ImageCLEF 2012 Personal Photo Retrieval

KIDS Lab at ImageCLEF 2012 Personal Photo Retrieval KD Lab at mageclef 2012 Personal Photo Retreval Cha-We Ku, Been-Chan Chen, Guan-Bn Chen, L-J Gaou, Rong-ng Huang, and ao-en Wang Knowledge, nformaton, and Database ystem Laboratory Department of Computer

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

COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL

COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL Nader Safavan and Shohreh Kasae Department of Computer Engneerng Sharf Unversty of Technology Tehran, Iran skasae@sharf.edu

More information

Brushlet Features for Texture Image Retrieval

Brushlet Features for Texture Image Retrieval DICTA00: Dgtal Image Computng Technques and Applcatons, 1 January 00, Melbourne, Australa 1 Brushlet Features for Texture Image Retreval Chbao Chen and Kap Luk Chan Informaton System Research Lab, School

More information

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements Module 3: Element Propertes Lecture : Lagrange and Serendpty Elements 5 In last lecture note, the nterpolaton functons are derved on the bass of assumed polynomal from Pascal s trangle for the fled varable.

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

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

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

Palmprint Feature Extraction Using 2-D Gabor Filters

Palmprint Feature Extraction Using 2-D Gabor Filters Palmprnt Feature Extracton Usng 2-D Gabor Flters Wa Kn Kong Davd Zhang and Wenxn L Bometrcs Research Centre Department of Computng The Hong Kong Polytechnc Unversty Kowloon Hong Kong Correspondng author:

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

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

Optimal Workload-based Weighted Wavelet Synopses

Optimal Workload-based Weighted Wavelet Synopses Optmal Workload-based Weghted Wavelet Synopses Yoss Matas School of Computer Scence Tel Avv Unversty Tel Avv 69978, Israel matas@tau.ac.l Danel Urel School of Computer Scence Tel Avv Unversty Tel Avv 69978,

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

Gender Classification using Interlaced Derivative Patterns

Gender Classification using Interlaced Derivative Patterns Gender Classfcaton usng Interlaced Dervatve Patterns Author Shobernejad, Ameneh, Gao, Yongsheng Publshed 2 Conference Ttle Proceedngs of the 2th Internatonal Conference on Pattern Recognton (ICPR 2) DOI

More information

Combination of Color and Local Patterns as a Feature Vector for CBIR

Combination of Color and Local Patterns as a Feature Vector for CBIR Internatonal Journal of Computer Applcatons (975 8887) Volume 99 No.1, August 214 Combnaton of Color and Local Patterns as a Feature Vector for CBIR L.Koteswara Rao Asst.Professor, Dept of ECE Faculty

More information

Inverse-Polar Ray Projection for Recovering Projective Transformations

Inverse-Polar Ray Projection for Recovering Projective Transformations nverse-polar Ray Projecton for Recoverng Projectve Transformatons Yun Zhang The Center for Advanced Computer Studes Unversty of Lousana at Lafayette yxz646@lousana.edu Henry Chu The Center for Advanced

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

VISUAL SELECTION OF SURFACE FEATURES DURING THEIR GEOMETRIC SIMULATION WITH THE HELP OF COMPUTER TECHNOLOGIES

VISUAL SELECTION OF SURFACE FEATURES DURING THEIR GEOMETRIC SIMULATION WITH THE HELP OF COMPUTER TECHNOLOGIES UbCC 2011, Volume 6, 5002981-x manuscrpts OPEN ACCES UbCC Journal ISSN 1992-8424 www.ubcc.org VISUAL SELECTION OF SURFACE FEATURES DURING THEIR GEOMETRIC SIMULATION WITH THE HELP OF COMPUTER TECHNOLOGIES

More information

Mining Image Features in an Automatic Two- Dimensional Shape Recognition System

Mining Image Features in an Automatic Two- Dimensional Shape Recognition System Internatonal Journal of Appled Mathematcs and Computer Scences Volume 2 Number 1 Mnng Image Features n an Automatc Two- Dmensonal Shape Recognton System R. A. Salam, M.A. Rodrgues Abstract The number of

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

Active Contours/Snakes

Active Contours/Snakes Actve Contours/Snakes Erkut Erdem Acknowledgement: The sldes are adapted from the sldes prepared by K. Grauman of Unversty of Texas at Austn Fttng: Edges vs. boundares Edges useful sgnal to ndcate occludng

More information

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices Steps for Computng the Dssmlarty, Entropy, Herfndahl-Hrschman and Accessblty (Gravty wth Competton) Indces I. Dssmlarty Index Measurement: The followng formula can be used to measure the evenness between

More information

Shape-adaptive DCT and Its Application in Region-based Image Coding

Shape-adaptive DCT and Its Application in Region-based Image Coding Internatonal Journal of Sgnal Processng, Image Processng and Pattern Recognton, pp.99-108 http://dx.do.org/10.14257/sp.2014.7.1.10 Shape-adaptve DCT and Its Applcaton n Regon-based Image Codng Yamn Zheng,

More information

UB at GeoCLEF Department of Geography Abstract

UB at GeoCLEF Department of Geography   Abstract UB at GeoCLEF 2006 Mguel E. Ruz (1), Stuart Shapro (2), June Abbas (1), Slva B. Southwck (1) and Davd Mark (3) State Unversty of New York at Buffalo (1) Department of Lbrary and Informaton Studes (2) Department

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

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

Face Recognition using 3D Directional Corner Points

Face Recognition using 3D Directional Corner Points 2014 22nd Internatonal Conference on Pattern Recognton Face Recognton usng 3D Drectonal Corner Ponts Xun Yu, Yongsheng Gao School of Engneerng Grffth Unversty Nathan, QLD, Australa xun.yu@grffthun.edu.au,

More information

Accelerating X-Ray data collection using Pyramid Beam ray casting geometries

Accelerating X-Ray data collection using Pyramid Beam ray casting geometries Acceleratng X-Ray data collecton usng Pyramd Beam ray castng geometres Amr Averbuch Guy Lfchtz Y. Shkolnsky 3 School of Computer Scence Department of Appled Mathematcs, School of Mathematcal Scences Tel

More information

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines A Modfed Medan Flter for the Removal of Impulse Nose Based on the Support Vector Machnes H. GOMEZ-MORENO, S. MALDONADO-BASCON, F. LOPEZ-FERRERAS, M. UTRILLA- MANSO AND P. GIL-JIMENEZ Departamento de Teoría

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

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

Research in Algorithm of Image Processing Used in Collision Avoidance Systems

Research in Algorithm of Image Processing Used in Collision Avoidance Systems Sensors & Transducers, Vol 59, Issue, November 203, pp 330-336 Sensors & Transducers 203 by IFSA http://wwwsensorsportalcom Research n Algorthm of Image Processng Used n Collson Avodance Systems Hu Bn

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

CMPS 10 Introduction to Computer Science Lecture Notes

CMPS 10 Introduction to Computer Science Lecture Notes CPS 0 Introducton to Computer Scence Lecture Notes Chapter : Algorthm Desgn How should we present algorthms? Natural languages lke Englsh, Spansh, or French whch are rch n nterpretaton and meanng are not

More information

Fitting: Deformable contours April 26 th, 2018

Fitting: Deformable contours April 26 th, 2018 4/6/08 Fttng: Deformable contours Aprl 6 th, 08 Yong Jae Lee UC Davs Recap so far: Groupng and Fttng Goal: move from array of pxel values (or flter outputs) to a collecton of regons, objects, and shapes.

More information

A fast algorithm for color image segmentation

A fast algorithm for color image segmentation Unersty of Wollongong Research Onlne Faculty of Informatcs - Papers (Arche) Faculty of Engneerng and Informaton Scences 006 A fast algorthm for color mage segmentaton L. Dong Unersty of Wollongong, lju@uow.edu.au

More information

Comparison Study of Textural Descriptors for Training Neural Network Classifiers

Comparison Study of Textural Descriptors for Training Neural Network Classifiers Comparson Study of Textural Descrptors for Tranng Neural Network Classfers G.D. MAGOULAS (1) S.A. KARKANIS (1) D.A. KARRAS () and M.N. VRAHATIS (3) (1) Department of Informatcs Unversty of Athens GR-157.84

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

Unsupervised Learning and Clustering

Unsupervised Learning and Clustering Unsupervsed Learnng and Clusterng Why consder unlabeled samples?. Collectng and labelng large set of samples s costly Gettng recorded speech s free, labelng s tme consumng 2. Classfer could be desgned

More information

Multi-stable Perception. Necker Cube

Multi-stable Perception. Necker Cube Mult-stable Percepton Necker Cube Spnnng dancer lluson, Nobuuk Kaahara Fttng and Algnment Computer Vson Szelsk 6.1 James Has Acknowledgment: Man sldes from Derek Hoem, Lana Lazebnk, and Grauman&Lebe 2008

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

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

Computer Animation and Visualisation. Lecture 4. Rigging / Skinning

Computer Animation and Visualisation. Lecture 4. Rigging / Skinning Computer Anmaton and Vsualsaton Lecture 4. Rggng / Sknnng Taku Komura Overvew Sknnng / Rggng Background knowledge Lnear Blendng How to decde weghts? Example-based Method Anatomcal models Sknnng Assume

More information

Clustering Algorithm of Similarity Segmentation based on Point Sorting

Clustering Algorithm of Similarity Segmentation based on Point Sorting Internatonal onference on Logstcs Engneerng, Management and omputer Scence (LEMS 2015) lusterng Algorthm of Smlarty Segmentaton based on Pont Sortng Hanbng L, Yan Wang*, Lan Huang, Mngda L, Yng Sun, Hanyuan

More information

Hybrid Non-Blind Color Image Watermarking

Hybrid Non-Blind Color Image Watermarking Hybrd Non-Blnd Color Image Watermarkng Ms C.N.Sujatha 1, Dr. P. Satyanarayana 2 1 Assocate Professor, Dept. of ECE, SNIST, Yamnampet, Ghatkesar Hyderabad-501301, Telangana 2 Professor, Dept. of ECE, AITS,

More information

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images Internatonal Journal of Informaton and Electroncs Engneerng Vol. 5 No. 6 November 015 Usng Fuzzy Logc to Enhance the Large Sze Remote Sensng Images Trung Nguyen Tu Huy Ngo Hoang and Thoa Vu Van Abstract

More information

A Computer Vision System for Automated Container Code Recognition

A Computer Vision System for Automated Container Code Recognition A Computer Vson System for Automated Contaner Code Recognton Hsn-Chen Chen, Chh-Ka Chen, Fu-Yu Hsu, Yu-San Ln, Yu-Te Wu, Yung-Nen Sun * Abstract Contaner code examnaton s an essental step n the contaner

More information

Invariant Shape Object Recognition Using B-Spline, Cardinal Spline, and Genetic Algorithm

Invariant Shape Object Recognition Using B-Spline, Cardinal Spline, and Genetic Algorithm Proceedngs of the 5th WSEAS Int. Conf. on Sgnal Processng, Robotcs and Automaton, Madrd, Span, February 5-7, 6 (pp4-45) Invarant Shape Obect Recognton Usng B-Splne, Cardnal Splne, and Genetc Algorthm PISIT

More information

Fitting & Matching. Lecture 4 Prof. Bregler. Slides from: S. Lazebnik, S. Seitz, M. Pollefeys, A. Effros.

Fitting & Matching. Lecture 4 Prof. Bregler. Slides from: S. Lazebnik, S. Seitz, M. Pollefeys, A. Effros. Fttng & Matchng Lecture 4 Prof. Bregler Sldes from: S. Lazebnk, S. Setz, M. Pollefeys, A. Effros. How do we buld panorama? We need to match (algn) mages Matchng wth Features Detect feature ponts n both

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

2-Dimensional Image Representation. Using Beta-Spline

2-Dimensional Image Representation. Using Beta-Spline Appled Mathematcal cences, Vol. 7, 03, no. 9, 4559-4569 HIKARI Ltd, www.m-hkar.com http://dx.do.org/0.988/ams.03.3359 -Dmensonal Image Representaton Usng Beta-plne Norm Abdul Had Faculty of Computer and

More information

SCALABLE AND VISUALIZATION-ORIENTED CLUSTERING FOR EXPLORATORY SPATIAL ANALYSIS

SCALABLE AND VISUALIZATION-ORIENTED CLUSTERING FOR EXPLORATORY SPATIAL ANALYSIS SCALABLE AND VISUALIZATION-ORIENTED CLUSTERING FOR EXPLORATORY SPATIAL ANALYSIS J.H.Guan, F.B.Zhu, F.L.Ban a School of Computer, Spatal Informaton & Dgtal Engneerng Center, Wuhan Unversty, Wuhan, 430079,

More information

An Accurate Evaluation of Integrals in Convex and Non convex Polygonal Domain by Twelve Node Quadrilateral Finite Element Method

An Accurate Evaluation of Integrals in Convex and Non convex Polygonal Domain by Twelve Node Quadrilateral Finite Element Method Internatonal Journal of Computatonal and Appled Mathematcs. ISSN 89-4966 Volume, Number (07), pp. 33-4 Research Inda Publcatons http://www.rpublcaton.com An Accurate Evaluaton of Integrals n Convex and

More information

Accounting for the Use of Different Length Scale Factors in x, y and z Directions

Accounting for the Use of Different Length Scale Factors in x, y and z Directions 1 Accountng for the Use of Dfferent Length Scale Factors n x, y and z Drectons Taha Soch (taha.soch@kcl.ac.uk) Imagng Scences & Bomedcal Engneerng, Kng s College London, The Rayne Insttute, St Thomas Hosptal,

More information