• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 205
  • 120
  • 39
  • 4
  • Tagged with
  • 365
  • 192
  • 122
  • 120
  • 120
  • 106
  • 52
  • 36
  • 36
  • 36
  • 35
  • 25
  • 25
  • 23
  • 23
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
221

Registration and Quantitative Image Analysis of SPM Data

Rehse, Sabine 18 June 2008 (has links) (PDF)
Nichtlineare Verzerrungen von Rasterkraftmikroskopie (engl.: scanning probe microscopy, Abk.: SPM) Bildern beeinträchtigen die Qualität von Nanotomographiebildern und SPM Bildsequenzen. In dieser Arbeit wird ein neues, nichtlineares Registrierungsverfahren vorgestellt, das auf einem für medizinische Anwendungen entwickelten Algorithmus aufbaut und diesen für die Behandlung von SPM Daten erweitert. Die nichtlineare Registrierung ermöglicht es, verschiedene nanostrukturierte Materialen über große Bereiche (1 µm x 1 µm) mit einer Auflösung von 10 nm abzubilden. Dies erlaubt eine wesentlich detailliertere quantitative Analyse der Daten. Hierfür wurde eine neue Datenreduktions- und Visualisierungsmethode für Mikrodomänennetzwerke von Blockcopolymeren eingeführt. Zwei- und dreidimensionale Mikrodomänenstrukturen werden zu ihrem Skelett reduziert, Verzweigungspunkte farblich codiert und der entstandene Graph visualisiert. Die Anzahl verschiedener Skelettverzweigungen lässt sich über die Zeit verfolgen. Die Methode wurde mit lokalen Minkowskimaßen der ursprünglichen Graustufenbilder verglichen. Sie liefert morphologische und geometrische Informationen auf unterschiedlichen Längenskalen.
222

Fishification – Visualizing Activity Streams Using the Aquarium Metaphor

Maier, Sonja, Burkhard, Martin, Lachenmaier, Peter, Nutsi, Andrea, Koch, Michael 25 October 2013 (has links) (PDF)
Large screens in semi-public spaces are already used in different organizations for presenting information. To make these information radiators work, the visualization and interaction have to be as attractive and intuitive as possible. In this paper, we present a new way of visualizing social activity streams on semi-public large screens. In order to keep the user interface simple, and to attract people that are passing by, the aquarium metaphor is used. Apart from describing a prototype implementation, the paper elaborates on an evaluation of the prototype.
223

Auswertung einer Umfrage zur wissenschaftlichen Recherche an der TU Dresden

Schönbach, Carl 17 March 2015 (has links) (PDF)
An der TU Dresden wurden zwei Umfragen durchgeführt um die Benutzung Literaturrecherchewerkzeuge zu erfassen. In dieser Arbeit wurden die Umfragen analysiert.
224

Visualization techniques for the analysis of software behavior and related structures

