A Framework for Realtime 3-D Reconstruction by Space Carving Using Graphics Hardware

Size: px
Start display at page:

Download "A Framework for Realtime 3-D Reconstruction by Space Carving Using Graphics Hardware"

Transcription

1 Media Christian Nitschke A Framework for Realtime 3-D Reconstruction by Space Carving Using Graphics Hardware Diploma Thesis

2 Bibliographic information published by the German National Library: The German National Library lists this publication in the National Bibliography; detailed bibliographic data are available on the Internet at This book is copyright material and must not be copied, reproduced, transferred, distributed, leased, licensed or publicly performed or used in any way except as specifically permitted in writing by the publishers, as allowed under the terms and conditions under which it was purchased or as strictly permitted by applicable copyright law. Any unauthorized distribution or use of this text may be a direct infringement of the author s and publisher s rights and those responsible may be liable in law accordingly. Copyright 2006 Diplomica Verlag GmbH ISBN:

3 Christian Nitschke A Framework for Realtime 3-D Reconstruction by Space Carving Using Graphics Hardware Diplom.de

4

5 Christian Nitschke A Framework for Realtime 3-D Reconstruction by Space Carving Using Graphics Hardware Diplomarbeit Bauhaus-Universität Weimar Fachbereich Medien Studiengang Mediensystemwissenschaft Dezember 2006 ID 10199

6 Christian Nitschke A Framework for Realtime 3-D Reconstruction by Space Carving Using Graphics Hardware ISBN: Druck Diplomica GmbH, Hamburg, 2007 Zugl. Bauhaus-Universität Weimar, Weimar, Deutschland, Diplomarbeit, 2006 Dieses Werk ist urheberrechtlich geschützt. Die dadurch begründeten Rechte, insbesondere die der Übersetzung, des Nachdrucks, des Vortrags, der Entnahme von Abbildungen und Tabellen, der Funksendung, der Mikroverfilmung oder der Vervielfältigung auf anderen Wegen und der Speicherung in Datenverarbeitungsanlagen, bleiben, auch bei nur auszugsweiser Verwertung, vorbehalten. Eine Vervielfältigung dieses Werkes oder von Teilen dieses Werkes ist auch im Einzelfall nur in den Grenzen der gesetzlichen Bestimmungen des Urheberrechtsgesetzes der Bundesrepublik Deutschland in der jeweils geltenden Fassung zulässig. Sie ist grundsätzlich vergütungspflichtig. Zuwiderhandlungen unterliegen den Strafbestimmungen des Urheberrechtes. Die Wiedergabe von Gebrauchsnamen, Handelsnamen, Warenbezeichnungen usw. in diesem Werk berechtigt auch ohne besondere Kennzeichnung nicht zu der Annahme, dass solche Namen im Sinne der Warenzeichen- und Markenschutz-Gesetzgebung als frei zu betrachten wären und daher von jedermann benutzt werden dürften. Die Informationen in diesem Werk wurden mit Sorgfalt erarbeitet. Dennoch können Fehler nicht vollständig ausgeschlossen werden, und die Diplomarbeiten Agentur, die Autoren oder Übersetzer übernehmen keine juristische Verantwortung oder irgendeine Haftung für evtl. verbliebene fehlerhafte Angaben und deren Folgen. Diplomica GmbH Hamburg 2007 Printed in Germany

7

8 To my Parents

9 I hereby declare that this submission is my own work and that, to the best of my knowledge and belief, it contains no material previously published or written by another person nor material which to a substantial extent has been accepted for the award of any other degree or diploma of the university or other institute of higher learning, except where due acknowledgment has been made in the text. Christian Nitschke, Weimar 12/06/2006

10 ABSTRACT Reconstruction of real-world scenes from a set of multiple images is a topic in Computer Vision and 3D Computer Graphics with many interesting applications. There exists a powerful algorithm for shape reconstruction from arbitrary viewpoints, called Space Carving. However, it is computationally expensive and hence can not be used with applications in the field of 3D video or CSCW as well as interactive 3D model creation. Attempts have been made to achieve real-time framerates using PC cluster systems. While these provide enough performance they are also expensive and less flexible. Approaches that use GPU hardware acceleration on single workstations achieve interactive framerates for novel-view synthesis, but do not provide an explicit volumetric representation of the whole scene. The proposed approach shows the efforts in developing a GPU hardware-accelerated framework for obtaining the volumetric photo hull of a dynamic 3D scene as seen from multiple calibrated cameras. High performance is achieved by employing a shape from silhouette technique in advance to obtain a tight initial volume for Space Carving. Also several speed-up techniques are presented to increase efficiency. Since the entire processing is done on a single PC the framework can be applied to mobile setups, enabling a wide range of further applications. The approach is explained using programmable vertex and fragment processors with current hardware and compared to highly optimized CPU implementations. It is shown that the new approach can outperform the latter by more than one magnitude.

11 ACKNOWLEDGMENTS At first, I want to thank my supervisor, Oliver Bimber for providing me with the opportunity to spend a one-year research program at Takemura Lab in Osaka University, Japan. This work would not exist in the current form without his great support. I also want to thank my second supervisor, Kiyoshi Kiyokawa for coming to Germany just to attend my defense, for all the good discussions and comments when I got stuck in the daily details, for the wonderful time in Japan and the efforts in extending my stay in the last minute. It is a good place to thank both for reading the thesis in one week. I know myself, a lot of pages came together. I would also like to thank Atsushi Nakazawa for directly supervising my work with interesting discussions and background knowledge. My parents and my family always supported me and and gave me a backing on my way. I want to thank you for all the support and that you never said no to my ideas.

