Recovering Camera Pose from Omni-directional Images

Size: px
Start display at page:

Download "Recovering Camera Pose from Omni-directional Images"

Transcription

1 Recoveg Camera Pose from Omn-drectonal Images Ada S.K. WAN 1 Angus M.K. SIU 1 Rynson W.H. LAU 1,2 1 Department of Computer Scence, Cty Unversty of Hong Kong, Hong Kong 2 Department of CEIT, Cty Unversty of Hong Kong, Hong Kong {adasw, angus, rynson}@cs.ctyu.edu.h Abstract Omn-drectonal mages are wdely used n mage-based walthrough applcatons, n whch camera pose recovery s one of the ntal and mportant processes. Exstng methods may recover camera pose of omndrectonal mages from lnes. However, t may not wor well when there s nsuffcent scene structure n the mages. In addton, exstng methods nvolve non-lnear optmzaton and teratve algorthms, whch may lead to the convergence problem and hgh computatonal cost. In ths paper, we propose an automatc camera pose recovery method for a networ of omn-drectonal mages. Our method only requres 2D pont correspondences as nput. We dvde the problem nto the orentaton and poston components, and determne them separately. The relatve rotatons between adjacent vews are aggregated to estmate the global orentatons. An algorthm s developed to adjust the rotatons for avodng global nconsstency and error accumulaton. For poston recovery, we have derved a lnear global formulaton for establshng correspondences and postons among multple vews. Globally optmzed postons can be obtaned smply by solvng the formulaton. We demonstrate the performance of our method wth some experments. 1. Introducton Omn-drectonal mages, such as panorama, are ncreasngly used for mage-based walthrough applcatons and 3D reconstructon [1, 14, 17]. They requre camera pose estmates for arbtrary vew synthess and guded matchng. Thus, camera pose recovery becomes the prerequste for developng such mage-based applcatons. Although the problem of camera pose recovery for planar mages has been extensvely studed, the methods developed cannot smply be appled to omn-drectonal mages. It s because the lnear projectve relatonshp between the mage space of planar mages, such as fundamental matrx [4] and trfocal tensor [13], does not exst between the mage spaces of omn-drectonal mages. Wthout the lnear projectve relatonshp, most camera pose recovery methods [8, 12] that wor on the projectve space can no longer be used here. Thus, we need to develop new methods for omn-drectonal mages. Exstng methods to recover camera parameters of omn-drectonal mage can be generally classfed nto three types: onste measurement, nteractve recovery and automatc recovery. Onste measurement [3, 17] may be the most drect method to obtan the camera pose dug mage captug. However t requres expensve BMVC 2004 do: /c.18.77

2 equpment, such as a laser range fnder. The accuracy of the acqured orentatons and postons hghly depends on the senstvty of the equpment. It s usually not precse enough to bg the mages nto pxel-accurate regstraton. To avod expensve equpment for onste measurement, camera pose may be estmated from mages drectly. [14] proposes a method for camera pose and structure recovery by manually specfyng the planes, lnes and ponts wth nown drectons or relatonshp on omn-drectonal mages. However, manual specfcaton becomes mpractcal when the number of mages s large. Human bas may also be ntroduced. In [2], a scalable camera pose estmaton method for omn-drectonal mages wth automatc edge detecton and vanshng ponts (VPs) estmaton s proposed. However, as the estmaton reles on parallel lnes n order to estmate VPs n every mage, t may not wor well when the scene lacs regular structures. Moreover, ther method nvolves teratve algorthm and non-lnear optmzaton. It may lead to convergence problem and expensve computatonal cost. In ths paper, we ntroduce a novel camera pose recovery approach for omndrectonal mages. Tradtonally, camera calbraton for planar mages smultaneously estmates both extsc and ntsc parameters of the camera. However, the strong couplng exsted between the two sets of parameters cause much error n the estmated focal length. We approach the problem by frst recoveg the ntsc parameters followed by the extsc parameters. The extsc parameter (6DOFs) recovery process s further decoupled nto rotatonal regstraton (3DOFs) and poston recovery (3DOFs). It s because omn-drectonal mages nhert the advantage of decouplng the zero baselne problem from the wde baselne problem. Hence, the ntsc parameters can be recovered ndependent of the extsc parameters. As such, the ntsc parameters can be obtaned more easly and accurately [15, 16]. The extsc parameters can also be solved more easly wth pont correspondences and lnear algorthms. However, the major drawbac of ths decouplng approach s that the error from one recovery stage may accumulate to the next. We wll deal wth the problem by applyng the global consstency checng to mnmze the error on each stage of the processes. The man contrbutons of ths paper are as follows: Correlaton establshment: Instead of correlatng omn-drectonal mages wth correspondng planes and VPs, we transform mage space ponts and establsh lnear relatonshp between the transformed domans. Wth ths method, only several pont correspondences are suffcent to establsh the mappng functon between two vews. Rotatonal regstraton: The estmated mappng functon provdes only relatve rotatons and drectons between two omn-drectonal mages. To acheve global rotatonal regstraton, we aggregate a set of relatve rotatons nto global orentatons wth the same Eucldean wreframe. Meanwhle, we have developed an orentaton adjustment algorthm to ensure global consstency. Poston recovery: Exstng methods for poston recovery requres many computer vson and statstcal technques, such as Hough transform, Marov chan Monte Carlo and expectaton maxmzaton, complcatng the mplementaton of these methods. We have derved the global formulaton and correlate the correspondences, dsparty and postons among multple vews. By solvng the formulated matrx, the postons of the vews can be obtaned easly. Our method allows camera postons to be recovered from correspondences alone. It s smple to mplement. Iteratve algorthms n exstng methods are also avoded. It not only hghly reduces the computatonal cost, but also prevents the convergence problems.