Trümper, Jonas January 2014 (has links)
Software maintenance encompasses any changes made to a software system after its initial deployment and is thereby one of the key phases in the typical software-engineering lifecycle. In software maintenance, we primarily need to understand structural and behavioral aspects, which are difficult to obtain, e.g., by code reading. Software analysis is therefore a vital tool for maintaining these systems: It provides - the preferably automated - means to extract and evaluate information from their artifacts such as software structure, runtime behavior, and related processes. However, such analysis typically results in massive raw data, so that even experienced engineers face difficulties directly examining, assessing, and understanding these data. Among other things, they require tools with which to explore the data if no clear question can be formulated beforehand. For this, software analysis and visualization provide its users with powerful interactive means. These enable the automation of tasks and, particularly, the acquisition of valuable and actionable insights into the raw data. For instance, one means for exploring runtime behavior is trace visualization. This thesis aims at extending and improving the tool set for visual software analysis by concentrating on several open challenges in the fields of dynamic and static analysis of software systems. This work develops a series of concepts and tools for the exploratory visualization of the respective data to support users in finding and retrieving information on the system artifacts concerned. This is a difficult task, due to the lack of appropriate visualization metaphors; in particular, the visualization of complex runtime behavior poses various questions and challenges of both a technical and conceptual nature. This work focuses on a set of visualization techniques for visually representing control-flow related aspects of software traces from shared-memory software systems: A trace-visualization concept based on icicle plots aids in understanding both single-threaded as well as multi-threaded runtime behavior on the function level. The concept’s extensibility further allows the visualization and analysis of specific aspects of multi-threading such as synchronization, the correlation of such traces with data from static software analysis, and a comparison between traces. Moreover, complementary techniques for simultaneously analyzing system structures and the evolution of related attributes are proposed. These aim at facilitating long-term planning of software architecture and supporting management decisions in software projects by extensions to the circular-bundle-view technique: An extension to 3-dimensional space allows for the use of additional variables simultaneously; interaction techniques allow for the modification of structures in a visual manner. The concepts and techniques presented here are generic and, as such, can be applied beyond software analysis for the visualization of similarly structured data. The techniques' practicability is demonstrated by several qualitative studies using subject data from industry-scale software systems. The studies provide initial evidence that the techniques' application yields useful insights into the subject data and its interrelationships in several scenarios. / Die Softwarewartung umfasst alle Änderungen an einem Softwaresystem nach dessen initialer Bereitstellung und stellt damit eine der wesentlichen Phasen im typischen Softwarelebenszyklus dar. In der Softwarewartung müssen wir insbesondere strukturelle und verhaltensbezogene Aspekte verstehen, welche z.B. alleine durch Lesen von Quelltext schwer herzuleiten sind. Die Softwareanalyse ist daher ein unverzichtbares Werkzeug zur Wartung solcher Systeme: Sie bietet - vorzugsweise automatisierte - Mittel, um Informationen über deren Artefakte, wie Softwarestruktur, Laufzeitverhalten und verwandte Prozesse, zu extrahieren und zu evaluieren. Eine solche Analyse resultiert jedoch typischerweise in großen und größten Rohdaten, die selbst erfahrene Softwareingenieure direkt nur schwer untersuchen, bewerten und verstehen können. Unter Anderem dann, wenn vorab keine klare Frage formulierbar ist, benötigen sie Werkzeuge, um diese Daten zu erforschen. Hierfür bietet die Softwareanalyse und Visualisierung ihren Nutzern leistungsstarke, interaktive Mittel. Diese ermöglichen es Aufgaben zu automatisieren und insbesondere wertvolle und belastbare Einsichten aus den Rohdaten zu erlangen. Beispielsweise ist die Visualisierung von Software-Traces ein Mittel, um das Laufzeitverhalten eines Systems zu ergründen. Diese Arbeit zielt darauf ab, den "Werkzeugkasten" der visuellen Softwareanalyse zu erweitern und zu verbessern, indem sie sich auf bestimmte, offene Herausforderungen in den Bereichen der dynamischen und statischen Analyse von Softwaresystemen konzentriert. Die Arbeit entwickelt eine Reihe von Konzepten und Werkzeugen für die explorative Visualisierung der entsprechenden Daten, um Nutzer darin zu unterstützen, Informationen über betroffene Systemartefakte zu lokalisieren und zu verstehen. Da es insbesondere an geeigneten Visualisierungsmetaphern mangelt, ist dies eine schwierige Aufgabe. Es bestehen, insbesondere bei komplexen Softwaresystemen, verschiedenste offene technische sowie konzeptionelle Fragestellungen und Herausforderungen. Diese Arbeit konzentriert sich auf Techniken zur visuellen Darstellung kontrollflussbezogener Aspekte aus Software-Traces von Shared-Memory Softwaresystemen: Ein Trace-Visualisierungskonzept, basierend auf Icicle Plots, unterstützt das Verstehen von single- und multi-threaded Laufzeitverhalten auf Funktionsebene. Die Erweiterbarkeit des Konzepts ermöglicht es zudem spezifische Aspekte des Multi-Threading, wie Synchronisation, zu visualisieren und zu analysieren, derartige Traces mit Daten aus der statischen Softwareanalyse zu korrelieren sowie Traces mit einander zu vergleichen. Darüber hinaus werden komplementäre Techniken für die kombinierte Analyse von Systemstrukturen und der Evolution zugehöriger Eigenschaften vorgestellt. Diese zielen darauf ab, die Langzeitplanung von Softwarearchitekturen und Management-Entscheidungen in Softwareprojekten mittels Erweiterungen an der Circular-Bundle-View-Technik zu unterstützen: Eine Erweiterung auf den 3-dimensionalen Raum ermöglicht es zusätzliche visuelle Variablen zu nutzen; Strukturen können mithilfe von Interaktionstechniken visuell bearbeitet werden. Die gezeigten Techniken und Konzepte sind allgemein verwendbar und lassen sich daher auch jenseits der Softwareanalyse einsetzen, um ähnlich strukturierte Daten zu visualisieren. Mehrere qualitative Studien an Softwaresystemen in industriellem Maßstab stellen die Praktikabilität der Techniken dar. Die Ergebnisse sind erste Belege dafür, dass die Anwendung der Techniken in verschiedenen Szenarien nützliche Einsichten in die untersuchten Daten und deren Zusammenhänge liefert.
225

