Several algorithms exist to extract edges from point. system. the line is computed using a least squares method.

Size: px
Start display at page:

Download "Several algorithms exist to extract edges from point. system. the line is computed using a least squares method."

Transcription

1 Fast Mapping using the Log-Hough Tansfomation B. Giesle, R. Gaf, R. Dillmann Institute fo Pocess Contol and Robotics (IPR) Univesity of Kalsuhe D-7618 Kalsuhe, Gemany C.F.R. Weiman fomely at HelpMate Robotics, Inc. Shelte Rock Lane Danbuy, CT, 06810, USA Abstact: Envionment mapping is a vey complex pocedue that equies high CPU pefomance. Fo the last few yeas, lase scannes have becomemoe and moe impotant fo mobile obots. Using thei data equies many tansfomations between dieent coodinate systems. This new appoach deals with a mapping within the coodinate system of the scanne, theefoe it is vey fast. The Log-Hough Tansfomation pefoms line nding in scans in a vey ecient way, whichspeedsupmapping. 1 Intoduction Mobile obot navigation depends on the knowledge of the envionment. Theefoe nealy all obots un a mapping task to geneate o impove thei maps. Fo map epesentation, usually the Catesian coodinate system is pefeed because it allows the epesentation of envionment featues independent fom the obot's position. If mapping is done in an indoo envionment (which is assumed fo this aticle), the featues themselves ae most often epesented by line segments. In the last few yeas, vey fast and pecise lase scannes have become the most impotant senso fo mobile obots fo all navigation tasks, such as collision avoidance, position coection and mapping. The last two poblems have to be solved in the Catesian coodinate system of the envionment. This equies a poweful compute, since the data of the scanne is given in pola coodinates and each scan has to be tansfomed. Pesent solutions tansfom evey single point ofthe scan and then extact the edges. The new appoach pesented in this pape deals with edge extaction in the egocentic pola coodinate system of the lase scanne. Theefoe only the detected edges have to be tansfomed, which saves a lot of CPU powe. Conventional line detecton The main poblem of navigation based on lase scanne data is to connect the single points obtained fom the scanne to edges suitable fo use by the obot. Figue 1 shows such a scan. Seveal algoithms exist to extact edges fom point data which has been tansfomed into the Catesian system. Line tacking. This algoithm, as descibed in [8], successively pocesses all points fom the scanned set, geneating a line equation. This equation is iteatively impoved as points ae found to lie on the postulated line. The measuement eo of a point espective to the line is computed using a least squaes method. Then it is tested against a cetain theshold to nd out if the cuently examined point lies on the line. When the eo is geate than the theshold, the line is teminated at that point, and a new line is stated. Figue 1: Single lase scan Iteative endpointt. A line is geneated connecting the st and last point of the set of points. The point with the geatest othogonal distance towads the line is detemined. If the distance is lage than a theshold, the line is split in two, connecting the end-

2 points of the pevious line with the newly found point. The set,too, is split in half at the point's position. This yields two sets and two lines connecting the espective st and last points of the sets. Then the algoithm is ecusively applied to those two set-line pais. This method is also descibed in [8] and [6]. 3 Pogessive line detecting The tansfomation fom the pola into the Catesian coodinate system can be avoided using an algoithm that does not change the type of the coodinate system. 3.1 The Hough Tansfomation This method was poposed in 196 by Paul V.C. Hough[4] to automatically detect the complex tacks of subatomical paticles in photogaphs obtained fom a bubble chambe. The basic idea is to tansfom a single point into the paamete space of the set of innite lines unning though it. This paamete space is called Hough space. In the basic fom pesented hee, the Hough tansfomation detects staight lines only. But as pointed out in [7], the appoach can be genealized to detect abitay pictue elements. The Hough tansfom has been used fo automatic mapping and obot localization in a numbe of pojects, such as [] (to detect edges in occupancy gids obtained fom ultasonic senso output) and [5] (using a ange-weighted vaiant fo lase scanne based localization). In the scanne-centeed pola coodinate system of a lase scan, a line is given by the function d() = cos( ; ) (1) whee is the length of the othogonal fom the coodinate system's oigin to the line, and is its inclination (see gue ). The paamete pai ( ) yields a single point in Hough space. Examining a single point (d1 1) fom the lase scan, the paamete function fo all lines passing though this point can be found by solving equation 1 fo. This yields () =d1 cos(1 ; ) () fo vaiable. Equation is called the Hough Tansfomation of a single point. Thus, the Hough Tansfomation of a line is a point, and the one of a point is a cosine cuve. Setting up the line paamete equation fo a second point (d ), an angle 0 can be detected with (0) =d1 cos(1 ; 0) =d cos( ; 0) (3) The pai ((0) 0) is the paamete pai that species the staight line though (d1 1) and(d ). Its d( α) α φ Figue : A line in pola coodinates with the specifying paametes coesponding point in Hough space can be found by plotting the scaled cosine cuves (obtained fom equation fo (d1 1) and (d )) and detemining thei intesection. Note that the second intesection point ((0 + ) 0 + ) can be ignoed because it yields the same line equation. See gues 3 to 5 fo an illustation. d y α Figue 3: The points p1 =(d1 1) andp =(d ) Using this method, the equation fo the line connecting an abitay numbe of collinea points can be found by tansfoming all the points into Hough space and detemining the positive intesecting point ofthe esulting cosine cuves. If the intesection seach is limited to detect only the intesecting points of moe than a cetain numbe of cuves, the Hough tansfom becomes vey toleant with espect to noise. Unfotunately, in implementation, the Hough tansfom is not only obust and noise-toleant but also faily expensive in tems of memoy and CPU time. The eason fo the memoy disadvantage aises fom the fact that the Hough space has to be discetized in ode to facilitate intesection seach. The eason fo CPU time consumption lies in the need to e-compute the cosine cuve fom equation fo evey single point. α 1 d 1 x