3 The rest of ths paper s organzed as follows. Secton 2 descrbes our camera pose recovery method n detal. Secton 3 presents some expermental results. Secton 4 brefly concludes the paper. 2. Camera Pose Recovery 2.1 Prelmnary Process Wthout usng specfc equpment, groups of planar mages are frst taen at dfferent optcal centres (nodes). Images wth a common node are then sttched together to form an omn-drectonal (panoramc) mage. Dug the sttchng process, an mportant ntsc parameter, focal length, s obtaned. More accurate ntsc parameters can be derved wth the method n [16]. Refer to Fgure 1. After we have obtaned a panorama for each node, we recover a consstent set of camera parameters for the panoramas. The nodes are trangulated wth Delanuay trangulaton [5] and adjacences between nodes are establshed. To save computatonal cost, we only match pont correspondences between each par of adjacent mages. Trangles are formed wth three nodes, whch consttute a self-loop for consstent checng. Feature ponts are automatcally extracted wth the Harrs operator [6] and matched for each adjacent mage par wth Zero Normalzed Cross Correlaton (ZNCC) [7]. The correspondences obtaned serve as the nput for the camera pose recovery process. As shown n Fgure 2, our method can be dvded nto three modules: mage space transform, rotatonal regstraton, and poston recovery. Detals of each module wll be dscussed next. Node Adjacency Self-loop Fgure 1. An mage networ composng of nodes, adjacences and self- Rotatonal Regstraton Pont Correspondences Image Space Transform Essental Matrx Estmaton Relatve Rotaton Extracton & Decomposton Global Orentaton Recovery & Adjustment Global Orentatons Fgure 2. Orentaton Transform Poston Recovery Global Translaton Formulaton & Mnmzaton Our camera pose recovery method for omn-drectonal Global Postons 2.2 Image Space Transform As the mappng between the Eucldean space and the mage space of an omndrectonal mage s non-lnear, the mappng between the mage spaces of an mage par s also non-lnear. Ths means that we cannot drectly formulate the pont correspondences nto a system of lnear equatons to solve for the mappng functon between an mage par. For the camera wth a sngle mrror provdng a sngle vewpont,.e., central panoramc catadoptrc camera, [11] suggests a non-lnear fundamental constrant on

4 the correspondng ponts n two catadoptrc cameras. However, for the more commonly used mosacs based panorama, e.g., QTVR, they assume that he mages do not provde a sngle vewpont and the eppolar geometry has not been derved. In practce, t s a good approxmaton to assume mosacs based panorama as a cylndrcal projecton wth a sngle vewpont [9, 14], f all objects n the scene are relatvely far from the trpod s rotatonal centre. Based on ths assumpton, the relatonshp between mage space ponts can be establshed as follows. We frst transform the mage space ponts to unt vectors on a Gaussan sphere, S 2. Hence, a transformaton g j for vew j s appled to mage pont p=[u,v] T to obtan the projectve ray d=[s,t,r] T,.e., g j (p)=d. Wth ths transformaton, we may establsh the lnear mappng E j between vews j and as follows: g (p) T E j g j (p) = 0 (1) where E j s a 3x3 essental matrx, wth fve DOFs: three for relatve rotaton and two for relatve drecton. A dfferent transformaton g would be adopted for a dfferent nd of omn-drectonal mages. For example, g for panoramc mages would be defned as: f sn( u / f ) s u g = = v h / 2 t (2) v f cos( u / f ) r where f s the focal length, h s the mage heght and s the sew factor. 2.3 Rotatonal Regstraton Essental Matrx Estmaton After transformng the mage space ponts to rays, we can estmate E for every adjacent mage par. Denoted by e, the 9-vector maes up the entres of E n row-major order. Let d j = [s j, t j, r j ] T be the projectve ray at vew j of the th correspondence. We can obtan a system of lnear equatons from a set of correspondences n the form of: j j j j j j j j j s 1 s1 s1 s1 s1 s1 Ae = : : : : : : : : : e = 0 (3) j j j j j j j j j sn sn sntn sn tn sn tntn tn sn tn By enforcng the constrant that Det(E) = 0, we may use seven ponts to solve for e. We also mpose the condton that the two sngular values of the essental matrx should be equal. The resultng E s the closest soluton n Frobenus norm. We use the Random Sample Consensus (RANSAC) algorthm to estmate E robustly, and determne the number of requred samples adaptvely by: N = log (1 - ρ) / log (1 - s ) (4) where ρ s the probablty of gettng at least one sample wthout outler, s the nler percentage, and s s the mnmum number of correspondences n each sample. The E wth the most nlers s chosen Relatve Rotaton Extracton and Decomposton The essental matrx E provdes relatve orentaton and translaton drecton between two adjacent mages. In order to obtan the orentatons n the world coordnate system, we extract the rotatonal matrx R j from every E j by Sngular Value Decomposton (SVD). There are two possble solutons for R j and two for translatons. The correct soluton can be determned from several correspondences as suggested n [18]. R j s

5 then further decomposed nto 3 gvens rotatons about the three coordnate axes,.e., R j =R x j R y j R z j, by RQ factorzaton Global Orentaton Recovery and Adjustment As the set of E j are estmated ndependently, the ntal set of R j may not be globally consstent. The nconsstency n R j may also be propagated and accumulated as the path gets long. To deal wth ths problem, we propose an algorthm to adjust the rotatonal matrces. Wth the adjustment, a set of globally consstent R can be obtaned and the nconsstency propagaton can be mnmzed. Let θ j be the relatve rotatonal angle from vew j to vew. The resdual ε of a selfloop L of three vews j,, l (.e., R j R l R jl ) s defned as: ε = θ j + θ l + θ jl (5) In a consstent self-loop, ε s equal to zero as shown n Fgure 3(a). However, due to the ndependent estmaton of R, ε s often not equal to zero as shown n Fgure 3(b). To ensure consstency, we have to adjust θ by θ, such that 0 = θ j + θ l + θ jl (6) θ j = θ j + θ j. (7) Ө jl R j Ө j Өjl ε R j Ө j j j R jl Ө l R l R jl Ө l R l l (a) (b) l Fgure 3. (a) Global consstent orentatons, and (b) global nconsstent orentatons. Intally, all the adjacences are mared as non-adjusted and adjusted one by one. We compute ε for each self-loop L and choose the one L curr wth the smallest ε. For every adjacency n L curr, θ j s determned as: 1 n ε κ θ j = n = (8) 1 q where n {1,2} s the number of self-loops contanng the adjacency, q s the number of non-adjusted adjacences n the adjacent self-loop L, and κ {1,-1} ndcates the drecton of edge n L. Then, θ j s adjusted by Equaton (7) and mared as adjusted. ε s of the adjacent self-loops L neg of L curr are computed. The one wth the smallest ε s selected and the adjustment process s repeated untl all the adjacences are updated. The followng pseudo-code shows the orentaton adjustment. ε mn = for = 1 to M do compute ε for L by Equaton (5) f ε < ε mn then L curr = L endfor j = M repeat compute θ for non-adjusted edges n L curr by Equaton (8) update ε, q for all L neg j = j -1

