A machine vision approach for detecting and inspecting circular parts

Size: px
Start display at page:

Download "A machine vision approach for detecting and inspecting circular parts"

Transcription

1 A machne vson approach for detectng and nspectng crcular parts Du-Mng Tsa Machne Vson Lab. Department of Industral Engneerng and Management Yuan-Ze Unversty, Chung-L, Tawan, R.O.C. E-mal: (Fgures are not avalable n ths report) Abstract In ths paper, we present a machne vson approach for detectng and nspectng crcular parts and the parts wth crcular arcs on the contours. The method uses the Hough transform technque and utlzes the drectonal nformaton of a normal to the crcle at each boundary pont. A cubc polynomal curve fttng s used to estmate the normal and determne the concavty of the ftted curve at each gven boundary pont. The proposed Hough transform method s a two-stage procedure. The frst stage of the procedure uses a 2-D accumulator array to detect crcle centers. Then the second stage uses a 1-D accumulator array to detect the rad of crcles. The proposed method s robust to detect crcular parts wth partal occluson such as perpheral defects or burrs. For an mage of sze N N, the storage requrements are N 2 and the tme complety s bounded by (N+m)n, where m s the number of crcle centers detected n the frst stage and n s the number of boundary ponts n the mage. Keywords: Machne vson, Crcle detecton, Part nspecton, Hough transform

2 1. INTRODUCTION Detectng and locatng crcular parts from a dgtal mage s mportant n ndustral applcatons such as automatc nspecton and robotc assembly. The radus and the center of a crcle generally can be estmated by two dstnct approaches: the least-squares curve fttng and the Hough transform. Gven a set of coordnates whch represent the boundary of a part and presumably belong to a crcular arc, the parameters of the crcle can be estmated by mnmzng the least mean square errors between the gven boundary ponts and the curve [1, 2, 3]. For a comple part nvolvng crcular arcs and other non-crcular segments on the contour, the boundary ponts must be grouped nto meanngful crcular segments before the use of least-squares fttng methods. In addton, ths approach s very senstve to nose and occlusons of parts. The Hough transform (HT) technques [4] for analytc shapes use a constrant equaton to transform a set of feature ponts n mage space nto a set of accumulated votes n a parameter space. For each feature pont, votes are accumulated n an accumulator array for all parameter combnatons that satsfy the constrant equaton. At the end of votng, those array elements contanng large numbers of votes ndcate the presence of the shape wth the correspondng parameters. The HT converts a dffcult global detecton problem n mage space nto a more easly solved local peak detecton problem n a parameter space. The prmary benefts of usng the HT s ts robustness for nosy mages and occluded parts. Snce crcles are completely defned by three parameters, namely the radus r and the coordnates of the center ( ), the conventonal HT requres a three-dmensonal array to detect crcles n an mage scene. To search for a crcle whose center s wthn an mage of sze N N, and whose radus n not larger than N wth 1 pel

3 resoluton, would requre a three-dmensonal accumulator of sze N 3. Ths ncurs consderable storage and computaton. The use of the HT to detect crcles was frst ntroduced by Duda and Hart [5]. An edge detecton process s carred out to dentfy sgnfcant edge ponts. Then the postons of all possble center locatons are accumulated n a parameter space for all antcpated rad. Conker [6] used the gradent orentatons of two neghborng edge ponts to estmate the center of a crcle. Snce the center of a crcle must le along the gradent drecton of each edge pont on the crcle, the ntersecton pont of gradents s dentfed as the center. Ths approach can not dscrmnate concentrc crcles of dfferent rad and s dffcult to estmate the crcle center to the requred accuracy. Yp et al. [7] used parallel edge ponts to estmate the parameters of a crcle and an ellpse. Ths approach only requres a two-dmensonal accumulator, but wll fal to detect the occluded crcles on whch pars of parallel edge ponts are not presented smultaneously. In ths paper, we develop a fast two-stage Hough transform algorthm for detectng and nspectng partally occluded crcular parts. The occluson of parts may result from the perpheral breakdown, defects or burrs. The crcular portons of parts such as cams also can be detected and measured usng such algorthm. The proposed method conssts of a two-dmensonal accumulator to fnd crcle centers followed by a one-dmensonal accumulator to determne crcle rad. The frst stage begns wth a boundary followng process to fnd the sequence of boundary ponts of each part n the mage. A cubc polynomal curve fttng method s employed to estmate the normal and the concavty of the ftted curve at each boundary pont. Based on the normal drecton and concavty nformaton, the lne segment that the crcle center may le on s determned. The votes are collected n a parameter plane based on the coordnates of each pont on the resultng lne segment. At the end of the frst-stage votng process, those array elements contanng large numbers of votes ndcate the presence of crcle centers. The second stage of the

