ANNALS of Faculty Engineering Hunedoara International Journal of Engineering

Size: px
Start display at page:

Download "ANNALS of Faculty Engineering Hunedoara International Journal of Engineering"

Transcription

1 ANNALS of Falt Engineering Hnedoara International Jornal of Engineering Tome XIII [15] Fasile 4 [Noember] ISSN: [CD-Rom; online] a free-aess mltidisiplinar pbliation of the Falt of Engineering Hnedoara 1. Ana-Elena IORDAN INTERACTIVE SOFTWARE DESIGNED FOR THE STUDY OF THE PARABOLOID 1. Uniersit Politehnia Timisoara, Falt of Engineering Hnedoara, ROMANIA Abstrat: This artile illstrates the reqired phases for the ahieing of the interatie software sed for the std of the ellipti paraboloid and hperboli paraboloid. The modelling of the interatie software is aomplished b speifi UML diagrams representing the phases of analsis, design and implementation. The analsis phase is harateried b two tpes of UML diagrams: se-ase diagram and atiit diagrams. The design phase is harateried b three tpes of diagrams: lass diagram, state diagrams, and interation diagrams. Implementation phase it orresponds the omponent diagram. B ahieing these tpes of diagrams, the interatie software ths is desribed in an obios and objetie manner, withot ambigit. The implementation of the software was realised throgh the Jaa programming langage. The main options of the software allow drawing a paraboloid, the normal line and tangent plane to a point, well as the appliation of isometr. Kewords: Interatie Software, Jaa, UML, Ellipti Paraboloid, Hperboli Paraboloid 1. INTRODUCTION In mathematis, a paraboloid is a qadri srfae. There are two kinds of paraboloids: ellipti and hperboli. The ellipti paraboloid is shaped like an oal p and an hae a maximm or minimm point. In a sitable oordinate sstem with three axes Ox, O, and O, it an be represented b the eqation [1]: (x x ) ( ) + p ( ) (1) a b where a and b are onstants that ditate the leel of ratre in the xo and O planes respetiel. This is an ellipti paraboloid whih opens pward for p> and downward for p<. The point of oordinates ( x,, ) represents the paraboloid ertex. For p 1 it obtains the following parametri eqations of ellipti paraboloid []: x(, ) x + a os (, ) + b sin ; R +, [,36]. () (, ) + The hperboli paraboloid is a dobl rled srfae shaped like a saddle. In a sitable oordinate sstem, a hperboli paraboloid an be represented b the eqation: (x x ) ( ) p ( ). (3) a b For p>, this is a hperboli paraboloid that opens down along the x-axis and p along the -axis. For p 1/4 it obtains the following parametri eqations of hperboli paraboloid [3]: x (,) (,) (,) x + a + b +. SOFTWARE ANALYSIS From the perspetie of nified modelling langage, interatie software analsis inldes the representation of two tpes of diagrams: the se-ase diagram and atiit diagrams. (4) 63 Fasile 4

2 ISSN: [CD-ROM]; ISSN: [online] The se-ase diagram [4] offers simplified and graphial representation of what the interatie software mst reall do. Use-ase diagram is based pon fntionalit and ths will fos on the "what" offers the interatie software and not the "how" will be realied. The se ase diagram orresponding to this software, presented in figre 1, inldes: an ator, seen se ases that desribe the fntionalit of the software and relationships among them. For eer se-ase of the preios diagram was ahieed an atiit diagram. Eah atiit diagram speifies proesses and algorithms sed to ahiee the prpose speified b the se-ase. In terms of UML, atiit diagrams [5] are meant to model both omptational proesses and those of the organiation. Atiit diagrams show the general flow of ontrol. In figre is rendered the atiit diagram orresponding to the se-ase Drawing of geometri elements speifi to the paraboloid. Figre 1. Use-ase diagram Figre. Atiit diagram 3. SOFTWARE DESIGNING Class diagram [6] represents the main blok of objetoriented modeling. It is sed both for stati oneptal modeling software as well as detailed modeling aimed at translating in programming sore ode. For ahieing the objeties of software were identified reqired lasses and the relationships between them. Figre 3 presents the inheritane, omposition and aggregation relationships sed. It ma be noted that all attribtes and methods of the Element3D lass will appl to the all its deried lasses: Dreapta3D, Plan3D, Pnt3D, and Paraboloid. Similarl, that all attribtes and methods of the Iometrie3D lass will appl to the all its deried lasses: Rotatie3D and Simetrie3D. This Figre 3. Class diagram lass diagram shows ontain speifi lasses to the interatie software as well as existing lasses and interfaes from Jaa. A seqene diagram [7] presents the interations between objets arranged in a temporar seqene. He desribes the objets inoled in interation and the seqene of messages exhanged between the needed objets to ahiee the desired prpose. Seqene diagrams are sall assoiated with a se-ase. The diagram illstrates in figre 4 shows the interations between objets, whih hae as prpose the drawing the tangent plane of a paraboloid. One an notie that there are interations between nine objets, ot of whih the objets of Sprafata3D, Vetor<Element3D> and GraphisD tpe are alread reated, and the other two objets: Parametr, Pnt3D, Plan3D and Paraboloid tpe will be instantiate dring the interations. At first the exetion ontrol is taken b the objet of Sprafta3D tpe. Following an eent that interats with the Sprafta3D objet allows the reation of an instane of Parametr lass. After getting the parameters that haraterie the paraboloid, ontrol is retrned to the Sprafata3D objet. Following is reated an instane of Pnt3D lass. The ontrol will be gien to the objet of Sprafata3D tpe that will destro the objet of Parametr. We an obsere that lifeline of the Parametr objet is interrpt, b marking an X, the message appears bearing the stereotpe <<destro>>. Control is transmitted to the objet of Vetor<Element3D> tpe to obtain the last drawing paraboloid. The ontrol will be gien to the objet of Sprafta3D tpe that will reate the objet of Plan3D tpe. Throgh interation with GraphisD objet will redraw the tangent plane. 64 Fasile 4

3 ANNALS of Falt Engineering Hnedoara International Jornal of Engineering Collaboration diagrams, on the other side, onentrate on the relationships among the objets [8]. The are er sefl for isaliing the wa seeral objets ollaborate to ahiee the intended prpose and for omparing a dnami model with a stati model (figre 5). Collaboration and seqene diagrams render the same information, and an be transformed into one another withot diffilt. The seletion of the two tpes of diagrams depends pon what the designer wants to make isall apparent. Figre 4. Seqene diagram Figre 5. Collaboration diagram Figre 6. Component diagram 65 Fasile 4