6 L curr = L neg wth mnmum ε untl j = Poston Recovery The translaton of a vew ncludes drecton as well as magntude. Snce only relatve translaton drecton between two vews can be nferred from E j, we cannot smply obtan the global poston of a vew from a set of essental matrces. Here, we nvestgate the lnear relatonshp among the correspondences, generalzed dsparty [10] and global translaton among multple vews. Upon formulatng these enttes, we may obtan a set of globally optmzed postons by solvng the system of lnear equatons Orentaton Transform Gven a 3D pont, X R 3 n the Eucldean space, we can defne a mappng functon from X to a projectve ray d as: M: X d. On the other hand, for a gven generalzed dsparty, λ = δ(d), we can defne another mappng functon from d to X as: N: (d, λ) X. Wth a 3x3 rotatonal matrx R and the camera centre C of a vew, the two mappng functons can be defned as follows: M : d =& RX RC or d T (RX RC) = 0 N : X = C + λr T d We can elmnate the rotatonal matrx R by an orentaton transform H: d = R T d. After the transformaton, the two functons can be smplfed as: M : d T (X C) = 0 N : X = C + λd Global Translaton Formulaton After the orentaton transform, we correlate the two mappng functons for dfferent vews and derve the formulaton among multple vews. Referg to Fgure 4, X can be nferred from a covarant vew j by the functon N as: X = C j + λ j d j (9) where d j denotes the projectve ray after the orentaton transform at vew j for X. λ j s the correspondng generalzed dsparty. Meanwhle, X can also be projected to a contravarant vew by the functon M as: (d ) T (X C ) = 0 (10) By substtutng (9) nto (10), X can be elmnated: (d ) T (C j C + λ j d j ) = 0 (11) Let d j = [s j, t j, r j ] T and C j = [C1 j, C2 j, C3 j ]. By elmnatng a redundant equaton, the correspondences can be formulated wth (11) as: 0 t r 0 t s 0 r r 0 s s j C1 j C2 j C3 j j t r r t C1 = 0 j j s r s r C2 C3 j λ (12)

7 By extendng the formulaton for multple covarant and contravarant vews, we may obtan the matrx of multple vews for global optmzaton. In order to tolerate msmatches and acheve robust estmaton, we agan employ the RANSAC method to select a sub-set of samples for determnng the global postons. The soluton wth the most nler σ s selected. The number of samples N requred s determned adaptvely by Equaton (4). Let C be the rght null space vector n Equaton (12), the pseudo-code for poston recovery to get the best soluton C best s as follows: for j = 1 to J for = 1 to I orentaton transform of d j n = σ max = 0 repeat select sample of correspondng d j from every vew compute C for the equatons as n Equaton (12) compute σ f (σ max < σ) C best = C n = n+1 untl n = N X λ j d j vew l vew j vew Fgure 4. A 3D pont X can be nferred from vew j and then projected to vews, l. 3. Expermental Results We have mplemented our method n Java and expermented t on a Pentum 4 2.4GHz PC wth two real scenes. Table 1 shows the confguraton of the two scenes. We prepared 15 panoramc mages, each at a resoluton of 4500x450, for each of the two scenes. The 15 panoramc mages form 18 self-loops and 32 adjacences. Table 2 shows the reprojecton error of the two scenes. Whle the reprojecton error for exstng methods s usually a few pxels, our method s about one pxel on average. Node Adjacency Self-loop Table 1. Confguraton of two scenes. Reprojecton Error (pxel) Average Maxmum Standard Devaton Table 2. Exp Exp Reprojecton errors of the two experments wth 15 panoramc mages. Fgures 5(a) and 5(b) show two of the 15 panoramc mages for each of the two scenes. The eppolar curves, whch are determned from the recovered camera pose, are supermposed on the mages. Fgures 5(c) and 5(e) show the eppolar curves computed by the ntal E (secton 2.3.1) at two feature ponts, whch do not le on the eppolar

8 curves. After applyng the rotatonal regstraton and the poston recovery processes, the eppolar algnment s sgnfcantly mproved as shown n Fgures 5(d) and 5(f). Fgure 6 compares the accuracy of the camera pose obtaned, wth and wthout rotatonal regstraton, n term of nler percentage aganst the number of mages. We (a) (b) Fgure 5. (c) (d) (e) (f) (a) and (b) show the Epoplar curves of the two scenes. (c) to (f) compare the eppolar algnment before ((c), (e)) and after ((d), (f)) the orentaton adjustment and poston recovery processes Exp 1 (wth R regstraton) Inler (%) Exp 2 (wth R regstraton) Exp 1 (wthout R regstraton) Exp 2 (wthout R regstraton) Number of mages Fgure 6. Inler percentage wth rotatonal R regstraton s compared wth that wthout rotatonal R regstraton as a functon of mage number. can see that the accuracy s mproved wth global orentaton adjustment. By applyng SVD to E, rotaton and translaton drecton can be extracted. However, the translaton drectons from dfferent nodes are nconsstent. Refer to Fgure 7. The translaton drectons (dotted lnes) do not ntersect on a sngle node due to the global nconsstency. By applyng our poston recovery method, globally consstent postons and translaton drectons (sold lne) can be obtaned.