4 votng process calculates the radal dstances between each center detected n the frst stage and all boundary ponts n the mage. The local peaks n the 1-D accumulator then ndcate the presence of crcle rad for a gven crcle center. Ths paper s organzed as follows: In secton 2, the cubc polynomal curve fttng method for estmatng the normal and the arc concavty at a boundary pont s frst ntroduced. Then the detecton of crcle centers followed by the detecton of crcle rad s dscussed. In secton 3, epermental results are presented. The concluson s gven n secton THE HT WITH NORMAL DIRECTIONS Let the normal to a curve at pont p be the lne passng through p and perpendcular to the tangent there. Snce the center of a crcle must le along the normal drecton of each boundary pont on the crcle, the common ntersecton pont of these normals ndcate the center of the crcle. In ths paper, we estmate best, n the least-squares sense, the slope of a normal by fttng a small segment of a dgtal curve n an mage to a contnuous polynomal functon. Snce a small segment of crcular arcs shown n the dgtal mage may be represented by a straght lne, especally the one n the horzontal or vertcal drecton, or by a curve nvolvng an nflecton pont, a cubc polynomal functon s employed to appromate the small segment. The mage of scene parts s preprocessed by smple bnary thresholdng and boundary followng [8] n order to etract the boundary ponts. Let the sequence of n dgtal ponts descrbe a boundary P, P = { p = ( ), = 1, 2,..., n } where p +1 s adacent to p, and ( ) s the Cartesan coordnates of p n the mage.

5 Let p = ( ) be the boundary pont at whch the normal s to be estmated. The regon of support that defnes the neghborng ponts of p between ponts p -k and p +k for some nteger k s gven by N(p ) = { p - k + k } Shft all ponts p n N(p ) by (-, -y ) and translate p to the orgn of the new coordnate system. The sze of the regon of support k can be a predefned constant determned emprcally, or t can be selected adaptvely as proposed n [9]. The cubc polynomal functon s represented by y = f() = a + b + c 2 + d 3 where a, b, c and d are the four unknown coeffcents to be estmated. To mnmze the accumulated dstance errors between the observed ponts wthn the regon of support and the curve, the obectve functon s gven by mn F(a, b, c, d) = + k = k 2 3 [y - (a + b + c + d )] 2 Dfferentatng F(a, b, c, d) wth respect to a, b, c and d, and settng them to zero, we obtan where X = A -1 * B (1) X = [ a, b, c, d] T

6 A = B = [ 2 y, y, y, y 3 ] T For a resultng functon curve y = f(), the frst two dervatves of f at pont p wth the new translated coordnates (0, 0) are gven by f '(0) = b f "(0) = 2c f '(0) = b gves the slope of the tangent lne to the ftted curve at p. Thus, the slope of the normal lne at p s -1/b. The normal lne at p wth ts orgnal coordnates ( ) has the followng equaton: y = (-1/b) + (y + / b) (2) For a boundary pont p on the crcle, the center of the crcle must le on the normal gven by eq. (2). We can further determne the nterval of the normal lne that the center may le on by eamnng the concavty of the crcular arc. A curve f s concave upward f every tangent to the curve of f ntersects the curve only at the pont of tangency and otherwse les entrely below the curve of f. A curve f s concave downward f every tangent les above the curve of f. Therefore, a curve f s concave upward f f "() > 0, or f s concave downward f f "() < 0 for all on an open nterval.

7 Let ymn and yma denote the lower bound and the upper bound, respectvely, of the y coordnate of a crcle center. For an mage of sze NN, we may have y mn = 0 and = N 1. Consder a concave upward arc as shown n Fgure 1(a). The crcle center must le along the half-lne of the normal above the arc. Therefore, for a gven pont p = ( ) on the concave upward arc, the possble y-coordnate values of the crcle center must be larger than y,.e., the y coordnate of the crcle center s on the nterval [ y ma y ma ]. Smlarly, consder a concave downward arc as shown n Fgure 1(b). The crcle center must le along the half-lne of the normal below the arc. For a gven pont p = ( ) on the concave downward arc, the possble y-coordnate values of the center must be smaller than y,.e., the y coordnate of the crcle center s on the nterval [ y mn value on a normal lne at pont p = ( ]. For a gven y-coordnate value y, the correspondng -coordnate ) can be computed by rewrtng eq.(2) as follows: Or, = b y + b y + ' = f ( 0) y + f ( 0) y + The votng process for detectng the crcle centers s proceeded as follows: Let P = { p = ( ), = 1, 2,..., n} be the sequence of n boundary ponts of a part n the mage. ' For every boundary pont p = ( ), = 1, 2,..., n Estmate the cubc polynomal functon f() at pont p = ( ) usng eq. (1) For y, y, y = ymn ymn + 1, mn+ 1, mn+ 1 ma ma f f f f f f ( 0) ( 0) ( 0) > 0 < 0 = 0 ' Compute = f ( 0) y + f ( 0) y + '

8 Let A c ( ) = ( ) A c +1 End End Ths concludes the frst stage of the votng process for crcle center detecton. The accumulator elements ( ) A c contanng suffcently large numbers of votes aganst a predefned threshold T d are regstered as the canddates of crcle centers. These resultng centers are the nput to the second stage of the votng process for rad detecton. Let C = { c = (, y ), = 1, 2,..., m } denote a set of m centers of crcular arcs detected n the frst stage of the votng process. The votng process for detectng the rad of crcles s gven as follows: For every crcle center c = ( ) End Clean A R (r) for all r, = 1, 2,..., m For every boundary pont p = ( ), = 1, 2,..., n End Compute r = [( - Let A R (r) = A R (r) + 1 ) 2 + ( y - y ) 2 ] 1/2 If A R (r) s greater than the predefned threshold T d, r s the radus of the crcle centered at c. Ths concludes the second stage of the votng process for rad detecton. Note that a gven center c may have many rad f t s the common center of concentrc crcles.