12 The stone unhewn and cold becomes a living mould, The more the marble wastes the more the statue grows. Michelangelo Buonarroti

13 Contents CONTENTS 1 Introduction Application Classification Performance Contribution Overview Related Work Shape from Silhouette Image Segmentation Foundations Performance of View-Independent Reconstruction CPU GPU Acceleration Performance of View-Dependent Reconstruction CPU GPU Acceleration Conclusion Shape from Photo-Consistency Foundations Performance of View-Independent Reconstruction CPU GPU Acceleration Performance of View-Dependent Reconstruction CPU GPU Acceleration Conclusion Fundamentals Camera Geometry Pinhole Camera Model Camera Parameters Intrinsic Parameters Extrinsic Parameters Radial Lens Distortion Camera Calibration Light and Color Light in Space Radiance i -

14 Contents Light at a Surface Irradiance Radiosity Lambertian and Specular Surfaces Occlusion and Shadows Light at a Camera Color Color Representation Linear Color Spaces Non-linear Color Spaces Color Metric CCD Camera Color Imaging D Reconstruction from Multiple Views Visual Hull Reconstruction by Shape from Silhouette Shape from Silhouette Discussion The Visual Hull Silhouette-Equivalency Number of Viewpoints Conclusion Photo Hull Reconstruction by Shape from Photo-Consistency Shape from Photo-Consistency Discussion Photo-Consistency The Photo Hull The Space Carving Algorithm Voxel Visibility Conclusion Basic Algorithm Data Camera Parameters Image Data Reconstruction D Data Representation Volumetric Bounding Box Maximal Volume Intersection Visual Hull Approximation Photo-Consistent Surface Active Source Camera Test Photo Consistency Test ii -

15 Contents 5 Advanced Algorithm Overview Deployment Process Flow Texture Processing Lookup Table for Projection Coordinates Mapping Image Data into Textures Texture Upload and Processing Performance GPU Image Processing Destination Cameras Discussion Ray Casting vs. Multi Plane Sweeping Virtual vs. Natural Views Interleaved Depth Sampling Active Destination Cameras Source Camera Viewing Ray Intersection of Volume and Source Camera Viewing Ray Activity Decision Reconstruction Vertex Data Vertex Shader Visual Hull Approximation Decreasing the Sampling Error for Interleaved Sampling Early Ray Carving Fragment Shader Photo-Consistent Surface Filling Holes Modified Active Source Camera Decision Fragment Shader Color Blending Fragment Shader Render to Texture Postprocessing Extracting Texture Data Filling Interior Volume Data Ambiguities Performance Experiments System Setup Implementation Datasets Performance Abstract Data Performance Experiments CPU-GPU Texture Upload iii -

16 Contents Interleaved Sampling Early Ray Carving Fragment Shader CIELab-RGB Conversion Porting all Load to the Fragment Processor GPU-CPU Texture Read-back FBO Texture Size Impact of CPU-GPU Texture Upload on overall Performance Number of Source Cameras Number of Destination Cameras Concrete Data Performance Experiments Algorithmic Features Destination Cameras Volumetric Resolution Volumetric Bounding Box PCS Increments Conclusion Algorithmic Features Parameters GPU/CPU Comparison Quality Concrete Data Quality Experiments Volumetric Resolution Volumetric Bounding Box PCS Increments Visual Experiments Image Segmentation Interleaved Sampling and MV I Camera Viewing Cone Intersection Reconstruction of V HA and PCS Volumetric Resolution PCS Increments Geometrical Score for Active Source Camera Computation Range of Color Distances for Active Source Camera Computation Labeling of Interior Space Conclusion Image Segmentation BB, MV I and Viewing Cone Intersection V HA and PCS PCS Parameters Labeling of Interior Space iv -

Open Source Customer Relationship Management Solutions Potential for an Impact of Open Source CRM Solutions on Small- and Medium Sized Enterprises

Open Source Customer Relationship Management Solutions Potential for an Impact of Open Source CRM Solutions on Small- and Medium Sized Enterprises Henrik Vogt Open Source Customer Relationship Management Solutions Potential for an Impact of Open Source CRM Solutions on Small- and Medium Sized Enterprises Diplom.de Henrik Vogt Open Source Customer

More information

Strategic Management in Crisis Communication

Strategic Management in Crisis Communication Christian Fronz Strategic Management in Crisis Communication A Multinational Approach Diplomica Verlag Christian Fronz Strategic Management in Crisis Communication - A Multinational Approach ISBN: 978-3-8428-1580-3

More information

Radical innovation and Open innovation

Radical innovation and Open innovation Khanh Pham-Gia Radical innovation and Open innovation Creating new growth opportunities for business Illumination with a case study in the LED industry Diplomica Verlag Khanh Pham-Gia Radical innovation

More information

Verena A. Knipp. Trust the Brand. Corporate Reputation Management in Private Banking. Diplomica Verlag

Verena A. Knipp. Trust the Brand. Corporate Reputation Management in Private Banking. Diplomica Verlag Verena A. Knipp Trust the Brand Corporate Reputation Management in Private Banking Diplomica Verlag Verena A. Knipp Trust the Brand - Corporate Reputation Management in Private Banking ISBN: 978-3-8366-3058-0

More information

How to start up a software business within a cloud computing environment

How to start up a software business within a cloud computing environment Thomas Buchegger How to start up a software business within a cloud computing environment An evaluation of aspects from a business development perspective Anchor Academic Publishing disseminate knowledge

More information

Simulating Cloud Deployment Options for Software Migration Support