9 The nler percentage aganst the number of mages wth global consstent translatons computed by our method and nconsstent translatons s plotted n Fgure 8. From the graph, we see that the poston recovery process sgnfcantly mproves the accuracy of the estmated camera pose. Moreover, the trend of the curves n both Fgures 6 and 8 show that the nler percentage wthout ether R regstraton or poston recovery decreases as the number of mages ncreases. Ths s because the nconsstency s accumulated as the length of the path ncreases. T 2->0 T'4->0 mg 0 T 3->0 T 1->0 T' 1->0 T' 3->0 T' 2->0 T 4->0 Fgure 7. Global poston and relatve drectons Exp 1 (wth consstent T) Exp 2 (wth consstent T) 0.85 Inler (%) Exp 1 (wth nconsstent T) Exp 2 (wth nconsstent T) Number of mages Fgure 8. Inler percentage s compared between consstent and nconsstent translaton T as a functon of mage number. Table 3 lsts the processng tme of each process. The whole recovery process taes around ten mnutes, whch s smlar n performance to exstng methods. The number of samples requred n the RANSAC method s nversely proportonal to the number of nlers (Equaton 4). As the number of nlers n experment 1 s hgher than that n experment 2, RANSAC computaton requres less samples,.e., lower processng tme. Process E Estmaton R Extracton and Adjustment Poston Adjustment Total Exp mns mns 6.13 mns 7.43 mns Exp mns mns 9.78 mns mns Table 3. Computatonal tme n each process wth 15 panoramc mages. 4. Concluson In ths paper, we have proposed a camera pose recovery method for omn-drectonal mages. Feature ponts are automatcally extracted and matched across every mage par. The correspondences serve as the only nput to our method. By transformng mage space pont, lnear mappng functon s establshed to correlate omn-drectonal

10 mages. Rotatonal adjustment aggregates relatve orentatons n global consstent orentatons. It effectvely mnmzes error accumulaton. By dervng and solvng the global formulaton, a set of globally optmzed postons from transformed ponts can be obtaned. Because no planes and lnes are requred, t smplfes the mplementaton and does not rely on regular scene structures. Acnowledgements The wor descrbed n ths paper was partally supported by a CERG grant from the Research Grants Councl of Hong Kong (RGC Reference Number: CtyU 1308/03E) and a DAG grant from Cty Unversty of Hong Kong (Project Number: ). References [1] D. Alaga and I. Carlbom, Plenoptc Sttchng: A Scalable Method for Reconstructng 3D Interactve Walthroughs, Proc. ACM SIGGRAPH, pp , [2] M. Antone and S. Teller, Scalable Extsc Calbraton of Omn-Drectonal Image Networs, IJCV, 49(2/3): , Sept./Oct [3] R. Bunschoten and B. Kröse, Robust Scene Reconstructon from an Omndrectonal Vson System, IEEE Trans. on Robotcs and Automaton, 19(2): , [4] O. Faugeras, What can be Seen n Three Dmensons wth an Uncalbrated Stereo Rg, Proc. ECCV 92, [5] S. Fortune, Vorono Dagrams and Delaunay Trangulatons, Computng n Eucldean Geometry, D. Du and F. Hwang (eds.), World Scentfc, pp , [6] C. Harrs and M. Stephens, A Combnes Coer and Edge Detector, Alvey Vson Conference, pp , [7] Z. Lan and R. Mphr, Robust Locaton Based Partal Correlaton, Research Report 3186, INRIA Sopha-Antpols, [8] Q. Luong and O. Faugeras, Self-calbraton of a Movng Camera from Pont Correspondences and Fundamental Matrces, IJCV, 1(1):5-40, 1997 [9] L. McMllan, G. Bshop, Plenoptc Modellng: An Image-based Rendeg System, Proc. ACM SIGGRAPH, pp , [10] L. McMllan, An Image-Based Approach to Three-Dmensonal Computer Graphcs, Techncal Report , UNC at Chapel Hll, [11] T. Pajdla and T. Svoboda, Eppolar Geometry for Central Catadoptrc Cameras, IJCV, 49(1):23-37, 2002 [12] M. Pollefeys, R. Kocj, and L. van Gool, Self-calbraton and Metrc Reconstructon n Spte of Varyng and Unnown Inteal Camera Parameters, IJCV, 32(1):7-25, Aug [13] A. Shashua, Algebrac Functons for Recognton, IEEE Trans. on PAMI, 17(8): , Aug [14] H. Shum, M. Han, and R. Szels, Interactve Constructon of 3D Models from Panoramc Mosacs, Proc. CVPR, pp , [15] H. Shum and R. Szels, Constructon of Panoramc Image Mosacs wth Global and Local Algnment, IJCV, 36(2): , Feb [16] G. Sten, Accurate Inteal Camera Calbraton Usng Rotaton, wth Analyss of Sources of Error, ICCV, pp , [17] S. Teller, Automated Urban Model Acquston: Project Ratonale and Status, IUW, pp , [18] J. Weng, T. Huang, and N. Ahuja, Moton and Structure from Two Perspectve Vews: Algorthms, Error Analyss, and Error Estmaton, IEEE Trans. On PAMI, 11(5): , May 1989.

A Robust Method for Estimating the Fundamental Matrix

A Robust Method for Estimating the Fundamental Matrix Proc. VIIth Dgtal Image Computng: Technques and Applcatons, Sun C., Talbot H., Ourseln S. and Adraansen T. (Eds.), 0- Dec. 003, Sydney A Robust Method for Estmatng the Fundamental Matrx C.L. Feng and Y.S.

More information

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

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

More information

Angle-Independent 3D Reconstruction. Ji Zhang Mireille Boutin Daniel Aliaga