9 The two-dmensonal accumulator array ( ) A c used n the frst stage can be elmnated as soon as the crcle centers are recorded n the set C. Ths released memory can be used n the second stage for the one-dmensonal accumulator array A R (r). Therefore, the searchng of a crcle whose center s wthn an mage of sze of N N, and whose radus s less than or equal to N (or s specfed wth the precson up to N 2 quantzaton ncrements), only requres a storage space of N 2. The tme complety of the proposed two-stage algorthm n the worst case s gven by N n + m n where N s the mage sze n the y dmenson, n s the number of boundary ponts n the mage, and m s the number of crcle centers detected n the frst stage. Snce the concavty nformaton of crcular arcs s utlzed, the number of possble y-coordnate values s less than N. N n and m n specfy the tme requrements for the frst stage and the second stage of the votng process, respectvely. 3. EXPERIMENTAL RESULTS Fgures 2(a) and 2(b) demonstrate a crcle wth a full boundary (2 ), and a half of the boundary ( ), respectvely. The crcles wth partal dstorton on the crcle boundares are also dsplayed n the fgures. The brght spots n the mages ndcate the common ntersecton ponts of the normal lnes, and are the locatons of crcle centers. The occluson of obects does not affect the sgnfcance of the center locaton. The more boundary ponts avalable on a crcle, the brghter (larger vote counts) the spots and more concentrated the ntersecton ponts to the deal center locatons.

10 In the eperments, the regon of support k = 8 s used for curve fttng. Twenty planar, dark crcular obects wth the rad rangng from 25 to 60 pels are tested usng the proposed algorthm. The resultng mean radus devaton s wthn 1. 2 pels. In order to evaluate the performance of the proposed method, ten synthetc crcles wth two rad and varous arc angles are also analyzed so that the estmated crcle centers and rad can be compared wth the deal parameter values. The ten crcles of study are generated n an mage of sze pels. The dgtal boundares of crcles are created such that ma { -1, y y -1 } = 1, Here ( ) are the coordnates of boundary ponts generated from the equaton of a crcle wth the radus r and the center at (254, 243) appromatng to the center of the mage,. e., ( - 254) 2 + (y - 243) 2 = r 2, Also, ( ) are truncated to ther nearest ntegers to represent the coordnates n mage space. Table 1 shows the performance of the estmated parameters of two synthetc crcles, one wth radus 100 pels and the other one wth radus 50 pels. Each crcle s tested under varous arc angles (arc lengths), rangng from 2 (100%), 3 /2 (75%), (50%), /2 (25%) to /4 (12.5%). Each dmenson of the parameter space s quantzed to resolve 1 pel changes. The errors of the estmated parameters, the and y coordnates of the centers and the rad, are wthn 1 pel for both crcles wth the arc angles larger than or equal to π(50%). All estmated errors of the crcle parameters for the small crcle of radus 50 are wthn 1 pel even though the arc angle s as small as /4 (12.5%). However, the estmated parameter errors are more sgnfcant (up to 5 pels) for the large crcle of radus 100 wth the arc angles smaller than (50%). Ths s due to the mpact of the angular devaton of the estmated normal for the large crcle. The accuracy of the estmated center locaton s determned by the precson of the normal slope derved from the cubc

11 polynomal fttng method. If an estmated normal has angular devaton φ wth respect to the deal normal, then the dsplacement from the deal center to the estmated normal lne s gven by r sn φ, where r s the deal radus (see Fgure 3). Therefore, the estmated parameter errors of the large crcle s larger than those of the small crcle. Epermental results have shown that the mean angular devaton of a normal lne usng the cubc polynomal fttng method s wthn 2 o. The applcatons of the proposed method to the detecton of crcular arcs of ndustral parts are demonstrated n Fgures 4 and 5. Fgures 4(a) and 4(c) show the real mages of two ol seals, one wth perpheral defect, and the other one wth burrs, respectvely. The estmated crcles of these two ol seals are presented n Fgures 4(b) and 4(d). Note that the etrudng portons (perpheral defect and burrs) of the ol seals can be easly detected n the mage snce they are located outsde the estmated crcles. The crosses "+" shown n the fgures mark the locatons of the estmated crcle centers. The estmated crcles concde wth the crcular portons of the boundares of the parts, as seen n Fgures 4(b) and 4(d). Fgure 5(a) llustrates the bnary mage of a plate cam, and Fgure 5(b) shows two detected crcular arcs on the contour of the cam. Fgures 5(c) and 5(e) show the profles of a brake shoe and a frcton plate, respectvely. The estmated crcles for the outermost crcular arcs of these two mechancal parts are llustrated n Fgures 5(d) and 5(f). 4. CONCLUSION In ths paper, we have presented a two-stage Hough transform method for detectng crcular parts wth partal occluson and parts wth crcular arcs on the contours. The resultng crcle of the proposed method can be further etended to detect the perpheral breakdown, defects or burrs of a crcular parts by evaluatng the varaton of radal dstances between the estmated center and boundary ponts.