4 ISSN: [CD-ROM]; ISSN: [online] 4. SOFTWARE IMPLEMENTATION The omponent diagram [9] enables the isaliation modles that ompose the software and the dependenies between them. The diagram that is shown in figre 6 desribes the olletion of omponents that all together ensre the fntionalit of the interatie software. Central omponent of the diagram is Sprafata.lass, a omponent obtained b transforming b the Jaa ompiler into exetable ode of the Sprafata.jaa omponent. As an be seen that omponent interats diretl with omponents Sprafata3D.lass. This omponent interats with the next three omponents: Element3D.lass, Iometrie3D. lass and Parametr.lass. 5. GRAPHICAL USER INTERFACE The interatie software is aomplished sing the Jaa objet-oriented programming langage [1, 11]. From the appliation window it an seleted b a main men the following options:» the graphi representation of ellipti paraboloid;» the graphi representation of hperboli paraboloid;» the plan tangent and the normal line to the paraboloid into a point;» the paraboloid obtained b appling an isometr: rotation or smmetr. The eqation of the tangent plane to a qadrati srfaes in a point M(x,, ) is: x x x x For tangent plane determination in the point M(x,, ) at a paraboloid it starts from the parametri eqations of the paraboloid. The eqation of the tangent plane in a point M( x1 (,),1(,),1(,) ) at an ellipti paraboloid is: p x + q + r (p x1 + q 1 + r 1 ), p b p os where q a p sin. (6) r abp The eqation of the tangent plane in a point M( x1 (,),1(,),1(,) ) at an hperboli paraboloid is: p x + q + r (p x + q + r ), b p where a q. (7) a b r 8 In figre 7 it shows the tangent plane harateristi to an ellipti paraboloid, when the tangent point was determined sing an instane of Parametr lass, appling the defalt projetion (α-135, β-3, γ9). If it is desired the iewing sing the projetion angles (α -5, β 45, γ 16), the ellipti paraboloid with the tangent plane will hae representation shown in figre 8. The eqation of the normal line to a qadrati srfaes in a point M(x,, ) is: x x (8) D(, ) D(, x) D( x, ) D(, ) D(, ) D(, ) For normal line determination in the point M(x,, ) at a paraboloid it starts from the parametri eqations of the paraboloid. The eqation of the normal line in a point M( x1 (,),1(,),1(,) ) at an ellipti paraboloid is: x x (9) b os a sin a b The eqation of the normal line in a point M( x1 (,),1(,),1(,) ) at an hperboli paraboloid is: (5) 66 Fasile 4

5 ANNALS of Falt Engineering Hnedoara International Jornal of Engineering x x (9) b a a b 8 In figre 9 it shows the normal line harateristi to an ellipti paraboloid, when the tangent point was determined sing an instane of Parametr lass, appling the defalt projetion (α-135, β-3, γ9). If it is desired the iewing sing the projetion angles (α -5, β 45, γ 16), the ellipti paraboloid with the normal line will hae representation shown in figre 1. Figre 7. Tangent plane of an ellipti paraboloid Figre 8. Tangent plane of an ellipti paraboloid Figre 9. Normal line of an ellipti paraboloid Figre 1. Normal line of an ellipti paraboloid Figre 11. Hperboli paraboloid obtained b smmetr Figre 1. Hperboli paraboloid obtained b smmetr 67 Fasile 4

6 ISSN: [CD-ROM]; ISSN: [online] In figre 11 is represented a hperboli paraboloid obtained b appling a smmetr abot a plane, sing the defalt projetion (α- 135, β-3, γ9). If it is desired the iewing appling the projetion angles (α -5, β 45, γ 16), the hperboli paraboloid will hae representation shown in figre CONCLUSIONS Bease the representation of the diagrams orresponding to all three phases: analsis, design and implementation, the interatie software has been desribed in an obios and objetie manner, withot ambigit. The se of the nified modelling langage for the ahieement of the diagrams is harateried b rigoros sntati, rih semanti and isal modelling spport. The diagrams hae been ahieed sing a new approah, mltidisiplinar of the interatie software, groping both modern pedagog methods and disipline-speifi omponents. The onnetion between teahing atiities and sientifi goals and objeties was established throgh the deelopment of the new methods and the assimilation of new means, apable of enhaning shool performane, enabling stdents to aqire the knowledge and tehniqes reqired and appl them in optimm onditions. REFERENCES [1]. J. Gra, M. Esplen, D. Brannan, Geometr, Cambridge Uniersit Press, 11 []. W. MCrea, Analtial Geometr of Three Dimensions, Doer Pbliations, 6 [3]. A. Chrh, Elements of Analtial Geometr, 14 [4]. M. Fowler, K. Sott, UML Distilled: A Brief Gide to the Standard Objet Modelling Langage, Pearson Edation, 3 [5] J. Hnt, Gide to the Unified Proess featring UML, Jaa and Design Patterns, Springer London Ltd, 14 [6] K. Lnn, J. Skelton, S. Bennett, Sham s Otline of UML, MGraw-Hill Edation, 4 [7] B. Bregge, A. Dtoit, Objet Oriented Software Engineering Using UML, Patterns, and Jaa, Pearson Edation, 13 [8] A. Dennis, B. H. Wixom, D. Tegarden, Sstems Analsis and Design with UML, John Wile & Sons Ltd, 1 [9] P. Jalote, A Conise Introdtion to Software Engineering, Springer-Verlag, 8 [1] J. Brant, Jaa 7 for Absolte Beginners, Springer, 1 [11] J. Gosling, B. Jo, G. Steele, G. Braha, A. Bkle, The Jaa Langage Speifiation, Orale, 13 ANNALS of Falt Engineering Hnedoara International Jornal of Engineering opright UNIVERSITY POLITEHNICA TIMISOARA, FACULTY OF ENGINEERING HUNEDOARA, 5, REVOLUTIEI, 33118, HUNEDOARA, ROMANIA 68 Fasile 4

CSCE 155N Spring Homework Assignment 3: Coordinates Transformation Tool 1. Assigned: February 15, 2013 Due: March 8, 2013