Angle-Independent 3D Reconstruction. Ji Zhang Mireille Boutin Daniel Aliaga Angle-Independent 3D Reconstructon J Zhang Mrelle Boutn Danel Alaga Goal: Structure from Moton To reconstruct the 3D geometry of a scene from a set of pctures (e.g. a move of the scene pont reconstructon

More information

Line-based Camera Movement Estimation by Using Parallel Lines in Omnidirectional Video

Line-based Camera Movement Estimation by Using Parallel Lines in Omnidirectional Video 01 IEEE Internatonal Conference on Robotcs and Automaton RverCentre, Sant Paul, Mnnesota, USA May 14-18, 01 Lne-based Camera Movement Estmaton by Usng Parallel Lnes n Omndrectonal Vdeo Ryosuke kawansh,

More information

Structure from Motion

Structure from Motion Structure from Moton Structure from Moton For now, statc scene and movng camera Equvalentl, rgdl movng scene and statc camera Lmtng case of stereo wth man cameras Lmtng case of multvew camera calbraton

More information

Robust Computation and Parametrization of Multiple View. Relations. Oxford University, OX1 3PJ. Gaussian).

Robust Computation and Parametrization of Multiple View. Relations. Oxford University, OX1 3PJ. Gaussian). Robust Computaton and Parametrzaton of Multple Vew Relatons Phl Torr and Andrew Zsserman Robotcs Research Group, Department of Engneerng Scence Oxford Unversty, OX1 3PJ. Abstract A new method s presented

More information

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

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

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

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

More information

An efficient method to build panoramic image mosaics

An efficient method to build panoramic image mosaics An effcent method to buld panoramc mage mosacs Pattern Recognton Letters vol. 4 003 Dae-Hyun Km Yong-In Yoon Jong-Soo Cho School of Electrcal Engneerng and Computer Scence Kyungpook Natonal Unv. Abstract

More information

Image Alignment CSC 767

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

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

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

More information

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

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

More information

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS by XUNYU PAN (Under the Drecton of Suchendra M. Bhandarkar) ABSTRACT In modern tmes, more and more

More information

Multi-stable Perception. Necker Cube

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

More information

Image warping and stitching May 5 th, 2015

Image warping and stitching May 5 th, 2015 Image warpng and sttchng Ma 5 th, 2015 Yong Jae Lee UC Davs PS2 due net Frda Announcements 2 Last tme Interactve segmentaton Feature-based algnment 2D transformatons Affne ft RANSAC 3 1 Algnment problem

More information

CS 534: Computer Vision Model Fitting

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

More information

What are the camera parameters? Where are the light sources? What is the mapping from radiance to pixel color? Want to solve for 3D geometry

What are the camera parameters? Where are the light sources? What is the mapping from radiance to pixel color? Want to solve for 3D geometry Today: Calbraton What are the camera parameters? Where are the lght sources? What s the mappng from radance to pel color? Why Calbrate? Want to solve for D geometry Alternatve approach Solve for D shape

More information

AIMS Computer vision. AIMS Computer Vision. Outline. Outline.

AIMS Computer vision. AIMS Computer Vision. Outline. Outline. AIMS Computer Vson 1 Matchng, ndexng, and search 2 Object category detecton 3 Vsual geometry 1/2: Camera models and trangulaton 4 Vsual geometry 2/2: Reconstructon from multple vews AIMS Computer vson

More information

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

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

More information

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

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

More information

A Comparison and Evaluation of Three Different Pose Estimation Algorithms In Detecting Low Texture Manufactured Objects

A Comparison and Evaluation of Three Different Pose Estimation Algorithms In Detecting Low Texture Manufactured Objects Clemson Unversty TgerPrnts All Theses Theses 12-2011 A Comparson and Evaluaton of Three Dfferent Pose Estmaton Algorthms In Detectng Low Texture Manufactured Objects Robert Krener Clemson Unversty, rkrene@clemson.edu

More information

Lecture 9 Fitting and Matching

Lecture 9 Fitting and Matching In ths lecture, we re gong to talk about a number of problems related to fttng and matchng. We wll formulate these problems formally and our dscusson wll nvolve Least Squares methods, RANSAC and Hough

More information

New dynamic zoom calibration technique for a stereo-vision based multi-view 3D modeling system

New dynamic zoom calibration technique for a stereo-vision based multi-view 3D modeling system New dynamc oom calbraton technque for a stereo-vson based mult-vew 3D modelng system Tao Xan, Soon-Yong Park, Mural Subbarao Dept. of Electrcal & Computer Engneerng * State Unv. of New York at Stony Brook,

More information

Lecture 4: Principal components

Lecture 4: Principal components /3/6 Lecture 4: Prncpal components 3..6 Multvarate lnear regresson MLR s optmal for the estmaton data...but poor for handlng collnear data Covarance matrx s not nvertble (large condton number) Robustness

More information

Support Vector Machines

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

More information

Self-Calibration from Image Triplets. 1 Robotics Research Group, Department of Engineering Science, Oxford University, England

Self-Calibration from Image Triplets. 1 Robotics Research Group, Department of Engineering Science, Oxford University, England Self-Calbraton from Image Trplets Martn Armstrong 1, Andrew Zsserman 1 and Rchard Hartley 2 1 Robotcs Research Group, Department of Engneerng Scence, Oxford Unversty, England 2 The General Electrc Corporate

More information

A Scalable Projective Bundle Adjustment Algorithm using the L Norm

A Scalable Projective Bundle Adjustment Algorithm using the L Norm Sxth Indan Conference on Computer Vson, Graphcs & Image Processng A Scalable Projectve Bundle Adjustment Algorthm usng the Norm Kaushk Mtra and Rama Chellappa Dept. of Electrcal and Computer Engneerng

More information

3D Modeling Using Multi-View Images. Jinjin Li. A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science

3D Modeling Using Multi-View Images. Jinjin Li. A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science 3D Modelng Usng Mult-Vew Images by Jnjn L A Thess Presented n Partal Fulfllment of the Requrements for the Degree Master of Scence Approved August by the Graduate Supervsory Commttee: Lna J. Karam, Char

More information

Calibration of an Articulated Camera System with Scale Factor Estimation

Calibration of an Articulated Camera System with Scale Factor Estimation Calbraton of an Artculated Camera System wth Scale Factor Estmaton CHEN Junzhou, Kn Hong WONG arxv:.47v [cs.cv] 7 Oct Abstract Multple Camera Systems (MCS) have been wdely used n many vson applcatons and