12 The proposed method utlzes the drectonal nformaton of the normal at each boundary pont on the crcle to ncrease the computatonal effcency and reduce storage requrements. A cubc polynomal curve fttng s employed to estmate the slope angle of a normal and determne the concavty of the ftted curve. The frst stage of the votng process frst determnes the lne segment of the normal at each boundary pont and accumulates the occurrences of all coordnates on the lne segment n a 2-D accumulator. The second stage uses a 1-D accumulator to store the number of ndvdual dstances between each estmated crcle center and all boundary ponts. For an mage of sze N N, ths proposed method only requres an accumulator of sze N 2 and the tme complety s bounded by (N+m)n, where m s the number of crcle centers detected n the frst stage and n s the number of boundary ponts n the mage.

13 References 1. U. M. Landau. Estmaton of a crcular arc center and ts radus Computer Vson, Graphcs, and Image Processng, 38, (1987). 2. S. M. Thomas and Y. T. Chan. A smple approach for the estmaton of crcular arc center and ts radus. Computer Vson, Graphcs, and Image Processng, 45, (1989). 3. R. Takyama and N. Ono. A least square error estmaton of the center and rad of concentrc arcs. Pattern Recognton Letters, 10, (1989). 4. P. V. C. Hough. A method and means for recognzng comple pattern. U. S. Patent (1962). 5. R. O. Duda and P. E. Hart. Uses of the Hough transform to detect lnes and curves n pctures. Commun. ACM, 15, (1972). 6. R. S. Conker. A dual plane varaton of the Hough transform for detectng non-concentrc crcles of dfferent rad. bd., 43, (1988). 7. R. K. K. Yp, P. K. S. Tam and D. N. K. Leun. Modfcaton of Hough transform for crcles and ellpses detecton usng a 2-dmensonal array. Pattern Recognton, 25, (1992). 8. M. C. Farhurst. Computer Vson for Robotc Systems: An Introducton. Prentce Hall, Englewood Clffs, N.J. (1988). 9. C. -H. Teh and R. C. Chn. On the detecton of domnant pont on dgtal curves. IEEE Trans. Pattern Anal. Mach. Intell., 8, (1989).

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

An interactive system for structure-based ASCII art creation

An interactive system for structure-based ASCII art creation An nteractve system for structure-based ASCII art creaton Katsunor Myake Henry Johan Tomoyuk Nshta The Unversty of Tokyo Nanyang Technologcal Unversty Abstract Non-Photorealstc Renderng (NPR), whose am

More information

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement An Enhanced Super-Resoluton System wth Improved Image Regstraton, Automatc Image Selecton, and Image Enhancement Yu-Chuan Kuo ( ), Chen-Yu Chen ( ), and Chou-Shann Fuh ( ) Department of Computer Scence

More information

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features On-Lne Fault Detecton n Wnd Turbne Transmsson System usng Adaptve Flter and Robust Statstcal Features Ruoyu L Remote Dagnostcs Center SKF USA Inc. 3443 N. Sam Houston Pkwy., Houston TX 77086 Emal: ruoyu.l@skf.com

More information

Conversion between the vector and raster data structures using Fuzzy Geographical Entities

Conversion between the vector and raster data structures using Fuzzy Geographical Entities Converson between the vector and raster data structures usng Fuzzy Geographcal Enttes Cdála Fonte Department of Mathematcs Faculty of Scences and Technology Unversty of Combra, Apartado 38, 3 454 Combra,

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

More information

Rotation Kinematics, Moment of Inertia, and Torque

Rotation Kinematics, Moment of Inertia, and Torque Rotaton Knematcs, Moment of Inerta, and Torque Mathematcally, rotaton of a rgd body about a fxed axs s analogous to a lnear moton n one dmenson. Although the physcal quanttes nvolved n rotaton are qute

More information

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking The 23 rd Conference of the Mechancal Engneerng Network of Thaland November 4 7, 2009, Chang Ma A Mult-Camera System on PC-Cluster for Real-tme 3-D Trackng Vboon Sangveraphunsr*, Krtsana Uttamang, and

More information

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM BARRIOT Jean-Perre, SARRAILH Mchel BGI/CNES 18.av.E.Beln 31401 TOULOUSE Cedex 4 (France) Emal: jean-perre.barrot@cnes.fr 1/Introducton The

More information

Automated Mobile ph Reader on a Camera Phone

Automated Mobile ph Reader on a Camera Phone Automated Moble ph Reader on a Camera Phone B.Y. Loh, N.K. Vuong, S. Chan and C.. Lau AbstractA robust classfcaton algorthm that apples color scence and mage processng technques s developed to automatcally

More information

Techniques for multi-resolution image registration in the presence of occlusions 1

Techniques for multi-resolution image registration in the presence of occlusions 1 Technques for mult-resoluton mage regstraton n the presence of occlusons organ cgure Harold S. Stone morganm@mt.edu, hstone@research.n.nec.com Abstract Ths paper descrbes and compares technques for regsterng

More information

A Multi-mode Image Tracking System Based on Distributed Fusion

A Multi-mode Image Tracking System Based on Distributed Fusion A Mult-mode Image Tracng System Based on Dstrbuted Fuson Ln zheng Chongzhao Han Dongguang Zuo Hongsen Yan School of Electroncs & nformaton engneerng, X an Jaotong Unversty X an, Shaanx, Chna Lnzheng@malst.xjtu.edu.cn