CSCE 155N Spring Homework Assignment 3: Coordinates Transformation Tool 1. Assigned: February 15, 2013 Due: March 8, 2013 CSCE N Spring 0 Homework Assignment : Coordinates Transformation Tool Assigned: Febrary 0 De: Marh 8 0 Note: This assignment is to be ompleted indiidally - ollaboration is stritly prohibited. Points: 00

More information

Control of industrial robots. Control with vision sensors

Control of industrial robots. Control with vision sensors Control of indstrial robots Control with ision sensors Prof. Paolo Roo (paolo.roo@polimi.it) Politenio di Milano Dipartimento di Elettronia Informazione e Bioingegneria Visal measrements Artifiial ision

More information

Recall: Function Calls to Create Transform Matrices

Recall: Function Calls to Create Transform Matrices Reall: Fntion Calls to Create Transform Matries Previosl made fntion alls to generate 44 matries for identit, translate, sale, rotate transforms Pt transform matri into CTM Eample mat4 m = Identit(; CTM

More information

DESIGN AND IMPLEMENTATION OF A PUZZLE GAME USING JAVA SE 1. University Politehnica Timisoara, Faculty Engineering Hunedoara, ROMANIA

DESIGN AND IMPLEMENTATION OF A PUZZLE GAME USING JAVA SE 1. University Politehnica Timisoara, Faculty Engineering Hunedoara, ROMANIA ANNALS of Faculty Engineering Hunedoara International Journal of Engineering Tome XV [2017] Fascicule 3 [August] ISSN: 1584-2665 [print; online] ISSN: 1584-2673 [CD-Rom; online] a free-access multidisciplinary

More information

Three Lorentz Transformations. Considering Two Rotations

Three Lorentz Transformations. Considering Two Rotations Ad. Stdies Theor. Phs., Vol. 6,, no., 9 Three orentz Transformations Considering To otations Mkl Chandra Das* Singhania Uniersit, ajasthan, India mkldas.@gmail.om ampada Misra Department of eletronis,

More information

CSCE 155N Fall Homework Assignment 3: Coordinates Transformation Tool 1. Assigned: September 29, 2016 Due: October 20, 2016

CSCE 155N Fall Homework Assignment 3: Coordinates Transformation Tool 1. Assigned: September 29, 2016 Due: October 20, 2016 CSCE N Fall 0 Homework Assignment : Coordinates Transformation Tool Assigned: September 9 0 De: Otober 0 0 Note: This assignment is to be ompleted in grops of or Points: 00 points Objeties Memo To: The

More information

Scheduling Contract Algorithms on Multiple Processors

Scheduling Contract Algorithms on Multiple Processors Shedling Contrat Algorithms on Mltiple Proessors Daniel S. Bernstein, Theodore J. Perkins, Shlomo Zilberstein Department of Compter Siene University of Massahsetts Amherst, MA 0100 bern,perkins,zilberstein

More information

On New Sorting-Based Lossless Motion Estimation Algorithms

On New Sorting-Based Lossless Motion Estimation Algorithms On New Sorting-Based Lossless Motion Estimation Algorithms D. QUAGLIA, M. PERGA, B. MONTRUCCHIO, P. MONTUSCHI Dipartimento di Atomatia e Informatia Politenio di Torino Corso Da degli Abrzzi, 24 - I-029

More information

1-D and 2-D Elements. 1-D and 2-D Elements

1-D and 2-D Elements. 1-D and 2-D Elements merial Methods in Geophysis -D and -D Elements -D and -D Elements -D elements -D elements - oordinate transformation - linear elements linear basis fntions qadrati basis fntions bi basis fntions - oordinate

More information

Citation for published version (APA): Malki, S., & Spaanenburg, L. (2004). An exploration of digital CNN implementations. In Proceedings SSOCC

Citation for published version (APA): Malki, S., & Spaanenburg, L. (2004). An exploration of digital CNN implementations. In Proceedings SSOCC An exploration of digital CNN implementations Malki, Sleyman; Spaanenbrg, Lambert Pblished in: Proeedings SSOCC 2004 Link to pbliation Citation for pblished version (APA): Malki, S., & Spaanenbrg, L. (2004).

More information

Using Singular Value Decomposition to Compare Correlated Modal Vectors

Using Singular Value Decomposition to Compare Correlated Modal Vectors Using Singlar Vale Deomposition to Compare Correlated Modal Vetors James P. DeClerk Noise and Vibration Center General Motors North Amerian Operations Milford, Mihigan USA ABSTRACT A tool is needed to

More information

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System Algorithms, Mehanisms and Proedures for the Computer-aided Projet Generation System Anton O. Butko 1*, Aleksandr P. Briukhovetskii 2, Dmitry E. Grigoriev 2# and Konstantin S. Kalashnikov 3 1 Department

More information

IPSJ SIG Tehnial Report data olletion in a WSN with a mbs. PNC spports removing the obsolete data. Eah ombined segment enodes only the part of latest

IPSJ SIG Tehnial Report data olletion in a WSN with a mbs. PNC spports removing the obsolete data. Eah ombined segment enodes only the part of latest IPSJ SIG Tehnial Report Distribted Coding Shemes for Continos Data Colletion in Wireless Sensor Networs XIUCAI YE This mansript addresses the ontinos data olletion in WSNs with a mobile Base Station (mbs).

More information

The SODA AOSE Methodology

The SODA AOSE Methodology The SODA AOSE Methodology Multiagent Systems LM Sistemi Multiagente LM Ambra Molesini & Andrea Omiini {ambra.molesini, andrea.omiini}@unibo.it Dipartimento di Informatia Sienza e Ingegneria (DISI) Alma

More information

Information Granulation: a Search for Data Structures

Information Granulation: a Search for Data Structures Information Granlation: a Searh for Data Strtres Witold PEDRYCZ * and Andrzej BARGIELA ** * University of Alberta, Edmonton, Canada * Syems Researh Initte, Polish Aademy of Sienes, Poland (pedryz@ee.alberta.a)

More information

Stereoscopic Motion Tracking in Biomedical Visualisation. Michael Cheng

Stereoscopic Motion Tracking in Biomedical Visualisation. Michael Cheng Stereosopi otion Traking in Biomedial Visalisation ihael Cheng This report is sbmitted as partial flfilment of the reqirements for the Gradate Diploma Programme of the Department of Compter Siene The Uniersity

More information

DEVELOPMENT OF AN INTERACTIVE ENVIRONMENT USED FOR SIMULATION OF SHORTEST PATHS ALGORITHMS

DEVELOPMENT OF AN INTERACTIVE ENVIRONMENT USED FOR SIMULATION OF SHORTEST PATHS ALGORITHMS 1. Anca Elena IORDAN DEVELOPMENT OF AN INTERACTIVE ENVIRONMENT USED FOR SIMULATION OF SHORTEST PATHS ALGORITHMS 1. UNIVERSITY POLITEHNICA OF TIMISOARA, FACULTY OF ENGINEERING HUNEDOARA, ROMANIA ABSTRACT:

More information

Advanced Techniques for Predicting Mechanical Product Design via COMSOL Multiphysics

Advanced Techniques for Predicting Mechanical Product Design via COMSOL Multiphysics Advanced Techniqes for Predicting Mechanical Prodct Design via COMSOL Mltiphsics Shobing Zhang 1 1 CAEaid, Inc. *Corresponding athor: 184 Jeffs Ln, Astin, TX 78717, shobing.hang@caeaid.com Abstract: Mechanical

More information

DETERMINING THE MAXIMUM SPEED BORNE BY THE ELASTIC STRUCTURE OF A MACHINE TOOL, PREVIONSTY ITS REMANUFACTURING

DETERMINING THE MAXIMUM SPEED BORNE BY THE ELASTIC STRUCTURE OF A MACHINE TOOL, PREVIONSTY ITS REMANUFACTURING THE ITERATIOAL COFERECE OF THE CARPATHIA EURO-REGIO SPECIALISTS I IDUSTRIAL SYSTEMS 7 th EDITIO DETERMIIG THE MAXIMUM SPEED BORE BY THE ELASTIC STRUCTURE OF A MACHIE TOOL, PREVIOSTY ITS REMAUFACTURIG Din

More information

Exploring the Commonality in Feature Modeling Notations

Exploring the Commonality in Feature Modeling Notations Exploring the Commonality in Feature Modeling Notations Miloslav ŠÍPKA Slovak University of Tehnology Faulty of Informatis and Information Tehnologies Ilkovičova 3, 842 16 Bratislava, Slovakia miloslav.sipka@gmail.om

More information

1. Introduction. 2. The Probable Stope Algorithm

1. Introduction. 2. The Probable Stope Algorithm 1. Introdution Optimization in underground mine design has reeived less attention than that in open pit mines. This is mostly due to the diversity o underground mining methods and omplexity o underground

More information

Video Data and Sonar Data: Real World Data Fusion Example

Video Data and Sonar Data: Real World Data Fusion Example 14th International Conferene on Information Fusion Chiago, Illinois, USA, July 5-8, 2011 Video Data and Sonar Data: Real World Data Fusion Example David W. Krout Applied Physis Lab dkrout@apl.washington.edu

More information

Chapter 2: Introduction to Maple V

Chapter 2: Introduction to Maple V Chapter 2: Introdution to Maple V 2-1 Working with Maple Worksheets Try It! (p. 15) Start a Maple session with an empty worksheet. The name of the worksheet should be Untitled (1). Use one of the standard

More information

Adobe Certified Associate

Adobe Certified Associate Adobe Certified Assoiate About the Adobe Certified Assoiate (ACA) Program The Adobe Certified Assoiate (ACA) program is for graphi designers, Web designers, video prodution designers, and digital professionals

More information

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications System-Level Parallelism and hroughput Optimization in Designing Reonfigurable Computing Appliations Esam El-Araby 1, Mohamed aher 1, Kris Gaj 2, arek El-Ghazawi 1, David Caliga 3, and Nikitas Alexandridis

More information

PERSISTENT NAMING FOR PARAMETRIC MODELS

PERSISTENT NAMING FOR PARAMETRIC MODELS PERSISTENT NAMING FOR PARAMETRIC MODELS Dago AGBODAN, David MARCHEIX and Guy PIERRA Laboratory of Applied Computer Siene (LISI) National Shool of Engineers in Mehanis and Aeronautis (ENSMA) Téléport 2

More information

Runtime Support for OOLs Part II Comp 412

Runtime Support for OOLs Part II Comp 412 COMP 412 FALL 2017 Runtime Support for OOLs Part II Comp 412 soure IR Front End Optimizer Bak End IR target Copright 2017, Keith D. Cooper & Linda Torzon, all rights reserved. Students enrolled in Comp

More information

CUTTING FORCES AND CONSECUTIVE DEFORMATIONS AT MILLING PARTS WITH THIN WALLS

CUTTING FORCES AND CONSECUTIVE DEFORMATIONS AT MILLING PARTS WITH THIN WALLS Proeedings of the International Conferene on Manufaturing Systems ICMaS Vol. 4, 2009, ISSN 1842-3183 University POLITEHNICA of Buharest, Mahine and Manufaturing Systems Department Buharest, Romania CUTTING

More information

Simultaneous image orientation in GRASS

Simultaneous image orientation in GRASS Simultaneous image orientation in GRASS Alessandro BERGAMINI, Alfonso VITTI, Paolo ATELLI Dipartimento di Ingegneria Civile e Ambientale, Università degli Studi di Trento, via Mesiano 77, 38 Trento, tel.

More information

Pipelined Multipliers for Reconfigurable Hardware

Pipelined Multipliers for Reconfigurable Hardware Pipelined Multipliers for Reonfigurable Hardware Mithell J. Myjak and José G. Delgado-Frias Shool of Eletrial Engineering and Computer Siene, Washington State University Pullman, WA 99164-2752 USA {mmyjak,

More information

Finding the Equation of a Straight Line

Finding the Equation of a Straight Line Finding the Equation of a Straight Line You should have, before now, ome aross the equation of a straight line, perhaps at shool. Engineers use this equation to help determine how one quantity is related

More information

Parallel Algorithms and Library Software for the Generalized Eigenvalue Problem on Distributed Memory Computer Systems

Parallel Algorithms and Library Software for the Generalized Eigenvalue Problem on Distributed Memory Computer Systems Parallel Algorithms and Library Software for the Generalized Eigenvale Problem on Distribted Memory ompter Systems Björn Adlerborn Lientiate Thesis DEPARTMENT OF OMPUTING SIENE UMEÅ UNIVERSITY, SWEDEN

More information

A sufficient condition for spiral cone beam long object imaging via backprojection

A sufficient condition for spiral cone beam long object imaging via backprojection A sfficient condition for spiral cone beam long object imaging via backprojection K. C. Tam Siemens Corporate Research, Inc., Princeton, NJ, USA Abstract The response of a point object in cone beam spiral

More information

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract CS 9 Projet Final Report: Learning Convention Propagation in BeerAdvoate Reviews from a etwork Perspetive Abstrat We look at the way onventions propagate between reviews on the BeerAdvoate dataset, and

More information

A service-oriented UML profile with formal support

A service-oriented UML profile with formal support A servie-oriented UML profile with formal support Roberto Bruni 1, Matthias Hölzl 3, Nora Koh 2,3, Alberto Lluh Lafuente 1, Philip Mayer 3, Ugo Montanari 1, and Andreas Shroeder 3 1 University of Pisa,

More information

An Event Display for ATLAS H8 Pixel Test Beam Data

An Event Display for ATLAS H8 Pixel Test Beam Data An Event Display for ATLAS H8 Pixel Test Beam Data George Gollin Centre de Physique des Partiules de Marseille and University of Illinois April 17, 1999 g-gollin@uiu.edu An event display program is now

More information

A Formal Hybrid Analysis Technique for Composite Web Services Verification

A Formal Hybrid Analysis Technique for Composite Web Services Verification A Formal Hybrid Analysis Tehnique for Composite Web Servies Verifiation MAY HAIDAR 1,2, HICHAM H. HALLAL 1 1 Computer Siene Department / Department of Eletrial Engineering Fahad Bin Sultan University P.O

More information

Effecting Parallel Graph Eigensolvers Through Library Composition

Effecting Parallel Graph Eigensolvers Through Library Composition Effeting Parallel Graph Eigensolvers Through Library Composition Alex Breuer, Peter Gottshling, Douglas Gregor, Andrew Lumsdaine Open Systems Laboratory Indiana University Bloomington, IN 47405 {abreuer,pgottsh,dgregor,lums@osl.iu.edu

More information

Lecture Notes of Möbuis Transformation in Hyperbolic Plane

Lecture Notes of Möbuis Transformation in Hyperbolic Plane Applied Mathematis, 04, 5, 6-5 Published Online August 04 in SiRes http://wwwsirporg/journal/am http://dxdoiorg/0436/am04555 Leture Notes of Möbuis Transformation in Hyperboli Plane Rania B M Amer Department

More information

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating Capturing Large Intra-lass Variations of Biometri Data by Template Co-updating Ajita Rattani University of Cagliari Piazza d'armi, Cagliari, Italy ajita.rattani@diee.unia.it Gian Lua Marialis University

More information

5.0 Curve and Surface Theory

5.0 Curve and Surface Theory 5. Cre and Srface Theor 5.1 arametric Representation of Cres Consider the parametric representation of a cre as a ector t: t [t t t] 5.1 The deriatie of sch a ector ealated at t t is gien b t [ t t t ]

More information

Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introduction Information Retrieval... 8

Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introduction Information Retrieval... 8 Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introdution... 1 1.1. Internet Information...2 1.2. Internet Information Retrieval...3 1.2.1. Doument Indexing...4 1.2.2. Doument Retrieval...4

More information

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks Unsupervised Stereosopi Video Objet Segmentation Based on Ative Contours and Retrainable Neural Networks KLIMIS NTALIANIS, ANASTASIOS DOULAMIS, and NIKOLAOS DOULAMIS National Tehnial University of Athens

More information

arxiv: v1 [cs.gr] 10 Apr 2015

arxiv: v1 [cs.gr] 10 Apr 2015 REAL-TIME TOOL FOR AFFINE TRANSFORMATIONS OF TWO DIMENSIONAL IFS FRACTALS ELENA HADZIEVA AND MARIJA SHUMINOSKA arxiv:1504.02744v1 s.gr 10 Apr 2015 Abstrat. This work introdues a novel tool for interative,

More information

Orientation of the coordinate system

Orientation of the coordinate system Orientation of the oordinate system Right-handed oordinate system: -axis by a positive, around the -axis. The -axis is mapped to the i.e., antilokwise, rotation of The -axis is mapped to the -axis by a

More information

PROJECT PERIODIC REPORT

PROJECT PERIODIC REPORT FP7-ICT-2007-1 Contrat no.: 215040 www.ative-projet.eu PROJECT PERIODIC REPORT Publishable Summary Grant Agreement number: ICT-215040 Projet aronym: Projet title: Enabling the Knowledge Powered Enterprise

More information

Fuzzy Meta Node Fuzzy Metagraph and its Cluster Analysis

Fuzzy Meta Node Fuzzy Metagraph and its Cluster Analysis Journal of Computer Siene 4 (): 9-97, 008 ISSN 549-3636 008 Siene Publiations Fuzzy Meta Node Fuzzy Metagraph and its Cluster Analysis Deepti Gaur, Aditya Shastri and Ranjit Biswas Department of Computer

More information

1. The collection of the vowels in the word probability. 2. The collection of real numbers that satisfy the equation x 9 = 0.

1. The collection of the vowels in the word probability. 2. The collection of real numbers that satisfy the equation x 9 = 0. C HPTER 1 SETS I. DEFINITION OF SET We begin our study of probability with the disussion of the basi onept of set. We assume that there is a ommon understanding of what is meant by the notion of a olletion

More information

A {k, n}-secret Sharing Scheme for Color Images

A {k, n}-secret Sharing Scheme for Color Images A {k, n}-seret Sharing Sheme for Color Images Rastislav Luka, Konstantinos N. Plataniotis, and Anastasios N. Venetsanopoulos The Edward S. Rogers Sr. Dept. of Eletrial and Computer Engineering, University

More information

Outline: Software Design

Outline: Software Design Outline: Software Design. Goals History of software design ideas Design priniples Design methods Life belt or leg iron? (Budgen) Copyright Nany Leveson, Sept. 1999 A Little History... At first, struggling

More information

RAC 2 E: Novel Rendezvous Protocol for Asynchronous Cognitive Radios in Cooperative Environments

RAC 2 E: Novel Rendezvous Protocol for Asynchronous Cognitive Radios in Cooperative Environments 21st Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communiations 1 RAC 2 E: Novel Rendezvous Protool for Asynhronous Cognitive Radios in Cooperative Environments Valentina Pavlovska,

More information

Interconnection Styles

Interconnection Styles Interonnetion tyles oftware Design Following the Export (erver) tyle 2 M1 M4 M5 4 M3 M6 1 3 oftware Design Following the Export (Client) tyle e 2 e M1 M4 M5 4 M3 M6 1 e 3 oftware Design Following the Export

More information

Connection Guide. Installing the printer locally (Windows) What is local printing? Installing the printer using the Software and Documentation CD

Connection Guide. Installing the printer locally (Windows) What is local printing? Installing the printer using the Software and Documentation CD Page 1 of 7 Connetion Guide Installing the printer loally (Windows) Note: When installing a loally attahed printer, if the operating system is not supported y the Software and Doumentation CD, then the

More information

Verifying Interaction Protocol Compliance of Service Orchestrations

Verifying Interaction Protocol Compliance of Service Orchestrations Verifying Interation Protool Compliane of Servie Orhestrations Andreas Shroeder and Philip Mayer Ludwig-Maximilians-Universität Münhen, Germany {shroeda, mayer}@pst.ifi.lmu.de Abstrat. An important aspet

More information

ABSOLUTE DEFORMATION PROFILE MEASUREMENT IN TUNNELS USING RELATIVE CONVERGENCE MEASUREMENTS

ABSOLUTE DEFORMATION PROFILE MEASUREMENT IN TUNNELS USING RELATIVE CONVERGENCE MEASUREMENTS Proceedings th FIG Symposim on Deformation Measrements Santorini Greece 00. ABSOUTE DEFORMATION PROFIE MEASUREMENT IN TUNNES USING REATIVE CONVERGENCE MEASUREMENTS Mahdi Moosai and Saeid Khazaei Mining

More information

Recursion examples: Problem 2. (More) Recursion and Lists. Tail recursion. Recursion examples: Problem 2. Recursion examples: Problem 3

Recursion examples: Problem 2. (More) Recursion and Lists. Tail recursion. Recursion examples: Problem 2. Recursion examples: Problem 3 Reursion eamples: Problem 2 (More) Reursion and s Reursive funtion to reverse a string publi String revstring(string str) { if(str.equals( )) return str; return revstring(str.substring(1, str.length()))

More information

Machine Vision. Laboratory Exercise Name: Student ID: S

Machine Vision. Laboratory Exercise Name: Student ID: S Mahine Vision 521466S Laoratory Eerise 2011 Name: Student D: General nformation To pass these laoratory works, you should answer all questions (Q.y) with an understandale handwriting either in English

More information

Extracting Partition Statistics from Semistructured Data

Extracting Partition Statistics from Semistructured Data Extrating Partition Statistis from Semistrutured Data John N. Wilson Rihard Gourlay Robert Japp Mathias Neumüller Department of Computer and Information Sienes University of Strathlyde, Glasgow, UK {jnw,rsg,rpj,mathias}@is.strath.a.uk

More information

OPTI-202R Geometrical and Instrumental Optics John E. Greivenkamp Final Exam Page 1/14 Spring 2015

OPTI-202R Geometrical and Instrumental Optics John E. Greivenkamp Final Exam Page 1/14 Spring 2015 OPTI-202R Geometrical and Instrmental Optics John E. Greivenkamp Final Exam Page 1/14 Spring 2015 Name Closed book; closed notes. Time limit: 120 mintes. An eqation sheet is attached and can be removed.

More information

Automatic Generation of Transaction-Level Models for Rapid Design Space Exploration

Automatic Generation of Transaction-Level Models for Rapid Design Space Exploration Automati Generation of Transation-Level Models for Rapid Design Spae Exploration Dongwan Shin, Andreas Gerstlauer, Junyu Peng, Rainer Dömer and Daniel D. Gajski Center for Embedded Computer Systems University

More information

Digital Image Processing Chapter 5: Image Restoration

Digital Image Processing Chapter 5: Image Restoration Digital Image Processing Chapter 5: Image Restoration Concept of Image Restoration Image restoration is to restore a degraded image back to the original image while image enhancement is to maniplate the

More information

The Alpha Torque and Quantum Physics

The Alpha Torque and Quantum Physics The Alpha Torque and Quantum Physis Zhiliang Cao, Henry Cao williamao15000@yahoo.om, henry.gu.ao@gmail.om July 18, 010 Abstrat In the enter of the unierse, there isn t a super massie blak hole or any speifi

More information

Connection Guide. Installing the printer locally (Windows) What is local printing? Installing the printer using the Software and Documentation CD

Connection Guide. Installing the printer locally (Windows) What is local printing? Installing the printer using the Software and Documentation CD Connetion Guide Page 1 of 5 Connetion Guide Installing the printer loally (Windows) Note: If the Software and Doumentation CD does not support the operating system, you must use the Add Printer Wizard.

More information

Maximal Cliques in Unit Disk Graphs: Polynomial Approximation

Maximal Cliques in Unit Disk Graphs: Polynomial Approximation Maximal Cliqes in Unit Disk Graphs: Polynomial Approximation Rajarshi Gpta, Jean Walrand, Oliier Goldschmidt 2 Department of Electrical Engineering and Compter Science Uniersity of California, Berkeley,

More information

Fuzzy Clustering-Based Approach for Outlier Detection

Fuzzy Clustering-Based Approach for Outlier Detection Fzzy Clstering-Based Approah for Otlier Detetion MOH'D BELAL AL-ZOUBI 1, AL-DAHOUD ALI 2, ABDELFATAH A. YAHYA 3 1 Department of Compter Information Systems, KASIT University Of Jordan Amman JORDAN E-mail:

More information

A Minimum-Energy Path-Preserving Topology-Control Algorithm

A Minimum-Energy Path-Preserving Topology-Control Algorithm A Minimm-Energy Path-Presering Topology-Control Algorithm Li (Erran Li Joseph Y. Halpern Dept. of Compter Siene Dept. of Compter Siene Cornell Uniersity Cornell Uniersity Ithaa NY 5 Ithaa NY 5 lili@s.ornell.ed

More information

Evolutionary Feature Synthesis for Image Databases

Evolutionary Feature Synthesis for Image Databases Evolutionary Feature Synthesis for Image Databases Anlei Dong, Bir Bhanu, Yingqiang Lin Center for Researh in Intelligent Systems University of California, Riverside, California 92521, USA {adong, bhanu,

More information

WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION

WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION Lei Li 1, Y. X. ZOU 1* and Yi Li 1 ADSPLAB/ELIP, Shool of ECE, Peking Universit, Shenzhen 518055, China Shenzhen JiFu

More information

Graph-Based vs Depth-Based Data Representation for Multiview Images

Graph-Based vs Depth-Based Data Representation for Multiview Images Graph-Based vs Depth-Based Data Representation for Multiview Images Thomas Maugey, Antonio Ortega, Pasal Frossard Signal Proessing Laboratory (LTS), Eole Polytehnique Fédérale de Lausanne (EPFL) Email:

More information

- 1 - S 21. Directory-based Administration of Virtual Private Networks: Policy & Configuration. Charles A Kunzinger.

- 1 - S 21. Directory-based Administration of Virtual Private Networks: Policy & Configuration. Charles A Kunzinger. - 1 - S 21 Diretory-based Administration of Virtual Private Networks: Poliy & Configuration Charles A Kunzinger kunzinge@us.ibm.om - 2 - Clik here Agenda to type page title What is a VPN? What is VPN Poliy?

More information

Torpedo Trajectory Visual Simulation Based on Nonlinear Backstepping Control

Torpedo Trajectory Visual Simulation Based on Nonlinear Backstepping Control orpedo rajetory Visual Simulation Based on Nonlinear Bakstepping Control Peng Hai-jun 1, Li Hui-zhou Chen Ye 1, 1. Depart. of Weaponry Eng, Naval Univ. of Engineering, Wuhan 400, China. Depart. of Aeronautial

More information

Introduction to Windows Server Copyright 2018 NY SYSTEMS INC.

Introduction to Windows Server Copyright 2018 NY SYSTEMS INC. Introdction to Windows Server 2008 1 Learning Objectives Identify the key featres of each Windows Server 2008 edition Understand client systems that can be sed with Windows Server 2008 Identify important

More information

Colouring contact graphs of squares and rectilinear polygons de Berg, M.T.; Markovic, A.; Woeginger, G.

Colouring contact graphs of squares and rectilinear polygons de Berg, M.T.; Markovic, A.; Woeginger, G. Colouring ontat graphs of squares and retilinear polygons de Berg, M.T.; Markovi, A.; Woeginger, G. Published in: nd European Workshop on Computational Geometry (EuroCG 06), 0 Marh - April, Lugano, Switzerland

More information

Accommodations of QoS DiffServ Over IP and MPLS Networks

Accommodations of QoS DiffServ Over IP and MPLS Networks Aommodations of QoS DiffServ Over IP and MPLS Networks Abdullah AlWehaibi, Anjali Agarwal, Mihael Kadoh and Ahmed ElHakeem Department of Eletrial and Computer Department de Genie Eletrique Engineering

More information

Introduction to Seismology Spring 2008

Introduction to Seismology Spring 2008 MIT OpenCourseWare http://ow.mit.edu 1.510 Introdution to Seismology Spring 008 For information about iting these materials or our Terms of Use, visit: http://ow.mit.edu/terms. 1.510 Leture Notes 3.3.007

More information

Run Time Environment. Implementing Object-Oriented Languages

Run Time Environment. Implementing Object-Oriented Languages Run Time Environment Implementing Objet-Oriented Languages Copright 2017, Pedro C. Diniz, all rights reserved. Students enrolled in the Compilers lass at the Universit of Southern California have epliit

More information

Reading Object Code. A Visible/Z Lesson

Reading Object Code. A Visible/Z Lesson Reading Objet Code A Visible/Z Lesson The Idea: When programming in a high-level language, we rarely have to think about the speifi ode that is generated for eah instrution by a ompiler. But as an assembly

More information

Illumina LIMS. Software Guide. For Research Use Only. Not for use in diagnostic procedures. Document # June 2017 ILLUMINA PROPRIETARY

Illumina LIMS. Software Guide. For Research Use Only. Not for use in diagnostic procedures. Document # June 2017 ILLUMINA PROPRIETARY Illmina LIMS Software Gide Jne 2017 ILLUMINA PROPRIETARY This docment and its contents are proprietary to Illmina, Inc. and its affiliates ("Illmina"), and are intended solely for the contractal se of

More information

Pushing squares around

Pushing squares around Pshing sqares arond Adrian Dmitresc János Pach Ý Abstract We stdy dynamic self-reconfigration of modlar metamorphic systems. We garantee the feasibility of motion planning in a rectanglar model consisting

More information

Greedy strikes back: Improved Facility Location Algorithms. this problem is NP-hard.

Greedy strikes back: Improved Facility Location Algorithms. this problem is NP-hard. Greedy stries ba Improved Faility Loation Algorithms Sdipto Gha Dept. o Compter Siene Stanord University Stanord, CA 9435 Samir Khller y Compter Siene Dept. and UMIACS University o Maryland College Par,

More information

End mills are widely used in industry for high-speed machining. End milling cutters are C H A P T E R 2

End mills are widely used in industry for high-speed machining. End milling cutters are C H A P T E R 2 C H A P T E R End Mill End mills are widely used in industry for high-speed mahining. End milling utters are multi-point milling utters with utting edges both on the fae end as well as on the periphery,

More information

SEGMENTATION OF IMAGERY USING NETWORK SNAKES

SEGMENTATION OF IMAGERY USING NETWORK SNAKES SEGMENTATION OF IMAGERY USING NETWORK SNAKES Matthias Butenuth Institute of Photogrammetry and GeoInformation, Leibniz Universität Hannover Nienburger Str. 1, 30167 Hannover, Germany butenuth@ipi.uni-hannover.de

More information

Gray Codes for Reflectable Languages

Gray Codes for Reflectable Languages Gray Codes for Refletable Languages Yue Li Joe Sawada Marh 8, 2008 Abstrat We lassify a type of language alled a refletable language. We then develop a generi algorithm that an be used to list all strings

More information

EMC AppSync. User Guide. Version REV 01

EMC AppSync. User Guide. Version REV 01 EMC AppSync Version 1.5.0 User Gide 300-999-948 REV 01 Copyright 2012-2013 EMC Corporation. All rights reserved. Pblished in USA. EMC believes the information in this pblication is accrate as of its pblication

More information

Projections. Let us start with projections in 2D, because there are easier to visualize.

Projections. Let us start with projections in 2D, because there are easier to visualize. Projetions Let us start ith projetions in D, beause there are easier to visualie. Projetion parallel to the -ais: Ever point in the -plane ith oordinates (, ) ill be transformed into the point ith oordinates

More information

DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT

DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT 1 ZHANGGUO TANG, 2 HUANZHOU LI, 3 MINGQUAN ZHONG, 4 JIAN ZHANG 1 Institute of Computer Network and Communiation Tehnology,

More information

COSSIM An Integrated Solution to Address the Simulator Gap for Parallel Heterogeneous Systems

COSSIM An Integrated Solution to Address the Simulator Gap for Parallel Heterogeneous Systems COSSIM An Integrated Solution to Address the Simulator Gap for Parallel Heterogeneous Systems Andreas Brokalakis Synelixis Solutions Ltd, Greee brokalakis@synelixis.om Nikolaos Tampouratzis Teleommuniation

More information

Assembling Paradigms of Programming in Software Engeneering

Assembling Paradigms of Programming in Software Engeneering Journal of Software Engineering and Appliations, 2016, 9, 296-317 Published Online June 2016 in SiRes. http://www.sirp.org/journal/jsea http://dx.doi.org/10.4236/jsea.2016.96021 Assembling Paradigms of

More information

An Extended Fault-Tolerant Link-State Routing Protocol in the Internet

An Extended Fault-Tolerant Link-State Routing Protocol in the Internet An Extended Falt-Tolerant Link-State Roting Protocol in the Internet Jie W, Xiaola Lin, Jiannong Cao z, and Weijia Jia x Department of Compter Science and Engineering Florida Atlantic Uniersit Boca Raton,

More information

SAND Unlimited Release Printed November 1995 Updated November 29, :26 PM EXODUS II: A Finite Element Data Model

SAND Unlimited Release Printed November 1995 Updated November 29, :26 PM EXODUS II: A Finite Element Data Model SAND92-2137 Unlimited Release Printed November 1995 Updated November 29, 2006 12:26 PM EXODUS II: A Finite Element Data Model Gregory D. Sjaardema (updated version) Larry A. Shoof, Vitor R. Yarberry Computational

More information

Reading Object Code. A Visible/Z Lesson

Reading Object Code. A Visible/Z Lesson Reading Objet Code A Visible/Z Lesson The Idea: When programming in a high-level language, we rarely have to think about the speifi ode that is generated for eah instrution by a ompiler. But as an assembly

More information

Image Restoration Image Degradation and Restoration

Image Restoration Image Degradation and Restoration Image Degradation and Restoration hxy Image Degradation Model: Spatial domain representation can be modeled by: g x y h x y f x y x y Freqency domain representation can be modeled by: G F N Prepared By:

More information

OPTI-502 Optical Design and Instrumentation I John E. Greivenkamp Final Exam In Class Page 1/15 Fall, 2012

OPTI-502 Optical Design and Instrumentation I John E. Greivenkamp Final Exam In Class Page 1/15 Fall, 2012 OPTI-502 Optical Design and Instrmentation I John E. Greivenkamp Final Exam In Class Page 1/15 Fall, 2012 Name Closed book; closed notes. Time limit: 2 hors. An eqation sheet is attached and can be removed.

More information

WORKSHOP 20 CREATING PCL FUNCTIONS

WORKSHOP 20 CREATING PCL FUNCTIONS WORKSHOP 20 CREATING PCL FUNCTIONS WS20-1 WS20-2 Problem Desription This exerise involves reating two PCL funtions that an be used to easily hange the view of a model. The PCL funtions are reated by reording

More information

High-Speed, Three-Dimensional Quantification of Ladybug (Hippodamia convergens) Flapping Wing Kinematics During Takeoff

High-Speed, Three-Dimensional Quantification of Ladybug (Hippodamia convergens) Flapping Wing Kinematics During Takeoff High-Speed, hree-dimensional Qantification of adbg (Hippodamia conergens) lapping Wing Kinematics Dring akeoff an B. George, Scott. homson Department of Mechanical Engineering, Brigham Yong Uniersit, Proo,

More information

High-Speed, Three-Dimensional Quantification of Ladybug (Hippodamia convergens) Flapping Wing Kinematics During Takeoff

High-Speed, Three-Dimensional Quantification of Ladybug (Hippodamia convergens) Flapping Wing Kinematics During Takeoff High-Speed, hree-dimensional Qantification of adbg (Hippodamia conergens) lapping Wing Kinematics Dring akeoff an B. George, Scott. homson Department of Mechanical Engineering, Brigham Yong Uniersit, Proo,

More information

SVC-DASH-M: Scalable Video Coding Dynamic Adaptive Streaming Over HTTP Using Multiple Connections

SVC-DASH-M: Scalable Video Coding Dynamic Adaptive Streaming Over HTTP Using Multiple Connections SVC-DASH-M: Salable Video Coding Dynami Adaptive Streaming Over HTTP Using Multiple Connetions Samar Ibrahim, Ahmed H. Zahran and Mahmoud H. Ismail Department of Eletronis and Eletrial Communiations, Faulty

More information

Object Pose from a Single Image

Object Pose from a Single Image Object Pose from a Single Image How Do We See Objects in Depth? Stereo Use differences between images in or left and right eye How mch is this difference for a car at 00 m? Moe or head sideways Or, the

More information

An Introduction to GPU Computing. Aaron Coutino MFCF

An Introduction to GPU Computing. Aaron Coutino MFCF An Introdction to GPU Compting Aaron Cotino acotino@waterloo.ca MFCF What is a GPU? A GPU (Graphical Processing Unit) is a special type of processor that was designed to render and maniplate textres. They

More information

Constraint-Driven Communication Synthesis

Constraint-Driven Communication Synthesis Constraint-Drien Commnication Synthesis Alessandro Pinto Goqiang Wang Lca P. Carloni Abstract Constraint-drien Commnication Synthesis enables the atomatic design of the commnication architectre of a complex

More information