More information

Improving Initial Estimations for Structure from Motion Methods

Improving Initial Estimations for Structure from Motion Methods Improvng Intal Estmatons for Structure from Moton Methods Chrstopher Schwartz Renhard Klen Insttute for Computer Scence II, Unversty of Bonn Abstract In Computer Graphcs as well as n Computer Vson and

More information

Optimal Combination of Stereo Camera Calibration from Arbitrary Stereo Images.

Optimal Combination of Stereo Camera Calibration from Arbitrary Stereo Images. Tna Memo No. 1991-002 Image and Vson Computng, 9(1), 27-32, 1990. Optmal Combnaton of Stereo Camera Calbraton from Arbtrary Stereo Images. N.A.Thacker and J.E.W.Mayhew. Last updated 6 / 9 / 2005 Imagng

More information

Fitting and Alignment

Fitting and Alignment Fttng and Algnment Computer Vson Ja-Bn Huang, Vrgna Tech Many sldes from S. Lazebnk and D. Hoem Admnstratve Stuffs HW 1 Competton: Edge Detecton Submsson lnk HW 2 wll be posted tonght Due Oct 09 (Mon)

More information

Resolving Ambiguity in Depth Extraction for Motion Capture using Genetic Algorithm

Resolving Ambiguity in Depth Extraction for Motion Capture using Genetic Algorithm Resolvng Ambguty n Depth Extracton for Moton Capture usng Genetc Algorthm Yn Yee Wa, Ch Kn Chow, Tong Lee Computer Vson and Image Processng Laboratory Dept. of Electronc Engneerng The Chnese Unversty of

More information

Reducing Frame Rate for Object Tracking

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

More information

PROJECTIVE RECONSTRUCTION OF BUILDING SHAPE FROM SILHOUETTE IMAGES ACQUIRED FROM UNCALIBRATED CAMERAS

PROJECTIVE RECONSTRUCTION OF BUILDING SHAPE FROM SILHOUETTE IMAGES ACQUIRED FROM UNCALIBRATED CAMERAS PROJECTIVE RECONSTRUCTION OF BUILDING SHAPE FROM SILHOUETTE IMAGES ACQUIRED FROM UNCALIBRATED CAMERAS Po-Lun La and Alper Ylmaz Photogrammetrc Computer Vson Lab Oho State Unversty, Columbus, Oho, USA -la.138@osu.edu,

More information

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

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

More information

IMAGE MATCHING WITH SIFT FEATURES A PROBABILISTIC APPROACH

IMAGE MATCHING WITH SIFT FEATURES A PROBABILISTIC APPROACH IMAGE MATCHING WITH SIFT FEATURES A PROBABILISTIC APPROACH Jyot Joglekar a, *, Shrsh S. Gedam b a CSRE, IIT Bombay, Doctoral Student, Mumba, Inda jyotj@tb.ac.n b Centre of Studes n Resources Engneerng,

More information

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

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

More information

Calibration of an Articulated Camera System

Calibration of an Articulated Camera System Calbraton of an Artculated Camera System CHEN Junzhou and Kn Hong WONG Department of Computer Scence and Engneerng The Chnese Unversty of Hong Kong {jzchen, khwong}@cse.cuhk.edu.hk Abstract Multple Camera

More information

A Binarization Algorithm specialized on Document Images and Photos

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

More information

Large Motion Estimation for Omnidirectional Vision

Large Motion Estimation for Omnidirectional Vision Large Moton Estmaton for Omndrectonal Vson Jong Weon Lee, Suya You, and Ulrch Neumann Computer Scence Department Integrated Meda Systems Center Unversty of Southern Calforna Los Angeles, CA 98978, USA

More information

3D Metric Reconstruction with Auto Calibration Method CS 283 Final Project Tarik Adnan Moon

3D Metric Reconstruction with Auto Calibration Method CS 283 Final Project Tarik Adnan Moon 3D Metrc Reconstructon wth Auto Calbraton Method CS 283 Fnal Project Tark Adnan Moon tmoon@collge.harvard.edu Abstract In ths paper, dfferent methods for auto camera calbraton have been studed for metrc

More information

Correspondence-free Synchronization and Reconstruction in a Non-rigid Scene

Correspondence-free Synchronization and Reconstruction in a Non-rigid Scene Correspondence-free Synchronzaton and Reconstructon n a Non-rgd Scene Lor Wolf and Assaf Zomet School of Computer Scence and Engneerng, The Hebrew Unversty, Jerusalem 91904, Israel e-mal: {lwolf,zomet}@cs.huj.ac.l

More information

Amnon Shashua Shai Avidan Michael Werman. The Hebrew University, objects.

Amnon Shashua Shai Avidan Michael Werman. The Hebrew University,   objects. Trajectory Trangulaton over Conc Sectons Amnon Shashua Sha Avdan Mchael Werman Insttute of Computer Scence, The Hebrew Unversty, Jerusalem 91904, Israel e-mal: fshashua,avdan,wermang@cs.huj.ac.l Abstract

More information

Model-Based Bundle Adjustment to Face Modeling

Model-Based Bundle Adjustment to Face Modeling Model-Based Bundle Adjustment to Face Modelng Oscar K. Au Ivor W. sang Shrley Y. Wong oscarau@cs.ust.hk vor@cs.ust.hk shrleyw@cs.ust.hk he Hong Kong Unversty of Scence and echnology Realstc facal synthess

More information

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

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

More information

Image Fusion With a Dental Panoramic X-ray Image and Face Image Acquired With a KINECT

Image Fusion With a Dental Panoramic X-ray Image and Face Image Acquired With a KINECT Image Fuson Wth a Dental Panoramc X-ray Image and Face Image Acqured Wth a KINECT Kohe Kawa* 1, Koch Ogawa* 1, Aktosh Katumata* 2 * 1 Graduate School of Engneerng, Hose Unversty * 2 School of Dentstry,

More information

Finding Intrinsic and Extrinsic Viewing Parameters from a Single Realist Painting