More information

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

More information

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

Least Squares Fitting of Data

Least Squares Fitting of Data Least Squares Fttng of Data Davd Eberly Geoetrc Tools, LLC http://www.geoetrctools.co/ Copyrght c 1998-2016. All Rghts Reserved. Created: July 15, 1999 Last Modfed: January 5, 2015 Contents 1 Lnear Fttng

More information

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching)

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching) Face Recognton Problem Face Verfcaton Problem Face Verfcaton (1:1 matchng) Querymage face query Face Recognton (1:N matchng) database Applcaton: Access Control www.vsage.com www.vsoncs.com Bometrc Authentcaton

More information

1 Example 1: Axis-aligned rectangles

1 Example 1: Axis-aligned rectangles COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 6 Scrbe: Aaron Schld February 21, 2013 Last class, we dscussed an analogue for Occam s Razor for nfnte hypothess spaces that, n conjuncton

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

where the coordinates are related to those in the old frame as follows.

where the coordinates are related to those in the old frame as follows. Chapter 2 - Cartesan Vectors and Tensors: Ther Algebra Defnton of a vector Examples of vectors Scalar multplcaton Addton of vectors coplanar vectors Unt vectors A bass of non-coplanar vectors Scalar product

More information

Snake-Based Segmentation of Teeth from Virtual Dental Casts

Snake-Based Segmentation of Teeth from Virtual Dental Casts 1 Snake-Based Segmentaton of Teeth from Vrtual Dental Casts Thomas Kronfeld, Davd Brunner and Gudo Brunnett Chemntz Unversty of Technology, Germany, {tkro, brunner, brunnett}@cs.tu-chemntz.de ABSTRACT

More information

Single and multiple stage classifiers implementing logistic discrimination

Single and multiple stage classifiers implementing logistic discrimination Sngle and multple stage classfers mplementng logstc dscrmnaton Hélo Radke Bttencourt 1 Dens Alter de Olvera Moraes 2 Vctor Haertel 2 1 Pontfíca Unversdade Católca do Ro Grande do Sul - PUCRS Av. Ipranga,

More information

21 Vectors: The Cross Product & Torque

21 Vectors: The Cross Product & Torque 21 Vectors: The Cross Product & Torque Do not use our left hand when applng ether the rght-hand rule for the cross product of two vectors dscussed n ths chapter or the rght-hand rule for somethng curl

More information

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background:

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background: SPEE Recommended Evaluaton Practce #6 efnton of eclne Curve Parameters Background: The producton hstores of ol and gas wells can be analyzed to estmate reserves and future ol and gas producton rates and

More information

Human Tracking by Fast Mean Shift Mode Seeking

Human Tracking by Fast Mean Shift Mode Seeking JOURAL OF MULTIMEDIA, VOL. 1, O. 1, APRIL 2006 1 Human Trackng by Fast Mean Shft Mode Seekng [10 font sze blank 1] [10 font sze blank 2] C. Belezna Advanced Computer Vson GmbH - ACV, Venna, Austra Emal:

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6 PAR TESTS If a WEIGHT varable s specfed, t s used to replcate a case as many tmes as ndcated by the weght value rounded to the nearest nteger. If the workspace requrements are exceeded and samplng has

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services An Evaluaton of the Extended Logstc, Smple Logstc, and Gompertz Models for Forecastng Short Lfecycle Products and Servces Charles V. Trappey a,1, Hsn-yng Wu b a Professor (Management Scence), Natonal Chao

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

BERNSTEIN POLYNOMIALS

BERNSTEIN POLYNOMIALS On-Lne Geometrc Modelng Notes BERNSTEIN POLYNOMIALS Kenneth I. Joy Vsualzaton and Graphcs Research Group Department of Computer Scence Unversty of Calforna, Davs Overvew Polynomals are ncredbly useful

More information

Quantization Effects in Digital Filters

Quantization Effects in Digital Filters Quantzaton Effects n Dgtal Flters Dstrbuton of Truncaton Errors In two's complement representaton an exact number would have nfntely many bts (n general). When we lmt the number of bts to some fnte value

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

GEOMETRY RECONSTRUCTION AND MESH GENERATION USING VARIATIONAL IMPLICIT SURFACES

GEOMETRY RECONSTRUCTION AND MESH GENERATION USING VARIATIONAL IMPLICIT SURFACES GEOMETRY RECONSTRUCTION AND MESH GENERATION USING VARIATIONAL IMPLICIT SURFACES S. Gordana *, C. Grffth *, J. Peró *, S. Sherwn * and D. J. Doorly * 1. ABSTRACT Ths paper presents a technque to recover

More information

Goals Rotational quantities as vectors. Math: Cross Product. Angular momentum

Goals Rotational quantities as vectors. Math: Cross Product. Angular momentum Physcs 106 Week 5 Torque and Angular Momentum as Vectors SJ 7thEd.: Chap 11.2 to 3 Rotatonal quanttes as vectors Cross product Torque expressed as a vector Angular momentum defned Angular momentum as a

More information

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES In ths chapter, we wll learn how to descrbe the relatonshp between two quanttatve varables. Remember (from Chapter 2) that the terms quanttatve varable