Simulating Cloud Deployment Options for Software Migration Support Technology Florian Fittkau Simulating Cloud Deployment Options for Software Migration Support Master's Thesis Fittkau, Florian: Simulating Cloud Deployment Options for Software Migration Support, Hamburg,

More information

Andreas Cseh. Quantum Fading. Strategies for Leveraged & Inverse ETFs. Anchor Academic Publishing. disseminate knowledge

Andreas Cseh. Quantum Fading. Strategies for Leveraged & Inverse ETFs. Anchor Academic Publishing. disseminate knowledge Andreas Cseh Quantum Fading Strategies for Leveraged & Inverse ETFs Anchor Academic Publishing disseminate knowledge Cseh, Andreas: Quantum Fading : Strategies for Leveraged & Inverse ETFs, Hamburg, Anchor

More information

limo B. Poser The Impact of Corporate Venture Capital

limo B. Poser The Impact of Corporate Venture Capital limo B. Poser The Impact of Corporate Venture Capital GABLER EDITION WISSENSCHAFT Timo B. Poser The Impact of Corporate Venture Capital Potentials of Competitive Advantages for the Investing Company Deutscher

More information

Permanent Establishments in International Tax Law

Permanent Establishments in International Tax Law Schriftenreihe zum Internationalen Steuerrecht Herausgegeben von Univ.-Prof. Dr. Michael Lang Band 29 Permanent Establishments in International Tax Law herausgegeben von Hans-Jörgen Aigner Mario Züger

More information

Erich R. Utz. Modelling and Measurement Methods of Operational Risk in Banking. Herbert Utz Verlag München

Erich R. Utz. Modelling and Measurement Methods of Operational Risk in Banking. Herbert Utz Verlag München Erich R. Utz Modelling and Measurement Methods of Operational Risk in Banking Herbert Utz Verlag München Schriftenreihe für angewandtes Management herausgegeben von Prof. Dr. Dr. Christian Werner, Fachhochschule

More information

windream Failover Cluster Installation

windream Failover Cluster Installation windream windream Failover Cluster Installation windream GmbH, Bochum Copyright 2006-2011 by windream GmbH Wasserstr.219 44799 Bochum Stand: 06/11 1.0.0.3 Alle Rechte vorbehalten. Kein Teil dieser Beschreibung

More information

Volker Flogel. The Microstructure of European Bond Markets

Volker Flogel. The Microstructure of European Bond Markets Volker Flogel The Microstructure of European Bond Markets WIRTSCHAFTSWISSENSCHAFT Forschung Schriftenreihe der EUROPEAN BUSINESS SCHOOL International University SchloS Reichartshausen Herausgegeben von

More information

Services supply chain management and organisational performance

Services supply chain management and organisational performance Services supply chain management and organisational performance Irène Kilubi Services supply chain management and organisational performance An exploratory mixed-method investigation of service and manufacturing

More information

3 Image-Based Photo Hulls. 2 Image-Based Visual Hulls. 3.1 Approach. 3.2 Photo-Consistency. Figure 1. View-dependent geometry.

3 Image-Based Photo Hulls. 2 Image-Based Visual Hulls. 3.1 Approach. 3.2 Photo-Consistency. Figure 1. View-dependent geometry. Image-Based Photo Hulls Greg Slabaugh, Ron Schafer Georgia Institute of Technology Center for Signal and Image Processing Atlanta, GA 30332 {slabaugh, rws}@ece.gatech.edu Mat Hans Hewlett-Packard Laboratories

More information

Certificate SAP INTEGRATION CERTIFICATION

Certificate SAP INTEGRATION CERTIFICATION Certificate SAP INTEGRATION CERTIFICATION SAP SE hereby confirms that the interface software MCC SR2015 for the product MCC SR2015 of the MEIERHOFER AG. has been certified for integration with SAP ECC

More information

BRFplus Field Configuration for Portfolio Management

BRFplus Field Configuration for Portfolio Management for Portfolio Management A PLM Consulting Solution Public The BRFplus Field Configuration allows you to easily modify the field configuration of standard and custom fields, toolbar buttons and tabs on

More information

Symbio system requirements. Version 4.x

Symbio system requirements. Version 4.x Symbio system requirements Version 4.x Stand: September 2015 2015 Ploetz + Zeller GmbH Symbio system requirements 2 Content 1 Symbio Client... 3 1.1 Overview... 3 1.2 Symbio Client... 3 1.2.1 Minimum hardware

More information

Run SAP Implementation Partner Program Guide 2009 ADOPTING THE RUN METHODOLOGY INTO YOUR SAP IMPLEMENTATIONS

Run SAP Implementation Partner Program Guide 2009 ADOPTING THE RUN METHODOLOGY INTO YOUR SAP IMPLEMENTATIONS Run SAP Implementation Partner Program Guide 2009 ADOPTING THE RUN METHODOLOGY INTO YOUR SAP IMPLEMENTATIONS Executive Summary The foundation for business process availability is laid in the technical

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 torsten@sfu.ca www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics

More information

Jeanette Gorzala The Art of Hostile Takeover Defence

Jeanette Gorzala The Art of Hostile Takeover Defence Jeanette Gorzala The Art of Hostile Takeover Defence IGEL Verlag Jeanette Gorzala The Art of Hostile Takeover Defence 1.Auflage 2010 ISBN: 978 3 86815 423 8 IGEL Verlag GmbH, 2010. Alle Rechte vorbehalten.

More information

Project Cost Reporting for PPM

Project Cost Reporting for PPM Project Cost Reporting for PPM A PLM Consulting Solution Public Project Cost Reporting for PPM The Consulting Solution Project Cost Reporting supports project-centric and cross-project evaluations in PPM,

More information