Finding Intrinsic and Extrinsic Viewing Parameters from a Single Realist Painting Fndng Intrnsc and Extrnsc Vewng Parameters from a Sngle Realst Pantng Tadeusz Jordan 1, Davd G. Stork,3, Wa L. Khoo 1, and Zhgang Zhu 1 1 CUNY Cty College, Department of Computer Scence, Convent Avenue

More information

Direct Methods for Visual Scene Reconstruction

Direct Methods for Visual Scene Reconstruction To appear at the IEEE Workshop on Representatons of Vsual Scenes, June 24, 1995, Cambrdge, MA 1 Drect Methods for Vsual Scene Reconstructon Rchard Szelsk and Sng Bng Kang Dgtal Equpment Corporaton Cambrdge

More information

Computer Animation and Visualisation. Lecture 4. Rigging / Skinning

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

More information

Chapter 6 Programmng the fnte element method Inow turn to the man subject of ths book: The mplementaton of the fnte element algorthm n computer programs. In order to make my dscusson as straghtforward

More information

Inverse-Polar Ray Projection for Recovering Projective Transformations

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

More information

EVALUATION OF RELATIVE POSE ESTIMATION METHODS FOR MULTI-CAMERA SETUPS

EVALUATION OF RELATIVE POSE ESTIMATION METHODS FOR MULTI-CAMERA SETUPS EVALUAION OF RELAIVE POSE ESIMAION MEHODS FOR MULI-CAMERA SEUPS Volker Rodehorst *, Matthas Henrchs and Olaf Hellwch Computer Vson & Remote Sensng, Berln Unversty of echnology, Franklnstr. 8/9, FR 3-,

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

