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


Book Description

Inhaltsangabe:Introduction: 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 is a relation to Augmented and Mixed Reality (AR/MR), Computer-Supported Collaborative Work (CSCW), Computer-Aided industrial/architectural Design (CAD), modeling of the real-world (e.g. computer games, scenes/effects in movies), entertainment (e.g. 3D TV/Video) and recognition/analyzing of real-world characteristics by computer systems and robots. There exists a powerful algorithm theory for shape reconstruction from arbitrary viewpoints, called shape from photo-consistency. 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 shape from photo-consistency. 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 and compared to highly optimized CPU implementations. It is shown that the new approach can outperform the latter by more than one magnitude. The thesis is organized as follows: Chapter 1 contains an introduction, giving an overview with classification of related techniques, statement of the main problem, novelty of the proposed approach and its fields of application. Chapter 2 surveys related work in the area of dynamic scene reconstruction by shape from silhouette and shape from photo-consistency. The focus lies on high performance reconstruction and hardware-acceleration. Chapter 3 introduces the theoretical basis for the proposed [...]




Computer Vision Systems


Book Description

This book constitutes the refereed proceedings of the 11th International Conference on Computer Vision Systems, ICVS 2017, held in Shenzhen, China, in July 2017. The 61 papers presented were carefully reviewed and selected from 92 submissions. The papers are organized in topical sections on visual control, visual navigation, visual inspection, image processing, human robot interaction, stereo system, image retrieval, visual detection, visual recognition, system design, and 3D vision / fusion.




Computer Vision - ECCV 2006


Book Description




Intelligent Multidimensional Data and Image Processing


Book Description

As the most natural and convenient means of conveying or transmitting information, images play a vital role in our daily lives. Image processing is now of paramount importance in the computer vision research community, and proper processing of two-dimensional (2D) real-life images plays a key role in many real-life applications as well as commercial developments. Intelligent Multidimensional Data and Image Processing is a vital research publication that contains an in-depth exploration of image processing techniques used in various applications, including how to handle noise removal, object segmentation, object extraction, and the determination of the nearest object classification and its associated confidence level. Featuring coverage on a broad range of topics such as object detection, machine vision, and image conversion, this book provides critical research for scientists, computer engineers, professionals, researchers, and academicians seeking current research on solutions for new challenges in 2D and 3D image processing.




Multi-View Stereo


Book Description

Presents a hands-on view of the field of multi-view stereo with a focus on practical algorithms. It frames the multiview stereo problem as an image/geometry consistency optimization problem and describesits main two ingredients: robust implementations of photometric consistency measures and efficient optimization algorithms.




Intelligent Scene Modeling and Human-Computer Interaction


Book Description

This edited book is one of the first to describe how Autonomous Virtual Humans and Social Robots can interact with real people and be aware of the surrounding world using machine learning and AI. It includes: · Many algorithms related to the awareness of the surrounding world such as the recognition of objects, the interpretation of various sources of data provided by cameras, microphones, and wearable sensors · Deep Learning Methods to provide solutions to Visual Attention, Quality Perception, and Visual Material Recognition · How Face Recognition and Speech Synthesis will replace the traditional mouse and keyboard interfaces · Semantic modeling and rendering and shows how these domains play an important role in Virtual and Augmented Reality Applications. Intelligent Scene Modeling and Human-Computer Interaction explains how to understand the composition and build very complex scenes and emphasizes the semantic methods needed to have an intelligent interaction with them. It offers readers a unique opportunity to comprehend the rapid changes and continuous development in the fields of Intelligent Scene Modeling.




Augmented Reality


Book Description