3 y φ 1 ( φ) Figue 4: The paametes of the line sets though p1 and p π 3π/ π π/ 0 φ (φ) 1 (φ) Figue 5: The epesentation of the paamete functions 1() and () in Hough space 3. The Log-Hough Tansfomation x The Log-Hough tansfomation as poposed by Weiman [11] is a modication of the Hough method. It geatly educes both the amount of memoy and the complexity of calculations equied. This is achieved by pefoming all calculations not in a egula pola coodinate system but its logaithmized vaiant. Additionally, the used system is special in tems of being isotopical, i.e. the scale is equal to both axes. The demand fo isotopy stems fom the oigins of the method: It was oiginally developed fo pocessing data obtained fom cameas with exponentially aanged CCD cells (see [10]), whee such a coodinate system facilitates pictue zoom and otation simply by index shift. The scale of the axis is given by the angula esolution of the scanne. Theefoe the tansfomation is chosen such that the scale of the axis is endeed appopiately. This is done by dividing the distance d by the inne measuement limit 0, yielding equation 4 fo the tansfomation into the log-pola coodinate system and equation 5 fo the backwads tansfomation. Note: Fo the pupose of the expeiments conducted, the natual logaithm is used, so the exponentiation in the backwads tansfomation is witten as e x. In pactice, howeve, any base can be used. d log =log( d ; 0 ) (4) 0 d = 0e d log + 0 (5) The application of this tansfomation changes the staight-line paamete equation to log () = log( () 0 ) = log(d) ; log(0) + log(cos( ; )) (6) Fom this equation, it can easily be seen that the point values d and now only act as shifting paametes fo the cuve the geneal shape stays the same, namely that of a logaithmized cosine cuve. Theefoe the implementation only needs to compute and discetize the cuve exactly once. This pefabicated cuve is deposited in a look-up table which is then plotted into Log-Hough space fo each scan point, shifted by the point's paametes. Afte tansfoming an entie scan, the intesection points ae found in Log-Hough space. Fo each intesection, the angula paamete of the esulting line equation can be deived diectly fom the intesection's coodinate. The distance paamete is obtained by tansfoming the log coodinate using equation 5. In implementation (i.e. in a discetized gid with k cells in adial diection), the logaithmic distance coodinate is expessed as d log = n whee is the angula esolution of the scanne and n is the cell numbe that contains the detected intesection. It emains to be noted that the linea discetization of Log-Hough space esults in an exponentially polifeated discetization of eal space. Theefoe, accuacy deceases fom the cente ing (distance 0 fom the scanne) outwad. Howeve, since the aea of geatest inteest is about m in font of the obot, this is not a geat disadvantage, especially when compaed to the ate of data eduction that esults fom the logaithmized as opposed to the standad Hough tansfom. Fo an example, see section Temination Afte all innite lines existent in the scan have been extacted, thei espective stat and end points ae found by again iteating ove the entie scan and testing the distance of each point to each line against a theshold. 3.4 Uncetainty computation To detemine the uncetainty of the edge segments' popeties, st the covaiance matix fo the point

4 ( ) has to be detemined. Unfotunately, thisisnot tivial. Linea egession in the pola coodinate system is unsatisfactoy due to the non-linea elationship of the paametes, and the tansfomation of all geneating points of a segment into the Catesian system would emove all the benets gained by the Log-Hough tansfom. Instead, a simple appoximation is used: The Log- Hough algoithm can be viewed as nding clustes in ( d )-space with d = d ; cos( ; ) and (7) = ; + accos( ): (8) d Now thevaiances of and can be set equal to the vaiances of d and as detemined by nx nx = 1 (d i ; n i=1 cos( i ; ) ; d) (9) = 1 ( i ; accos( )+; ) (10) n d i=1 i whee d = npn 1 i=1 d i and = npn 1 i=1 i. Then the covaiance matix of the point ( ) can be set to 0 ( ) = 0 (11) This is a vey ough estimate that has been chosen puely fo pefomance easons, but it pefoms well in pactice. A dieent appoach would be to calculate the popagation of the single points' covaiances to the covaiances of each of the geneated paamete points. Then, instead of discete Log-Hough lines with height 1, lines made up of the appoximated Gaussian covaiance cuves would be plotted. This would make it possible to obtain the uncetainties of the extacted lines diectly fom Log-Hough space. We ae cuently investigating this appoach to nd an ecient way to implement it. Afte the vaiances of ( )have been found, the point and the line's nomal vecto ae conveted into the Catesian system and thei covaiance matices ae found. This infomation is used to paameteize the edge segment with stat and end points, mid pointand nomal vecto. 4 Mapping Mapping is done in a Catesian coodinate system with (0 0) at the point whee the obot was located when the mapping pocess was stated. Matching of aleadymodeled edges with those fom a lase scan is done using the Mahalanobis distance[8], taking the edge featues' covaiances into account. Afte an edge fom the wold model has been successfully matched with the coesponding edge fom a new lase scan, the modeled edge is ened using a discete-time Kalman lte[9]. Anothe Kalman lte is used to educe the uncetainty in the obot's own dead-eckoning-based position estimation. The esulting mapping algoithm poduces a eliable model of a static envionment. Methods fo eaction to dynamic envionments have not been integated yet, but ae subject to investigation. 5 Expeimental esults This algoithm was tested with two dieent types of lase scannes. Afte a shot desciption of the scanne hadwae, an example is pesented. 5.1 The scanne Figue 6 shows the used scanne models. On the left hand side, the Sick PLS can be seen. This scanne pefoms a time-of-ight measuement with an accuacy of 5.1cm at a distance of up to m and 13.1cm beyond that. Figue 6: The scannes fom Sick and TRC The othe scanne shown is the HelpMate Light- Range. This unit is tted with a lase emitting/detecting device fom Acuity Reseach [1], which emits a squae wave whose pulse width is modulated by the time of ight of the lase beam deected fom a otating mio. This squae wave is sampled by an evaluating unit, tansfoming the pulse width into ange eadings. Accuacy evaluations have shown the LightRange's ange output to have an accuacy of about 6.7cm egadless of distance to the measued object. 5. Edge extaction using the Log- Hough Tansfom In this section, a shot demonstation will be given on the esults obtained using the Log-Hough Tansfomation. On the left side of gue 7, the state of the

5 Log-Hough gid afte tansfoming all the points fom gue 1 is depicted. Figue 8: Edge segments extacted fom gue 1 using the Log-Hough tansfomation. Figue 7: The Log-Hough space and its line maxima fo gue 1 The ight side of gue 7 shows the maxima of the discetized Log-Hough space's lines this plot could be descibed as a \side view" of Log-Hough space. Fist, the peak-seaching algoithm looks fo peaks in this one-dimensional gid to detemine the angula position of the espective peak. Then it nds the adial position by using the same one-dimensional maximum seach on the coesponding line of Log-Hough space. Finally, afte the peaks have been detemined and the coesponding lines have been teminated, the edge segments ae tansfomed into a Catesian coodinate system. This yields the edge segments shown in gue Data eduction To see the facto of data eduction that aises fom using the Log-Hough algoithm as opposed to the standad Hough tansfom, an example shall be given using some standad paametes. Memoy eduction. It is assumed that the aea of inteest stetches fom 0 = 50cm to 1 =1 000cm o 10m in adial diection and encompasses 360 of angula eld of view. The angula esolution of the lase scanne be =1=. Discetization of this aea with a minimum accuacy of 1cm in standad Hough space equies a gid of (1 000 ; 50) = (1) memoy cells. If a cell size of a single byte is used, this gid is pohibitively lage fo manyembedded systems. Examining the gid equied fo a Log-Hough tansfomation with the same paametes, it can be found fom the discetized fom of equation 5 that 1 ; 0 0 = = ek 1 : (13) Theefoe the numbe of ings is k = dlog(19)=0:5 e = 338 if the natual logaithm is used. Multiplied with the numbe of angula wedges, this yields a gid size of = (14) memoy cells, o a data eduction of almost the facto 3. The esolution of this Log-Hough gid computes to d0 = e ; e =0:0088m (15) o about 9mm in the innemost and d1 = e 338 ; e 337 =0:1659m (16) o about 16.6cm in the outemost ing. So the minimum esolution has been etained close to the senso, and in 10m distance the esolution is about 1.3 times the vaiance of the PLS at that ange, o.5 times the vaiance of the LightRange.