Software-Infrastruktur und Entwicklungsumgebung für selbstorganisierende multimediale Ensembles in Ambient-Intelligence-Umgebungen

Hellenschmidt, Michael. Unknown Date (has links)
Darmstadt, Techn. Universiẗat, Diss., 2007. / Dateien im PDF-Format.
226

Visualisierungs- und Interaktionskonzept zur Integration hierarchischer Daten in die HyperGrid

Winkler, Dominic. January 2007 (has links)
Konstanz, Univ., Bachelorarbeit, 2007.
227

Visuelles Framing von Alter : eine empirische Studie zur medialen Konstruktion von Alter /

Ziegelmaier, Saskia. January 1900 (has links)
Zugleich: Diss. Bonn, 2008. / Literaturverz.
228

Echtzeit-Visualisierung von sehr großen Virtual- und Augmented-Reality-Szenen auf Smartphones und mobilen Tablet-Computern

Färber, Markus, Ghiletiuc, Johannes, Schwarz, Peter, Brüderlin, Beat 26 September 2017 (has links) (PDF)
Aus der Einleitung: "Klassische VR/AR-Ausgabegeräte sind meist kopfgetragene Systeme oder 3D-Projektionsanlagen. In bestimmten Anwendungsfällen, zum Beispiel in der Wartung (Schreiber 2011) oder auch in Bauplanung und Bauausführung (Woodward 2011), verbieten sich diese Geräte aufgrund von Arbeitsschutzbestimmungen oder widrigen Einsatzbedingungen. Hier bieten sich Smartphones oder auf ähnlicher Technologie arbeitende Tablett-Computer als Alternative an, insbesondere dann, wenn stereoskopische Darstellung nicht benötigt wird."
229

Bibliotheken zur Entwicklung paralleler Algorithmen - Basisroutinen für Kommunikation und Grafik

Pester, Matthias 04 April 2006 (has links)
The purpose of this paper is to supply a summary of library subroutines and functions for parallel MIMD computers. The subroutines have been developed and continously extended at the University of Chemnitz since the end of the eighties. In detail, they are concerned with vector operations, inter-processor communication and simple graphic output to workstations. One of the most valuable features is the machine-independence of the communication subroutines proposed in this paper for a hypercube topology of the parallel processors (excepting a kernel of only two primitive system-dependend operations). They were implemented and tested for different hardware and operating systems including PARIX for transputers and PowerPC, nCube, PVM, MPI. The vector subroutines are optimized by the use of C language and unrolled loops (BLAS1-like). Hardware-optimized BLAS1 routines may be integrated. The paper includes hints for programmers how to use the libraries with both Fortran and C programs.
230

Visualization Tools for 2D and 3D Finite Element Programs - User's Manual

Pester, Matthias 04 April 2006 (has links)
This paper deals with the visualization of numerical results as a very convenient method to understand and evaluate a solution which has been calculated as a set of millions of numerical values. One of the central research fields of the Chemnitz SFB 393 is the analysis of parallel numerical algorithms for large systems of linear equations arising from differential equations (e.g. in solid and fluid mechanics). Solving large problems on massively parallel computers makes it more and more impossible to store numerical data from the distributed memory of the parallel computer to the disk for later postprocessing. However, the developer of algorithms is interested in an on-line response of his algorithms. Both visual and numerical response of the running program may be evaluated by the user for a decision how to switch or adjust interactively certain parameters that may influence the solution process. The paper gives a survey of current programmer and user interfaces that are used in our various 2D and 3D parallel finite element programs for the visualization of the solution.

Page generated in 0.0483 seconds