Today’s Comprehensive and Authoritative Guide to Augmented Reality By overlaying computer-generated information on the real world, augmented reality (AR) amplifies human perception and cognition in remarkable ways. Working in this fast-growing field requires knowledge of multiple disciplines, including computer vision, computer graphics, and human-computer interaction. Augmented Reality: Principles and Practice integrates all this knowledge into a single-source reference, presenting today’s most significant work with scrupulous accuracy. Pioneering researchers Dieter Schmalstieg and Tobias Höllerer carefully balance principles and practice, illuminating AR from technical, methodological, and user perspectives. Coverage includes Displays: head-mounted, handheld, projective, auditory, and haptic Tracking/sensing, including physical principles, sensor fusion, and real-time computer vision Calibration/registration, ensuring repeatable, accurate, coherent behavior Seamless blending of real and virtual objects Visualization to enhance intuitive understanding Interaction–from situated browsing to full 3D interaction Modeling new geometric content Authoring AR presentations and databases Architecting AR systems with real-time, multimedia, and distributed elements This guide is indispensable for anyone interested in AR, including developers, engineers, students, instructors, researchers, and serious hobbyists.




Real-Time Rendering


Book Description

Thoroughly revised, this third edition focuses on modern techniques used to generate synthetic three-dimensional images in a fraction of a second. With the advent of programmable shaders, a wide variety of new algorithms have arisen and evolved over the past few years. This edition discusses current, practical rendering methods used in games and other applications. It also presents a solid theoretical framework and relevant mathematics for the field of interactive computer graphics, all in an approachable style. The authors have made the figures used in the book available for download for fair use.:Download Figures. Reviews Rendering has been a required reference for professional graphics practitioners for nearly a decade. This latest edition is as relevant as ever, covering topics from essential mathematical foundations to advanced techniques used by today’s cutting edge games. -- Gabe Newell, President, Valve, May 2008 Rendering ... has been completely revised and revamped for its updated third edition, which focuses on modern techniques used to generate three-dimensional images in a fraction of the time old processes took. From practical rendering for games to math and details for better interactive applications, it's not to be missed. -- The Bookwatch, November 2008 You'll get brilliantly lucid explanations of concepts like vertex morphing and variance shadow mapping—as well as a new respect for the incredible craftsmanship that goes into today's PC games. -- Logan Decker, PC Gamer Magazine , February 2009




An Introduction to Ray Tracing


Book Description

The creation of ever more realistic 3-D images is central to the development of computer graphics. The ray tracing technique has become one of the most popular and powerful means by which photo-realistic images can now be created. The simplicity, elegance and ease of implementation makes ray tracing an essential part of understanding and exploiting state-of-the-art computer graphics.An Introduction to Ray Tracing develops from fundamental principles to advanced applications, providing "how-to" procedures as well as a detailed understanding of the scientific foundations of ray tracing. It is also richly illustrated with four-color and black-and-white plates. This is a book which will be welcomed by all concerned with modern computer graphics, image processing, and computer-aided design. - Provides practical "how-to" information - Contains high quality color plates of images created using ray tracing techniques - Progresses from a basic understanding to the advanced science and application of ray tracing




Programming Massively Parallel Processors


Book Description

Programming Massively Parallel Processors: A Hands-on Approach, Second Edition, teaches students how to program massively parallel processors. It offers a detailed discussion of various techniques for constructing parallel programs. Case studies are used to demonstrate the development process, which begins with computational thinking and ends with effective and efficient parallel programs. This guide shows both student and professional alike the basic concepts of parallel programming and GPU architecture. Topics of performance, floating-point format, parallel patterns, and dynamic parallelism are covered in depth. This revised edition contains more parallel programming examples, commonly-used libraries such as Thrust, and explanations of the latest tools. It also provides new coverage of CUDA 5.0, improved performance, enhanced development tools, increased hardware support, and more; increased coverage of related technology, OpenCL and new material on algorithm patterns, GPU clusters, host programming, and data parallelism; and two new case studies (on MRI reconstruction and molecular visualization) that explore the latest applications of CUDA and GPUs for scientific research and high-performance computing. This book should be a valuable resource for advanced students, software engineers, programmers, and hardware engineers. - New coverage of CUDA 5.0, improved performance, enhanced development tools, increased hardware support, and more - Increased coverage of related technology, OpenCL and new material on algorithm patterns, GPU clusters, host programming, and data parallelism - Two new case studies (on MRI reconstruction and molecular visualization) explore the latest applications of CUDA and GPUs for scientific research and high-performance computing