6 Calculation eduction. Compaed to the commonly-used algoithms to extact edges, the Log-Hough tansfom saves CPU powe as well. The eot of the line tacking algoithm is O(n). It is slowed down, howeve, by the tansfomation of the lase scanne data into the Catesian coodinate system. The least squaes method is vey expensive also. The iteative endpoint t has the eot O(n log n), and it also equies a coodinate tansfomation. The Log-Hough method as pesented in this pape is an algoithm with eot O(n), but without anycomplex coodinate tansfomations, making it the fastest algoithm available fo the extaction of edges fom lase scanne data. 6 Conclusion and futue wok This new appoach speeds up edge extaction signicantly, especially since it is apt fo ealization in hadwae due to the lack of complex tansfomations equied. It is theefoe ideal fo automated mapping and position coection. Cuently only D-mapping is ealized. Fo the futue, it is planned to integate some kind of thee-dimensional senso into the system, extending the Log-Hough method to fully encompass theedimensional space. The senso used fo this will pobably be a Donie EBK lase scanne. Anothe eld of inteest with this algoithm will be position coection. This can be achieved quite easily by detecting pincipal peaks in Log-Hough space and tacking thei oset ove seveal scans. ACKNOWLEDGMENTS Many thanks ae due to HelpMate Robotics Inc. in Danbuy, CT, USA, whee much of the wok fo this pape was conducted, and to the company's founde Joseph Engelbege, who oeed us that possibility. We ae especially indebted to Cal Weiman, Ph.D., who invented the Log-Hough tansfomation with the aid of NASA and NSF funding [3][11], and who supevised the wok at HelpMate Robotics. Without his help, this wok would not have been possible. The nal pats of the wok wee pefomed at the Institute fo Pocess Contol and Robotics (IPR), Pof. D.-Ing. U. Rembold, Pof. D.-Ing. H. Won, Pof. D.-Ing. R. Dillmann, Faculty fo Compute Science, Univesity of Kalsuhe. Refeences [1] Inc. Acuity Reseach. AccuRange 3000-lv and AccuRange 3000-li Use's Manual. Technical epot, Publication of Acuity Reseach, Inc., Menlo Pak, CA, USA, Aug [] J. L. Cowley B. Schiele. A compaison of position estimation techniques using occupancy gids. In Robotics and Autonomous Systems, volume 1, pages 163{17, [3] S.J. King C.F.R. Weiman. Log Hough Tansfom Featue Detecto, Phase I SBIR Final Repot, NASA Contact No. NAS Technical epot, HelpMate Robotics Inc., [4] Paul V.C. Hough. Method and Means fo Recognizing Complex Pattens, U.S. Patent No. 3,069,654. Technical epot, HelpMate Robotics Inc., Dez 196. [5] A. Wenesson: J. Fosbeg, U. Lasson. Mobile Robot Navigation Using the Range-Weighted Hough Tansfom. In IEEE Robotics & Automation Magazine, Ma [6] Weckesse P. and Dillmann R. Senso-fusion of intensity- and laseange-images. In Poceedings of IEEE Intenational Confeence on Multisenso Fusion and Integation fo Intelligent Systems, pages 501{508. Washington, USA, [7] P.E. Hat R.O. Duda. Use of the Hough Tansfomation to Detect Lines and Cuves in Pictues. In Communications of the ACM,volume 15, pages 199{18, 197. [8] P.E. Hat R.O. Duda. Patten Classication and Scene Analysis. John Wiley and Sons, [9] Geoge M. Siouis. An Engineeing Appoach to Optimal Contol and Estimation Theoy. J.Wiley & Sons, [10] Cal F.R. Weiman. Exponential Senso Aay Geomety and Simulation. In Poc. of the SPIE Conf. on Digital and Optical Shape Repesentation and Patten Recognition, Ap [11] C.F.R. Weiman. Application of Log-Hough Tansfom to Lida Navigation, Phase I SBIR Final Repot, NSF Awad No. III Technical epot, HelpMate Robotics Inc., 1994.

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012 2011, Scienceline Publication www.science-line.com Jounal of Wold s Electical Engineeing and Technology J. Wold. Elect. Eng. Tech. 1(1): 12-16, 2012 JWEET An Efficient Algoithm fo Lip Segmentation in Colo

More information

Positioning of a robot based on binocular vision for hand / foot fusion Long Han

Positioning of a robot based on binocular vision for hand / foot fusion Long Han 2nd Intenational Confeence on Advances in Mechanical Engineeing and Industial Infomatics (AMEII 26) Positioning of a obot based on binocula vision fo hand / foot fusion Long Han Compute Science and Technology,

More information

A modal estimation based multitype sensor placement method

A modal estimation based multitype sensor placement method A modal estimation based multitype senso placement method *Xue-Yang Pei 1), Ting-Hua Yi 2) and Hong-Nan Li 3) 1),)2),3) School of Civil Engineeing, Dalian Univesity of Technology, Dalian 116023, China;

More information

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension 17th Wold Confeence on Nondestuctive Testing, 25-28 Oct 2008, Shanghai, China Segmentation of Casting Defects in X-Ray Images Based on Factal Dimension Jue WANG 1, Xiaoqin HOU 2, Yufang CAI 3 ICT Reseach

More information

Controlled Information Maximization for SOM Knowledge Induced Learning

Controlled Information Maximization for SOM Knowledge Induced Learning 3 Int'l Conf. Atificial Intelligence ICAI'5 Contolled Infomation Maximization fo SOM Knowledge Induced Leaning Ryotao Kamimua IT Education Cente and Gaduate School of Science and Technology, Tokai Univeisity

More information

Optical Flow for Large Motion Using Gradient Technique

Optical Flow for Large Motion Using Gradient Technique SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 3, No. 1, June 2006, 103-113 Optical Flow fo Lage Motion Using Gadient Technique Md. Moshaof Hossain Sake 1, Kamal Bechkoum 2, K.K. Islam 1 Abstact: In this

More information

An Unsupervised Segmentation Framework For Texture Image Queries

An Unsupervised Segmentation Framework For Texture Image Queries An Unsupevised Segmentation Famewok Fo Textue Image Queies Shu-Ching Chen Distibuted Multimedia Infomation System Laboatoy School of Compute Science Floida Intenational Univesity Miami, FL 33199, USA chens@cs.fiu.edu

More information

Illumination methods for optical wear detection

Illumination methods for optical wear detection Illumination methods fo optical wea detection 1 J. Zhang, 2 P.P.L.Regtien 1 VIMEC Applied Vision Technology, Coy 43, 5653 LC Eindhoven, The Nethelands Email: jianbo.zhang@gmail.com 2 Faculty Electical

