TY - GEN A1 - Gedat, Egbert A1 - Fechner, Pascal A1 - Fiebelkorn, Richard A1 - Vandenhouten, Ralf T1 - Szenenanalyse und Unterscheidung der Skelette mehrerer Menschen in digitalen Bildern mit Graphentheorie durch eine k-kürzeste-disjunkte-Wege-Suche T2 - Wissenschaftliche Beiträge 2017 N2 - Das Erkennen von Personen auf Fotos und in Videos geschieht in aktuellen Klassifizierungsverfahren durch die Zuordnung eines Köperteils zu jedem Pixel. Anschließend werden die gefundenen Körperteile zu Skeletten zusammengefasst. Im Falle mehrerer abgebildeter Personen ergibt sich das Problem der Zuordnung der Körperteile zu den verschiedenen Skeletten. Es wurde in dieser Arbeit ein auf dem Suurballe-Algorithmus basierendes graphentheoretisches Verfahren entwickelt, das diese Aufgabe löst. Aufbauend auf im Wesentlichen abstandsabhängigen Kantengewichten wird eine k-kürzeste-disjunkte-Wege-Suche durchgeführt. Unter Einbezug von möglicherweise fehlenden Körperteilen durch Unsichtbar-Knoten und automatisches Aussortieren zu viel gefundener Körperteile werden so die k-optimalen Skelette gefunden. Die Methode wurde an idealisierten computergenerierten Bildern mit einer Trefferquote von 100 % gefundener Personen getestet. Ein Test mit realen Bilddaten lieferte eine Trefferquote von 71,7 %. N2 - Recognition of humans on photos and in videos is done per current classification procedures by assigning a body part to each pixel. The body parts thus allocated are subsequently ordered into skeletons. In the case the images indicate that multiple humans are present, the problem arises of assigning the body parts to different skeletons. A Suurballe algorithm-based method developed by us solves this task. By mainly relying on distance-related edge weights, a k shortest disjoint paths search is performed. Accounting for possibly missing body parts by invisible-nodes and automatically sorting out redundant body parts, the optimal k skeletons are found. The method was tested with computer-generated data, yielding a rate of 100 % persons detected. A test with real-world images yielded a recall ratio of 71.7 %. Y1 - 2017 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-9394 SN - 0949-8214 VL - 21 SP - 31 EP - 35 ER - TY - GEN A1 - Vandenhouten, Ralf A1 - Behrens, Thomas A1 - Selz, Miriam T1 - Datenerfassung und Visualisierung von Vitalparametern und Primärsignalen auf dem Computer und auf mobilen Endgeräten T2 - Wissenschaftliche Beiträge 2007 N2 - In Kliniken besteht der Bedarf nach einer lückenlosen Aufzeichnung der Vitalparameter (z. B. Herzfrequenz, Blutdruck) und Primärsignale (z. B. EKG). Besonders in der Notfallmedizin ist eine ständige Patientenüberwachung lebensnotwendig. Zudem dienen die erfassten Daten der aktuellen Patienten-Dokumentation, aber auch zur Analyse im Bereich der Forschung und für Studien. Für diesen Zweck wurde das Telematik-System »Multi-Patientenmonitoring« entwickelt. Dieses System dient der Datenerfassung, Signalvisualisierung und Echtzeitübertragung von Vitalparametern an beliebig viele PCs und mobile Geräte des Krankenhausnetzwerkes. Motiviert durch das Universitätsklinikum Tübingen wurde das Projekt von der Wildauer Firma ixellence initiiert und in interdisziplinärer Zusammenarbeit mit medizinischen Einrichtungen, dem Fachgebiet Telematik an der TFH Wildau und der Philips Medizin-Systeme GmbH realisiert. N2 - Hospitals need a complete recording of vital parameters (e.g. heart frequency, blood pressure) and primary signals (e.g. ECG). Especially in intensive care units the permanent monitoring and the recording of the current status of the patient is vital. Furthermore, these data are useful for the patient documentation and in fields of research and studies. For this purpose a multi-monitoring system was developed. This system provides the data acquisition, signal visualization and real time transmission of vital parameters to PCs and mobile devices in the hospital network. With this system it is possible to get a fast overview of the current patient status and its history. Furthermore physicians can monitor the patients mobile and in real time. The project was developed in co-operation with medical research facilities, the Chair of Telematics at the University of Applied Sciences in Wildau, and with the companies Philips Medical Systems and ixellence. Y1 - 2007 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus-555 SN - 0949-8214 VL - 12 SP - 72 EP - 77 ER - TY - GEN A1 - Kistel, Thomas A1 - Vandenhouten, Ralf T1 - A metamodel-based ASN.1 editor and compiler for the implementation of communication protocols T2 - Wissenschaftliche Beiträge 2013 N2 - In der Software-Industrie sind viele metamodell-basierte Werkzeuge entwickelt worden, um die Erstellung von Programmiersprachen und insbesondere domänenspezifischen Sprachen (DSL ) zu unterstützen. Ein Beispiel für diese Werkzeuge ist Eclipse Xtext, welches eine große Popularität im Bereich der modellgetriebenen Softwareentwicklung (MDSE ) besitzt. In diesem Beitrag untersuchen wir, inwieweit Xtext und andere metamodell-basierte Ansätze zur Implementierung eines Editors und Compilers für die ASN.1 Spezifikation, welche von der ITU-T standardisiert wurde, verwendet werden können. Der metamodell-basierte Ansatz zur Implementierung der ASN.1 Spezifikation ermöglicht es, ASN.1-Dokumente softwaretechnisch wie ein Modell behandeln zu können, sodass dieses ASN.1-Modell mit anderen Softwaremodellen (z. B. Zustandsmaschinen)verknüpft werden kann. Unsere Ergebnisse zeigen, dass mit relativ geringem Aufwand eine Basisimplementierung von ASN.1 zu erreichen ist, die bereits eine gute Werkzeugunterstützung liefert. Bei einigen Details der Implementierung gerät man allerdings an die Grenze des Machbaren und diese sind daher sehr schwer zu realisieren. Dies betrifft insbesondere den Parser-Generator und das komplexe Metamodell. N2 - In the software industry many metamodel-based tools and approaches have been developed to support the creation of programming and especially domain specific languages (DSL). An example of these tools is eclipse Xtext, which has gained much popularity in the model-driven software engineering (MDSE) community. In this article we investigate whether Xtext and related metamodel-based approaches can also be used to implement the ASN.1 specification that was standardized by the ITU-T. The metamodel-based approach for the implementation of the ASN.1 specification allows to treat ASN.1 documents as software models, so that these ASN.1 models can be interrelated with other models (e.g. state machines). Our results show that relatively little efforts are required to create a basic implementation of this standard with good tool support. However, some details of the implementation are quite difficult to realize because they touch the limits of feasibility. This concerns in particular the parser generator and the complex metamodel. Y1 - 2013 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-3035 SN - 0949-8214 VL - 17 SP - 61 EP - 66 ER - TY - GEN A1 - Vandenhouten, Ralf A1 - Selz, Miriam T1 - Ein webbasiertes Evaluationssystem für Hochschulen T2 - Wissenschaftliche Beiträge 2006 N2 - Angetrieben durch die Hochschulgesetzgebung, Maßnahmen zur systematischen und regelmäßigen Veranstaltungsevaluation von Fachbereichen zu ergreifen, wurde das Projekt „Webbasiertes Evaluationssystem“ vom Total Quality Management (TQM) der Technischen Fachhochschule Wildau (TFH Wildau) angeregt. Um einen hohen Qualitätsstandard der Lehre sicherzustellen, wollte die TFH Wildau die Qualität der Veranstaltungen messbar machen und suchte nach technischen Verbesserungsmöglichkeiten. Ziel bei diesem Projekt war eine umfassende Lösung, die es auf einfache und kostengünstige Art ermöglicht, Evaluationsdaten zu erheben, elektronisch zu erfassen und auszuwerten sowie den Dozenten und der Hochschulleitung zur Verfügung zu stellen. Die Lehreinheiten erhalten auf diese Weise einen schnellen und fundierten Einblick in ihre Leistungen sowie eine entsprechende Einschätzung und können daraus konkrete Anregungen zur Weiterentwicklung ihrer fachlichen Kompetenz gewinnen. Die aus der Evaluierung hervorgehenden Informationen können zudem zur internen Rechenschaftslegung sowie zur kontinuierlichen Qualitätssicherung und -verbesserung genutzt werden. KW - TQM KW - Evaluationssystem KW - Hochschule Y1 - 2006 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus-310 SN - 0949-8214 VL - 11 SP - 75 EP - 80 ER - TY - GEN A1 - Vandenhouten, Ralf A1 - Kistel, Thomas T1 - Middleware-Konzepte zur Verteilung von komponentenbasierten Anwendungen im Netzwerk T2 - Wissenschaftliche Beiträge 2009/2010 N2 - Dieser Beitrag untersucht Konzepte zur Verteilung von Softwareanwendungen auf Basis des OSGi-Standards im Netzwerk. Darin wird mit R-OSGi eine Lösung vorgestellt, die transparente Anwendungsentwicklung gegenüber der verwendeten Netzwerktechnologie ermöglicht. Dabei wird auch darauf eingegangen, wie netzwerkspezifische Charakteristiken (höhere Latenzzeiten, Übertragungsfehler oder Ausfall des Netzwerkes) agnostisch auf die höheren Softwareschichten abgebildet werden können. N2 - This article describes a concept for distributing network software applications based on the OSGi standard. The reader will be introduced into the R-OSGi solution, which allows the transparent development of applications with respect to the network technology and topology in use. The article also demonstrates how network specific characteristics (e. g. latency, transmission errors or network failure) can be mapped to the higher application layers in an agnostic way. Y1 - 2010 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus-839 SN - 0949-8214 VL - 14 SP - 33 EP - 38 ER - TY - GEN A1 - Vandenhouten, Ralf A1 - Holland-Moritz, Ralph T1 - Erkennung von Bewegungsprofilen im Gebäudemanagement mit Hilfe von Complex Event Processing T2 - Wissenschaftliche Beiträge 2013 N2 - Dieser Beitrag präsentiert einen Lösungsvorschlag zur Erkennung von Bewegungs- und Ausbreitungsprofilen anhand von Sensordaten im Gebäudemanagement. Dazu wird zunächst ein Szenario definiert, auf dessen Basis ein Ansatz vorgestellt wird, der auf der Integration von Ereignissen über der Zeit und dem Ort basiert. Anschließend wird auf Informationen eingegangen, welche für eine Auswertung bereit stehen müssen. Zum Schluss wird die umgesetzte Lösung zur Implementierung des Ansatzes auf Basis des Complex Event Processing vorgestellt. Y1 - 2013 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-3138 SN - 0949-8214 VL - 17 SP - 55 EP - 60 ER - TY - GEN A1 - Vandenhouten, Ralf A1 - Kistel, Thomas T1 - A model-driven concept for the automatic integration of legacy protocols to distributed component-oriented software systems T2 - Wissenschaftliche Beiträge 2012 N2 - The implementation of communication protocols is an important development task that appears frequently in software projects. This article is a vision paper that describes the components of the currently available implementation strategies and problems that arise. The article introduces the main existing protocol engineering techniques and puts them into the context of model driven software development. At the end a methodology is introduced for the automatic generation of manager interfaces of Device Agent protocols for the use in a distributed component oriented environment, using ASN.1 and SDL. This article describes the preliminary results of the MOSES project (model-driven software engineering of distributed embedded systems) which is funded by the German ministry of Education and Research (BMBF). In this project the authors are concentrating on medical and facility management areas where they have particular experiences. N2 - Die Implementierung von Kommunikationsprotokollen zu externen Systemen ist eine wichtige Aufgabe, welche häufig in Softwareprojekten zu realisieren ist. Dieser Artikel ist ein Ideenpapier, welches die Komponenten bisheriger Implementierungsstrategien und deren Probleme beschreibt. Der Artikel führt die wesentlichen Techniken zur Protokollimplementierung ein und stellt diese im Kontext der modelgetriebenen Softwareentwicklung dar. Zum Schluss wird eine Methode mit ASN.1 und SDL vorgestellt, welche die automatische Generierung von Manager-Schnittstellen für die Protokolle von Geräte- Agenten ermöglicht und dabei den Einsatz in verteilten komponentenbasierten Systemen erlaubt. Der Artikel beschreibt die Zwischenergebnisse des vom Bundesministerium für Bildung und Forschung (BMBF) geförderten MOSES-Projektes (Modellgetriebene Software- Entwicklung von vernetzten Embedded Systems). In dem Projekt konzentrieren sich die Autoren auf die Bereiche Medizin- und Gebäudetelematik, worin sie besondere Erfahrungen besitzen. Y1 - 2012 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus-1295 SN - 0949-8214 VL - 16 SP - 63 EP - 68 ER - TY - GEN A1 - Vandenhouten, Ralf A1 - Holland-Moritz, Ralph T1 - A software architecture for intelligent facility management based on complex event processing T2 - Wissenschaftliche Beiträge 2012 N2 - This article presents an architectural suggestion for an intelligent management system which evaluates data using artificial intelligence. The architecture uses complex event processing in order to gain high flexibility when connecting the individual components. As an illustration of the components and their interaction a facility management system is used as an example. N2 - Dieser Beitrag präsentiert einen Architekturvorschlag für ein intelligentes Management-System, das Daten mit Hilfe von künstlicher Intelligenz auswertet. Die Architektur bedient sich dabei des Complex Event Processing, um eine hohe Flexibilität bei der Verknüpfung der einzelnen Komponenten zu erreichen. Die Komponenten und deren Zusammenspiel werden am Beispiel eines Gebäudemanagementsystems illustriert. Y1 - 2012 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus-1303 SN - 0949-8214 VL - 16 SP - 57 EP - 62 ER - TY - GEN A1 - Vandenhouten, Ralf A1 - Fiebelkorn, Richard A1 - Funke, Andrea T1 - A Modular Mobile Device for Real-Time 3D Streaming T2 - Wissenschaftliche Beiträge 2016 N2 - In recent years, 3D movies and streaming films have become increasingly popular. Even mobile devices, such as mobile phones and tablet computers, are becoming more popular, more powerful and have better multimedia capabilities. Nevertheless, compact mobile devices to broadcast live 3D videos in real time are barely available. In this article, we provide a modular and mobile solution that allows 3D video streaming in real time at 25 frames per second and with a resolution of 1280 × 720 pixels (720p). As operating system, we use standard hardware components combined with Android. Furthermore, we will describe the restraints of the development, and how they were solved. N2 - In den letzten Jahren sind 3D-Filme und das Streamen von Filmen immer populärer geworden. Auch mobile Endgeräte, wie Smartphones oder Tablet Computer, nehmen an Verbreitung zu, werden leistungsstärker und verfügen über verbesserte Multimediafähigkeiten. Trotzdem gibt es kaum kompakte mobile Geräte, um live 3D-Videos in Echtzeit zu übertragen. In diesem Artikel stellen wir eine modulare und mobile Lösung vor, die es ermöglicht, 3D-Videos in Echtzeit, bei 25 Bildern pro Sekunde und mit einer Auflösung von 1280 × 720 Pixeln (720p) zu senden. Dabei verwenden wir Standard-Hardware-Komponenten und nutzen Android als Betriebssystem. Des Weiteren beschreiben wir, welche Schwierigkeiten bei der Entwicklung auftraten und wie diese gelöst wurden. Y1 - 2016 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-5323 SN - 0949-8214 VL - 20 SP - 37 EP - 43 ER - TY - JOUR A1 - Perlitz, Volker A1 - Lambertz, Manfred A1 - Cotuk, Birol A1 - Grebe, Reinhard A1 - Vandenhouten, Ralf A1 - Flatten, Guido A1 - Petzold, Ernst Richard A1 - Schmid-Schönbein, Holger A1 - Langhorst, Peter T1 - Cardiovascular rhythms in the 0.15-Hz band: common origin of identical phenomena in man and dog in the reticular formation of the brain stem? JF - Pflügers Archiv: European Journal of Physiology N2 - Selected examples from experiments in humans and dogs with time series of reticular neurons, respiration, arterial blood pressure and cutaneous forehead blood content fluctuations were analysed using multiscaled time-frequency distribution, post-event-scan and pointwise transinformation. We found in both experiments a “0.15-Hz rhythm” exhibiting periods of spindle waves (increasing and decreasing amplitudes), phase synchronized with respiration at 1:2 and 1:1 integer number ratios. At times of wave-epochs and n:m phase synchronization, the 0.15-Hz rhythm appeared in heart rate and arterial blood pressure. As phase synchronization of the 0.15-Hz rhythm with respiration was established at a 1:1 integer number ratio, all cardiovascular-respiratory oscillations were synchronized at 0.15 Hz. Analysis of a canine experiment supplied evidence that the emergence of the 0.15-Hz rhythm and n:m phase synchronization appears to result from a decline in the level of the general activity of the organism associated with a decline in the level of activity of reticular neurons in the lower brainstem network. These findings corroborate the notion of the 0.15-Hz rhythm as a marker of the “trophotropic mode of operation” first introduced by W.R. Hess. KW - vegetative rhythm KW - cardiovascular-respiratory coordination KW - n:m phase synchronization KW - autogenic training KW - lower brainstem dynamics KW - non-linear analysis Y1 - 2004 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-9348 SN - 1432-2013 VL - 448 IS - 6 ER - TY - GEN A1 - Schmalenberg, Falko A1 - Vandenhouten, Ralf T1 - A DFD Based Approach to Model Data Processing Solutions T2 - Wissenschaftliche Beiträge 2016 N2 - This paper introduces procedures, which facilitate the development of as well as the linking between modular data processing processes into different and versatile system solutions. Based on the concept of data flow diagrams (Yourdon 1989), processes and data flows are used. With the ability of a process to harness any amount of in- and outputs with different sources and destinations, it is possible to model any conceivable data processing problem. By aggregating a diagram as a new process, it becomes possible to outsource partial process chains to different abstraction levels. As a result, even very complex solutions can be modeled and explained in a clear way. The introduced uniform termination flow while traversing the graph creates a good readability, which also makes it possible to quickly detect weaknesses. Moreover, this solution is comprehensive and advances the cooperation in teams and development. N2 - In diesem Beitrag wird ein Verfahren vorgestellt, welches die Entwicklung und Verknüpfung modularer Datenverarbeitungsprozesse zu beliebigen, unterschiedlichen Gesamtlösungen ermöglicht. Aufbauend auf dem Konzept der Datenflussdiagramme (Yourdon 1989) kommen Prozesse und Datenströme zum Einsatz. Dabei kann ein Prozess beliebig viele Inputs und Outputs mit unterschiedlichen Quellen und Senken haben und jedes denkbare Datenverarbeitungsproblem modelliert werden. Durch das verschachtelte Modellieren dieser Diagramme und deren Aggregation zu neuen Prozessen können Teilprozessketten auf unterschiedlichen Abstraktionsebenen ausgelagert werden. So lassen sich auch äußerst komplexe Lösungen übersichtlich modellieren, darstellen und erklären. Eine einheitliche Ablaufregel bei der Traversierung macht dieses Verfahren gut lesbar und lässt gegebenenfalls vorhandene Schwachstellen schnell erkennen. Zudem ist es verständlich und fördert die Zusammenarbeit sowie die gemeinsame Entwicklung. Y1 - 2016 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-5314 SN - 0949-8214 VL - 20 SP - 31 EP - 36 ER - TY - JOUR A1 - Vandenhouten, Ralf A1 - Lambertz, Manfred A1 - Langhorst, Peter A1 - Grebe, Reinhard T1 - Nonstationary time-series analysis applied to investigation of brainstem system dynamics JF - IEEE Transactions on Biomedical Engineering (T-BME) N2 - Previous investigations of the dynamic organization of the lower brainstem and its relation to peripheral and other central nervous systems were predominantly performed by linear methods. These are based on time-averaging algorithms, which merely can be applied to stationary signal intervals. Thus, the current concept of the common brainstem system (CBS) in the reticular formation (RF) of the lower brainstem and basic types of its functional organization have been developed. Here, the authors present experiments where neuronal activities of the RF and the nucleus tractus solitarii (NTS, first relay station of baroreceptor afferents) were recorded together with related parameters of electroencephalogram (EEG), respiration, and cardiovascular system. The RF neurons are part of the CBS, which participates in regulation and coordination of cardiovascular, respiratory, and motor systems, and vigilance. The physiological time series, thus acquired, yield information about the internal dynamic coordination of the participating regulation processes. The major problem in evaluating these data is the nonlinearity and nonstationarity of the signals. The authors used a set of especially designed time resolving methods to evaluate nonlinear dynamic couplings in the interaction between CBS neurons and cardiovascular signals, respiration and the EEG, and between NTS neurons (influenced by baroreceptor afferents) and CBS neurons. KW - time series analysis KW - neuron KW - radio frequency KW - electroencephalography KW - cardiology KW - central nervous system KW - relay KW - cardiovascular system KW - nonlinear dynamical system KW - design methodology Y1 - 2000 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-9337 SN - 1558-2531 VL - 47 IS - 6 SP - 729 EP - 737 ER - TY - CHAP A1 - Mietzner, Dana A1 - Vandenhouten, Ralf A1 - Hartmann, Frank ED - Tambouris, Efthimios T1 - Collaborative Problem Solving for Regional Development? – A New Approach of Public Participation T2 - Electronic Government and Electronic Participation N2 - In this paper, we present a concept prototype for a socio-technical assistant (s.TAS) as a collaborative problem-solving approach to support the regional development in a selected rural district. The presented concept considers insides from citizen participation as an open government instrument and strongly incorporates collaborative value creation to address regional development issues. The presented approach incorporates citizens and other regional stakeholders (e.g., companies, organizations, associations) as problem-solvers and strongly enables regional stakeholders and the public administration to develop solutions jointly as an ongoing learning process. In this sense, s.TAS addresses participation approaches and elaborates participation to collaboration. For the development of this participatory problem-solving approach, we conducted (1) a broad literature review on participatory approaches and (2) we implemented a qualitative, collaborative research approach with participants from different stakeholder groups. In several workshop rounds, supported by interviews and surveys we developed a concept prototype for the socio-technical assistant s.TAS, which is a technical, smart system, which supports information, communication, participation and collaboration in the selected region. Y1 - 2015 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-9177 SN - 978-1-61499-570-8 SP - 19 EP - 26 PB - IOS Press CY - Amsterdam ER - TY - JOUR A1 - Vandenhouten, Ralf A1 - Wendlandt, Ole T1 - High-precision Optical Position Measurement in Indoor Environments BT - A method for locating people by capturing multiple optical markers with a mobile device JF - Optik & Photonik N2 - Indoor localization is still a challenge today. Conventional methods based on satellite navigation, like GPS, can only be used outdoors. On the other hand, radio signal architectures, like WiFi or NFC, require high cost infrastructure to be installed inside the building. In collaboration with Ixellence GmbH, the research group for telematics of the University of Applied Science Wildau is developing a new inexpensive solution based on the camera of a mobile device. This approach only requires the availability of multiple identifiable landmarks that can be installed cost-efficiently in an indoor environment. Our investigations show that this method is very accurate and can produce repeatable, robust results. Y1 - 2015 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-9305 SN - 1863-1460 VL - 10 IS - 3 SP - 24 EP - 27 ER - TY - JOUR A1 - Vandenhouten, Ralf A1 - Selz, Miriam A1 - Doktor, Michael T1 - Werkzeuge für die gezielte Parodontalbetreuung mit individueller Risikoanalyse JF - PN Parodontologie Nachrichten N2 - Mit neuer Methode lässt sich die Wahrscheinlichkeit einer fortschreitenden Parodontitis abschätzen. Y1 - 2005 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-9355 UR - https://media.zwp-online.info/archiv/pub/sim/pn/2005/pn0205/pn0205_08_selz_dexcel.pdf SN - 1613-7191 VL - 2005 IS - 2 ER - TY - CHAP A1 - Metzler, Volker H. A1 - Vandenhouten, Ralf A1 - Krone, Jörg A1 - Grebe, Reinhard T1 - Unsupervised image segementation by stochastic reconstruction T2 - Proceedings of SPIE N2 - To segment complex and versatile image data from different modalities it is almost impossible to achieve satisfying results without the consideration of contextual information. In this approach, image segmentation is regarded as a high- dimensional optimization task, that can be solved by stochastical methods like evolutionary algorithms (EA). Initially, the iterative algorithm is provided with a set of good-quality sample segmentations. An efficient EA-based learning strategy generates a segmentation for a given target image from the provided samples. This two-level process consists of a global image-based optimization whose convergence is enhanced by locally operating pixel-based Boltzmann processes which restrict the search space to reasonable subsets. The stochastic reconstruction extracts the relevant information from the samples in order to adapt it onto the current segmentation problem, which results in a consistent labeling for the target image. The algorithm works unsupervised, because the range of possible labels and their contextual interpretation is provided implicitly by the sample segmentations. To prove the usefulness of the method experimental results based on both, reproducible phantom images and physiological NMR scans are presented. Moreover, an analysis of the basic segmentation and convergence properties is provided. Y1 - 1998 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-9329 SN - 1996-756X VL - 3338 ER - TY - GEN A1 - Bezruk, Valeriy A1 - Gedat, Egbert A1 - Holzheimer, Katja A1 - Vandenhouten, Ralf T1 - Automated recognition of sleep stages by electroencephalograms T2 - Wissenschaftliche Beiträge 2015 N2 - The assessment of different sleep stages and their disorders in diseases is an important part of telematic medicine. With an electroencephalogram, the different stages of sleep can be monitored and classified with respect to brain activity. By means of modern data management such as the patient monitor ixTrend, for example, the data can be recorded for long sleep phases and evaluated by a computer using appropriate software, such as Dataplore. Here, a new mathematical model for the automated classification of sleep stages is introduced. The statistical method of autocorrelation, applied to six known sleep stages, was extended by one new class for unknown signals. Due to this new class, it is not necessary to sort all recorded EEG signals into one of the known classes, thereby, minimising the probability of errors. Further, the dependence of the error probability on the duration of the analysed EEG signal was assessed. A minimal error probability of pmin = 0.15 was detected. Exemplary data for one patient are reported. N2 - Die Beurteilung der verschiedenen Schlafphasen und deren Störungen bei Erkrankungen spielt eine wichtige Rolle in der telematischen Medizin. Mit einem Elektroenzephalogramm können die Schlafphasen überwacht und in verschiedene Klassen der Hirnaktivität eingeteilt werden. Durch moderne Methoden des Datenmanagements, wie etwa den Patientenmonitor ixTrend, können die Daten über längere Schlafphasen aufgezeichnet und am Computer mit geeigneter Software, etwa Dataplore, analysiert werden. Hier wird ein neues mathematisches Modell zur automatischen Klassifizierung der Schlafphasen vorgestellt. Die statistische Methode der Autokorrelation, angewendet auf sechs bekannte Schlafphasen, wurde erweitert um eine neue Klasse nicht zuordenbarer Muster. Durch diese neue Klasse wird es vermieden, jedes aufgezeichnete EEG-Muster in eine der bekannten Klassen hineinzuzwingen. Dadurch wird der Fehler bei der Zuordnung verringert. Weiter wird der Einfluss der Länge des analysierten EEG auf die Fehlerquote der Zuordnung untersucht. Es zeigte sich eine minimale Fehlerquote von pmin = 0,15. Es werden beispielhafte Daten eines Patienten gezeigt. Y1 - 2015 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-3552 SN - 0949-8214 VL - 19 SP - 39 EP - 43 ER - TY - CHAP A1 - Pulwer, Silvio A1 - Fiebelkorn, Richard A1 - Zesch, Christoph A1 - Steglich, Patrick A1 - Villringer, Claus A1 - Villasmunta, Francesco A1 - Gedat, Egbert A1 - Handrich, Jan A1 - Schrader, Sigurd A1 - Vandenhouten, Ralf T1 - Endoscopic orientation by multimodal data fusion T2 - Proc. SPIE 10931, MOEMS and Miniaturized Systems XVIII N2 - To improve the feasibility of endoscopic inspection processes we developed a system that provides online information about position, orientation and viewing direction of endoscopes, to support the analysis of endoscopic images and to ease the operational handling of the equipment. The setup is based on an industrial endoscope consisting of a camera, various MEMS and multimodal data fusion. The software contains algorithms for feature and geometric structure recognition as well as Kalman filters. To track the distal end of the endoscope and to generate 3D point cloud data in real time the optical and photometrical characteristics of the system are registered and the movement of the endoscope is reconstructed by using image processing techniques. KW - endoscope KW - orientation KW - Kalman filter KW - visual odometry KW - mems KW - gyroscope KW - accelerometer Y1 - 2019 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:kobv:526-opus4-11420 SN - 1996-756X ER -