More information

Damage detection in composite laminates using coin-tap method

Damage detection in composite laminates using coin-tap method Damage detecton n composte lamnates usng con-tap method S.J. Km Korea Aerospace Research Insttute, 45 Eoeun-Dong, Youseong-Gu, 35-333 Daejeon, Republc of Korea yaeln@kar.re.kr 45 The con-tap test has the

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

BRNO UNIVERSITY OF TECHNOLOGY

BRNO UNIVERSITY OF TECHNOLOGY BRNO UNIVERSITY OF TECHNOLOGY FACULTY OF INFORMATION TECHNOLOGY DEPARTMENT OF INTELLIGENT SYSTEMS ALGORITHMIC AND MATHEMATICAL PRINCIPLES OF AUTOMATIC NUMBER PLATE RECOGNITION SYSTEMS B.SC. THESIS AUTHOR

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Vehicle Detection, Classification and Position Estimation based on Monocular Video Data during Night-time

Vehicle Detection, Classification and Position Estimation based on Monocular Video Data during Night-time Vehcle Detecton, Classfcaton and Poston Estmaton based on Monocular Vdeo Data durng Nght-tme Jonas Frl, Marko H. Hoerter, Martn Lauer and Chrstoph Stller Keywords: Automotve Lghtng, Lght-based Drver Assstance,

More information

How To Calculate The Accountng Perod Of Nequalty

How To Calculate The Accountng Perod Of Nequalty Inequalty and The Accountng Perod Quentn Wodon and Shlomo Ytzha World Ban and Hebrew Unversty September Abstract Income nequalty typcally declnes wth the length of tme taen nto account for measurement.

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

Document image template matching based on component block list

Document image template matching based on component block list Pattern Recognton Letters 22 2001) 1033±1042 www.elsever.nl/locate/patrec Document mage template matchng based on component block lst Hanchuan Peng a,b,c, *, Fuhu Long b, Zheru Ch b, Wan-Ch Su b a Department

More information

POLYSA: A Polynomial Algorithm for Non-binary Constraint Satisfaction Problems with and

POLYSA: A Polynomial Algorithm for Non-binary Constraint Satisfaction Problems with and POLYSA: A Polynomal Algorthm for Non-bnary Constrant Satsfacton Problems wth and Mguel A. Saldo, Federco Barber Dpto. Sstemas Informátcos y Computacón Unversdad Poltécnca de Valenca, Camno de Vera s/n

More information

Brigid Mullany, Ph.D University of North Carolina, Charlotte

Brigid Mullany, Ph.D University of North Carolina, Charlotte Evaluaton And Comparson Of The Dfferent Standards Used To Defne The Postonal Accuracy And Repeatablty Of Numercally Controlled Machnng Center Axes Brgd Mullany, Ph.D Unversty of North Carolna, Charlotte

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Dstrb. Comput. 71 (2011) 62 76 Contents lsts avalable at ScenceDrect J. Parallel Dstrb. Comput. journal homepage: www.elsever.com/locate/jpdc Optmzng server placement n dstrbuted systems n

More information

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña Proceedngs of the 2008 Wnter Smulaton Conference S. J. Mason, R. R. Hll, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION

More information

+ + + - - This circuit than can be reduced to a planar circuit

+ + + - - This circuit than can be reduced to a planar circuit MeshCurrent Method The meshcurrent s analog of the nodeoltage method. We sole for a new set of arables, mesh currents, that automatcally satsfy KCLs. As such, meshcurrent method reduces crcut soluton to

More information

Period and Deadline Selection for Schedulability in Real-Time Systems

Period and Deadline Selection for Schedulability in Real-Time Systems Perod and Deadlne Selecton for Schedulablty n Real-Tme Systems Thdapat Chantem, Xaofeng Wang, M.D. Lemmon, and X. Sharon Hu Department of Computer Scence and Engneerng, Department of Electrcal Engneerng

More information

MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION

MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION R. SEULIN, F. MERIENNE and P. GORRIA Laboratore Le2, CNRS FRE2309, EA 242, Unversté

More information

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits Lnear Crcuts Analyss. Superposton, Theenn /Norton Equalent crcuts So far we hae explored tmendependent (resste) elements that are also lnear. A tmendependent elements s one for whch we can plot an / cure.

More information

Characterization of Assembly. Variation Analysis Methods. A Thesis. Presented to the. Department of Mechanical Engineering. Brigham Young University

Characterization of Assembly. Variation Analysis Methods. A Thesis. Presented to the. Department of Mechanical Engineering. Brigham Young University Characterzaton of Assembly Varaton Analyss Methods A Thess Presented to the Department of Mechancal Engneerng Brgham Young Unversty In Partal Fulfllment of the Requrements for the Degree Master of Scence

More information

SIMPLE LINEAR CORRELATION

SIMPLE LINEAR CORRELATION SIMPLE LINEAR CORRELATION Smple lnear correlaton s a measure of the degree to whch two varables vary together, or a measure of the ntensty of the assocaton between two varables. Correlaton often s abused.

More information

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression Novel Methodology of Workng Captal Management for Large Publc Constructons by Usng Fuzzy S-curve Regresson Cheng-Wu Chen, Morrs H. L. Wang and Tng-Ya Hseh Department of Cvl Engneerng, Natonal Central Unversty,

