A Novel Approach for Coin Identification using Eigenvalues of Covariance Matrix, Hough Transform and Raster Scan Algorithms

Size: px
Start display at page:

Download "A Novel Approach for Coin Identification using Eigenvalues of Covariance Matrix, Hough Transform and Raster Scan Algorithms"

Transcription

1 Iteratioal Joural of Computer, Electrical, Automatio, Cotrol ad Iformatio Egieerig Vol:, No:8, 008 A Novel Approach for Coi Idetificatio usig Eigevalues of Covariace Matrix, Hough Trasform ad Raster Sca Algorithms J. Prakash, ad K. Rajesh Iteratioal Sciece Idex, Computer ad Iformatio Egieerig Vol:, No:8, 008 waset.org/publicatio/4579 Abstract I this paper we preset a ew method for coi idetificatio. The proposed method adopts a hybrid scheme usig Eigevalues of covariace matrix, Circular Hough Trasform (CHT) ad Breseham s circle algorithm. The statistical ad geometrical properties of the small ad large Eigevalues of the covariace matrix of a set of edge pixels over a coected regio of support are explored for the purpose of circular object detectio. Sparse matrix techique is used to perform CHT. Sice sparse matrices squeeze zero elemets ad cotai oly a small umber of o-zero elemets, they provide a advatage of matrix storage space ad computatioal time. Neighborhood suppressio scheme is used to fid the valid Hough peaks. The accurate positio of the circumferece pixels is idetified usig Raster sca algorithm which uses geometrical symmetry property. After fidig circular objects, the proposed method uses the texture o the surface of the cois called texto, which are uique properties of cois, refers to the fudametal micro structure i geeric atural images. This method has bee tested o several real world images icludig coi ad o-coi images. The performace is also evaluated based o the oise withstadig capability. Keywords Circular Hough Trasform, Coi detectio, Covariace matrix, Eigevalues, Raster sca Algorithm, Texto. I. INTRODUCTION NE of the most sigificat problems i object recogitio O is to fid the importat features of a image. Successful idetificatio of the features ca be helpful i various fields icludig scietific research, idustrial ad biomedical applicatios. The detectio of circular objects from a image is oe of the basic tasks of model based computer visio. The problem of detectig circular features arises i may areas of image processig, aalysis ad object detectio. The Hough Trasform (HT) [] ad its variats [] costitute a popular method for extractig geometrical features. Over decades may researchers modified the basic HT to detect geometrical primitives more efficietly. The typical Hough based approaches to the problem of Mauscript received Aug 5, 008. J. Prakash, Research scholar, Departmet of Computer Sciece ad Egieerig, Dr. M.G.R. Uiversity, Madhuravoyal, Cheai, , Tamiladu state, Idia (phoe: ; fax: , e- mail: jogaiah_prakash@yahoo.co.i). K. Rajesh, Techology Specialist, Philips Electroic Idia Ltd., Mayata Tech Park, Nagavara, Bagalore, , Karataka state, Idia (phoe: , rajesh.air@philips.com). circular object detectio employs a edge detector ad uses edge iformatio to deduce the cetre locatios. A variety of approaches have bee suggested for detectig the circle ad estimatig the associated parameters. I particular, the Stadard Hough Trasform (SHT) method [3] is used to characterize the aalytical curves such as lies, circles ad ellipses. It is less sesitive to oise, shape discotiuities ad partial occlusios. However, it suffers the disadvatage of a massive requiremet of computatios ad memory storage ad the complexities grow expoetially with the umber of feature poits. To solve this problem may improvemets have bee suggested. Tsuji ad Matsumoto [4] decomposed the parameter space ad used the symmetric property of circles. Based o gradiet iformatio, Ballard D.H et al. [5] [6] preseted a method which simplifies the parameterizatio by derivig the circle cetre usig the coordiates ad taget of a edge pixel. Illigworth et al. [7] fids better cetre fidig process ad used Adaptive Hough Trasform (AHT) to estimate other parameters. Davis [8] used a two pass algorithm to locate a circle cetre i two -D arrays. Based o both magitude ad directio of image gradiets Michele et al. [9] detected the circular objects usig orietatio matchig. It is capable to overcome the problems arisig due to gradiet based votig schemes. Several other methods [0] [] utilize the radomized selectio of edge poits ad geometrical properties of circles, istead of usig the iformatio of edge pixels ad evidece gatherig histograms i parameter space. O the other had, some o-ht methods for circle detectio were proposed by other researchers. I particular Chu Ta Ho et al. [] proposed a simple algorithm to detect circles usig geometric symmetry properties. Peg-Yeg Yi [3] proposed a ew method for circle detector, which adopts a hybrid scheme, cosists of a Geetic Algorithm (GA) phase ad a local search phase. This method cosiderably reduces the computatio ad storage cost. Based o the statistical parameters such as Eigevalues of covariace matrix of boudary poits over a small regio of support, Du-Mig Tsai et al. [4] idetifies the corer ad circular arcs. D.S. Guru et al. [5] proposed statistical ad geometrical properties of the small Eigevalues of the covariace matrix for the purpose of straight lie idetificatio. I this method small Eigevalue aalysis is used to decide o the promiece of a pixel as a liear pixel. The same cocept alog with HT ad Raster sca Iteratioal Scholarly ad Scietific Research & Iovatio (8) scholar.waset.org/999.4/4579