SAP Solution Manager Change Request Management. SAP Solution Manager Product Management SAP AG

SAP Solution Manager Change Request Management. SAP Solution Manager Product Management SAP AG SAP Solution Manager Change Request Management SAP Solution Manager Product Management SAP AG Change Request Management Maintenance Activities Project Activities Administration Activities SAP Solution

More information

RFID-based Business Models

RFID-based Business Models Nummer 6 Hrsg. Frank Straube Philipp Bensel, Stefan Vogeler, Ralph Tröger RFID-based Business Models A Case Study from the Textile Industry Digitale Schriftenreihe der Technischen Universität Berlin Bensel,

More information

Image Processing and Computer Graphics. Rendering Pipeline. Matthias Teschner. Computer Science Department University of Freiburg

Image Processing and Computer Graphics. Rendering Pipeline. Matthias Teschner. Computer Science Department University of Freiburg Image Processing and Computer Graphics Rendering Pipeline Matthias Teschner Computer Science Department University of Freiburg Outline introduction rendering pipeline vertex processing primitive processing

More information

Use of DB2 purescale with SAP Applications

Use of DB2 purescale with SAP Applications Use of DB2 purescale with SAP Applications December, 2013 Customer SAP Applications on DB2 purescale End users Can use SAP log-on groups to direct similar work to same set of servers Central Services Application

More information

SAP Perfect Plant Manufacturing Solution. SAP Taiwan Allen Lin 林 信 宇 2010.09.14

SAP Perfect Plant Manufacturing Solution. SAP Taiwan Allen Lin 林 信 宇 2010.09.14 SAP Perfect Plant Manufacturing Solution SAP Taiwan Allen Lin 林 信 宇 2010.09.14 生 產 製 造 的 世 界 趨 勢 協 同 製 造 的 環 境 客 戶 導 向 的 創 新 符 合 法 規 的 規 範 應 用 資 訊 的 輔 助 Cost savings Focus on core competencies Closeness

More information

Advanced Rendering for Engineering & Styling

Advanced Rendering for Engineering & Styling Advanced Rendering for Engineering & Styling Prof. B.Brüderlin Brüderlin,, M Heyer 3Dinteractive GmbH & TU-Ilmenau, Germany SGI VizDays 2005, Rüsselsheim Demands in Engineering & Styling Engineering: :

More information

Global Trade Law. von Ulrich Magnus. 1. Auflage. Global Trade Law Magnus schnell und portofrei erhältlich bei beck-shop.de DIE FACHBUCHHANDLUNG

Global Trade Law. von Ulrich Magnus. 1. Auflage. Global Trade Law Magnus schnell und portofrei erhältlich bei beck-shop.de DIE FACHBUCHHANDLUNG Global Trade Law International Business Law of the United Nations and UNIDROIT. Collection of UNCITRAL's and UNIDROIT's Conventions, Model Acts, Guides and Principles von Ulrich Magnus 1. Auflage Global

More information

Rendering Microgeometry with Volumetric Precomputed Radiance Transfer

Rendering Microgeometry with Volumetric Precomputed Radiance Transfer Rendering Microgeometry with Volumetric Precomputed Radiance Transfer John Kloetzli February 14, 2006 Although computer graphics hardware has made tremendous advances over the last few years, there are

More information

SAP GLOBAL DIVERSITY POLICY

SAP GLOBAL DIVERSITY POLICY SAP GLOBAL DIVERSITY POLICY Date 29.8.2006 1 TABLE OF CONTENTS Cover Sheet... 2 PREFACE... 3 1 DEFINITION... 4 2 OBJECTIVES AND SCOPE... 4 2.1 KEY TARGETS FOR DIVERSITY AT SAP... 5 2.2 COMPLIANCE/SANCTIONS...

More information

Announcements. Active stereo with structured light. Project structured light patterns onto the object

Announcements. Active stereo with structured light. Project structured light patterns onto the object Announcements Active stereo with structured light Project 3 extension: Wednesday at noon Final project proposal extension: Friday at noon > consult with Steve, Rick, and/or Ian now! Project 2 artifact

More information

SAP CRM 2007. Detailed View SAP CRM 2007. Web Service Tool

SAP CRM 2007. Detailed View SAP CRM 2007. Web Service Tool SAP CRM 2007 Detailed View SAP CRM 2007 Web Service Tool Disclaimer This Presentation is a preliminary version and not subject to your license agreement or any other agreement with SAP. This document contains

More information

Predictive Analytics and the Big Data Challenge

Predictive Analytics and the Big Data Challenge Predictive Analytics and the Big Data Challenge Andrei Grigoriev, MBA, MSc Sr. Director, Custom Development EMEA SAP Nice, April 2014 What is Predictive Analytics Predictive analytics is about analyzing

More information

REAL-TIME IMAGE BASED LIGHTING FOR OUTDOOR AUGMENTED REALITY UNDER DYNAMICALLY CHANGING ILLUMINATION CONDITIONS

REAL-TIME IMAGE BASED LIGHTING FOR OUTDOOR AUGMENTED REALITY UNDER DYNAMICALLY CHANGING ILLUMINATION CONDITIONS REAL-TIME IMAGE BASED LIGHTING FOR OUTDOOR AUGMENTED REALITY UNDER DYNAMICALLY CHANGING ILLUMINATION CONDITIONS Tommy Jensen, Mikkel S. Andersen, Claus B. Madsen Laboratory for Computer Vision and Media

More information

A Prototype For Eye-Gaze Corrected

A Prototype For Eye-Gaze Corrected A Prototype For Eye-Gaze Corrected Video Chat on Graphics Hardware Maarten Dumont, Steven Maesen, Sammy Rogmans and Philippe Bekaert Introduction Traditional webcam video chat: No eye contact. No extensive