More information

Traffic State Estimation in the Traffic Management Center of Berlin

Traffic State Estimation in the Traffic Management Center of Berlin Traffc State Estmaton n the Traffc Management Center of Berln Authors: Peter Vortsch, PTV AG, Stumpfstrasse, D-763 Karlsruhe, Germany phone ++49/72/965/35, emal peter.vortsch@ptv.de Peter Möhl, PTV AG,

More information

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo.

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo. ICSV4 Carns Australa 9- July, 007 RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL Yaoq FENG, Hanpng QIU Dynamc Test Laboratory, BISEE Chna Academy of Space Technology (CAST) yaoq.feng@yahoo.com Abstract

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

A Simple Approach to Clustering in Excel

A Simple Approach to Clustering in Excel A Smple Approach to Clusterng n Excel Aravnd H Center for Computatonal Engneerng and Networng Amrta Vshwa Vdyapeetham, Combatore, Inda C Rajgopal Center for Computatonal Engneerng and Networng Amrta Vshwa

More information

Fuzzy Regression and the Term Structure of Interest Rates Revisited

Fuzzy Regression and the Term Structure of Interest Rates Revisited Fuzzy Regresson and the Term Structure of Interest Rates Revsted Arnold F. Shapro Penn State Unversty Smeal College of Busness, Unversty Park, PA 68, USA Phone: -84-865-396, Fax: -84-865-684, E-mal: afs@psu.edu

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

Vibration Analysis using Time Domain Methods for the Detection of small Roller Bearing Defects

Vibration Analysis using Time Domain Methods for the Detection of small Roller Bearing Defects SIRM 9-8th Internatonal Conference on Vbratons n Rotatng Machnes, Venna, Austra, 3-5 February 9 Vbraton Analyss usng Tme Doman Methods for the Detecton of small Roller Bearng Defects Tahsn Doguer Insttut

More information

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP)

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP) 6.3 / -- Communcaton Networks II (Görg) SS20 -- www.comnets.un-bremen.de Communcaton Networks II Contents. Fundamentals of probablty theory 2. Emergence of communcaton traffc 3. Stochastc & Markovan Processes

More information

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications CMSC828G Prncples of Data Mnng Lecture #9 Today s Readng: HMS, chapter 9 Today s Lecture: Descrptve Modelng Clusterng Algorthms Descrptve Models model presents the man features of the data, a global summary

More information

An Integrated Semantically Correct 2.5D Object Oriented TIN. Andreas Koch

An Integrated Semantically Correct 2.5D Object Oriented TIN. Andreas Koch An Integrated Semantcally Correct 2.5D Object Orented TIN Andreas Koch Unverstät Hannover Insttut für Photogrammetre und GeoInformaton Contents Introducton Integraton of a DTM and 2D GIS data Semantcs

More information

v a 1 b 1 i, a 2 b 2 i,..., a n b n i.

v a 1 b 1 i, a 2 b 2 i,..., a n b n i. SECTION 8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS 455 8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS All the vector spaces we have studed thus far n the text are real vector spaces snce the scalars are

More information

Detecting Global Motion Patterns in Complex Videos

Detecting Global Motion Patterns in Complex Videos Detectng Global Moton Patterns n Complex Vdeos Mn Hu, Saad Al, Mubarak Shah Computer Vson Lab, Unversty of Central Florda {mhu,sal,shah}@eecs.ucf.edu Abstract Learnng domnant moton patterns or actvtes

More information

Abstract. Dublin City University

Abstract. Dublin City University Abstract The gender dentfcaton can be made to approxmately 95% accuracy when all the bones that the skull conssts of are present and well preserved. A dffcult problem that occurs for the medcal examner

More information

Faraday's Law of Induction

Faraday's Law of Induction Introducton Faraday's Law o Inducton In ths lab, you wll study Faraday's Law o nducton usng a wand wth col whch swngs through a magnetc eld. You wll also examne converson o mechanc energy nto electrc energy

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

Ring structure of splines on triangulations

Ring structure of splines on triangulations www.oeaw.ac.at Rng structure of splnes on trangulatons N. Vllamzar RICAM-Report 2014-48 www.rcam.oeaw.ac.at RING STRUCTURE OF SPLINES ON TRIANGULATIONS NELLY VILLAMIZAR Introducton For a trangulated regon

More information

IS-LM Model 1 C' dy = di

IS-LM Model 1 C' dy = di - odel Solow Assumptons - demand rrelevant n long run; assumes economy s operatng at potental GDP; concerned wth growth - Assumptons - supply s rrelevant n short run; assumes economy s operatng below potental

More information

Traffic-light a stress test for life insurance provisions

Traffic-light a stress test for life insurance provisions MEMORANDUM Date 006-09-7 Authors Bengt von Bahr, Göran Ronge Traffc-lght a stress test for lfe nsurance provsons Fnansnspetonen P.O. Box 6750 SE-113 85 Stocholm [Sveavägen 167] Tel +46 8 787 80 00 Fax

More information

Eye Center Localization on a Facial Image Based on Multi-Block Local Binary Patterns