2 Iteratioal Joural of Computer, Electrical, Automatio, Cotrol ad Iformatio Egieerig Vol:, No:8, 008 Iteratioal Sciece Idex, Computer ad Iformatio Egieerig Vol:, No:8, 008 waset.org/publicatio/4579 techique is utilized to extract liear, circular ad elliptical objects i images [6] [7]. From the above discussio, it is evidet that, the parametric space aalysis of Hough Trasform, statistical aalysis of edge images ad geometrical properties of objects are the three parameters used to detect the circular primitives i images. I our proposed method, we utilized the features of all the three parameters. I this paper, our problem is to detect cois from a combied image of cois ad circular objects. To distiguish the cois from geeral circular objects, we used the texture o the surface of the cois. II. PROPOSED METHODOLOGY The proposed method for detectig cois i real world images has the followig steps. Step : For the give grayscale image, fid the edge image usig suitable edge detectio operators. Step : Fid the covariace matrix for the edge image ad obtai the small ad large Eigevalues. Step 3: Obtai the CHT for Eigevalue image usig sparse matrix techique. Step 4: Fid the meaigful set of distict Hough peaks usig eighborhood suppressio scheme [8]. Step 5: Oce the cadidate peaks ad their locatios are idetified, fid ceter of the circular objects ad obtai the circumferece pixel locatios usig Breseham s Raster sca algorithm [9]. Step 6: After extractig circular objects, idetify the cois based o the texto. III. CIRCULAR OBJECT DETECTION Extractig geometrical primitives such as circles from digital image has received more attetio for several decades. The Circular Hough Trasform (CHT) idetifies the circular shape with a give radius. For ukow radii the algorithm should be ru for all possible radii to form a 3-D parameter space. I our work we used the fact that the Eigevalues of the covariace matrix characterize the shape iformatio of the geometric objects. To Fid the Eigevalues of the covariace matrix for the set of edge pixels covered by the widow w = + ± + λ a a ( a a ) 4a () a a where is the covariace matrix ad the a a coefficiets a or a is the variace ad a or a is the covariace of w. var(x) =a = ( x i x), where x = x i i= i= var(y) =a = ( y i y),where y = i= y i i= ad cov(x, y) = a = a = ( xi x)( yi y) i= From Eq. () the small ad large Eigevalues of a covariace matrix ca be expressed as = + + λ s a a ( a a ) 4a () = λ l a a ( a a ) 4a (3) I our work, we used the fact that, the small ad large Eigevalues for the circular segmet i the cotiuous domai will be equal regardless of the size ad orietatio of the circular segmet [4]. So λs λl = t f ( x, y) is a poit of a circular segmet λ = { Noisy pixel where t is the predefied threshold value. To test the characteristics of small ad large Eigevalues for a circle, a experimet has bee coducted for differet radii circles. The small ad large Eigevalues for the covariace matrix of the circles with differet widow sizes is listed i the Table I. From this we observe that the icremet of circle radius yields the decremet of the λ s ad λl values. If the rage of the desired radius is kow priori, the cetre of the circle ca be easily foud by fidig local maxima of the Hough peaks. For ukow radii, the widow size ca be varied util the correct radius is obtaied. The correctess of the coordiate poits ad the coordiates of the discotiuity regio are calculated usig the Breseham s or midpoit raster sca circle algorithms. I Breseham s algorithm, to elimiate the uequal spacig betwee poits alog the circular boudary, parametric polar form, x = x + c r cosθ ad y = yc + rsiθ is used. I midpoit algorithm [9] the circle fuctio is defied as f ( x, y) = x + y r. For uit step i ' x ' directio use a decisio parameter to determie, which of the two possible ' y ' positios is closer to the circle path. The iitial value of the decisio parameter is p 0 = 5 4 r. At each x k positio, startig at k = 0, if p k < 0, the ext poit alog the circle is ( x k +, yk ) ad p k + = p k + x k + +. ( x +, ) Otherwise the ext poit alog the circle is k yk ad p k+ = pk + xk + + yk +, where x k+ = xk + ad y k+ = yk. I the same way symmetry poits are calculated for other octats also. Iteratioal Scholarly ad Scietific Research & Iovatio (8) scholar.waset.org/999.4/4579

3 Iteratioal Joural of Computer, Electrical, Automatio, Cotrol ad Iformatio Egieerig Vol:, No:8, 008 Iteratioal Sciece Idex, Computer ad Iformatio Egieerig Vol:, No:8, 008 waset.org/publicatio/4579 TABLE I SMALL AND LARGE EIGENVALUES OF A CIRCLE x + y = Radius r Regio of support W=5x5 Regio of support W=7x7 r Regio of support W=9x9 λ s λ L λ s λ L λ s λ L IV. EXPERIMENTAL RESULTS I this sectio, we preset the results of experimet i which the proposed method is applied to several coi ad ocoi images. I the first phase, we extract the circles from the edge data. This ivolves, locatig all edge fragmets i a image ad the small Eigevalues λ s ad large Eigevalues λ L of covariace matrix costituted by the edge image. The CHT is performed for the Eigevalue image to fid the cetre ad radius of the circles which uses highest Hough peaks i the accumulator space. A circle is draw at the idetified cetre ad radius usig Breseham s algorithm. The circles extracted from the first phase correspod to both coi ad o-coi structures. I the secod phase to distiguish cois from o-cois, we use texto [0] of the cois. Sice texto as a cetre of the cluster i filter respose space [], we used k-meas clusterig [] [3] i our experimets. To describe the first phase of the proposed work, a experimet is coducted o a real world image which has oly Idia cois. Fig. (a) shows 5 paise, 50 paise, Rupee, Rupees ad 5 Rupees cois. The correspodig edge image usig cay operators is as show i Fig. (b). The CHT for the Eigevalues of the covariace matrix of edge image is as show i Fig. (c). The circles extracted for the desired Hough peaks represetig the circumferece of the cois is as show i Fig. (d). To reveal the correctess ad accuracy, the circles idetified are overlapped with origial image is as show i Fig. (e). To test the robustess of circular object idetificatio capability i our proposed approach, a experimet is coducted o a image which has circular ad o-circular cois. Fig. (a) shows 5, 50 paise ad 0, 05 rupees circular cois alog with o-circular cois. Amog o-circular cois 05 paise has square structure, 0 paise has half sie wave edged ad 0 paise has hexago structure. The edge mapped image is as show i Fig. (b). Sice the small Eigevalues λs for lie segmets is zero [4], we ca elimiate the 5 paise ad 0 paise cois from the test set easily. The large ad small Eigevalues of 0 paise are ot equal, sice it is ot represetig the either circular feature or liear feature. So it ca also be elimiated from the test set easily. The CHT with valid Hough peaks for edge image is as show i Fig. (c). The circles extracted correspod to oly circular cois from the proposed approach are as show i Fig. (d). The idetified circular cois from o-circular cois are as show i Fig. (e). From this, it is evidet that the proposed approach is very effective i idetifyig circular features. (a) (b) (c) (d) Fig. Idetificatio of circular features (a) Origial cois image (b) Edge extracted image (c) CHT image (d) Circles idetified (e) Circles overlapped with origial image (e) Iteratioal Scholarly ad Scietific Research & Iovatio (8) scholar.waset.org/999.4/4579

4 Iteratioal Joural of Computer, Electrical, Automatio, Cotrol ad Iformatio Egieerig Vol:, No:8, 008 (a) (b) (c) Iteratioal Sciece Idex, Computer ad Iformatio Egieerig Vol:, No:8, 008 waset.org/publicatio/4579 (d) Fig. Idetificatio of circular features from circular ad o-circular cois (a) Origial Image (b) Edge image (c) CHT with valid Hough peaks (d) Circles extracted (e) Circles overlapped with origial image To describe the secod phase of the proposed method ad to idetify the valid cois from a image, we coducted a experimet based o texto structure of the cois. Sice textos represet the cluster cetre i the filter respose space, we used the classical k-meas algorithm for clusterig. For experimetatio the two faces of the cois, Kig ad Quee are cosidered. A set of 5 cois with two faces each ad 3 combiatios for each coi are take ito accout. Fig. 3 represets the clustered images with k=5 for the kig face side of 5, 50 paise ad 0, 0 ad 05 rupees images. I the modellig stage, each pixel of the give image is mapped to its earest texto. Sice each texto represets the microstructure to discrimiate or recogize the smallest elemet, each pixel is labeled exactly as oe texto. Fig. 4 shows the Probability Desity Fuctio (PDF) of ormalized histogram model of the texto images. From this figure we oticed that, all texto histogram graphs of statistical models are almost same. This fact is used i our approach to distiguish coi ad o-coi i images. The PDF of the o-coi structures is as show i Fig. 5, which represets the false positive circular feature from Hough Trasform. From this, we observed that the PDFs of circular coi ad circular o-coi images are absolutely differet from each other. We ca classify the coi ad o-cois by just comparig two PDF models. For idetificatio purpose, if the miimum distace amog the PDFs of the kow cois ad the PDF of the test image is less tha a give threshold T, the it may be cosidered as a coi or o-coi otherwise. The followig equatio ca be used for idetificatio purpose. N ( H ( i) h( i) ) C = MIN ( + ) i= H ( i) h( i) (e) where H(i) ad h(i) represets the PDFs of testig ad origial coi images respectively, N deotes the umber of test classes. If C<T, the H is cosidered as PDF of the coi image. Fig. 6(a) shows the circular features idetified from the Stadard Hough Trasform method. It extracts the all the circles, but does ot distiguish the cois ad o-cois. The circular features extracted are overlapped with origial image is as show i Fig. 6(b). The circles which represet the o-cois are marked with arrows. The result of our proposed approach is as show i Fig. 6(c). It idetifies oly the circular features correspods to cois. It discards the circles of o-coi images. To test the accuracy the circles idetified are overlapped with origial image is as show i Fig. 6(d). From this, it is evidet that, the proposed techique based o texto ca idetify the cois very accurately ad also distiguishes the cois from o-coi images. Aother evaluatio is doe to test the robustess of our method agaist oise. I this evaluatio for the origial image show i Fig. 7(a), a Gaussia white oise with variace of 0.0 ad 0 % desity of salt ad pepper oise is added as show i Fig 7(b). The edge image show i Fig. 7(c) is a very complex image, sice it has cosiderable amout of oise. The best fit circles correspod to cois extracted from the proposed approach are as show i Fig. 7(d). To test the accuracy the extracted circles are overlapped with the oisy image ad origial image are as show i Fig. 7(e), 7(f) respectively. From this evaluatio, we coclude that the proposed method gives accurate circular features for cois i oise coditios also. Iteratioal Scholarly ad Scietific Research & Iovatio (8) scholar.waset.org/999.4/4579

5 Iteratioal Joural of Computer, Electrical, Automatio, Cotrol ad Iformatio Egieerig Vol:, No:8, 008 Iteratioal Sciece Idex, Computer ad Iformatio Egieerig Vol:, No:8, 008 waset.org/publicatio/4579 Fig. 4 PDFs of Coi images Fig. 3 Circular cois clustered with k=5 iteratios Fig. 5 PDF of No-Coi image (a) (b) (c) (d) Fig. 6 Cois Idetified usig Texto structures (a) Circles extracted from HT method (b) Circles overlapped wit origial image (c) Circles correspod to Cois (d) Idetified Cois Iteratioal Scholarly ad Scietific Research & Iovatio (8) scholar.waset.org/999.4/4579

6 Iteratioal Joural of Computer, Electrical, Automatio, Cotrol ad Iformatio Egieerig Vol:, No:8, 008 (a) (b) (c) Iteratioal Sciece Idex, Computer ad Iformatio Egieerig Vol:, No:8, 008 waset.org/publicatio/4579 (d) (e) (f) Fig. 7 Cois detected i oisy image (a) Origial image (b) Noisy image (c) Edge image (d) Circles detected for cois (e) Circles overlapped with oisy image (f) Circles overlapped with origial image To test the oise withstadig capability of our method, a additioal experimet is coducted usig salt ad pepper oise with differet desities. I this evaluatio the desity of salt ad pepper oise was icreased from 0 to 80 percet ad the idetificatio rate was evaluated. Results of this experimet show that the oise with less tha 34% desity has o effect o the accuracy of the coi idetificatio. Further icreasig the oise desity icreases the complexity i CHT causig the cetre ad Eigevalues of the circle chages. Hece the idetificatio rate reduces. Fig. 8 draws the idetificatio rate versus oise desity. From this it is evidet that our proposed method ca withstad oise ad is efficiet to idetify the cois up to 56 percet of oise desity. Fig. 8 Noise resistace curve V. CONCLUDING REMARKS I this paper we discussed a efficiet ad accurate method for coi detectio. The distict features of our proposed method from HT based methods are that, it is a hybrid scheme cosistig of Eigevalues approach, CHT ad Raster sca algorithms. As compared to covetioal HT methods, the mai stregths of our method are its low computatioal time, less memory requiremet ad accuracy of detectio. Sice sparse matrix techique is used for CHT, the amout of data required for circle detectio ad coi idetificatio is reduced. The proposed method also uses the texture o the surface of the cois for its idetificatio. The PDFs of cois are compared with PDFs of o-coi images to distiguish the cois from o-cois. Performace evaluatio is doe by coductig the experimets o o-coi images ad oisy images. The limitatios of our approach icludes, scalig of texto classifier ad idetificatio of spatial texture property of coi ad o-coi images. REFERENCES [] P.V.C Hough, Methods ad meas for recogizig complex patter, U.S. Patet No [] J. Illigworth ad J. Kittler, A survey of the Hough trasforms, Computer visio, Graphics ad Image processig 44, pp. 87-6, 988. [3] R.O. Duda ad P.E. Hart, Use of the Hough trasform to detect lies ad curves i pictures, CACM 5, No., pp. -5, 97. [4] S. Tsuji, F. Matsumoto, Detectio of circles/ellipses by a modified Hough trasforms, IEEE Tras. Computers., 7(8), pp , 978. [5] D. H. Ballard, Geeralizig the Hough trasforms to detect arbitrary shapes, Patter Recog., 3(), pp., 98. Iteratioal Scholarly ad Scietific Research & Iovatio (8) scholar.waset.org/999.4/4579

7 Iteratioal Joural of Computer, Electrical, Automatio, Cotrol ad Iformatio Egieerig Vol:, No:8, 008 Iteratioal Sciece Idex, Computer ad Iformatio Egieerig Vol:, No:8, 008 waset.org/publicatio/4579 [6] D.H Ballard, C. Kimme ad J. Sklasky, Fidig circles by a array of accumulators, Commu, ACM, 8(), pp. 0-, 975. [7] J. Illigworth ad J. Kittler, The adaptive Hough Trasform, IEEE Tras, PAMI-9(5), pp , 987. [8] E. R. Davis, A modified Hough scheme for geeral circle locatio,, Patter Recog,7(), pp , 988. [9] Michele Ceccarelli, Alfredo Petrosio ad Giuliao, Circle detectio based o orietatio matchig, IEEE tras. PAMI Vol 0, pp. 9-4, 00. [0] J. Illigworth, J. Kittler ad H.K Yue, Comparative study of Hough Trasform methods for circle detectio, Image visio, Comput. 8(), pp 7-77, 990. [] G. Gerig ad F. Klei, Fast cotour idetificatio through efficiet Hough Trasform ad simplest iterpretatio strategy, Proceedigs of 8 th iteratioal coferece o patter recogitio, 986, pp [] Chu-Ta Ho ad Lig-Hwei Che, A fast ellipse/circle detector usig geometric symmetry, Patter Recogitio Vol. 8, No., 995, 7-4 [3] Peg-Yeg Yi, A ew circle/ellipse detector usig geetic algorithms, Patter Recogitio Letters 0, pp , 999. [4] Du-Mig Tsai, H. T. Hou, H.J. Su, Boudary based corer detectio usig Eige values of covariace matrices, Patter. Recog. 0, pp. 3-40, 998. [5] D. S. Guru B, H. Shekar, P. Nagabhusha, A simple ad robust lie detectio algorithm based o small Eige value aalysis, Patter Recog. 5, pp. -3, 003. [6] J. Prakash ad K. Rajesh, A Novel ad Accurate method for Circular object idetificatio - combied approach of Hough trasform, Eigevalues ad Raster sca algorithms, IEEE Iteratioal coferece o Sigal ad Image processig,vol., 006, pp [7] J. Prakash, K. Rajesh, Extractig geometric primitives: Combied approach of Hough trasform, Eigevalues ad Raster sca algorithms, Iteratioal Joural of systemics, Cyberetics ad Iformatics (IJSCI), pp , 007. [8] Rafael C. Gozalez, Richard E. Woods, Digital Image processig (5 th editio), Addiso Wesley, 000 [9] Doald Hear, M. Paulie Baker, Computer graphics ( d editio), Pearso Educatio,003 [0] S.C. Zhu, C. Guo, Y. Wu ad Y.Wag, What are Textos?, ECCV, pp , Spriger Verlag, 00 [] T. Leug ad J.Malik, Represetig ad recogizig the visual appearace of materials usig three dimesioal textos, IJCV, 999. [] R.M Haralick ad L.G. Shapiro, Survey-Image segmetatio techiques, Computer Visio Graphics ad Image processig, vol.9, pp. 00-3, 985. [3] M.K. Ng, A ote o K-meas algorithm, Patter Recogitio, vol.33, pp , 000. J. Prakash received the B.E degree i Computer Sciece ad Egieerig from Mysore Uiversity, Karataka, Idia, i 989 ad the M.S degree i IT from Uiversity of Idore, Madhya Pradesh, Idia i 995. From 989 to 996 he was worked as a lecturer i the departmet of Computer Sciece ad Egieerig at Adichuchaagiri Istitute of Techology, Chikmagalur, Karataka, Idia. Sice 997 he is workig as Assistat Professor of Iformatio Sciece ad Egieerig, at Bagalore Istitute of Techology, Bagalore, Karataka, Idia. Curretly he is a PhD cadidate i the departmet of Computer Sciece ad Egieerig at Dr. MGR Educatioal ad Research Istitute, Deemed Uiversity, Cheai, Idia. His research area of iterest is Digital Sigal Processig ad Digital Image Processig with applicatios. Prof. J. Prakash is a life member of ISTE (Idia Society for Techical Educatio). K. Rajesh received the Ph.D. degree from the Departmet of Geology ad Geophysics, Idia Istitute of Techology, Kharagpur, West Begal, Idia, i 003. He is presetly with Philips Electroics Idia Ltd., Bagalore, Idia. His research iterests iclude image filter desigs, image segmetatio ad texture studies. Iteratioal Scholarly ad Scietific Research & Iovatio (8) scholar.waset.org/999.4/4579

Dynamic Programming and Curve Fitting Based Road Boundary Detection

Dynamic Programming and Curve Fitting Based Road Boundary Detection Dyamic Programmig ad Curve Fittig Based Road Boudary Detectio SHYAM PRASAD ADHIKARI, HYONGSUK KIM, Divisio of Electroics ad Iformatio Egieerig Chobuk Natioal Uiversity 664-4 Ga Deokji-Dog Jeoju-City Jeobuk

More information

Image Segmentation EEE 508

Image Segmentation EEE 508 Image Segmetatio Objective: to determie (etract) object boudaries. It is a process of partitioig a image ito distict regios by groupig together eighborig piels based o some predefied similarity criterio.

More information

Improving Template Based Spike Detection

Improving Template Based Spike Detection Improvig Template Based Spike Detectio Kirk Smith, Member - IEEE Portlad State Uiversity petra@ee.pdx.edu Abstract Template matchig algorithms like SSE, Covolutio ad Maximum Likelihood are well kow for

More information

Fundamentals of Media Processing. Shin'ichi Satoh Kazuya Kodama Hiroshi Mo Duy-Dinh Le

Fundamentals of Media Processing. Shin'ichi Satoh Kazuya Kodama Hiroshi Mo Duy-Dinh Le Fudametals of Media Processig Shi'ichi Satoh Kazuya Kodama Hiroshi Mo Duy-Dih Le Today's topics Noparametric Methods Parze Widow k-nearest Neighbor Estimatio Clusterig Techiques k-meas Agglomerative Hierarchical

More information

Neuro Fuzzy Model for Human Face Expression Recognition

Neuro Fuzzy Model for Human Face Expression Recognition IOSR Joural of Computer Egieerig (IOSRJCE) ISSN : 2278-0661 Volume 1, Issue 2 (May-Jue 2012), PP 01-06 Neuro Fuzzy Model for Huma Face Expressio Recogitio Mr. Mayur S. Burage 1, Prof. S. V. Dhopte 2 1

More information

Pattern Recognition Systems Lab 1 Least Mean Squares

Pattern Recognition Systems Lab 1 Least Mean Squares Patter Recogitio Systems Lab 1 Least Mea Squares 1. Objectives This laboratory work itroduces the OpeCV-based framework used throughout the course. I this assigmet a lie is fitted to a set of poits usig

More information

Harris Corner Detection Algorithm at Sub-pixel Level and Its Application Yuanfeng Han a, Peijiang Chen b * and Tian Meng c

Harris Corner Detection Algorithm at Sub-pixel Level and Its Application Yuanfeng Han a, Peijiang Chen b * and Tian Meng c Iteratioal Coferece o Computatioal Sciece ad Egieerig (ICCSE 015) Harris Corer Detectio Algorithm at Sub-pixel Level ad Its Applicatio Yuafeg Ha a, Peijiag Che b * ad Tia Meg c School of Automobile, Liyi

More information

Performance Plus Software Parameter Definitions

Performance Plus Software Parameter Definitions Performace Plus+ Software Parameter Defiitios/ Performace Plus Software Parameter Defiitios Chapma Techical Note-TG-5 paramete.doc ev-0-03 Performace Plus+ Software Parameter Defiitios/2 Backgroud ad Defiitios

More information

New HSL Distance Based Colour Clustering Algorithm

New HSL Distance Based Colour Clustering Algorithm The 4th Midwest Artificial Itelligece ad Cogitive Scieces Coferece (MAICS 03 pp 85-9 New Albay Idiaa USA April 3-4 03 New HSL Distace Based Colour Clusterig Algorithm Vasile Patrascu Departemet of Iformatics

More information

3D Model Retrieval Method Based on Sample Prediction

3D Model Retrieval Method Based on Sample Prediction 20 Iteratioal Coferece o Computer Commuicatio ad Maagemet Proc.of CSIT vol.5 (20) (20) IACSIT Press, Sigapore 3D Model Retrieval Method Based o Sample Predictio Qigche Zhag, Ya Tag* School of Computer

More information

A Novel Feature Extraction Algorithm for Haar Local Binary Pattern Texture Based on Human Vision System

A Novel Feature Extraction Algorithm for Haar Local Binary Pattern Texture Based on Human Vision System A Novel Feature Extractio Algorithm for Haar Local Biary Patter Texture Based o Huma Visio System Liu Tao 1,* 1 Departmet of Electroic Egieerig Shaaxi Eergy Istitute Xiayag, Shaaxi, Chia Abstract The locality

More information

Stone Images Retrieval Based on Color Histogram

Stone Images Retrieval Based on Color Histogram Stoe Images Retrieval Based o Color Histogram Qiag Zhao, Jie Yag, Jigyi Yag, Hogxig Liu School of Iformatio Egieerig, Wuha Uiversity of Techology Wuha, Chia Abstract Stoe images color features are chose

More information

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method A ew Morphological 3D Shape Decompositio: Grayscale Iterframe Iterpolatio Method D.. Vizireau Politehica Uiversity Bucharest, Romaia ae@comm.pub.ro R. M. Udrea Politehica Uiversity Bucharest, Romaia mihea@comm.pub.ro

More information

A Comparative Study of Color Edge Detection Techniques

A Comparative Study of Color Edge Detection Techniques CS31A WINTER-1314 PROJECT REPORT 1 A Comparative Study of Color Edge Detectio Techiques Masood Shaikh, Departmet of Electrical Egieerig, Staford Uiversity Abstract Edge detectio has attracted the attetio

More information

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation Improvemet of the Orthogoal Code Covolutio Capabilities Usig FPGA Implemetatio Naima Kaabouch, Member, IEEE, Apara Dhirde, Member, IEEE, Saleh Faruque, Member, IEEE Departmet of Electrical Egieerig, Uiversity

More information

Accuracy Improvement in Camera Calibration

Accuracy Improvement in Camera Calibration Accuracy Improvemet i Camera Calibratio FaJie L Qi Zag ad Reihard Klette CITR, Computer Sciece Departmet The Uiversity of Aucklad Tamaki Campus, Aucklad, New Zealad fli006, qza001@ec.aucklad.ac.z r.klette@aucklad.ac.z

More information

Image based Cats and Possums Identification for Intelligent Trapping Systems

Image based Cats and Possums Identification for Intelligent Trapping Systems Volume 159 No, February 017 Image based Cats ad Possums Idetificatio for Itelliget Trappig Systems T. A. S. Achala Perera School of Egieerig Aucklad Uiversity of Techology New Zealad Joh Collis School

More information

Ones Assignment Method for Solving Traveling Salesman Problem

Ones Assignment Method for Solving Traveling Salesman Problem Joural of mathematics ad computer sciece 0 (0), 58-65 Oes Assigmet Method for Solvig Travelig Salesma Problem Hadi Basirzadeh Departmet of Mathematics, Shahid Chamra Uiversity, Ahvaz, Ira Article history:

More information

Handwriting Stroke Extraction Using a New XYTC Transform

Handwriting Stroke Extraction Using a New XYTC Transform Hadwritig Stroke Etractio Usig a New XYTC Trasform Gilles F. Houle 1, Kateria Bliova 1 ad M. Shridhar 1 Computer Scieces Corporatio Uiversity Michiga-Dearbor Abstract: The fudametal represetatio of hadwritig

More information

IMP: Superposer Integrated Morphometrics Package Superposition Tool

IMP: Superposer Integrated Morphometrics Package Superposition Tool IMP: Superposer Itegrated Morphometrics Package Superpositio Tool Programmig by: David Lieber ( 03) Caisius College 200 Mai St. Buffalo, NY 4208 Cocept by: H. David Sheets, Dept. of Physics, Caisius College

More information

Image Analysis. Segmentation by Fitting a Model

Image Analysis. Segmentation by Fitting a Model Image Aalysis Segmetatio by Fittig a Model Christophoros Nikou cikou@cs.uoi.gr Images take from: D. Forsyth ad J. Poce. Computer Visio: A Moder Approach, Pretice Hall, 2003. Computer Visio course by Svetlaa

More information

Creating Exact Bezier Representations of CST Shapes. David D. Marshall. California Polytechnic State University, San Luis Obispo, CA , USA

Creating Exact Bezier Representations of CST Shapes. David D. Marshall. California Polytechnic State University, San Luis Obispo, CA , USA Creatig Exact Bezier Represetatios of CST Shapes David D. Marshall Califoria Polytechic State Uiversity, Sa Luis Obispo, CA 93407-035, USA The paper presets a method of expressig CST shapes pioeered by

More information

New Fuzzy Color Clustering Algorithm Based on hsl Similarity

New Fuzzy Color Clustering Algorithm Based on hsl Similarity IFSA-EUSFLAT 009 New Fuzzy Color Clusterig Algorithm Based o hsl Similarity Vasile Ptracu Departmet of Iformatics Techology Tarom Compay Bucharest Romaia Email: patrascu.v@gmail.com Abstract I this paper

More information

Eigenimages. Digital Image Processing: Bernd Girod, 2013 Stanford University -- Eigenimages 1

Eigenimages. Digital Image Processing: Bernd Girod, 2013 Stanford University -- Eigenimages 1 Eigeimages Uitary trasforms Karhue-Loève trasform ad eigeimages Sirovich ad Kirby method Eigefaces for geder recogitio Fisher liear discrimat aalysis Fisherimages ad varyig illumiatio Fisherfaces vs. eigefaces

More information

Cubic Polynomial Curves with a Shape Parameter

Cubic Polynomial Curves with a Shape Parameter roceedigs of the th WSEAS Iteratioal Coferece o Robotics Cotrol ad Maufacturig Techology Hagzhou Chia April -8 00 (pp5-70) Cubic olyomial Curves with a Shape arameter MO GUOLIANG ZHAO YANAN Iformatio ad

More information

are two specific neighboring points, F( x, y)

are two specific neighboring points, F( x, y) $33/,&$7,212)7+(6(/)$92,',1* 5$1'20:$/.12,6(5('8&7,21$/*25,7+0,17+(&2/285,0$*(6(*0(17$7,21 %RJGDQ602/.$+HQU\N3$/86'DPLDQ%(5(6.$ 6LOHVLDQ7HFKQLFDO8QLYHUVLW\'HSDUWPHQWRI&RPSXWHU6FLHQFH $NDGHPLFND*OLZLFH32/$1'

More information

Bezier curves. Figure 2 shows cubic Bezier curves for various control points. In a Bezier curve, only

Bezier curves. Figure 2 shows cubic Bezier curves for various control points. In a Bezier curve, only Edited: Yeh-Liag Hsu (998--; recommeded: Yeh-Liag Hsu (--9; last updated: Yeh-Liag Hsu (9--7. Note: This is the course material for ME55 Geometric modelig ad computer graphics, Yua Ze Uiversity. art of

More information

Improving Face Recognition Rate by Combining Eigenface Approach and Case-based Reasoning

Improving Face Recognition Rate by Combining Eigenface Approach and Case-based Reasoning Improvig Face Recogitio Rate by Combiig Eigeface Approach ad Case-based Reasoig Haris Supic, ember, IAENG Abstract There are may approaches to the face recogitio. This paper presets a approach that combies

More information

Eigenimages. Digital Image Processing: Bernd Girod, Stanford University -- Eigenimages 1

Eigenimages. Digital Image Processing: Bernd Girod, Stanford University -- Eigenimages 1 Eigeimages Uitary trasforms Karhue-Loève trasform ad eigeimages Sirovich ad Kirby method Eigefaces for geder recogitio Fisher liear discrimat aalysis Fisherimages ad varyig illumiatio Fisherfaces vs. eigefaces

More information

Fast Fourier Transform (FFT) Algorithms

Fast Fourier Transform (FFT) Algorithms Fast Fourier Trasform FFT Algorithms Relatio to the z-trasform elsewhere, ozero, z x z X x [ ] 2 ~ elsewhere,, ~ e j x X x x π j e z z X X π 2 ~ The DFS X represets evely spaced samples of the z- trasform

More information

Analysis of Server Resource Consumption of Meteorological Satellite Application System Based on Contour Curve

Analysis of Server Resource Consumption of Meteorological Satellite Application System Based on Contour Curve Advaces i Computer, Sigals ad Systems (2018) 2: 19-25 Clausius Scietific Press, Caada Aalysis of Server Resource Cosumptio of Meteorological Satellite Applicatio System Based o Cotour Curve Xiagag Zhao

More information

x x 2 x Iput layer = quatity of classificatio mode X T = traspositio matrix The core of such coditioal probability estimatig method is calculatig the

x x 2 x Iput layer = quatity of classificatio mode X T = traspositio matrix The core of such coditioal probability estimatig method is calculatig the COMPARATIVE RESEARCHES ON PROBABILISTIC NEURAL NETWORKS AND MULTI-LAYER PERCEPTRON NETWORKS FOR REMOTE SENSING IMAGE SEGMENTATION Liu Gag a, b, * a School of Electroic Iformatio, Wuha Uiversity, 430079,

More information

The Closest Line to a Data Set in the Plane. David Gurney Southeastern Louisiana University Hammond, Louisiana

The Closest Line to a Data Set in the Plane. David Gurney Southeastern Louisiana University Hammond, Louisiana The Closest Lie to a Data Set i the Plae David Gurey Southeaster Louisiaa Uiversity Hammod, Louisiaa ABSTRACT This paper looks at three differet measures of distace betwee a lie ad a data set i the plae:

More information

A Note on Least-norm Solution of Global WireWarping

A Note on Least-norm Solution of Global WireWarping A Note o Least-orm Solutio of Global WireWarpig Charlie C. L. Wag Departmet of Mechaical ad Automatio Egieerig The Chiese Uiversity of Hog Kog Shati, N.T., Hog Kog E-mail: cwag@mae.cuhk.edu.hk Abstract

More information

A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON

A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON Roberto Lopez ad Eugeio Oñate Iteratioal Ceter for Numerical Methods i Egieerig (CIMNE) Edificio C1, Gra Capitá s/, 08034 Barceloa, Spai ABSTRACT I this work

More information

Numerical Methods Lecture 6 - Curve Fitting Techniques

Numerical Methods Lecture 6 - Curve Fitting Techniques Numerical Methods Lecture 6 - Curve Fittig Techiques Topics motivatio iterpolatio liear regressio higher order polyomial form expoetial form Curve fittig - motivatio For root fidig, we used a give fuctio

More information

USING PHASE AND MAGNITUDE INFORMATION OF THE COMPLEX DIRECTIONAL FILTER BANK FOR TEXTURE SEGMENTATION

USING PHASE AND MAGNITUDE INFORMATION OF THE COMPLEX DIRECTIONAL FILTER BANK FOR TEXTURE SEGMENTATION 6th Europea Sigal Processig Coferece EUSIPCO 008, Lausae, Switzerlad, August 5-9, 008, copyright by EURASIP USING PASE AND MAGNITUDE INFORMATION OF TE COMPLEX DIRECTIONAL FILTER BANK FOR TEXTURE SEGMENTATION

More information

Counting Regions in the Plane and More 1

Counting Regions in the Plane and More 1 Coutig Regios i the Plae ad More 1 by Zvezdelia Stakova Berkeley Math Circle Itermediate I Group September 016 1. Overarchig Problem Problem 1 Regios i a Circle. The vertices of a polygos are arraged o

More information

New Results on Energy of Graphs of Small Order

New Results on Energy of Graphs of Small Order Global Joural of Pure ad Applied Mathematics. ISSN 0973-1768 Volume 13, Number 7 (2017), pp. 2837-2848 Research Idia Publicatios http://www.ripublicatio.com New Results o Eergy of Graphs of Small Order

More information

Modified Curvelet Thresholding Algorithm for Image Denoising

Modified Curvelet Thresholding Algorithm for Image Denoising Joural of Computer Sciece 6 (1): 18-3 010 ISSN 1549-3636 010 Sciece Publicatios Modified Curvelet Thresholdig Algorithm for Image Deoisig 1 Al-Dahoud Ali Preety D. Swami ad 3 J. Sighai 1 Departmet of Computer

More information

. Written in factored form it is easy to see that the roots are 2, 2, i,

. Written in factored form it is easy to see that the roots are 2, 2, i, CMPS A Itroductio to Programmig Programmig Assigmet 4 I this assigmet you will write a java program that determies the real roots of a polyomial that lie withi a specified rage. Recall that the roots (or

More information

The isoperimetric problem on the hypercube

The isoperimetric problem on the hypercube The isoperimetric problem o the hypercube Prepared by: Steve Butler November 2, 2005 1 The isoperimetric problem We will cosider the -dimesioal hypercube Q Recall that the hypercube Q is a graph whose

More information

Evaluation scheme for Tracking in AMI

Evaluation scheme for Tracking in AMI A M I C o m m u i c a t i o A U G M E N T E D M U L T I - P A R T Y I N T E R A C T I O N http://www.amiproject.org/ Evaluatio scheme for Trackig i AMI S. Schreiber a D. Gatica-Perez b AMI WP4 Trackig:

More information

DATA MINING II - 1DL460

DATA MINING II - 1DL460 DATA MINING II - 1DL460 Sprig 2017 A secod course i data miig http://www.it.uu.se/edu/course/homepage/ifoutv2/vt17/ Kjell Orsbor Uppsala Database Laboratory Departmet of Iformatio Techology, Uppsala Uiversity,

More information

Lip Contour Extraction based on Active Shape Model and Snakes

Lip Contour Extraction based on Active Shape Model and Snakes 48 IJCSNS Iteratioal Joural of Computer Sciece ad Network Security, VOL.7 No.0, October 007 Lip Cotour xtractio based o Active Shape Model ad Sakes Kyug Shik Jag Departmet of Multimedia gieerig, Dog-ui

More information

RESEARCH ON AUTOMATIC INSPECTION TECHNIQUE OF REAL-TIME RADIOGRAPHY FOR TURBINE-BLADE

RESEARCH ON AUTOMATIC INSPECTION TECHNIQUE OF REAL-TIME RADIOGRAPHY FOR TURBINE-BLADE RESEARCH ON AUTOMATIC INSPECTION TECHNIQUE OF REAL-TIME RADIOGRAPHY FOR TURBINE-BLADE Z.G. Zhou, S. Zhao, ad Z.G. A School of Mechaical Egieerig ad Automatio, Beijig Uiversity of Aeroautics ad Astroautics,

More information

An Efficient Image Rectification Method for Parallel Multi-Camera Arrangement

An Efficient Image Rectification Method for Parallel Multi-Camera Arrangement Y.-S. Kag ad Y.-S. Ho: A Efficiet Image Rectificatio Method for Parallel Multi-Camera Arragemet 141 A Efficiet Image Rectificatio Method for Parallel Multi-Camera Arragemet Yu-Suk Kag ad Yo-Sug Ho, Seior

More information

An Efficient Algorithm for Graph Bisection of Triangularizations

An Efficient Algorithm for Graph Bisection of Triangularizations A Efficiet Algorithm for Graph Bisectio of Triagularizatios Gerold Jäger Departmet of Computer Sciece Washigto Uiversity Campus Box 1045 Oe Brookigs Drive St. Louis, Missouri 63130-4899, USA jaegerg@cse.wustl.edu

More information

Mobile terminal 3D image reconstruction program development based on Android Lin Qinhua

Mobile terminal 3D image reconstruction program development based on Android Lin Qinhua Iteratioal Coferece o Automatio, Mechaical Cotrol ad Computatioal Egieerig (AMCCE 05) Mobile termial 3D image recostructio program developmet based o Adroid Li Qihua Sichua Iformatio Techology College

More information

We are IntechOpen, the first native scientific publisher of Open Access books. International authors and editors. Our authors are among the TOP 1%

We are IntechOpen, the first native scientific publisher of Open Access books. International authors and editors. Our authors are among the TOP 1% We are ItechOpe, the first ative scietific publisher of Ope Access books 3,350 108,000 1.7 M Ope access books available Iteratioal authors ad editors Dowloads Our authors are amog the 151 Coutries delivered

More information

OCR Statistics 1. Working with data. Section 3: Measures of spread

OCR Statistics 1. Working with data. Section 3: Measures of spread Notes ad Eamples OCR Statistics 1 Workig with data Sectio 3: Measures of spread Just as there are several differet measures of cetral tedec (averages), there are a variet of statistical measures of spread.

More information

MRI Abdominal Organ Tissue Identification using Statistical Distance in Color Space

MRI Abdominal Organ Tissue Identification using Statistical Distance in Color Space MRI Abdomial Orga Tissue Idetificatio usig Statistical Distace i Color Space Ared Castelei, Terrace Weede, Xiupig Tao 3, H. Keith Brow, Yog Wei. Departmet of Computer Sciece, Uiversity of North Georgia,

More information

Chapter 3 Classification of FFT Processor Algorithms

Chapter 3 Classification of FFT Processor Algorithms Chapter Classificatio of FFT Processor Algorithms The computatioal complexity of the Discrete Fourier trasform (DFT) is very high. It requires () 2 complex multiplicatios ad () complex additios [5]. As

More information

An Efficient Algorithm for Graph Bisection of Triangularizations

An Efficient Algorithm for Graph Bisection of Triangularizations Applied Mathematical Scieces, Vol. 1, 2007, o. 25, 1203-1215 A Efficiet Algorithm for Graph Bisectio of Triagularizatios Gerold Jäger Departmet of Computer Sciece Washigto Uiversity Campus Box 1045, Oe

More information

Exponential intuitionistic fuzzy entropy measure based image edge detection.

Exponential intuitionistic fuzzy entropy measure based image edge detection. Expoetial ituitioistic fuzzy etropy measure based image edge detectio. Abdulmajeed Alsufyai 1, Hassa Badry M. El-Owy 2 1 Departmet of Computer Sciece, College of Computers ad Iformatio Techology, Taif

More information

THIN LAYER ORIENTED MAGNETOSTATIC CALCULATION MODULE FOR ELMER FEM, BASED ON THE METHOD OF THE MOMENTS. Roman Szewczyk

THIN LAYER ORIENTED MAGNETOSTATIC CALCULATION MODULE FOR ELMER FEM, BASED ON THE METHOD OF THE MOMENTS. Roman Szewczyk THIN LAYER ORIENTED MAGNETOSTATIC CALCULATION MODULE FOR ELMER FEM, BASED ON THE METHOD OF THE MOMENTS Roma Szewczyk Istitute of Metrology ad Biomedical Egieerig, Warsaw Uiversity of Techology E-mail:

More information

MATHEMATICAL METHODS OF ANALYSIS AND EXPERIMENTAL DATA PROCESSING (Or Methods of Curve Fitting)

MATHEMATICAL METHODS OF ANALYSIS AND EXPERIMENTAL DATA PROCESSING (Or Methods of Curve Fitting) MATHEMATICAL METHODS OF ANALYSIS AND EXPERIMENTAL DATA PROCESSING (Or Methods of Curve Fittig) I this chapter, we will eamie some methods of aalysis ad data processig; data obtaied as a result of a give

More information

Lip Contour Extraction Based on Support Vector Machine

Lip Contour Extraction Based on Support Vector Machine Lip Cotour Extractio Based o Support Vector Machie Author Pa, Xiaosheg, Kog, Jiagpig, Liew, Ala Wee-Chug Published 008 Coferece Title CISP 008 : Proceedigs, First Iteratioal Cogress o Image ad Sigal Processig

More information

Parabolic Path to a Best Best-Fit Line:

Parabolic Path to a Best Best-Fit Line: Studet Activity : Fidig the Least Squares Regressio Lie By Explorig the Relatioship betwee Slope ad Residuals Objective: How does oe determie a best best-fit lie for a set of data? Eyeballig it may be

More information

Application of Decision Tree and Support Vector Machine for Inspecting Bubble Defects on LED Sealing Glue Images

Application of Decision Tree and Support Vector Machine for Inspecting Bubble Defects on LED Sealing Glue Images 66 Applicatio of Decisio Tree ad Support Vector Machie for Ispectig Bubble Defects o LED Sealig Glue Images * Chua-Yu Chag ad Yi-Feg Li Abstract Bubble defect ispectio is a importat step i light-emittig

More information

DETECTION OF LANDSLIDE BLOCK BOUNDARIES BY MEANS OF AN AFFINE COORDINATE TRANSFORMATION

DETECTION OF LANDSLIDE BLOCK BOUNDARIES BY MEANS OF AN AFFINE COORDINATE TRANSFORMATION Proceedigs, 11 th FIG Symposium o Deformatio Measuremets, Satorii, Greece, 2003. DETECTION OF LANDSLIDE BLOCK BOUNDARIES BY MEANS OF AN AFFINE COORDINATE TRANSFORMATION Michaela Haberler, Heribert Kahme

More information

Auto-recognition Method for Pointer-type Meter Based on Binocular Vision

Auto-recognition Method for Pointer-type Meter Based on Binocular Vision JOURNAL OF COMPUTERS, VOL. 9, NO. 4, APRIL 204 787 Auto-recogitio Method for Poiter-type Meter Based o Biocular Visio Biao Yag School of Istrumet Sciece ad Egieerig, Southeast Uiversity, Najig 20096, Chia

More information

Texture Analysis and Indexing Using Gabor-like Hermite Filters

Texture Analysis and Indexing Using Gabor-like Hermite Filters Submitted to Image ad Visio Computig, Elsevier, 2004 Texture Aalysis ad Idexig Usig Gabor-like Hermite Filters Carlos Joel Rivero-Moreo Stéphae Bres LIRIS, FRE 2672 CNRS, Lab. d'iformatique e Images et

More information

Diego Nehab. n A Transformation For Extracting New Descriptors of Shape. n Locus of points equidistant from contour

Diego Nehab. n A Transformation For Extracting New Descriptors of Shape. n Locus of points equidistant from contour Diego Nehab A Trasformatio For Extractig New Descriptors of Shape Locus of poits equidistat from cotour Medial Axis Symmetric Axis Skeleto Shock Graph Shaked 96 1 Shape matchig Aimatio Dimesio reductio

More information

An Image Retrieval Method Based on Hu Invariant Moment and Improved Annular Histogram

An Image Retrieval Method Based on Hu Invariant Moment and Improved Annular Histogram http://dx.doi.org/10.5755/j01.eee.0.4.6888 ELEKTROIKA IR ELEKTROTECHIKA ISS 139 115 VOL. 0 O. 4 014 A Image Retrieval Method Based o Hu Ivariat Momet ad Improved Aular Histogram F. Xiag 1 H. Yog 1 S. Dada

More information

Principal Components Analysis Based Iris Recognition and Identification System

Principal Components Analysis Based Iris Recognition and Identification System Iteratioal Joural of Soft Computig ad Egieerig (IJSCE) ISSN: 223-2307, Volume-3, Issue-2, May 203 Pricipal Compoets Aalysis Based Iris Recogitio ad Idetificatio System E. Mattar Abstract his article focuses

More information

Efficient Eye Location for Biomedical Imaging using Two-level Classifier Scheme

Efficient Eye Location for Biomedical Imaging using Two-level Classifier Scheme 828 Iteratioal Joural of Cotrol, Automatio, ad Systems, vol. 6, o. 6, pp. 828-835, December 2008 Efficiet Eye Locatio for Biomedical Imagig usig Two-level Classifier Scheme Mi Youg Nam, Xi Wag, ad Phill

More information

High-Speed Recognition Algorithm Based on BRISK and Saliency Detection for Aerial Images

High-Speed Recognition Algorithm Based on BRISK and Saliency Detection for Aerial Images Research Joural of Applied Scieces, Egieerig ad Techology 5(23): 5469-5473, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scietific Orgaizatio, 2013 Submitted: November 29, 2012 Accepted: Jauary 17,

More information

FEATURES VECTOR FOR PERSONAL IDENTIFICATION BASED ON IRIS TEXTURE

FEATURES VECTOR FOR PERSONAL IDENTIFICATION BASED ON IRIS TEXTURE FEATURES VECTOR FOR PERSONAL IDENTIFICATION BASED ON IRIS TEXTURE R. P. Moreo Departameto de Egeharia Elétrica EESC - USP Av. Trabalhador Sãocarlese, 400 São Carlos / SP Brasil raphael@digmotor.com.br

More information

GEOMETRIC REVERSE ENGINEERING USING A LASER PROFILE SCANNER MOUNTED ON AN INDUSTRIAL ROBOT

GEOMETRIC REVERSE ENGINEERING USING A LASER PROFILE SCANNER MOUNTED ON AN INDUSTRIAL ROBOT 6th Iteratioal DAAAM Baltic Coferece INDUSTRIAL ENGINEERING 24-26 April 2008, Talli, Estoia GEOMETRIC REVERSE ENGINEERING USING A LASER PROFILE SCANNER MOUNTED ON AN INDUSTRIAL ROBOT Rahayem, M.; Kjellader,

More information

A MODIFIED APPROACH FOR ESTIMATING PROCESS CAPABILITY INDICES USING IMPROVED ESTIMATORS

A MODIFIED APPROACH FOR ESTIMATING PROCESS CAPABILITY INDICES USING IMPROVED ESTIMATORS Pak. J. Statist. 017 Vol. 33(), 411-418 A MODIFIED APPROACH FOR ESTIMATING PROCESS CAPABILITY INDICES USING IMPROVED ESTIMATORS Seem Şaha Vahaplar 1 ad Özlem Ege Oruç Departmet of Statistics, Dokuz Eylül

More information

Algorithms for Disk Covering Problems with the Most Points

Algorithms for Disk Covering Problems with the Most Points Algorithms for Disk Coverig Problems with the Most Poits Bi Xiao Departmet of Computig Hog Kog Polytechic Uiversity Hug Hom, Kowloo, Hog Kog csbxiao@comp.polyu.edu.hk Qigfeg Zhuge, Yi He, Zili Shao, Edwi

More information

Fast algorithm for skew detection. Adnan Amin, Stephen Fischer, Tony Parkinson, and Ricky Shiu

Fast algorithm for skew detection. Adnan Amin, Stephen Fischer, Tony Parkinson, and Ricky Shiu Fast algorithm for skew detectio Ada Ami, Stephe Fischer, Toy Parkiso, ad Ricky Shiu School of Computer Sciece ad Egieerig Uiversity of New South Wales, Sydey NSW, 2052 Australia ABSTRACT Documet image

More information

Alpha Individual Solutions MAΘ National Convention 2013

Alpha Individual Solutions MAΘ National Convention 2013 Alpha Idividual Solutios MAΘ Natioal Covetio 0 Aswers:. D. A. C 4. D 5. C 6. B 7. A 8. C 9. D 0. B. B. A. D 4. C 5. A 6. C 7. B 8. A 9. A 0. C. E. B. D 4. C 5. A 6. D 7. B 8. C 9. D 0. B TB. 570 TB. 5

More information

Redundancy Allocation for Series Parallel Systems with Multiple Constraints and Sensitivity Analysis

Redundancy Allocation for Series Parallel Systems with Multiple Constraints and Sensitivity Analysis IOSR Joural of Egieerig Redudacy Allocatio for Series Parallel Systems with Multiple Costraits ad Sesitivity Aalysis S. V. Suresh Babu, D.Maheswar 2, G. Ragaath 3 Y.Viaya Kumar d G.Sakaraiah e (Mechaical

More information

A Very Simple Approach for 3-D to 2-D Mapping

A Very Simple Approach for 3-D to 2-D Mapping A Very Simple Approach for -D to -D appig Sadipa Dey (1 Ajith Abraham ( Sugata Sayal ( Sadipa Dey (1 Ashi Software Private Limited INFINITY Tower II 10 th Floor Plot No. - 4. Block GP Salt Lake Electroics

More information

Real-Time Secure System for Detection and Recognition the Face of Criminals

Real-Time Secure System for Detection and Recognition the Face of Criminals Available Olie at www.ijcsmc.com Iteratioal Joural of Computer Sciece ad Mobile Computig A Mothly Joural of Computer Sciece ad Iformatio Techology IJCSMC, Vol. 4, Issue. 9, September 2015, pg.58 83 RESEARCH

More information

Data diverse software fault tolerance techniques

Data diverse software fault tolerance techniques Data diverse software fault tolerace techiques Complemets desig diversity by compesatig for desig diversity s s limitatios Ivolves obtaiig a related set of poits i the program data space, executig the

More information

Statistical Approach for Noise Removal in Speech Signals Using LMS, NLMS, Block LMS and RLS Adaptive filters

Statistical Approach for Noise Removal in Speech Signals Using LMS, NLMS, Block LMS and RLS Adaptive filters Statistical Approach for Noise Removal i Speech Sigals Usig LMS, NLMS, Block LMS ad RLS Adaptive filters D. Hari Hara Satosh, Member, IACSI, Vusl Sravya Pedyala, V. N. Lakshma Kumar, ad N. Shamukh Rao

More information

IMAGE-BASED MODELING AND RENDERING 1. HISTOGRAM AND GMM. I-Chen Lin, Dept. of CS, National Chiao Tung University

IMAGE-BASED MODELING AND RENDERING 1. HISTOGRAM AND GMM. I-Chen Lin, Dept. of CS, National Chiao Tung University IMAGE-BASED MODELING AND RENDERING. HISTOGRAM AND GMM I-Che Li, Dept. of CS, Natioal Chiao Tug Uiversity Outlie What s the itesity/color histogram? What s the Gaussia Mixture Model (GMM? Their applicatios

More information

Computational Geometry

Computational Geometry Computatioal Geometry Chapter 4 Liear programmig Duality Smallest eclosig disk O the Ageda Liear Programmig Slides courtesy of Craig Gotsma 4. 4. Liear Programmig - Example Defie: (amout amout cosumed

More information

CS 683: Advanced Design and Analysis of Algorithms

CS 683: Advanced Design and Analysis of Algorithms CS 683: Advaced Desig ad Aalysis of Algorithms Lecture 6, February 1, 2008 Lecturer: Joh Hopcroft Scribes: Shaomei Wu, Etha Feldma February 7, 2008 1 Threshold for k CNF Satisfiability I the previous lecture,

More information

Adaptive Resource Allocation for Electric Environmental Pollution through the Control Network

Adaptive Resource Allocation for Electric Environmental Pollution through the Control Network Available olie at www.sciecedirect.com Eergy Procedia 6 (202) 60 64 202 Iteratioal Coferece o Future Eergy, Eviromet, ad Materials Adaptive Resource Allocatio for Electric Evirometal Pollutio through the

More information

( n+1 2 ) , position=(7+1)/2 =4,(median is observation #4) Median=10lb

( n+1 2 ) , position=(7+1)/2 =4,(median is observation #4) Median=10lb Chapter 3 Descriptive Measures Measures of Ceter (Cetral Tedecy) These measures will tell us where is the ceter of our data or where most typical value of a data set lies Mode the value that occurs most

More information

Vaseem Durrani Technical Analyst, Aedifico Tech Pvt Ltd., New Delhi, India

Vaseem Durrani Technical Analyst, Aedifico Tech Pvt Ltd., New Delhi, India Performace Aalysis of Color Image Segmetatio Techiques (K-meas Clusterig ad Probabilistic Fuzzy C-Meas Clusterig ad Desity based Clusterig) Farah Jamal Asari Sectio of Computer Egieerig, Uiversity Polytechic,

More information

VALIDATING DIRECTIONAL EDGE-BASED IMAGE FEATURE REPRESENTATIONS IN FACE RECOGNITION BY SPATIAL CORRELATION-BASED CLUSTERING

VALIDATING DIRECTIONAL EDGE-BASED IMAGE FEATURE REPRESENTATIONS IN FACE RECOGNITION BY SPATIAL CORRELATION-BASED CLUSTERING VALIDATING DIRECTIONAL EDGE-BASED IMAGE FEATURE REPRESENTATIONS IN FACE RECOGNITION BY SPATIAL CORRELATION-BASED CLUSTERING Yasufumi Suzuki ad Tadashi Shibata Departmet of Frotier Iformatics, School of

More information

Load balanced Parallel Prime Number Generator with Sieve of Eratosthenes on Cluster Computers *

Load balanced Parallel Prime Number Generator with Sieve of Eratosthenes on Cluster Computers * Load balaced Parallel Prime umber Geerator with Sieve of Eratosthees o luster omputers * Soowook Hwag*, Kyusik hug**, ad Dogseug Kim* *Departmet of Electrical Egieerig Korea Uiversity Seoul, -, Rep. of

More information

SD vs. SD + One of the most important uses of sample statistics is to estimate the corresponding population parameters.

SD vs. SD + One of the most important uses of sample statistics is to estimate the corresponding population parameters. SD vs. SD + Oe of the most importat uses of sample statistics is to estimate the correspodig populatio parameters. The mea of a represetative sample is a good estimate of the mea of the populatio that

More information

Ajinkya P.Nilawar. M.E.(EC) Aurangabad,Maharashtra,India I. INTRODUCTION. Content Based Image Retrieval (CBIR)

Ajinkya P.Nilawar. M.E.(EC) Aurangabad,Maharashtra,India I. INTRODUCTION. Content Based Image Retrieval (CBIR) Image Retrieval Usig Shape Measures ad BTC Dr.Ajali S.Bhalchadra Sr.Professor, Associate Professor, Govermet College of Egieerig, Auragabad,Maharashtra,Idia Ajikya P.Nilawar. M.E.(EC) Govermet College

More information

What are we going to learn? CSC Data Structures Analysis of Algorithms. Overview. Algorithm, and Inputs

What are we going to learn? CSC Data Structures Analysis of Algorithms. Overview. Algorithm, and Inputs What are we goig to lear? CSC316-003 Data Structures Aalysis of Algorithms Computer Sciece North Carolia State Uiversity Need to say that some algorithms are better tha others Criteria for evaluatio Structure

More information

EE123 Digital Signal Processing

EE123 Digital Signal Processing Last Time EE Digital Sigal Processig Lecture 7 Block Covolutio, Overlap ad Add, FFT Discrete Fourier Trasform Properties of the Liear covolutio through circular Today Liear covolutio with Overlap ad add

More information

FEATURE RECOGNITION OF ROTATIONAL PARTS USING BIQUADRATIC BEZIER PATCHES

FEATURE RECOGNITION OF ROTATIONAL PARTS USING BIQUADRATIC BEZIER PATCHES roceedigs of the Iteratioal Coferece o Mechaical Egieerig 7 (ICME7) 9-31 December 7, Dhaka, Bagladesh ICME7- FEATURE RECOGNITION OF ROTATIONAL ARTS USING BIQUADRATIC BEZIER ATCHES J. Kumar 1 ad N. Roy

More information

Pseudocode ( 1.1) Analysis of Algorithms. Primitive Operations. Pseudocode Details. Running Time ( 1.1) Estimating performance

Pseudocode ( 1.1) Analysis of Algorithms. Primitive Operations. Pseudocode Details. Running Time ( 1.1) Estimating performance Aalysis of Algorithms Iput Algorithm Output A algorithm is a step-by-step procedure for solvig a problem i a fiite amout of time. Pseudocode ( 1.1) High-level descriptio of a algorithm More structured

More information

Consider the following population data for the state of California. Year Population

Consider the following population data for the state of California. Year Population Assigmets for Bradie Fall 2016 for Chapter 5 Assigmet sheet for Sectios 5.1, 5.3, 5.5, 5.6, 5.7, 5.8 Read Pages 341-349 Exercises for Sectio 5.1 Lagrage Iterpolatio #1, #4, #7, #13, #14 For #1 use MATLAB

More information

Fast Image Registration Using Pyramid Edge Images

Fast Image Registration Using Pyramid Edge Images Fast Image Registratio Usig Pyramid Edge Images Kee-Baek Kim, Jog-Su Kim, Sagkeu Lee, ad Jog-Soo Choi* The Graduate School of Advaced Imagig Sciece, Multimedia ad Film, Chug-Ag Uiversity, Seoul, Korea(R.O.K

More information

Software Fault Prediction of Unlabeled Program Modules

Software Fault Prediction of Unlabeled Program Modules Software Fault Predictio of Ulabeled Program Modules C. Catal, U. Sevim, ad B. Diri, Member, IAENG Abstract Software metrics ad fault data belogig to a previous software versio are used to build the software

More information

Relationship between augmented eccentric connectivity index and some other graph invariants

Relationship between augmented eccentric connectivity index and some other graph invariants Iteratioal Joural of Advaced Mathematical Scieces, () (03) 6-3 Sciece Publishig Corporatio wwwsciecepubcocom/idexphp/ijams Relatioship betwee augmeted eccetric coectivity idex ad some other graph ivariats

More information

9.1. Sequences and Series. Sequences. What you should learn. Why you should learn it. Definition of Sequence

9.1. Sequences and Series. Sequences. What you should learn. Why you should learn it. Definition of Sequence _9.qxd // : AM Page Chapter 9 Sequeces, Series, ad Probability 9. Sequeces ad Series What you should lear Use sequece otatio to write the terms of sequeces. Use factorial otatio. Use summatio otatio to

More information

Bayesian approach to reliability modelling for a probability of failure on demand parameter

Bayesian approach to reliability modelling for a probability of failure on demand parameter Bayesia approach to reliability modellig for a probability of failure o demad parameter BÖRCSÖK J., SCHAEFER S. Departmet of Computer Architecture ad System Programmig Uiversity Kassel, Wilhelmshöher Allee

More information

Parallel Polygon Approximation Algorithm Targeted at Reconfigurable Multi-Ring Hardware

Parallel Polygon Approximation Algorithm Targeted at Reconfigurable Multi-Ring Hardware Parallel Polygo Approximatio Algorithm Targeted at Recofigurable Multi-Rig Hardware M. Arif Wai* ad Hamid R. Arabia** *Califoria State Uiversity Bakersfield, Califoria, USA **Uiversity of Georgia, Georgia,

More information