Vanishing Hull. Jinhui Hu, Suya You, Ulrich Neumann University of Southern California {jinhuihu,suyay,

Vanishing Hull. Jinhui Hu, Suya You, Ulrich Neumann University of Southern California {jinhuihu,suyay, Vanshng Hull Jnhu Hu Suya You Ulrch Neumann Unversty of Southern Calforna {jnhuhusuyay uneumann}@graphcs.usc.edu Abstract Vanshng ponts are valuable n many vson tasks such as orentaton estmaton pose recovery

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

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

More information

Object Recognition Based on Photometric Alignment Using Random Sample Consensus

Object Recognition Based on Photometric Alignment Using Random Sample Consensus Vol. 44 No. SIG 9(CVIM 7) July 2003 3 attached shadow photometrc algnment RANSAC RANdom SAmple Consensus Yale Face Database B RANSAC Object Recognton Based on Photometrc Algnment Usng Random Sample Consensus

More information

3D Rigid Facial Motion Estimation from Disparity Maps

3D Rigid Facial Motion Estimation from Disparity Maps 3D Rgd Facal Moton Estmaton from Dsparty Maps N. Pérez de la Blanca 1, J.M. Fuertes 2, and M. Lucena 2 1 Department of Computer Scence and Artfcal Intellgence ETSII. Unversty of Granada, 1871 Granada,

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

3D vector computer graphics

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

More information

Calibration of an Articulated Camera System

Calibration of an Articulated Camera System Calbraton of an Artculated Camera System CHEN Junzhou and Kn Hong WONG Department of Computer Scence and Engneerng The Chnese Unversty of Hong Kong {jzchen, khwong}@cse.cuhk.edu.hk Abstract Multple Camera

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

More information

Ecient Computation of the Most Probable Motion from Fuzzy. Moshe Ben-Ezra Shmuel Peleg Michael Werman. The Hebrew University of Jerusalem

Ecient Computation of the Most Probable Motion from Fuzzy. Moshe Ben-Ezra Shmuel Peleg Michael Werman. The Hebrew University of Jerusalem Ecent Computaton of the Most Probable Moton from Fuzzy Correspondences Moshe Ben-Ezra Shmuel Peleg Mchael Werman Insttute of Computer Scence The Hebrew Unversty of Jerusalem 91904 Jerusalem, Israel Emal:

More information

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

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

More information

Parallel Numerics. 1 Preconditioning & Iterative Solvers (From 2016)

Parallel Numerics. 1 Preconditioning & Iterative Solvers (From 2016) Technsche Unverstät München WSe 6/7 Insttut für Informatk Prof. Dr. Thomas Huckle Dpl.-Math. Benjamn Uekermann Parallel Numercs Exercse : Prevous Exam Questons Precondtonng & Iteratve Solvers (From 6)

More information

Exterior Orientation using Coplanar Parallel Lines

Exterior Orientation using Coplanar Parallel Lines Exteror Orentaton usng Coplanar Parallel Lnes Frank A. van den Heuvel Department of Geodetc Engneerng Delft Unversty of Technology Thsseweg 11, 69 JA Delft, The Netherlands Emal: F.A.vandenHeuvel@geo.tudelft.nl

More information

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

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

More information

Introduction to Multiview Rank Conditions and their Applications: A Review.

Introduction to Multiview Rank Conditions and their Applications: A Review. Introducton to Multvew Rank Condtons and ther Applcatons: A Revew Jana Košecká Y Ma Department of Computer Scence, George Mason Unversty Electrcal & Computer Engneerng Department, Unversty of Illnos at

More information

TN348: Openlab Module - Colocalization

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

More information

ROBOT KINEMATICS. ME Robotics ME Robotics

ROBOT KINEMATICS. ME Robotics ME Robotics ROBOT KINEMATICS Purpose: The purpose of ths chapter s to ntroduce you to robot knematcs, and the concepts related to both open and closed knematcs chans. Forward knematcs s dstngushed from nverse knematcs.

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

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

More information

Classifying Acoustic Transient Signals Using Artificial Intelligence

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

More information

Collaboratively Regularized Nearest Points for Set Based Recognition

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

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

Geometric Transformations and Multiple Views

Geometric Transformations and Multiple Views CS 2770: Computer Vson Geometrc Transformatons and Multple Vews Prof. Adrana Kovaska Unverst of Pttsburg Februar 8, 208 W multple vews? Structure and dept are nerentl ambguous from sngle vews. Multple

More information

LEAST SQUARES. RANSAC. HOUGH TRANSFORM.

LEAST SQUARES. RANSAC. HOUGH TRANSFORM. LEAS SQUARES. RANSAC. HOUGH RANSFORM. he sldes are from several sources through James Has (Brown); Srnvasa Narasmhan (CMU); Slvo Savarese (U. of Mchgan); Bll Freeman and Antono orralba (MI), ncludng ther

More information

A Range Image Refinement Technique for Multi-view 3D Model Reconstruction

A Range Image Refinement Technique for Multi-view 3D Model Reconstruction A Range Image Refnement Technque for Mult-vew 3D Model Reconstructon Soon-Yong Park and Mural Subbarao Electrcal and Computer Engneerng State Unversty of New York at Stony Brook, USA E-mal: parksy@ece.sunysb.edu

More information

S1 Note. Basis functions.

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

More information

Analysis of Continuous Beams in General

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

More information

STRUCTURE and motion problems form a class of geometric

STRUCTURE and motion problems form a class of geometric IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 30, NO. 9, SEPTEMBER 008 1603 Multple-Vew Geometry under the L 1 -Norm Fredrk Kahl and Rchard Hartley, Senor Member, IEEE Abstract Ths

More information

New Extensions of the 3-Simplex for Exterior Orientation

New Extensions of the 3-Simplex for Exterior Orientation New Extensons of the 3-Smplex for Exteror Orentaton John M. Stenbs Tyrone L. Vncent Wllam A. Hoff Colorado School of Mnes jstenbs@gmal.com tvncent@mnes.edu whoff@mnes.edu Abstract Object pose may be determned

More information

An Image Fusion Approach Based on Segmentation Region

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

More information

Hermite Splines in Lie Groups as Products of Geodesics

Hermite Splines in Lie Groups as Products of Geodesics Hermte Splnes n Le Groups as Products of Geodescs Ethan Eade Updated May 28, 2017 1 Introducton 1.1 Goal Ths document defnes a curve n the Le group G parametrzed by tme and by structural parameters n the

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

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

More information

Multi-view 3D Position Estimation of Sports Players

Multi-view 3D Position Estimation of Sports Players Mult-vew 3D Poston Estmaton of Sports Players Robbe Vos and Wlle Brnk Appled Mathematcs Department of Mathematcal Scences Unversty of Stellenbosch, South Afrca Emal: vosrobbe@gmal.com Abstract The problem

More information

POTENTIAL OF DENSE MATCHING FOR THE GENERATION OF HIGH QUALITY DIGITAL ELEVATION MODELS

POTENTIAL OF DENSE MATCHING FOR THE GENERATION OF HIGH QUALITY DIGITAL ELEVATION MODELS POTENTIAL OF DENSE MATCHING FOR THE GENERATION OF HIGH QUALITY DIGITAL ELEVATION MODELS Mathas Rothermel, Norbert Haala Insttute for Photogrammetry (fp), Unversty of Stuttgart, Geschwster-Scholl-Str. 24D,

More information

METRIC ALIGNMENT OF LASER RANGE SCANS AND CALIBRATED IMAGES USING LINEAR STRUCTURES

METRIC ALIGNMENT OF LASER RANGE SCANS AND CALIBRATED IMAGES USING LINEAR STRUCTURES METRIC ALIGNMENT OF LASER RANGE SCANS AND CALIBRATED IMAGES USING LINEAR STRUCTURES Lorenzo Sorg CIRA the Italan Aerospace Research Centre Computer Vson and Vrtual Realty Lab. Outlne Work goal Work motvaton

More information

GIVEN measurements in 2D images, the goal of geometric

GIVEN measurements in 2D images, the goal of geometric 1834 IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 29, NO. 10, OCTOBER 2007 Quasconvex Optmzaton for Robust Geometrc Reconstructon Qfa Ke, Member, IEEE, and Takeo Kanade, Fellow,

More information

Detection of an Object by using Principal Component Analysis

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

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

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

More information

The Codesign Challenge

The Codesign Challenge ECE 4530 Codesgn Challenge Fall 2007 Hardware/Software Codesgn The Codesgn Challenge Objectves In the codesgn challenge, your task s to accelerate a gven software reference mplementaton as fast as possble.

More information

Covariance-Based Registration

Covariance-Based Registration Covarance-Based Regstraton Charles V. Stewart Dept. of Computer Scence Rensselaer Poly. Inst. Troy, New York 12180 stewart@cs.rp.edu June 24, 2002 1 Introducton The regstraton problem n computer vson s

More information

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

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

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

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

More information

6.1 2D and 3D feature-based alignment 275. similarity. Euclidean

6.1 2D and 3D feature-based alignment 275. similarity. Euclidean 6.1 2D and 3D feature-based algnment 275 y translaton smlarty projectve Eucldean affne x Fgure 6.2 Basc set of 2D planar transformatons Once we have extracted features from mages, the next stage n many

More information

MOTION BLUR ESTIMATION AT CORNERS

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

More information

Two Dimensional Projective Point Matching

Two Dimensional Projective Point Matching Two Dmensonal Projectve Pont Matchng Jason Denton & J. Ross Beverdge Colorado State Unversty Computer Scence Department Ft. Collns, CO 80523 denton@cs.colostate.edu Abstract Pont matchng s the task of

More information

Stitching of off-axis sub-aperture null measurements of an aspheric surface

Stitching of off-axis sub-aperture null measurements of an aspheric surface Sttchng of off-axs sub-aperture null measurements of an aspherc surface Chunyu Zhao* and James H. Burge College of optcal Scences The Unversty of Arzona 1630 E. Unversty Blvd. Tucson, AZ 85721 ABSTRACT

More information

Alignment of Non-Overlapping Sequences

Alignment of Non-Overlapping Sequences Algnment of Non-Overlappng Sequences Yaron Casp Mchal ran Dept. of Computer Scence and Appled Math The Wezmann nsttute of Scence 76100 Rehovot, srael Ths paper shows how two mage sequences that have no

More information