Eye Center Localization on a Facial Image Based on Multi-Block Local Binary Patterns Eye Center Localzaton on a Facal Image Based on Mult-Bloc Local Bnary Patterns Anatoly tn, Vladmr Khryashchev, Olga Stepanova Yaroslavl State Unversty Yaroslavl, Russa anatolyntnyar@gmal.com, vhr@yandex.ru,

More information

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek HE DISRIBUION OF LOAN PORFOLIO VALUE * Oldrch Alfons Vascek he amount of captal necessary to support a portfolo of debt securtes depends on the probablty dstrbuton of the portfolo loss. Consder a portfolo

More information

Adaptive Fractal Image Coding in the Frequency Domain

Adaptive Fractal Image Coding in the Frequency Domain PROCEEDINGS OF INTERNATIONAL WORKSHOP ON IMAGE PROCESSING: THEORY, METHODOLOGY, SYSTEMS AND APPLICATIONS 2-22 JUNE,1994 BUDAPEST,HUNGARY Adaptve Fractal Image Codng n the Frequency Doman K AI UWE BARTHEL

More information

New Approaches to Support Vector Ordinal Regression

New Approaches to Support Vector Ordinal Regression New Approaches to Support Vector Ordnal Regresson We Chu chuwe@gatsby.ucl.ac.uk Gatsby Computatonal Neuroscence Unt, Unversty College London, London, WCN 3AR, UK S. Sathya Keerth selvarak@yahoo-nc.com

More information

Alternate Approximation of Concave Cost Functions for

Alternate Approximation of Concave Cost Functions for Alternate Approxmaton of Concave Cost Functons for Process Desgn and Supply Chan Optmzaton Problems Dego C. Cafaro * and Ignaco E. Grossmann INTEC (UNL CONICET), Güemes 3450, 3000 Santa Fe, ARGENTINA Department

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

CHAPTER 14 MORE ABOUT REGRESSION

CHAPTER 14 MORE ABOUT REGRESSION CHAPTER 14 MORE ABOUT REGRESSION We learned n Chapter 5 that often a straght lne descrbes the pattern of a relatonshp between two quanttatve varables. For nstance, n Example 5.1 we explored the relatonshp

More information

Heuristic Static Load-Balancing Algorithm Applied to CESM

Heuristic Static Load-Balancing Algorithm Applied to CESM Heurstc Statc Load-Balancng Algorthm Appled to CESM 1 Yur Alexeev, 1 Sher Mckelson, 1 Sven Leyffer, 1 Robert Jacob, 2 Anthony Crag 1 Argonne Natonal Laboratory, 9700 S. Cass Avenue, Argonne, IL 60439,

More information

3D Head Tracking Using Motion Adaptive Texture-Mapping

3D Head Tracking Using Motion Adaptive Texture-Mapping 3D Head Trackng Usng Moton Adaptve Texture-Mappng Lsa M Brown IBM T.J. Watson Research Center lsab@us.bm.com Abstract We have developed a fast robust 3D head trackng system based on renderng a texture-mapped

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

Software Alignment for Tracking Detectors

Software Alignment for Tracking Detectors Software Algnment for Trackng Detectors V. Blobel Insttut für Expermentalphysk, Unverstät Hamburg, Germany Abstract Trackng detectors n hgh energy physcs experments requre an accurate determnaton of a

More information

Vehicle Detection and Tracking in Video from Moving Airborne Platform

Vehicle Detection and Tracking in Video from Moving Airborne Platform Journal of Computatonal Informaton Systems 10: 12 (2014) 4965 4972 Avalable at http://www.jofcs.com Vehcle Detecton and Trackng n Vdeo from Movng Arborne Platform Lye ZHANG 1,2,, Hua WANG 3, L LI 2 1 School

More information

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS 21 22 September 2007, BULGARIA 119 Proceedngs of the Internatonal Conference on Informaton Technologes (InfoTech-2007) 21 st 22 nd September 2007, Bulgara vol. 2 INVESTIGATION OF VEHICULAR USERS FAIRNESS

More information

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information

Projection-based Registration Using a Multi-view Camera for Indoor Scene Reconstruction

Projection-based Registration Using a Multi-view Camera for Indoor Scene Reconstruction Projecton-based Regstraton Usng a Mult-vew Camera for Indoor Scene Reconstructon Sehwan Km and Woontack Woo GIST U-VR Lab. Gwangju 500-71, S.Korea {skm, wwoo}@gst.ac.kr Abstract A regstraton method s proposed

More information

Lecture 2: Single Layer Perceptrons Kevin Swingler

Lecture 2: Single Layer Perceptrons Kevin Swingler Lecture 2: Sngle Layer Perceptrons Kevn Sngler kms@cs.str.ac.uk Recap: McCulloch-Ptts Neuron Ths vastly smplfed model of real neurons s also knon as a Threshold Logc Unt: W 2 A Y 3 n W n. A set of synapses

More information

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12 14 The Ch-squared dstrbuton PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 1 If a normal varable X, havng mean µ and varance σ, s standardsed, the new varable Z has a mean 0 and varance 1. When ths standardsed

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Poltecnco d orno Porto Insttutonal Repostory [Proceedng] rbt dynamcs and knematcs wth full quaternons rgnal Ctaton: Andres D; Canuto E. (5). rbt dynamcs and knematcs wth full quaternons. In: 16th IFAC

More information