More information

Hardware design for ray tracing

Hardware design for ray tracing Hardware design for ray tracing Jae-sung Yoon Introduction Realtime ray tracing performance has recently been achieved even on single CPU. [Wald et al. 2001, 2002, 2004] However, higher resolutions, complex

More information

Leitlinien- Clearingbericht "Depression

Leitlinien- Clearingbericht Depression Schriftenreihe Band 12 Leitlinien- Clearingbericht "Depression Leitlinien-Clearingverfahren von Bundesärztekammer und Kassenärztlicher Bundesvereinigung in Kooperation mit Deutscher Krankenhausgesellschaft

More information

SAP Sourcing/CLM Webcast Query & User/Contact Maintenance Web Service

SAP Sourcing/CLM Webcast Query & User/Contact Maintenance Web Service SAP Sourcing/CLM Webcast Query & User/Contact Maintenance Web Service Vikram Shanmugasundaram / SAP Sourcing/CLM Center of Excellence Ed Dunne / SAP Sourcing/CLM Product Management November 2015 SAP Sourcing

More information

Proceedings of the 8 th Euro-Asia Conference on Environment and CSR: Tourism, MICE, Hospitality Management and Education Session (Part II)

Proceedings of the 8 th Euro-Asia Conference on Environment and CSR: Tourism, MICE, Hospitality Management and Education Session (Part II) Proceedings of the 8 th Euro-Asia Conference on Environment and CSR: Tourism, MICE, Hospitality Management and Education Session (Part II) Yanling Zhang (Ed.) Proceedings of the 8 th Euro-Asia Conference

More information

Life behaviour of discharge lamps for general lighting

Life behaviour of discharge lamps for general lighting Life behaviour of discharge lamps for general lighting Support for planning and maintenance Life behaviour of discharge lamps for general lighting 1. Introduction This documentation supports planning and

More information

SAP NetWeaver Composite Application Framework (CAF)

SAP NetWeaver Composite Application Framework (CAF) SAP NetWeaver Composite Application Framework (CAF) Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not

More information

Customer Surveys with SAP Contact Center

Customer Surveys with SAP Contact Center Customer Surveys with SAP Contact Center SAP Contact Center software version 7 SAP Contact Center Product Management 2014 Public Agenda Automated post-call survey Agent-driven surveys / information collection

More information

Partners. In collaboration with: With the financial support of: European Union ESCEM

Partners. In collaboration with: With the financial support of: European Union ESCEM Partners In collaboration with: With the financial support of: Freie Universität Berlin Sciences Po Paris Université Libre de Bruxelles ESC Dijon, Burgundy School of Business University of Bergamo European

More information

SAP Enterprise Portal 6.0 KM Platform Delta Features

SAP Enterprise Portal 6.0 KM Platform Delta Features SAP Enterprise Portal 6.0 KM Platform Delta Features Please see also the KM Platform feature list in http://service.sap.com/ep Product Management Operations Status: January 20th, 2004 Note: This presentation

More information

HP SAP. Where Development, Test and Operations meet. Application Lifecycle Management

HP SAP. Where Development, Test and Operations meet. Application Lifecycle Management HP SAP Where Development, Test and Operations meet Application Lifecycle Management 1 Introduction 1.1 ALM CONCEPTS Application Lifecycle Management (ALM) empowers IT to manage the core application life-cycle,

More information

Software / FileMaker / Plug-Ins Mailit 6 for FileMaker 10-13

Software / FileMaker / Plug-Ins Mailit 6 for FileMaker 10-13 Software / FileMaker / Plug-Ins Mailit 6 for FileMaker 10-13 Seite 1 / 5 Mailit 6 for FileMaker 10-13 The Ultimate Email Plug-In Integrate full email capability into your FileMaker 10-13 solutions with

More information

NVIDIA IndeX Enabling Interactive and Scalable Visualization for Large Data Marc Nienhaus, NVIDIA IndeX Engineering Manager and Chief Architect

NVIDIA IndeX Enabling Interactive and Scalable Visualization for Large Data Marc Nienhaus, NVIDIA IndeX Engineering Manager and Chief Architect SIGGRAPH 2013 Shaping the Future of Visual Computing NVIDIA IndeX Enabling Interactive and Scalable Visualization for Large Data Marc Nienhaus, NVIDIA IndeX Engineering Manager and Chief Architect NVIDIA

More information

SAP Solution Manager for Customizing Synchronization

SAP Solution Manager for Customizing Synchronization SAP Solution Manager for Customizing Synchronization Product Management SAP Solution Manager SAP AG Learning Objectives As a result of this presentation, you will be able to: Describe major challenges

More information

The Future Of Animation Is Games