More information

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor Obstacle Avoidance of Autonomous Mobile Robot using Steeo Vision Senso Masako Kumano Akihisa Ohya Shin ichi Yuta Intelligent Robot Laboatoy Univesity of Tsukuba, Ibaaki, 35-8573 Japan E-mail: {masako,

More information

A New and Efficient 2D Collision Detection Method Based on Contact Theory Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai MIAO, Jian XUE

A New and Efficient 2D Collision Detection Method Based on Contact Theory Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai MIAO, Jian XUE 5th Intenational Confeence on Advanced Mateials and Compute Science (ICAMCS 2016) A New and Efficient 2D Collision Detection Method Based on Contact Theoy Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai

More information

Fifth Wheel Modelling and Testing

Fifth Wheel Modelling and Testing Fifth heel Modelling and Testing en Masoy Mechanical Engineeing Depatment Floida Atlantic Univesity Boca aton, FL 4 Lois Malaptias IFMA Institut Fancais De Mechanique Advancee ampus De lemont Feand Les

More information

IP Network Design by Modified Branch Exchange Method

IP Network Design by Modified Branch Exchange Method Received: June 7, 207 98 IP Netwok Design by Modified Banch Method Kaiat Jaoenat Natchamol Sichumoenattana 2* Faculty of Engineeing at Kamphaeng Saen, Kasetsat Univesity, Thailand 2 Faculty of Management

More information

Detection and Recognition of Alert Traffic Signs

Detection and Recognition of Alert Traffic Signs Detection and Recognition of Alet Taffic Signs Chia-Hsiung Chen, Macus Chen, and Tianshi Gao 1 Stanfod Univesity Stanfod, CA 9305 {echchen, macuscc, tianshig}@stanfod.edu Abstact Taffic signs povide dives

More information

3D inspection system for manufactured machine parts

3D inspection system for manufactured machine parts 3D inspection system fo manufactued machine pats D. Gacía a*, J. M. Sebastián a*, F. M. Sánchez a*, L. M. Jiménez b*, J. M. González a* a Dept. of System Engineeing and Automatic Contol. Polytechnic Univesity

More information

Prof. Feng Liu. Fall /17/2016

Prof. Feng Liu. Fall /17/2016 Pof. Feng Liu Fall 26 http://www.cs.pdx.edu/~fliu/couses/cs447/ /7/26 Last time Compositing NPR 3D Gaphics Toolkits Tansfomations 2 Today 3D Tansfomations The Viewing Pipeline Mid-tem: in class, Nov. 2

More information

Color Correction Using 3D Multiview Geometry

Color Correction Using 3D Multiview Geometry Colo Coection Using 3D Multiview Geomety Dong-Won Shin and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 13 Cheomdan-gwagio, Buk-ku, Gwangju 500-71, Republic of Koea ABSTRACT Recently,

More information

Transmission Lines Modeling Based on Vector Fitting Algorithm and RLC Active/Passive Filter Design

Transmission Lines Modeling Based on Vector Fitting Algorithm and RLC Active/Passive Filter Design Tansmission Lines Modeling Based on Vecto Fitting Algoithm and RLC Active/Passive Filte Design Ahmed Qasim Tuki a,*, Nashien Fazilah Mailah b, Mohammad Lutfi Othman c, Ahmad H. Saby d Cente fo Advanced

More information

Conservation Law of Centrifugal Force and Mechanism of Energy Transfer Caused in Turbomachinery

Conservation Law of Centrifugal Force and Mechanism of Energy Transfer Caused in Turbomachinery Poceedings of the 4th WSEAS Intenational Confeence on luid Mechanics and Aeodynamics, Elounda, Geece, August 1-3, 006 (pp337-34) Consevation Law of Centifugal oce and Mechanism of Enegy Tansfe Caused in

More information

3D Reconstruction from 360 x 360 Mosaics 1

3D Reconstruction from 360 x 360 Mosaics 1 CENTER FOR MACHINE PERCEPTION 3D Reconstuction fom 36 x 36 Mosaics CZECH TECHNICAL UNIVERSITY {bakstein, pajdla}@cmp.felk.cvut.cz REPRINT Hynek Bakstein and Tomáš Pajdla, 3D Reconstuction fom 36 x 36 Mosaics,

More information

University of Alberta, range data with the aid of an o-the-shelf video-camera.

University of Alberta, range data with the aid of an o-the-shelf video-camera. Single Camea Steeo fo Mobile Robot Wold Exploation Dmity O. Goodnichy and William W. Amstong Depatment of Computing Science, Univesity of Albeta, Edmonton, Albeta, Canada T6G 2H1 fdmiti,amsg@cs.ualbeta.ca

More information

(a, b) x y r. For this problem, is a point in the - coordinate plane and is a positive number.

(a, b) x y r. For this problem, is a point in the - coordinate plane and is a positive number. Illustative G-C Simila cicles Alignments to Content Standads: G-C.A. Task (a, b) x y Fo this poblem, is a point in the - coodinate plane and is a positive numbe. a. Using a tanslation and a dilation, show

More information

Image Enhancement in the Spatial Domain. Spatial Domain

Image Enhancement in the Spatial Domain. Spatial Domain 8-- Spatial Domain Image Enhancement in the Spatial Domain What is spatial domain The space whee all pixels fom an image In spatial domain we can epesent an image by f( whee x and y ae coodinates along

More information

ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM

ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM Luna M. Rodiguez*, Sue Ellen Haupt, and Geoge S. Young Depatment of Meteoology and Applied Reseach Laboatoy The Pennsylvania State Univesity,

More information

POMDP: Introduction to Partially Observable Markov Decision Processes Hossein Kamalzadeh, Michael Hahsler

POMDP: Introduction to Partially Observable Markov Decision Processes Hossein Kamalzadeh, Michael Hahsler POMDP: Intoduction to Patially Obsevable Makov Decision Pocesses Hossein Kamalzadeh, Michael Hahsle 2019-01-02 The R package pomdp povides an inteface to pomdp-solve, a solve (witten in C) fo Patially

More information

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation A Minutiae-based Fingepint Matching Algoithm Using Phase Coelation Autho Chen, Weiping, Gao, Yongsheng Published 2007 Confeence Title Digital Image Computing: Techniques and Applications DOI https://doi.og/10.1109/dicta.2007.4426801

More information

A Memory Efficient Array Architecture for Real-Time Motion Estimation

A Memory Efficient Array Architecture for Real-Time Motion Estimation A Memoy Efficient Aay Achitectue fo Real-Time Motion Estimation Vasily G. Moshnyaga and Keikichi Tamau Depatment of Electonics & Communication, Kyoto Univesity Sakyo-ku, Yoshida-Honmachi, Kyoto 66-1, JAPAN

More information

Adaptation of Motion Capture Data of Human Arms to a Humanoid Robot Using Optimization

Adaptation of Motion Capture Data of Human Arms to a Humanoid Robot Using Optimization ICCAS25 June 2-5, KINTEX, Gyeonggi-Do, Koea Adaptation of Motion Captue Data of Human Ams to a Humanoid Robot Using Optimization ChangHwan Kim and Doik Kim Intelligent Robotics Reseach Cente, Koea Institute

More information

CSE 165: 3D User Interaction

CSE 165: 3D User Interaction CSE 165: 3D Use Inteaction Lectue #6: Selection Instucto: Jugen Schulze, Ph.D. 2 Announcements Homewok Assignment #2 Due Fiday, Januay 23 d at 1:00pm 3 4 Selection and Manipulation 5 Why ae Selection and

More information

QUANTITATIVE MEASURES FOR THE EVALUATION OF CAMERA STABILITY

QUANTITATIVE MEASURES FOR THE EVALUATION OF CAMERA STABILITY QUNTTTVE MESURES FR THE EVLUTN F CMER STBLTY. F. Habib a,. M. Pullivelli a, M. Mogan a a Depatment of Geomatics Engineeing, Univesity of Calgay 2500 Univesity Dive N.W, Calgay B T2N 1N4 Canada Email -

More information

AUTOMATED LOCATION OF ICE REGIONS IN RADARSAT SAR IMAGERY

AUTOMATED LOCATION OF ICE REGIONS IN RADARSAT SAR IMAGERY AUTOMATED LOCATION OF ICE REGIONS IN RADARSAT SAR IMAGERY Chistophe Waceman (1), William G. Pichel (2), Pablo Clement-Colón (2) (1) Geneal Dynamics Advanced Infomation Systems, P.O. Box 134008 Ann Abo

More information

Introduction to Medical Imaging. Cone-Beam CT. Introduction. Available cone-beam reconstruction methods: Our discussion:

Introduction to Medical Imaging. Cone-Beam CT. Introduction. Available cone-beam reconstruction methods: Our discussion: Intoduction Intoduction to Medical Imaging Cone-Beam CT Klaus Muelle Available cone-beam econstuction methods: exact appoximate Ou discussion: exact (now) appoximate (next) The Radon tansfom and its invese

More information

A Two-stage and Parameter-free Binarization Method for Degraded Document Images

A Two-stage and Parameter-free Binarization Method for Degraded Document Images A Two-stage and Paamete-fee Binaization Method fo Degaded Document Images Yung-Hsiang Chiu 1, Kuo-Liang Chung 1, Yong-Huai Huang 2, Wei-Ning Yang 3, Chi-Huang Liao 4 1 Depatment of Compute Science and

More information

Lecture # 04. Image Enhancement in Spatial Domain

Lecture # 04. Image Enhancement in Spatial Domain Digital Image Pocessing CP-7008 Lectue # 04 Image Enhancement in Spatial Domain Fall 2011 2 domains Spatial Domain : (image plane) Techniques ae based on diect manipulation of pixels in an image Fequency

More information

EYE DIRECTION BY STEREO IMAGE PROCESSING USING CORNEAL REFLECTION ON AN IRIS

EYE DIRECTION BY STEREO IMAGE PROCESSING USING CORNEAL REFLECTION ON AN IRIS EYE DIRECTION BY STEREO IMAGE PROCESSING USING CORNEAL REFLECTION ON AN IRIS Kumiko Tsuji Fukuoka Medical technology Teikyo Univesity 4-3-14 Shin-Katsutachi-Machi Ohmuta Fukuoka 836 Japan email: c746g@wisdomcckyushu-uacjp

More information

Point-Biserial Correlation Analysis of Fuzzy Attributes

Point-Biserial Correlation Analysis of Fuzzy Attributes Appl Math Inf Sci 6 No S pp 439S-444S (0 Applied Mathematics & Infomation Sciences An Intenational Jounal @ 0 NSP Natual Sciences Publishing o Point-iseial oelation Analysis of Fuzzy Attibutes Hao-En hueh

More information

All lengths in meters. E = = 7800 kg/m 3

All lengths in meters. E = = 7800 kg/m 3 Poblem desciption In this poblem, we apply the component mode synthesis (CMS) technique to a simple beam model. 2 0.02 0.02 All lengths in metes. E = 2.07 10 11 N/m 2 = 7800 kg/m 3 The beam is a fee-fee

More information

Topic -3 Image Enhancement

Topic -3 Image Enhancement Topic -3 Image Enhancement (Pat 1) DIP: Details Digital Image Pocessing Digital Image Chaacteistics Spatial Spectal Gay-level Histogam DFT DCT Pe-Pocessing Enhancement Restoation Point Pocessing Masking

More information

Towards Adaptive Information Merging Using Selected XML Fragments

Towards Adaptive Information Merging Using Selected XML Fragments Towads Adaptive Infomation Meging Using Selected XML Fagments Ho-Lam Lau and Wilfed Ng Depatment of Compute Science and Engineeing, The Hong Kong Univesity of Science and Technology, Hong Kong {lauhl,

More information

A ROI Focusing Mechanism for Digital Cameras

A ROI Focusing Mechanism for Digital Cameras A ROI Focusing Mechanism fo Digital Cameas Chu-Hui Lee, Meng-Feng Lin, Chun-Ming Huang, and Chun-Wei Hsu Abstact With the development and application of digital technologies, the digital camea is moe popula

More information

Haptic Glove. Chan-Su Lee. Abstract. This is a final report for the DIMACS grant of student-initiated project. I implemented Boundary

Haptic Glove. Chan-Su Lee. Abstract. This is a final report for the DIMACS grant of student-initiated project. I implemented Boundary Physically Accuate Haptic Rendeing of Elastic Object fo a Haptic Glove Chan-Su Lee Abstact This is a final epot fo the DIMACS gant of student-initiated poject. I implemented Bounday Element Method(BEM)

More information

Kalman filter correction with rational non-linear functions: Application to Visual-SLAM

Kalman filter correction with rational non-linear functions: Application to Visual-SLAM 1 Kalman filte coection with ational non-linea functions: Application to Visual-SLAM Thomas Féaud, Roland Chapuis, Romuald Aufèe and Paul Checchin Clemont Univesité, Univesité Blaise Pascal, LASMEA UMR

More information

Monte Carlo Simulation for the ECAT HRRT using GATE

Monte Carlo Simulation for the ECAT HRRT using GATE Monte Calo Simulation fo the ECAT HRRT using GATE F. Bataille, C. Comtat, Membe, IEEE, S. Jan, and R. Tébossen Abstact The ECAT HRRT (High Resolution Reseach Tomogaph, CPS Innovations, Knoxville, TN, U.S.A.)

More information

Shortest Paths for a Two-Robot Rendez-Vous

Shortest Paths for a Two-Robot Rendez-Vous Shotest Paths fo a Two-Robot Rendez-Vous Eik L Wyntes Joseph S B Mitchell y Abstact In this pape, we conside an optimal motion planning poblem fo a pai of point obots in a plana envionment with polygonal

More information

2. PROPELLER GEOMETRY

2. PROPELLER GEOMETRY a) Fames of Refeence 2. PROPELLER GEOMETRY 10 th Intenational Towing Tank Committee (ITTC) initiated the pepaation of a dictionay and nomenclatue of ship hydodynamic tems and this wok was completed in

More information

A Novel Automatic White Balance Method For Digital Still Cameras

A Novel Automatic White Balance Method For Digital Still Cameras A Novel Automatic White Balance Method Fo Digital Still Cameas Ching-Chih Weng 1, Home Chen 1,2, and Chiou-Shann Fuh 3 Depatment of Electical Engineeing, 2 3 Gaduate Institute of Communication Engineeing

More information

Accurate Diffraction Efficiency Control for Multiplexed Volume Holographic Gratings. Xuliang Han, Gicherl Kim, and Ray T. Chen

Accurate Diffraction Efficiency Control for Multiplexed Volume Holographic Gratings. Xuliang Han, Gicherl Kim, and Ray T. Chen Accuate Diffaction Efficiency Contol fo Multiplexed Volume Hologaphic Gatings Xuliang Han, Gichel Kim, and Ray T. Chen Micoelectonic Reseach Cente Depatment of Electical and Compute Engineeing Univesity

More information

Input Layer f = 2 f = 0 f = f = 3 1,16 1,1 1,2 1,3 2, ,2 3,3 3,16. f = 1. f = Output Layer

Input Layer f = 2 f = 0 f = f = 3 1,16 1,1 1,2 1,3 2, ,2 3,3 3,16. f = 1. f = Output Layer Using the Gow-And-Pune Netwok to Solve Poblems of Lage Dimensionality B.J. Biedis and T.D. Gedeon School of Compute Science & Engineeing The Univesity of New South Wales Sydney NSW 2052 AUSTRALIA bbiedis@cse.unsw.edu.au

More information

Spiral Recognition Methodology and Its Application for Recognition of Chinese Bank Checks

Spiral Recognition Methodology and Its Application for Recognition of Chinese Bank Checks Spial Recognition Methodology and Its Application fo Recognition of Chinese Bank Checks Hanshen Tang 1, Emmanuel Augustin 2, Ching Y. Suen 1, Olivie Baet 2, Mohamed Cheiet 3 1 Cente fo Patten Recognition

More information

Assessment of Track Sequence Optimization based on Recorded Field Operations

Assessment of Track Sequence Optimization based on Recorded Field Operations Assessment of Tack Sequence Optimization based on Recoded Field Opeations Matin A. F. Jensen 1,2,*, Claus G. Søensen 1, Dionysis Bochtis 1 1 Aahus Univesity, Faculty of Science and Technology, Depatment

More information

Fast quality-guided flood-fill phase unwrapping algorithm for three-dimensional fringe pattern profilometry

Fast quality-guided flood-fill phase unwrapping algorithm for three-dimensional fringe pattern profilometry Univesity of Wollongong Reseach Online Faculty of Infomatics - Papes (Achive) Faculty of Engineeing and Infomation Sciences 2010 Fast quality-guided flood-fill phase unwapping algoithm fo thee-dimensional

More information

Cellular Neural Network Based PTV

Cellular Neural Network Based PTV 3th Int Symp on Applications of Lase Techniques to Fluid Mechanics Lisbon, Potugal, 6-9 June, 006 Cellula Neual Netwok Based PT Kazuo Ohmi, Achyut Sapkota : Depatment of Infomation Systems Engineeing,

More information

MULTI-TEMPORAL AND MULTI-SENSOR IMAGE MATCHING BASED ON LOCAL FREQUENCY INFORMATION

MULTI-TEMPORAL AND MULTI-SENSOR IMAGE MATCHING BASED ON LOCAL FREQUENCY INFORMATION Intenational Achives of the Photogammety Remote Sensing and Spatial Infomation Sciences Volume XXXIX-B3 2012 XXII ISPRS Congess 25 August 01 Septembe 2012 Melboune Austalia MULTI-TEMPORAL AND MULTI-SENSOR

More information

Topological Characteristic of Wireless Network

Topological Characteristic of Wireless Network Topological Chaacteistic of Wieless Netwok Its Application to Node Placement Algoithm Husnu Sane Naman 1 Outline Backgound Motivation Papes and Contibutions Fist Pape Second Pape Thid Pape Futue Woks Refeences

More information

Comparisons of Transient Analytical Methods for Determining Hydraulic Conductivity Using Disc Permeameters

Comparisons of Transient Analytical Methods for Determining Hydraulic Conductivity Using Disc Permeameters Compaisons of Tansient Analytical Methods fo Detemining Hydaulic Conductivity Using Disc Pemeametes 1,,3 Cook, F.J. 1 CSRO Land and Wate, ndoooopilly, Queensland The Univesity of Queensland, St Lucia,

More information

Cardiac C-Arm CT. SNR Enhancement by Combining Multiple Retrospectively Motion Corrected FDK-Like Reconstructions

Cardiac C-Arm CT. SNR Enhancement by Combining Multiple Retrospectively Motion Corrected FDK-Like Reconstructions Cadiac C-Am CT SNR Enhancement by Combining Multiple Retospectively Motion Coected FDK-Like Reconstuctions M. Pümme 1, L. Wigstöm 2,3, R. Fahig 2, G. Lauitsch 4, J. Honegge 1 1 Institute of Patten Recognition,

More information

vaiation than the fome. Howeve, these methods also beak down as shadowing becomes vey signicant. As we will see, the pesented algoithm based on the il

vaiation than the fome. Howeve, these methods also beak down as shadowing becomes vey signicant. As we will see, the pesented algoithm based on the il IEEE Conf. on Compute Vision and Patten Recognition, 1998. To appea. Illumination Cones fo Recognition Unde Vaiable Lighting: Faces Athinodoos S. Geoghiades David J. Kiegman Pete N. Belhumeu Cente fo Computational

More information

Augmented Reality. Integrating Computer Graphics with Computer Vision Mihran Tuceryan. August 16, 1998 ICPR 98 1

Augmented Reality. Integrating Computer Graphics with Computer Vision Mihran Tuceryan. August 16, 1998 ICPR 98 1 Augmented Reality Integating Compute Gaphics with Compute Vision Mihan Tuceyan August 6, 998 ICPR 98 Definition XCombines eal and vitual wolds and objects XIt is inteactive and eal-time XThe inteaction

More information

ISyE 4256 Industrial Robotic Applications

ISyE 4256 Industrial Robotic Applications ISyE 456 Industial Robotic Applications Quiz # Oct. 9, 998 Name This is a closed book, closed notes exam. Show wok fo poblem questions ) ( pts) Please cicle one choice fo each item. a) In an application,

More information

A Novel Image-Based Rendering System With A Longitudinally Aligned Camera Array

A Novel Image-Based Rendering System With A Longitudinally Aligned Camera Array EUOGAPHICS 2 / A. de Sousa, J.C. Toes Shot Pesentations A Novel Image-Based endeing System With A Longitudinally Aligned Camea Aay Jiang Li, Kun Zhou, Yong Wang and Heung-Yeung Shum Micosoft eseach, China

More information

Elliptic Generation Systems

Elliptic Generation Systems 4 Elliptic Geneation Systems Stefan P. Spekeijse 4.1 Intoduction 4.1 Intoduction 4.2 Two-Dimensional Gid Geneation Hamonic Maps, Gid Contol Maps, and Poisson Systems Discetization and Solution Method Constuction

More information

A New Finite Word-length Optimization Method Design for LDPC Decoder

A New Finite Word-length Optimization Method Design for LDPC Decoder A New Finite Wod-length Optimization Method Design fo LDPC Decode Jinlei Chen, Yan Zhang and Xu Wang Key Laboatoy of Netwok Oiented Intelligent Computation Shenzhen Gaduate School, Habin Institute of Technology

More information

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES Svetlana Avetisyan Mikayel Samvelyan* Matun Kaapetyan Yeevan State Univesity Abstact In this pape, the class

More information

On Error Estimation in Runge-Kutta Methods

On Error Estimation in Runge-Kutta Methods Leonado Jounal of Sciences ISSN 1583-0233 Issue 18, Januay-June 2011 p. 1-10 On Eo Estimation in Runge-Kutta Methods Ochoche ABRAHAM 1,*, Gbolahan BOLARIN 2 1 Depatment of Infomation Technology, 2 Depatment

More information

Module 6 STILL IMAGE COMPRESSION STANDARDS

Module 6 STILL IMAGE COMPRESSION STANDARDS Module 6 STILL IMAE COMPRESSION STANDARDS Lesson 17 JPE-2000 Achitectue and Featues Instuctional Objectives At the end of this lesson, the students should be able to: 1. State the shotcomings of JPE standad.

More information

Mono Vision Based Construction of Elevation Maps in Indoor Environments

Mono Vision Based Construction of Elevation Maps in Indoor Environments 8th WSEAS Intenational onfeence on SIGNAL PROESSING, OMPUTATIONAL GEOMETRY and ARTIFIIAL VISION (ISGAV 08) Rhodes, Geece, August 0-, 008 Mono Vision Based onstuction of Elevation Maps in Indoo Envionments

More information

= dv 3V (r + a 1) 3 r 3 f(r) = 1. = ( (r + r 2

= dv 3V (r + a 1) 3 r 3 f(r) = 1. = ( (r + r 2 Random Waypoint Model in n-dimensional Space Esa Hyytiä and Joma Vitamo Netwoking Laboatoy, Helsinki Univesity of Technology, Finland Abstact The andom waypoint model (RWP) is one of the most widely used

More information

Heterogeneous Isotropic BRDFs. Homogeneous BRDF. Spatially Varying BRDF. Approaches - Sampling. Approaches - Illumination

Heterogeneous Isotropic BRDFs. Homogeneous BRDF. Spatially Varying BRDF. Approaches - Sampling. Approaches - Illumination Couse 0 Realistic Mateials in Compute Gaphics Heteogeneous Isotopic s Henik P.A. Lensch Stanfo Univesity Homogeneous Spatially Vaying Appoaches - Sampling Appoaches - Illumination ense sampling fo each

More information

A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Personification by Boulic, Thalmann and Thalmann.

A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Personification by Boulic, Thalmann and Thalmann. A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Pesonification by Boulic, Thalmann and Thalmann. Mashall Badley National Cente fo Physical Acoustics Univesity of

More information

Lecture 27: Voronoi Diagrams

Lecture 27: Voronoi Diagrams We say that two points u, v Y ae in the same connected component of Y if thee is a path in R N fom u to v such that all the points along the path ae in the set Y. (Thee ae two connected components in the

More information

Title. Author(s)NOMURA, K.; MOROOKA, S. Issue Date Doc URL. Type. Note. File Information

Title. Author(s)NOMURA, K.; MOROOKA, S. Issue Date Doc URL. Type. Note. File Information Title CALCULATION FORMULA FOR A MAXIMUM BENDING MOMENT AND THE TRIANGULAR SLAB WITH CONSIDERING EFFECT OF SUPPO UNIFORM LOAD Autho(s)NOMURA, K.; MOROOKA, S. Issue Date 2013-09-11 Doc URL http://hdl.handle.net/2115/54220

More information

Space-variant image sampling for foveation

Space-variant image sampling for foveation Space-vaiant image sampling fo foveation Paul Fitzpatick Machine Vision (6.866) Tem Pape MIT ID 984985527 paulfitz@ai.mit.edu Abstact In active vision applications, thee can be a conflicting need fo both

More information

Survey of Various Image Enhancement Techniques in Spatial Domain Using MATLAB

Survey of Various Image Enhancement Techniques in Spatial Domain Using MATLAB Suvey of Vaious Image Enhancement Techniques in Spatial Domain Using MATLAB Shailenda Singh Negi M.Tech Schola G. B. Pant Engineeing College, Paui Gahwal Uttaahand, India- 46194 ABSTRACT Image Enhancement

More information

Monte Carlo Techniques for Rendering

Monte Carlo Techniques for Rendering Monte Calo Techniques fo Rendeing CS 517 Fall 2002 Compute Science Conell Univesity Announcements No ectue on Thusday Instead, attend Steven Gotle, Havad Upson Hall B17, 4:15-5:15 (efeshments ealie) Geomety

More information

Modeling spatially-correlated data of sensor networks with irregular topologies

Modeling spatially-correlated data of sensor networks with irregular topologies This full text pape was pee eviewed at the diection of IEEE Communications Society subject matte expets fo publication in the IEEE SECON 25 poceedings Modeling spatially-coelated data of senso netwoks

More information

Any modern computer system will incorporate (at least) two levels of storage:

Any modern computer system will incorporate (at least) two levels of storage: 1 Any moden compute system will incopoate (at least) two levels of stoage: pimay stoage: andom access memoy (RAM) typical capacity 32MB to 1GB cost pe MB $3. typical access time 5ns to 6ns bust tansfe

More information

Frequency Domain Approach for Face Recognition Using Optical Vanderlugt Filters

Frequency Domain Approach for Face Recognition Using Optical Vanderlugt Filters Optics and Photonics Jounal, 016, 6, 94-100 Published Online August 016 in SciRes. http://www.scip.og/jounal/opj http://dx.doi.og/10.436/opj.016.68b016 Fequency Domain Appoach fo Face Recognition Using

More information

LIDAR SYSTEM CALIBRATION USING OVERLAPPING STRIPS

LIDAR SYSTEM CALIBRATION USING OVERLAPPING STRIPS LIDR SYSTEM CLIRTION USIN OVERLPPIN STRIPS Calibação do sistema LiDR utilizando faias sobepostas KI IN N 1 YMN F. HI 1 MURICIO MÜLLER 2 1 Dept. of eomatics Engineeing, Univesity of Calgay, 25 Univesity

More information

17/5/2009. Introduction

17/5/2009. Introduction 7/5/9 Steeo Imaging Intoduction Eample of Human Vision Peception of Depth fom Left and ight eye images Diffeence in elative position of object in left and ight eyes. Depth infomation in the views?? 7/5/9

More information

DEVELOPMENT OF A PROCEDURE FOR VERTICAL STRUCTURE ANALYSIS AND 3D-SINGLE TREE EXTRACTION WITHIN FORESTS BASED ON LIDAR POINT CLOUD

DEVELOPMENT OF A PROCEDURE FOR VERTICAL STRUCTURE ANALYSIS AND 3D-SINGLE TREE EXTRACTION WITHIN FORESTS BASED ON LIDAR POINT CLOUD IAPRS Volume XXXVI, Pat 3 / W52, 27 DEVELOPMENT OF A PROCEDURE FOR VERTICAL STRUCTURE ANALYSIS AND 3D-SINGLE TREE EXTRACTION WITHIN FORESTS BASED ON LIDAR POINT CLOUD Yunsheng Wang a,*, Holge Weinacke

More information

A NOVEL VOLUME CT WITH X-RAY ON A TROUGH-LIKE SURFACE AND POINT DETECTORS ON CIRCLE-PLUS-ARC CURVE

A NOVEL VOLUME CT WITH X-RAY ON A TROUGH-LIKE SURFACE AND POINT DETECTORS ON CIRCLE-PLUS-ARC CURVE A NOVEL VOLUME CT WITH X-RAY ON A TROUGH-LIKE SURFACE AND POINT DETECTORS ON CIRCLE-PLUS-ARC CURVE H Xu, and TG Zhuang Depatment of Biomedical Engineeing, Shanghai Jiaotong Univesity, Shanghai, P R China

More information

Massachusetts Institute of Technology Department of Mechanical Engineering

Massachusetts Institute of Technology Department of Mechanical Engineering cm cm Poblem Massachusetts Institute of echnolog Depatment of Mechanical Engineeing. Intoduction to obotics Sample Poblems and Solutions fo the Mid-em Exam Figue shows a obotic vehicle having two poweed

More information

PROBABILITY-BASED OPTIMAL PATH PLANNING FOR TWO-WHEELED MOBILE ROBOTS

PROBABILITY-BASED OPTIMAL PATH PLANNING FOR TWO-WHEELED MOBILE ROBOTS Poceedings of the ASME 215 Dynamic Systems and Contol Confeence DSCC215 Octobe 28-3, 215, Columbus, Ohio, USA DSCC215-999 PROBABILITY-BASED OPTIMAL PATH PLANNING FOR TWO-WHEELED MOBILE ROBOTS Jaeyeon Lee

More information

An Extension to the Local Binary Patterns for Image Retrieval

An Extension to the Local Binary Patterns for Image Retrieval , pp.81-85 http://x.oi.og/10.14257/astl.2014.45.16 An Extension to the Local Binay Pattens fo Image Retieval Zhize Wu, Yu Xia, Shouhong Wan School of Compute Science an Technology, Univesity of Science

More information

Detection and tracking of ships using a stereo vision system

Detection and tracking of ships using a stereo vision system Scientific Reseach and Essays Vol. 8(7), pp. 288-303, 18 Febuay, 2013 Available online at http://www.academicjounals.og/sre DOI: 10.5897/SRE12.318 ISSN 1992-2248 2013 Academic Jounals Full Length Reseach

More information

On the Conversion between Binary Code and Binary-Reflected Gray Code on Boolean Cubes

On the Conversion between Binary Code and Binary-Reflected Gray Code on Boolean Cubes On the Convesion between Binay Code and BinayReflected Gay Code on Boolean Cubes The Havad community has made this aticle openly available. Please shae how this access benefits you. You stoy mattes Citation

More information

View Synthesis using Depth Map for 3D Video

View Synthesis using Depth Map for 3D Video View Synthesis using Depth Map fo 3D Video Cheon Lee and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 1 Oyong-dong, Buk-gu, Gwangju, 500-712, Republic of Koea E-mail: {leecheon, hoyo}@gist.ac.k

More information

COLOR EDGE DETECTION IN RGB USING JOINTLY EUCLIDEAN DISTANCE AND VECTOR ANGLE

COLOR EDGE DETECTION IN RGB USING JOINTLY EUCLIDEAN DISTANCE AND VECTOR ANGLE COLOR EDGE DETECTION IN RGB USING JOINTLY EUCLIDEAN DISTANCE AND VECTOR ANGLE Slawo Wesolkowski Systems Design Engineeing Univesity of Wateloo Wateloo (Ont.), Canada, NL 3G s.wesolkowski@ieee.og Ed Jenigan

More information

THE SOLID IMAGE: a new concept and its applications

THE SOLID IMAGE: a new concept and its applications THE SOLID IMAGE: a new concept and its applications Leando Bonaz ( # ), Segio Dequal ( # ) ( # ) Politecnico di Toino - Dipatimento di Geoisose e Teitoio C.so Duca degli Abuzzi, 4 119 Toino Tel. +39.11.564.7687

More information

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks Effects of Model Complexity on Genealization Pefomance of Convolutional Neual Netwoks Tae-Jun Kim 1, Dongsu Zhang 2, and Joon Shik Kim 3 1 Seoul National Univesity, Seoul 151-742, Koea, E-mail: tjkim@bi.snu.ac.k

More information

A Shape-preserving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonuniform Fuzzification Transform

A Shape-preserving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonuniform Fuzzification Transform A Shape-peseving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonunifom Fuzzification Tansfom Felipe Fenández, Julio Gutiéez, Juan Calos Cespo and Gacián Tiviño Dep. Tecnología Fotónica, Facultad

More information

Layered Animation using Displacement Maps

Layered Animation using Displacement Maps Layeed Animation using Displacement Maps Raymond Smith, Wei Sun, Adian Hilton and John Illingwoth Cente fo Vision, Speech and Signal Pocessing Univesity of Suey, Guildfod GU25XH, UK a.hilton@suey.ac.uk

More information

A Neural Network Model for Storing and Retrieving 2D Images of Rotated 3D Object Using Principal Components

A Neural Network Model for Storing and Retrieving 2D Images of Rotated 3D Object Using Principal Components A Neual Netwok Model fo Stong and Reteving 2D Images of Rotated 3D Object Using Pncipal Components Tsukasa AMANO, Shuichi KUROGI, Ayako EGUCHI, Takeshi NISHIDA, Yasuhio FUCHIKAWA Depatment of Contol Engineeng,

More information

5 4 THE BERNOULLI EQUATION

5 4 THE BERNOULLI EQUATION 185 CHATER 5 the suounding ai). The fictional wok tem w fiction is often expessed as e loss to epesent the loss (convesion) of mechanical into themal. Fo the idealied case of fictionless motion, the last

More information

Improved Fourier-transform profilometry

Improved Fourier-transform profilometry Impoved Fouie-tansfom pofilomety Xianfu Mao, Wenjing Chen, and Xianyu Su An impoved optical geomety of the pojected-finge pofilomety technique, in which the exit pupil of the pojecting lens and the entance

More information

Performance Optimization in Structured Wireless Sensor Networks

Performance Optimization in Structured Wireless Sensor Networks 5 The Intenational Aab Jounal of Infomation Technology, Vol. 6, o. 5, ovembe 9 Pefomance Optimization in Stuctued Wieless Senso etwoks Amine Moussa and Hoda Maalouf Compute Science Depatment, ote Dame

More information

ERSO - Acquisition, Reconstruction and Simulation of Real Objects 1

ERSO - Acquisition, Reconstruction and Simulation of Real Objects 1 ERSO - Acquisition, Reconstuction and Simulation of Real Objects 1 Holge Diene, Ullich Köthe Faunhofe-nstitut fü Gaphische Datenveabeitung Joachim-Jungius-Staße 11 D-1859 Rostock, Gemany holge@egd.igd.fhg.de

More information

Active Monocular Fixation using the Log-polar Sensor

Active Monocular Fixation using the Log-polar Sensor Active Monocula Fixation using the Log-pola Senso Albet Yeung Depatment of Compute Science and Softwae Engineeing, Univesity of Melboune, Victoia, 3010, AUSTRALIA awy@cs.mu.oz.au Nick Banes Autonomous

More information

Desired Attitude Angles Design Based on Optimization for Side Window Detection of Kinetic Interceptor *

Desired Attitude Angles Design Based on Optimization for Side Window Detection of Kinetic Interceptor * Poceedings of the 7 th Chinese Contol Confeence July 6-8, 008, Kunming,Yunnan, China Desied Attitude Angles Design Based on Optimization fo Side Window Detection of Kinetic Intecepto * Zhu Bo, Quan Quan,

More information

10/29/2010. Rendering techniques. Global Illumination. Local Illumination methods. Today : Global Illumination Modules and Methods

10/29/2010. Rendering techniques. Global Illumination. Local Illumination methods. Today : Global Illumination Modules and Methods Rendeing techniques Compute Gaphics Lectue 10 Can be classified as Local Illumination techniques Global Illumination techniques Global Illumination 1: Ray Tacing and Radiosity Taku Komua 1 Local Illumination

More information

IMAGERY TEXTURE ANALYSIS BASED ON MULTI-FEATURE FRACTAL DIMENSION

IMAGERY TEXTURE ANALYSIS BASED ON MULTI-FEATURE FRACTAL DIMENSION IMAGERY TEXTURE ANALYSIS BASED ON MULTI-EATURE RACTAL DIMENSION Jingxue Wang a,*, Weidong Song a, eng Gao b a School o Geomatics, Liaoning Technical Univesity, uxin, Liaoning, 13, China xiaoxue1861@163.com,

More information