The Future Of Animation Is Games The Future Of Animation Is Games 王 銓 彰 Next Media Animation, Media Lab, Director cwang@1-apple.com.tw The Graphics Hardware Revolution ( 繪 圖 硬 體 革 命 ) : GPU-based Graphics Hardware Multi-core (20 Cores

More information

Transforming and optimization of the supply chain to create value and secure growth and performance

Transforming and optimization of the supply chain to create value and secure growth and performance Transforming and optimization of the supply chain to create value and secure growth and performance Niedersachsen Aviation, Jahresnetzwerktreffen Hannover, 10th December 2015 Today s storyboard Short introduction

More information

mysap Supply Chain Management Solution Map Release 2005

mysap Supply Chain Management Solution Map Release 2005 mysap Supply Chain Management Solution Map Release 2005 Demand & Supply Planning Demand Planning & Forecasting Safety Stock Planning Supply Network Planning Distribution Planning Supply Network Collaboration

More information

Usability Evaluation of Modeling Languages

Usability Evaluation of Modeling Languages Usability Evaluation of Modeling Languages Bearbeitet von Christian Schalles 1. Auflage 2012. Taschenbuch. XXIII, 183 S. Paperback ISBN 978 3 658 00050 9 Format (B x L): 0 x 0 cm Gewicht: 275 g Weitere

More information

Bayreuther Arbeitspapiere zur Wirtschaftsinformatik, No. 53

Bayreuther Arbeitspapiere zur Wirtschaftsinformatik, No. 53 econstor www.econstor.eu Der Open-Access-Publikationsserver der ZBW Leibniz-Informationszentrum Wirtschaft The Open Access Publication Server of the ZBW Leibniz Information Centre for Economics Walther,

More information

Heterogeneous ABAP System Copy Technical Overview

Heterogeneous ABAP System Copy Technical Overview Heterogeneous ABAP System Copy Technical Overview Boris Zarske SAP Product Management December 2015 Public Goal of this presentation Even if heterogeneous system copies must only be performed by certified

More information

Silverlight for Windows Embedded Graphics and Rendering Pipeline 1

Silverlight for Windows Embedded Graphics and Rendering Pipeline 1 Silverlight for Windows Embedded Graphics and Rendering Pipeline 1 Silverlight for Windows Embedded Graphics and Rendering Pipeline Windows Embedded Compact 7 Technical Article Writers: David Franklin,

More information

Augmented Architectural Environments

Augmented Architectural Environments Laser Pointer Tracking in Projector- Augmented Architectural Environments Daniel Kurz, Ferry Häntsch, Max Große, Alexander Schiewe, Oliver Bimber Bauhaus-University Weimar, ARGroup What is this about?

More information

Critical Illness Insurance and the Elderly Risks and Opportunities

Critical Illness Insurance and the Elderly Risks and Opportunities Critical Illness Insurance and the Elderly Risks and Opportunities Health & Aging Conference 2013 Agenda > CI for the elderly why? > Product Design > Diseases what changes, what stays the same? 2 What

More information

GPU(Graphics Processing Unit) with a Focus on Nvidia GeForce 6 Series. By: Binesh Tuladhar Clay Smith

GPU(Graphics Processing Unit) with a Focus on Nvidia GeForce 6 Series. By: Binesh Tuladhar Clay Smith GPU(Graphics Processing Unit) with a Focus on Nvidia GeForce 6 Series By: Binesh Tuladhar Clay Smith Overview History of GPU s GPU Definition Classical Graphics Pipeline Geforce 6 Series Architecture Vertex

More information

SAP CRM 7.0 Detailed View

SAP CRM 7.0 Detailed View SAP CRM 7.0 Detailed View SAP CRM 7.0 Marketing Campaign Management 1 Content 1. Overview 2. Campaign Planning 3. Campaign Development 4. Campaign Optimization 5. Campaign Execution 6. Campaign Analysis

More information

SAP NetWeaver Gateway Throughput & Scalability. David Freidlin

SAP NetWeaver Gateway Throughput & Scalability. David Freidlin SAP NetWeaver Gateway Throughput & Scalability David Freidlin Agenda Gateway Throughput Gateway Data Scalability Gateway Scaling Out Gateway High Availability 2013 SAP AG. All rights reserved. 2 Gateway

More information

SAP Product Road Map SAP Mobile Documents

SAP Product Road Map SAP Mobile Documents SAP Product Road Map SAP Mobile Documents Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This presentation

More information

kultur- und sozialwissenschaften

kultur- und sozialwissenschaften Daniel K. Schneider Introduction to Educational Technology - Auszug - kultur- und sozialwissenschaften Der Inhalt dieses Dokumentes darf ohne vorherige schriftliche Erlaubnis durch die FernUniversität

More information

Image Synthesis. Transparency. computer graphics & visualization

Image Synthesis. Transparency. computer graphics & visualization Image Synthesis Transparency Inter-Object realism Covers different kinds of interactions between objects Increasing realism in the scene Relationships between objects easier to understand Shadows, Reflections,

More information

SAP Governance, Risk & Compliance Access Control 5.3. Post-Installation Enterprise Role Management Part I: Configuration

SAP Governance, Risk & Compliance Access Control 5.3. Post-Installation Enterprise Role Management Part I: Configuration SAP Governance, Risk & Compliance Access Control 5.3 Post-Installation Enterprise Role Management Part I: Configuration Authors SAP GRC RIG Team Frank Rambo, SAP GRC RIG, EMEA Region Frank Bannert, SAP

More information

SAP Solution Manager Value Proposition. Walldorf, April 2007

SAP Solution Manager Value Proposition. Walldorf, April 2007 SAP Solution Manager Value Proposition Walldorf, April 2007 Agenda Application management challenges Implementation / Upgrade Operations Optimization Application management lifecycle Routes to success

More information

OXID Modul-Zertifizierung Bedingungen

OXID Modul-Zertifizierung Bedingungen OXID Modul-Zertifizierung Bedingungen Copyright Copyright 2012 OXID esales AG, Deutschland Die Vervielfältigung dieses Dokuments oder Teilen davon, insbesondere die Verwendung von Texten oder Textteilen

More information

Efficient Storage, Compression and Transmission

Efficient Storage, Compression and Transmission Efficient Storage, Compression and Transmission of Complex 3D Models context & problem definition general framework & classification our new algorithm applications for digital documents Mesh Decimation

More information

Lean Innovation. A Fast Path from Knowledge to Value. Bearbeitet von Claus Sehested, Henrik Sonnenberg

Lean Innovation. A Fast Path from Knowledge to Value. Bearbeitet von Claus Sehested, Henrik Sonnenberg Lean Innovation A Fast Path from Knowledge to Value Bearbeitet von Claus Sehested, Henrik Sonnenberg 1st Edition. 2010. Buch. x, 192 S. Hardcover ISBN 978 3 642 15894 0 Format (B x L): 15,5 x 23,5 cm Gewicht:

More information

SAP Solutions for Information Management Overview, Strategy, & Roadmap. Kristin McMahon May 2013

SAP Solutions for Information Management Overview, Strategy, & Roadmap. Kristin McMahon May 2013 SAP Solutions for Information Management Overview, Strategy, & Roadmap Kristin McMahon May 2013 Safe Harbor Statement The information in this presentation is confidential and proprietary to SAP and may

More information

Modern TRIZ. A Practical Course with EASyTRIZ Technology. Bearbeitet von Michael A. Orloff

Modern TRIZ. A Practical Course with EASyTRIZ Technology. Bearbeitet von Michael A. Orloff Modern TRIZ A Practical Course with EASyTRIZ Technology Bearbeitet von Michael A. Orloff 1. Auflage 2012. Taschenbuch. xvi, 449 S. Paperback ISBN 978 3 642 25217 4 Format (B x L): 15,5 x 23,5 cm Gewicht:

More information

Management and Monitoring of a J2EE Server and Applications Using JMX. Reinhold Kautzleben, Gregor Frey Speaker Title, SAP AG

Management and Monitoring of a J2EE Server and Applications Using JMX. Reinhold Kautzleben, Gregor Frey Speaker Title, SAP AG Management and Monitoring of a J2EE Server and Applications Using JMX Reinhold Kautzleben, Gregor Frey Speaker Title, SAP AG How much JMX is required to be in J2EE? JMX 1.2 belongs to the list of required

More information

Application Map Release 2005

Application Map Release 2005 mysap Supplier Relationship Management Solution Map Application Map Release 2005 Purchasing Planning Purchasing Governance Strategy Development Risk Management Procurement Office Planning Category Management

More information

www.infoplc.net Application example AC500 Scalable PLC for Individual Automation Communication between AC500 and KNX network abb

www.infoplc.net Application example AC500 Scalable PLC for Individual Automation Communication between AC500 and KNX network abb Application example www.infoplc.net AC500 Scalable PLC for Individual Automation Communication between AC500 and KNX network abb Content www.infoplc.net 1 Disclaimer...2 1.1 For customers domiciled outside

More information

SAP Supplier Relationship Management 7.0

SAP Supplier Relationship Management 7.0 SAP Supplier Relationship Management 7.0 Contract Management Overview Name of Speaker, Department Date For the latest version of this document, please refer to the SAP Service Marketplace extranet at www.service.sap.com/srm,

More information

Overview of SAP NetWeaver Business Rules Management with SAP NetWeaver Composition Environment

Overview of SAP NetWeaver Business Rules Management with SAP NetWeaver Composition Environment Overview of SAP NetWeaver Business Rules Management with SAP NetWeaver Composition Environment Michael Hill Product Manager SAP Technology Group Market Development and Enablement SAP Labs, LLC Disclaimer

More information

DEVELOPMENT OF REAL-TIME VISUALIZATION TOOLS FOR THE QUALITY CONTROL OF DIGITAL TERRAIN MODELS AND ORTHOIMAGES

DEVELOPMENT OF REAL-TIME VISUALIZATION TOOLS FOR THE QUALITY CONTROL OF DIGITAL TERRAIN MODELS AND ORTHOIMAGES DEVELOPMENT OF REAL-TIME VISUALIZATION TOOLS FOR THE QUALITY CONTROL OF DIGITAL TERRAIN MODELS AND ORTHOIMAGES Dr.-Ing. Manfred Wiggenhagen University of Hanover, Germany Institute for Photogrammetry and

More information

Making SAP s User Experience Strategy Reality Nis Boy Naeve, Andreas Hauser SAP SE SESSION CODE: UX204

Making SAP s User Experience Strategy Reality Nis Boy Naeve, Andreas Hauser SAP SE SESSION CODE: UX204 Making SAP s User Experience Strategy Reality Nis Boy Naeve, Andreas Hauser SAP SE SESSION CODE: UX204 Disclaimer This presentation outlines our general product direction and should not be relied on in

More information

Building a multi-source universe

Building a multi-source universe September 10-13, 2012 Orlando, Florida Building a multi-source universe Pierpaolo Vezzosi 2011 SAP AG. All rights reserved. Public 1 Learning points Learn the details of the multi-source universe technology

More information

A Short Introduction to Computer Graphics

A Short Introduction to Computer Graphics A Short Introduction to Computer Graphics Frédo Durand MIT Laboratory for Computer Science 1 Introduction Chapter I: Basics Although computer graphics is a vast field that encompasses almost any graphical

More information

January, 2009. SOA Showcases - Utilities Cases -

January, 2009. SOA Showcases - Utilities Cases - January, 2009 SOA Showcases - Utilities Cases - Showcase overview Grid usage prices, 1 AMI, 1 Sales Proc. Integr., 1 Duet, 1 Customer Portal, 5 Material Mgmt, 1 Intranet portal, 1 Process Integr., 1 Payment

More information

Semester at DHBW Stuttgart EXCHANGE AND STUDY ABROAD PROGRAMMES

Semester at DHBW Stuttgart EXCHANGE AND STUDY ABROAD PROGRAMMES Stu Semester at DHBW Stuttgart EXCHANGE AND STUDY ABROAD PROGRAMMES Feel like coming to Stuttgart? Welcome from Prof. Dr. Joachim Weber, President Welcome to the Baden-Wuerttemberg Cooperative State University

More information

HYPO TIROL BANK AG. EUR 5,750,000,000 Debt Issuance Programme (the "Programme")

HYPO TIROL BANK AG. EUR 5,750,000,000 Debt Issuance Programme (the Programme) Third Supplement dated 29 December 2015 to the Prospectus dated 9 June 2015 This document constitutes a supplement (the "Third Supplement") within the meaning of Article 16 of the Directive 2003/71/EC

More information

Michael Collet 28th January 2005, Frankfurt, GI -Fachgruppe SECMGT

Michael Collet 28th January 2005, Frankfurt, GI -Fachgruppe SECMGT Management@SAP Michael Collet 28th January 2005, Frankfurt, GI -Fachgruppe SECMGT If business has no risk, don t do it! ( frei nach Tom DeMarco & Timothy Lister) Scope of Corporate Management Roll-out

More information

Upgrade-Preisliste. Upgrade Price List

Upgrade-Preisliste. Upgrade Price List Upgrade-Preisliste Mit Firmware Features With list of firmware features Stand/As at: 10.09.2014 Änderungen und Irrtümer vorbehalten. This document is subject to changes. copyright: 2014 by NovaTec Kommunikationstechnik

More information

Financial Markets and Public Finance

Financial Markets and Public Finance Neue Studien zur Politischen Ökonomie 10 Erik R. Fasten Financial Markets and Public Finance Sovereign Risks, Credit Markets and Fiscal Federalism Nomos Die Reihe Neue Studien zur Politischen Ökonomie

More information

The Internet of Things Our Strategy and Direction: Driving Customer Value

The Internet of Things Our Strategy and Direction: Driving Customer Value The Internet of Things Our Strategy and Direction: Driving Customer Value Michael Lynch 2015 Internal 2015 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced

More information

BACKUP EAGLE. Release Notes. Version: 6.1.1.16 Date: 11/25/2011

BACKUP EAGLE. Release Notes. Version: 6.1.1.16 Date: 11/25/2011 BACKUP EAGLE Release Notes Version: 6.1.1.16 Date: 11/25/2011 Schmitz RZ Consult GmbH BACKUP EAGLE Release Notes Seite 1 von 7 Date 11/29/2011 Contents 1. New Features... 3 1.1. Configurable automatically

More information

Introduction to Computer Graphics. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012

Introduction to Computer Graphics. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012 CSE 167: Introduction to Computer Graphics Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012 Today Course organization Course overview 2 Course Staff Instructor Jürgen Schulze,

More information

Immersive Medien und 3D-Video

Immersive Medien und 3D-Video Fraunhofer-Institut für Nachrichtentechnik Heinrich-Hertz-Institut Ralf Schäfer schaefer@hhi.de http://ip.hhi.de Immersive Medien und 3D-Video page 1 Outline Immersive Media Examples Interactive Media

More information

Mit einem Auge auf den mathema/schen Horizont: Was der Lehrer braucht für die Zukun= seiner Schüler

Mit einem Auge auf den mathema/schen Horizont: Was der Lehrer braucht für die Zukun= seiner Schüler Mit einem Auge auf den mathema/schen Horizont: Was der Lehrer braucht für die Zukun= seiner Schüler Deborah Löwenberg Ball und Hyman Bass University of Michigan U.S.A. 43. Jahrestagung für DidakEk der

More information

Online Model Reconstruction for Interactive Virtual Environments

Online Model Reconstruction for Interactive Virtual Environments Online Model Reconstruction for Interactive Virtual Environments Benjamin Lok University of North Carolina at Chapel Hill Department of Computer Science ABSTRACT We present a system for generating real-time

More information

Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417

Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417 Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417 In dieser Schulung lernen Sie neue Features und Funktionalitäten in Windows Server 2012 in Bezug auf das Management, die Netzwerkinfrastruktur,

More information

SAP BI - Data Quality with Business Objects Data Services

SAP BI - Data Quality with Business Objects Data Services SAP BI - Data Quality with Business Objects Data Services SAP NetWeaver BI taps into Data Services November 2008 Agenda 1. Motivation 1.1. Data Quality as an issues 2. Business Objects Data Services in

More information

Computer Graphics Hardware An Overview

Computer Graphics Hardware An Overview Computer Graphics Hardware An Overview Graphics System Monitor Input devices CPU/Memory GPU Raster Graphics System Raster: An array of picture elements Based on raster-scan TV technology The screen (and

More information

Autodesk Revit Architecture 2011 Professional Massmodeling Rendering Video Tutorial

Autodesk Revit Architecture 2011 Professional Massmodeling Rendering Video Tutorial Autodesk Revit Architecture 2011 Professional Massmodeling Rendering Video Tutorial Instructor Handout Created by: Marvi Basha, Klaus Hyden und Philipp Müller Autodesk Student Experts TU Graz September

More information

Multiple Components in One Database -

Multiple Components in One Database - Multiple Components in One Database - Technical Implementation on Different Databases Dr. Georg Leffers SAP AG Technical Setup The following slides show for all databases supported by SAP the technical

More information

The Evolution of Computer Graphics. SVP, Content & Technology, NVIDIA

The Evolution of Computer Graphics. SVP, Content & Technology, NVIDIA The Evolution of Computer Graphics Tony Tamasi SVP, Content & Technology, NVIDIA Graphics Make great images intricate shapes complex optical effects seamless motion Make them fast invent clever techniques

More information