The Architecture of a System for the Indexing of Images by. Content

Size: px
Start display at page:

Download "The Architecture of a System for the Indexing of Images by. Content"

Transcription

1 The Architecture of a System for the Indexing of s by Content S. Kostomanolakis, M. Lourakis, C. Chronaki, Y. Kavaklis, and S. C. Orphanoudakis Computer Vision and Robotics Laboratory Institute of Computer Science, Foundation for Research and Technology, HELLAS 1 and Department of Computer Science, University of Crete P.O. Box 1385, GR-71110, Heraklion, Crete, Greece Summary This paper presents the architecture of an image database system which provides a platform for the accommodation of various algorithms for interactive and automatic indexing, storage, and retrieval of medical images by content. The system maintains a dynamic hierarchy of image classes. The class hierarchy is used to narrow down the search to images of the same modality, anatomical characteristics, etc. Each image is classied into an image class based on information supplied by the user or obtained from the image itself. An important feature of the system is its ability to support multiple image indexing by content methods, in the form of description types. During system installation, one or more description types are selected for each image class based on the inherent characteristics of the class. Then, for each description type, a content description of each image in the class is generated and inserted in the description database. In the case of a query, the system generates one or more descriptions of the query image, automatically or interactively, and searches the logical database for similar descriptions. The images whose descriptions match those of the query image are retrieved for browsing by the user. This system may also be used as a platform for evaluating image content description methods, since new methods can be added to it easily. Introduction An Database (IDB) is an integrated system for the storage and retrieval of large amounts of image data and related information[3]. indexing and retrieval by content addresses the problem of retrieving from an IDB images similar to a query image. We believe that image retrieval by content will prove valuable to the medical imaging eld by providing considerable clinical decision support and increased eciency and effectiveness in diagnostic image interpretations. In this paper, we present the architecture of a system that serves as a platform for the implementation, testing, and evaluation of class-based indexing by content algorithms, since such algorithms of general applicability are not currently available. Our system is built around the concept of image classes to achieve eectiveness and eciency. We achieve eectiveness by employing algorithms tuned to perform well on a particular image class and eciency in retrievals by directing queries to appropriate image classes. 1 This work was funded in part under project EURIPACS of the CEC AIM programme.

2 The remainder of the paper is organized as follows: First, we present a brief overview of the proposed architecture. Then, we focus on the indexing by content module of our system, and conclude with plans for future work. The Architecture Since the main goal of this work is the development of a platform for the implementation, testing, and evaluation of indexing by content methods, this paper does not address image content description, or search and retrieval strategies, directly. In our system, distinct approaches to content description generation, storage, and matching are encapsulated in description type objects. The emphasis is on the development of an objectoriented environment (core) capable of easily integrating dierent description types and image processing algorithms. This core (see Figure 1), acts as a host to various state-ofthe-art algorithms which are incorporated to the system, at regular system maintainance. The main modules of the system core are the image visualization module that hosts image enhancement algorithms, the segmentation module that hosts segmentation algorithms, the image description module that hosts description types, and the storage manager that maintains the image classes known to the system and their attributes in the form of persistent objects (persistent is an object whose lifetime exceeds that of the program that created it.). In the current version of the system, the storage manager is based on EXODUS[1]. Appropriate User Interface tools[2], such as image browser, the contour editor, etc., support user friendly input and access to the results of algorithms. This design approach resulted in a loosely coupled architecture, consisting of a set of autonomous communicating modules. Various modules request services from each other using specialized communication objects. Classes s are assigned to classes using criteria such as imaging modality, anatomical characteristics, orientation, plain of cut, etc. For each image class, the system maintains a class object that encapsulates attributes relevant to the images in it. Class attributes are segmentation algorithm types, description types and general information on the class. A segmentation algorithm type identies a segmentation algorithm object (see section on segmentation) and the class default values for the input parameters of the segmentation algorithm. We expect that images in the same class have the same source and represent similar objects, hence call for similar treatment. Specialized algorithms can be developed and tuned for the images in a specic class. Such algorithms are likely to yield far better performance than general purpose algorithms, since they can exploit knowledge of the content of images in the class. For ecient retrieval by content, we impose a class based partitioning of the image space. Each description type supported by a given class maintains its own database of content descriptions of the images in the class. In this way, a CT image of the head is never compared for similarity to a CT image of the abdomen. The association of segmentation algorithm types and description types to image classes is dynamic. The user may bind (or unbind) an algorithm or description type to a class.

3 Segmentation Algorithms... Enhancement Alogrithms Core Segmentation Module Types. Visualization Module User Interface Module. Storage Manager Figure 1: The system architecture Segmentation Usually, the rst step towards description generation is image segmentation. Segmentation derives a set of disjoint regions or objects from an input image. The segmentation module provides the support for class-based segmentation of images. The introduction of a new segmentation algorithm to the system is an o-line operation that registers the new algorithm with the segmentation module, usually with minimal impact to the rest of the system. For each segmentation algorithm known to the system, the segmentation module maintains a persistent object, namely, asegmentation algorithm object. This object contains the name of the algorithm, the name, type, and default value for each of its input parameters, and a means of identifying the code which implements the algorithm. A segmentation algorithm takes an image object as input and produces a contour object as output. The role of the derived contour object is twofold. First, it is used as an alternative input to the description generation algorithms and, second, it is stored in the

4 database and used in browsing through the contours of images retrieved by a query. Segmentation may proceed either as an interactive or as an automatic process. In interactive segmentation, the user rst enhances the appearance of the image in the image visualization module (see Figure 2). Then, the user experiments with one or more available segmentation algorithms, changing their default values, comparing results, etc. When a contour image that is relatively satisfactory is produced, it can also be edited interactively using the contour editor (see Figure 2). Figure 2: The user interface of the prototype. Since interactive segmentation is a time consuming process, class-based automatic segmentation oers a viable alternative. We view our system as evolving: users may change the default parameters of a segmentation algorithm within an image class, change bindings of algorithms to classes, and introduce new class-specialized segmentation algorithms. The description generation method, the description manager, and the description matching method are the basic components of a description type (see Figure 3). The description generation method produces the content description consisting of a set of persistent objects. The description manager stores, retrieves, and modies content descriptions in the logical database of the description type. Finally, the description matching method compares the content description of a query image to content descriptions of images in the logical database and identies images similar to the query image. The object-oriented approach we followed imposes minimal constraints on the description methods that can be supported by the system. Each description type is viewed as an object capable of generating image content descriptions, storing them and retrieving

5 image contour image query query Generation Method description Matching Method similar images Manager (persistent store) Figure 3: type structure images with similar descriptions from the database. Thus, the system does not concern itself with the schema of the logical database or the search and retrieval strategies associated with a specic indexing and retrieval by content algorithm. Such knowledge is embedded in the description type object of each individual indexing by content algorithm. What the system provides is a set of primitive operations that enable indexing by content methods to create persistent clusters of objects, maintain indices on them, retrieve/insert objects from/to a cluster, etc. Indexing by content methods make use of these primitives to dene their storage and retrieval strategies. The description generation process associated with a description type can be either interactive or automatic. The description generation and description matching processes, are generally automatic. However, when the content description is contour-based, the user may interact with the system for the generation of the contour object. Two basic forms of query by content are currently supported. First, the user displays an image in the image visualization module, and selects one of the description types available to the relevant class to serve the query. The retrieved images are displayed in the image browser as miniatures. Second, the user draws a rough sketch on the contour editor, and again selects an image class and a description type to serve the query. Conclusions This paper presented the architecture of an image database system for the indexing of images by content. It forms the basis for a prototype that is currently under development in our laboratory. Furthermore it is expected to give added value to integrated Picture Archiving and Communication Systems and to support computer aided diagnosis, medical training, and research.

6 References [1] Using the EXODUS Storage Manager V2.2. Technical report, Computer Science Department, University of Wisconsin Madison, November 92. [2] Petros Kofakis and Stelios C. Orphanoudakis. Graphical Tools and Retrieval Strategies for Medical Databases. In Proceedings of the International Symposium on Computer Assisted Radiology 91, pages 519{524. Springer-Verlang, [3] Hideyuki Tamura and Naokazu Yokaya. Database Systems: A survey. Pattern Recognition, 17(1):29{49, 1984.

Retrieval of Medical Images by Content. S. C. Orphanoudakisyz, C. Chronakiy, and S. Kostomanolakisyz

Retrieval of Medical Images by Content. S. C. Orphanoudakisyz, C. Chronakiy, and S. Kostomanolakisyz I 2 C: A System for the Indexing, Storage, and Retrieval of Medical Images by Content S. C. Orphanoudakisyz, C. Chronakiy, and S. Kostomanolakisyz y Institute of Computer Science, Foundation for Research

More information

A Methodology for the Representation, Indexing, and Retrieval of Images by Content 1

A Methodology for the Representation, Indexing, and Retrieval of Images by Content 1 A Methodology for the Representation, Indexing, and Retrieval of Images by Content 1 Euripides G.M. Petrakis and Stelios C. Orphanoudakis Department of Computer Science, University of Crete and Institute

More information

I2Cnet Medical Image Annotation Service

I2Cnet Medical Image Annotation Service ICS-FORTH 1997 I2Cnet Medical Image Annotation Service [Short title: A Framework for Providing Medical Services over the World Wide Web] Catherine E. Chronaki 1, Xenophon Zabulis 1,2, and Stelios C. Orphanoudakis

More information

Access pattern Time (in millions of references)

Access pattern Time (in millions of references) Visualizing Working Sets Evangelos P. Markatos Institute of Computer Science (ICS) Foundation for Research & Technology { Hellas (FORTH) P.O.Box 1385, Heraklio, Crete, GR-711-10 GREECE markatos@csi.forth.gr,

More information

Network. Department of Statistics. University of California, Berkeley. January, Abstract

Network. Department of Statistics. University of California, Berkeley. January, Abstract Parallelizing CART Using a Workstation Network Phil Spector Leo Breiman Department of Statistics University of California, Berkeley January, 1995 Abstract The CART (Classication and Regression Trees) program,

More information

Classifier C-Net. 2D Projected Images of 3D Objects. 2D Projected Images of 3D Objects. Model I. Model II

Classifier C-Net. 2D Projected Images of 3D Objects. 2D Projected Images of 3D Objects. Model I. Model II Advances in Neural Information Processing Systems 7. (99) The MIT Press, Cambridge, MA. pp.949-96 Unsupervised Classication of 3D Objects from D Views Satoshi Suzuki Hiroshi Ando ATR Human Information

More information

Image Representation, Indexing and Retrieval Based on Spatial Relationships and Properties of Objects. Euripides G.M. Petrakis

Image Representation, Indexing and Retrieval Based on Spatial Relationships and Properties of Objects. Euripides G.M. Petrakis Image Representation, Indexing and Retrieval Based on Spatial Relationships and Properties of Objects Euripides G.M. Petrakis March 1993 Image Representation, Indexing and Retrieval Based on Spatial Relationships

More information

Schema and Database Evolution in Object. Database Systems. Project Progress Report. Parag Mahalley. Jayesh Govindrajan. Swathi Subramanium

Schema and Database Evolution in Object. Database Systems. Project Progress Report. Parag Mahalley. Jayesh Govindrajan. Swathi Subramanium Schema and Database Evolution in Object Database Systems Project Progress Report By Parag Mahalley Jayesh Govindrajan Swathi Subramanium Anuja Gokhale Advisor: Elke A.Rundensteiner CS 542 - Database Management

More information

to automatically generate parallel code for many applications that periodically update shared data structures using commuting operations and/or manipu

to automatically generate parallel code for many applications that periodically update shared data structures using commuting operations and/or manipu Semantic Foundations of Commutativity Analysis Martin C. Rinard y and Pedro C. Diniz z Department of Computer Science University of California, Santa Barbara Santa Barbara, CA 93106 fmartin,pedrog@cs.ucsb.edu

More information

Proceedings of International Computer Symposium 1994, Dec , NCTU, Hsinchu, Taiwan, R.O.C. 1172

Proceedings of International Computer Symposium 1994, Dec , NCTU, Hsinchu, Taiwan, R.O.C. 1172 Proceedings of International Computer Symposium 1994, Dec. 12-15, NCTU, Hsinchu, Taiwan, R.O.C. 1172 Short Cuts for Traversals in Object-Oriented Database Systems Wang-Chien Lee and Dik Lun Lee Department

More information

Design and Implementation of an RDF Triple Store

Design and Implementation of an RDF Triple Store Design and Implementation of an RDF Triple Store Ching-Long Yeh and Ruei-Feng Lin Department of Computer Science and Engineering Tatung University 40 Chungshan N. Rd., Sec. 3 Taipei, 04 Taiwan E-mail:

More information

Shared File Directory

Shared File Directory A Web-Based Repository Manager for Brain Mapping Data R.M. Jakobovits, B. Modayur, and J.F. Brinkley Departments of Computer Science and Biological Structure University of Washington, Seattle, WA The Web

More information

General Image Database Model

General Image Database Model General Image Database Model Peter L. Stanchev Institute of Mathematics and Computer Science, Bulgarian Academy of Sciences Acad. G. Bonchev St. 8, 1113 Sofia, Bulgaria, stanchev@bas.bg Abstract. In this

More information

A Boolean Expression. Reachability Analysis or Bisimulation. Equation Solver. Boolean. equations.

A Boolean Expression. Reachability Analysis or Bisimulation. Equation Solver. Boolean. equations. A Framework for Embedded Real-time System Design? Jin-Young Choi 1, Hee-Hwan Kwak 2, and Insup Lee 2 1 Department of Computer Science and Engineering, Korea Univerity choi@formal.korea.ac.kr 2 Department

More information

New Orleans, Louisiana, February/March Knowledge Discovery from Telecommunication. Network Alarm Databases. K. Hatonen M. Klemettinen H.

New Orleans, Louisiana, February/March Knowledge Discovery from Telecommunication. Network Alarm Databases. K. Hatonen M. Klemettinen H. To appear in the 12th International Conference on Data Engineering (ICDE'96), New Orleans, Louisiana, February/March 1996. Knowledge Discovery from Telecommunication Network Alarm Databases K. Hatonen

More information

2 Related Work Very large digital image archives have been created and used in a number of applications including archives of images of postal stamps,

2 Related Work Very large digital image archives have been created and used in a number of applications including archives of images of postal stamps, The PicToSeek WWW Image Search System Theo Gevers and Arnold W. M. Smeulders Faculty of Mathematics & Computer Science, University of Amsterdam Kruislaan 403, 1098 SJ Amsterdam, The Netherlands E-mail:

More information

Role Modelling: the ASSO Perspective

Role Modelling: the ASSO Perspective Role Modelling: the ASSO Perspective Donatella Castelli, Elvira Locuratolo Istituto di Elaborazione dell'informazione Consiglio Nazionale delle Ricerche Via S. Maria, 46 Pisa, Italy e-mail: castelli@iei.pi.cnr.it,

More information

On Object Orientation as a Paradigm for General Purpose. Distributed Operating Systems

On Object Orientation as a Paradigm for General Purpose. Distributed Operating Systems On Object Orientation as a Paradigm for General Purpose Distributed Operating Systems Vinny Cahill, Sean Baker, Brendan Tangney, Chris Horn and Neville Harris Distributed Systems Group, Dept. of Computer

More information

New article Data Producer. Logical data structure

New article Data Producer. Logical data structure Quality of Service and Electronic Newspaper: The Etel Solution Valerie Issarny, Michel Ban^atre, Boris Charpiot, Jean-Marc Menaud INRIA IRISA, Campus de Beaulieu, 35042 Rennes Cedex, France fissarny,banatre,jmenaudg@irisa.fr

More information

SAMOS: an Active Object{Oriented Database System. Stella Gatziu, Klaus R. Dittrich. Database Technology Research Group

SAMOS: an Active Object{Oriented Database System. Stella Gatziu, Klaus R. Dittrich. Database Technology Research Group SAMOS: an Active Object{Oriented Database System Stella Gatziu, Klaus R. Dittrich Database Technology Research Group Institut fur Informatik, Universitat Zurich fgatziu, dittrichg@ifi.unizh.ch to appear

More information

216 F.MAES ET AL. tomation, semi-automatic methods that improve interaction by providing intelligent assistance are often superior to fully automatic

216 F.MAES ET AL. tomation, semi-automatic methods that improve interaction by providing intelligent assistance are often superior to fully automatic AUTOMATIC IMAGE PARTITIONING FOR GENERIC OBJECT SEGMENTATION IN MEDICAL IMAGES F.MAES, D.VANDERMEULEN, P.SUETENS AND G.MARCHAL Laboratory for Medical Imaging Research y, ESAT-Radiology K. U. Leuven, Kardinaal

More information

THE IMPLEMENTATION OF A DISTRIBUTED FILE SYSTEM SUPPORTING THE PARALLEL WORLD MODEL. Jun Sun, Yasushi Shinjo and Kozo Itano

THE IMPLEMENTATION OF A DISTRIBUTED FILE SYSTEM SUPPORTING THE PARALLEL WORLD MODEL. Jun Sun, Yasushi Shinjo and Kozo Itano THE IMPLEMENTATION OF A DISTRIBUTED FILE SYSTEM SUPPORTING THE PARALLEL WORLD MODEL Jun Sun, Yasushi Shinjo and Kozo Itano Institute of Information Sciences and Electronics University of Tsukuba Tsukuba,

More information

Normal mode acoustic propagation models. E.A. Vavalis. the computer code to a network of heterogeneous workstations using the Parallel

Normal mode acoustic propagation models. E.A. Vavalis. the computer code to a network of heterogeneous workstations using the Parallel Normal mode acoustic propagation models on heterogeneous networks of workstations E.A. Vavalis University of Crete, Mathematics Department, 714 09 Heraklion, GREECE and IACM, FORTH, 711 10 Heraklion, GREECE.

More information

Networks for Control. California Institute of Technology. Pasadena, CA Abstract

Networks for Control. California Institute of Technology. Pasadena, CA Abstract Learning Fuzzy Rule-Based Neural Networks for Control Charles M. Higgins and Rodney M. Goodman Department of Electrical Engineering, 116-81 California Institute of Technology Pasadena, CA 91125 Abstract

More information

Using semantic causality graphs to validate MAS models

Using semantic causality graphs to validate MAS models Using semantic causality graphs to validate MAS models Guillermo Vigueras 1, Jorge J. Gómez 2, Juan A. Botía 1 and Juan Pavón 2 1 Facultad de Informática Universidad de Murcia Spain 2 Facultad de Informática

More information

Citation for published version (APA): Jorritsma, W. (2016). Human-computer interaction in radiology [Groningen]: Rijksuniversiteit Groningen

Citation for published version (APA): Jorritsma, W. (2016). Human-computer interaction in radiology [Groningen]: Rijksuniversiteit Groningen University of Groningen Human-computer interaction in radiology Jorritsma, Wiard IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please

More information

Web site Image database. Web site Video database. Web server. Meta-server Meta-search Agent. Meta-DB. Video query. Text query. Web client.

Web site Image database. Web site Video database. Web server. Meta-server Meta-search Agent. Meta-DB. Video query. Text query. Web client. (Published in WebNet 97: World Conference of the WWW, Internet and Intranet, Toronto, Canada, Octobor, 1997) WebView: A Multimedia Database Resource Integration and Search System over Web Deepak Murthy

More information

DesignMinders: A Design Knowledge Collaboration Approach

DesignMinders: A Design Knowledge Collaboration Approach DesignMinders: A Design Knowledge Collaboration Approach Gerald Bortis and André van der Hoek University of California, Irvine Department of Informatics Irvine, CA 92697-3440 {gbortis, andre}@ics.uci.edu

More information

OODB. DEFCLASS Person () ((born :accessor born :type integer)...) DEFMETHOD getage ((self person)) (...) )

OODB. DEFCLASS Person () ((born :accessor born :type integer)...) DEFMETHOD getage ((self person)) (...) ) Toward Painless Polylingual Persistence Alan Kaplan and Jack C. Wileden Department of Computer Science University of Massachusetts Amherst, Massachusetts 01003 USA fkaplan,wiledeng@cs.umass.edu February

More information

SOFTWARE VERIFICATION RESEARCH CENTRE DEPARTMENT OF COMPUTER SCIENCE THE UNIVERSITY OF QUEENSLAND. Queensland 4072 Australia TECHNICAL REPORT

SOFTWARE VERIFICATION RESEARCH CENTRE DEPARTMENT OF COMPUTER SCIENCE THE UNIVERSITY OF QUEENSLAND. Queensland 4072 Australia TECHNICAL REPORT SOFTWARE VERIFICATION RESEARCH CENTRE DEPARTMENT OF COMPUTER SCIENCE THE UNIVERSITY OF QUEENSLAND Queensland 4072 Australia TECHNICAL REPORT No. 94-2 Integration of semantic tools into document editors

More information

Minoru SASAKI and Kenji KITA. Department of Information Science & Intelligent Systems. Faculty of Engineering, Tokushima University

Minoru SASAKI and Kenji KITA. Department of Information Science & Intelligent Systems. Faculty of Engineering, Tokushima University Information Retrieval System Using Concept Projection Based on PDDP algorithm Minoru SASAKI and Kenji KITA Department of Information Science & Intelligent Systems Faculty of Engineering, Tokushima University

More information

and therefore the system throughput in a distributed database system [, 1]. Vertical fragmentation further enhances the performance of database transa

and therefore the system throughput in a distributed database system [, 1]. Vertical fragmentation further enhances the performance of database transa Vertical Fragmentation and Allocation in Distributed Deductive Database Systems Seung-Jin Lim Yiu-Kai Ng Department of Computer Science Brigham Young University Provo, Utah 80, U.S.A. Email: fsjlim,ngg@cs.byu.edu

More information

160 M. Nadjarbashi, S.M. Fakhraie and A. Kaviani Figure 2. LUTB structure. each block-level track can be arbitrarily connected to each of 16 4-LUT inp

160 M. Nadjarbashi, S.M. Fakhraie and A. Kaviani Figure 2. LUTB structure. each block-level track can be arbitrarily connected to each of 16 4-LUT inp Scientia Iranica, Vol. 11, No. 3, pp 159{164 c Sharif University of Technology, July 2004 On Routing Architecture for Hybrid FPGA M. Nadjarbashi, S.M. Fakhraie 1 and A. Kaviani 2 In this paper, the routing

More information

Abstract The Transmission Control Protocol (TCP) has been shown to yield low utilization over networks with high delay*bandwidth products (DBP). We ha

Abstract The Transmission Control Protocol (TCP) has been shown to yield low utilization over networks with high delay*bandwidth products (DBP). We ha Multiple Data Connection FTP Extensions Mark Allman, Shawn Ostermann fmallman,ostermanng@cs.ohiou.edu School of Electrical Engineering and Computer Science Ohio University TR-19971 February 13, 1997 This

More information

Path Expression Processing. in Korean Natural Language Query Interface. for Object-Oriented Databases. Jinseok Chae and Sukho Lee

Path Expression Processing. in Korean Natural Language Query Interface. for Object-Oriented Databases. Jinseok Chae and Sukho Lee Path Expression Processing in Korean Natural Language Query Interface for Object-Oriented Databases Jinseok Chae and Sukho Lee Department of Computer Engineering, Seoul National University, San 56-1, Shinrim-Dong,

More information

Metadata. Data Warehouse

Metadata. Data Warehouse A DECISION SUPPORT PROTOTYPE FOR THE KANSAS STATE UNIVERSITY LIBRARIES Maria Zamr Bleyberg, Raghunath Mysore, Dongsheng Zhu, Radhika Bodapatla Computing and Information Sciences Department Karen Cole,

More information

APPLICATION OF THE FUZZY MIN-MAX NEURAL NETWORK CLASSIFIER TO PROBLEMS WITH CONTINUOUS AND DISCRETE ATTRIBUTES

APPLICATION OF THE FUZZY MIN-MAX NEURAL NETWORK CLASSIFIER TO PROBLEMS WITH CONTINUOUS AND DISCRETE ATTRIBUTES APPLICATION OF THE FUZZY MIN-MAX NEURAL NETWORK CLASSIFIER TO PROBLEMS WITH CONTINUOUS AND DISCRETE ATTRIBUTES A. Likas, K. Blekas and A. Stafylopatis National Technical University of Athens Department

More information

Conclusions and Future Work. We introduce a new method for dealing with the shortage of quality benchmark circuits

Conclusions and Future Work. We introduce a new method for dealing with the shortage of quality benchmark circuits Chapter 7 Conclusions and Future Work 7.1 Thesis Summary. In this thesis we make new inroads into the understanding of digital circuits as graphs. We introduce a new method for dealing with the shortage

More information

Transparent Access to Legacy Data in Java. Olivier Gruber. IBM Almaden Research Center. San Jose, CA Abstract

Transparent Access to Legacy Data in Java. Olivier Gruber. IBM Almaden Research Center. San Jose, CA Abstract Transparent Access to Legacy Data in Java Olivier Gruber IBM Almaden Research Center San Jose, CA 95120 Abstract We propose in this paper an extension to PJava in order to provide a transparent access

More information

Routing and Ad-hoc Retrieval with the. Nikolaus Walczuch, Norbert Fuhr, Michael Pollmann, Birgit Sievers. University of Dortmund, Germany.

Routing and Ad-hoc Retrieval with the. Nikolaus Walczuch, Norbert Fuhr, Michael Pollmann, Birgit Sievers. University of Dortmund, Germany. Routing and Ad-hoc Retrieval with the TREC-3 Collection in a Distributed Loosely Federated Environment Nikolaus Walczuch, Norbert Fuhr, Michael Pollmann, Birgit Sievers University of Dortmund, Germany

More information

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Du-Yih Tsai, Masaru Sekiya and Yongbum Lee Department of Radiological Technology, School of Health Sciences, Faculty of

More information

VISION-BASED HANDLING WITH A MOBILE ROBOT

VISION-BASED HANDLING WITH A MOBILE ROBOT VISION-BASED HANDLING WITH A MOBILE ROBOT STEFAN BLESSING TU München, Institut für Werkzeugmaschinen und Betriebswissenschaften (iwb), 80290 München, Germany, e-mail: bl@iwb.mw.tu-muenchen.de STEFAN LANSER,

More information

LOCALIZATION OF FACIAL REGIONS AND FEATURES IN COLOR IMAGES. Karin Sobottka Ioannis Pitas

LOCALIZATION OF FACIAL REGIONS AND FEATURES IN COLOR IMAGES. Karin Sobottka Ioannis Pitas LOCALIZATION OF FACIAL REGIONS AND FEATURES IN COLOR IMAGES Karin Sobottka Ioannis Pitas Department of Informatics, University of Thessaloniki 540 06, Greece e-mail:fsobottka, pitasg@zeus.csd.auth.gr Index

More information

A CRITIQUE ON IMAGE SEGMENTATION USING K-MEANS CLUSTERING ALGORITHM

A CRITIQUE ON IMAGE SEGMENTATION USING K-MEANS CLUSTERING ALGORITHM A CRITIQUE ON IMAGE SEGMENTATION USING K-MEANS CLUSTERING ALGORITHM S.Jaipriya, Assistant professor, Department of ECE, Sri Krishna College of Technology R.Abimanyu, UG scholars, Department of ECE, Sri

More information

Figure 1: Representation of moving images using layers Once a set of ane models has been found, similar models are grouped based in a mean-square dist

Figure 1: Representation of moving images using layers Once a set of ane models has been found, similar models are grouped based in a mean-square dist ON THE USE OF LAYERS FOR VIDEO CODING AND OBJECT MANIPULATION Luis Torres, David Garca and Anna Mates Dept. of Signal Theory and Communications Universitat Politecnica de Catalunya Gran Capita s/n, D5

More information

CULTURAL DOCUMENTATION: THE CLIO SYSTEM. Panos Constantopoulos. University of Crete and Foundation of Research and Technology - Hellas

CULTURAL DOCUMENTATION: THE CLIO SYSTEM. Panos Constantopoulos. University of Crete and Foundation of Research and Technology - Hellas CULTURAL DOCUMENTATION: THE CLIO SYSTEM Panos Constantopoulos University of Crete and Foundation of Research and Technology - Hellas Institute of Computer Science Foundation of Research and Technology

More information

A Survey on Content Based Image Retrieval

A Survey on Content Based Image Retrieval A Survey on Content Based Image Retrieval Aniket Mirji 1, Danish Sudan 2, Rushabh Kagwade 3, Savita Lohiya 4 U.G. Students of Department of Information Technology, SIES GST, Mumbai, Maharashtra, India

More information

Assignment 4. Overview. Prof. Stewart Weiss. CSci 335 Software Design and Analysis III Assignment 4

Assignment 4. Overview. Prof. Stewart Weiss. CSci 335 Software Design and Analysis III Assignment 4 Overview This assignment combines several dierent data abstractions and algorithms that we have covered in class, including priority queues, on-line disjoint set operations, hashing, and sorting. The project

More information

Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview

Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview Published by National Electrical Manufacturers Association 1300 N. 17th Street Rosslyn, Virginia 22209 USA Copyright

More information

Agent aided aircraft maintenance. Onn Shehory, Katia Sycara, Gita Sukthankar and Vick Mukherjee. Carnegie-Mellon University

Agent aided aircraft maintenance. Onn Shehory, Katia Sycara, Gita Sukthankar and Vick Mukherjee. Carnegie-Mellon University Agent aided aircraft maintenance Onn Shehory, Katia Sycara, Gita Sukthankar and Vick Mukherjee School of Computer Science Carnegie-Mellon University fonn,katia,gitars,vickg@cs.cmu.edu Abstract Aircraft

More information

An Introduction to Content Based Image Retrieval

An Introduction to Content Based Image Retrieval CHAPTER -1 An Introduction to Content Based Image Retrieval 1.1 Introduction With the advancement in internet and multimedia technologies, a huge amount of multimedia data in the form of audio, video and

More information

Steering. Stream. User Interface. Stream. Manager. Interaction Managers. Snapshot. Stream

Steering. Stream. User Interface. Stream. Manager. Interaction Managers. Snapshot. Stream Agent Roles in Snapshot Assembly Delbert Hart Dept. of Computer Science Washington University in St. Louis St. Louis, MO 63130 hart@cs.wustl.edu Eileen Kraemer Dept. of Computer Science University of Georgia

More information

KeyNote: Trust Management for Public-Key. 180 Park Avenue. Florham Park, NJ USA.

KeyNote: Trust Management for Public-Key. 180 Park Avenue. Florham Park, NJ USA. KeyNote: Trust Management for Public-Key Infrastructures Matt Blaze 1 Joan Feigenbaum 1 Angelos D. Keromytis 2 1 AT&T Labs { Research 180 Park Avenue Florham Park, NJ 07932 USA fmab,jfg@research.att.com

More information

C. E. McDowell August 25, Baskin Center for. University of California, Santa Cruz. Santa Cruz, CA USA. abstract

C. E. McDowell August 25, Baskin Center for. University of California, Santa Cruz. Santa Cruz, CA USA. abstract Unloading Java Classes That Contain Static Fields C. E. McDowell E. A. Baldwin 97-18 August 25, 1997 Baskin Center for Computer Engineering & Information Sciences University of California, Santa Cruz Santa

More information

E. ZERVAS. Dept. of Electronics, TEI-Athens, Egaleo - Greece. A. KALOXYLOS, L. MERAKOS

E. ZERVAS. Dept. of Electronics, TEI-Athens, Egaleo - Greece.   A. KALOXYLOS, L. MERAKOS LAMPS: LOCATION AGENTS AND MOBILE-PNNI SCHEME E. ZERVAS Dept. of Electronics, TEI-Athens, 12444 Egaleo - Greece E-mail: zervas@ee.teiath.gr A. KALOXYLOS, L. MERAKOS Communication Networks Laboratory, Dept.

More information

Digital Archives: Extending the 5S model through NESTOR

Digital Archives: Extending the 5S model through NESTOR Digital Archives: Extending the 5S model through NESTOR Nicola Ferro and Gianmaria Silvello Department of Information Engineering, University of Padua, Italy {ferro, silvello}@dei.unipd.it Abstract. Archives

More information

An Efficient Design and Implementation of a Heterogeneous Deductive Object-Oriented Database System

An Efficient Design and Implementation of a Heterogeneous Deductive Object-Oriented Database System An Efficient Design and Implementation of a Heterogeneous Deductive Object-Oriented Database System Cyril S. Ku Department of Computer Science William Paterson University Wayne, NJ 07470, USA Suk-Chung

More information

easily extended to accommodate additional languages. The multilingual design presented is reusable: most of its components do not depend on DIENST and

easily extended to accommodate additional languages. The multilingual design presented is reusable: most of its components do not depend on DIENST and Multilingual Extensions to DIENST Sarantos Kapidakis Iakovos Mavroidis y Hariklia Tsalapata z April 19, 1999 Abstract Digital libraries enable on-line access of information and provide advanced methods

More information

Daniel Sturman y. October 28, Abstract

Daniel Sturman y. October 28, Abstract Mobile Computing, Security and Delegation Roy Campbell y roy@cs.uiuc.edu Daniel Sturman y sturman@cs.uiuc.edu October 28, 1994 Theron Tock z theron@eng.sun.com Abstract Portable computers may operate in

More information

Applying Catastrophe Theory to Image Segmentation

Applying Catastrophe Theory to Image Segmentation Applying Catastrophe Theory to Image Segmentation Mohamad Raad, Majd Ghareeb, Ali Bazzi Department of computer and communications engineering Lebanese International University Beirut, Lebanon Abstract

More information

Interme diate DNS. Local browse r. Authorit ative ... DNS

Interme diate DNS. Local browse r. Authorit ative ... DNS WPI-CS-TR-00-12 July 2000 The Contribution of DNS Lookup Costs to Web Object Retrieval by Craig E. Wills Hao Shang Computer Science Technical Report Series WORCESTER POLYTECHNIC INSTITUTE Computer Science

More information

Computer-aided Interactive Object Delineation Using an Intelligent Paintbrush Technique Frederik Maes?, Dirk Vandermeulen, Paul Suetens, Guy Marchal L

Computer-aided Interactive Object Delineation Using an Intelligent Paintbrush Technique Frederik Maes?, Dirk Vandermeulen, Paul Suetens, Guy Marchal L Computer-aided Interactive Object Delineation Using an Intelligent Paintbrush Technique Frederik Maes?, Dirk Vandermeulen, Paul Suetens, Guy Marchal Laboratory for Medical Imaging Research?? Katholieke

More information

A Mixed Fragmentation Methodology For. Initial Distributed Database Design. Shamkant B. Navathe. Georgia Institute of Technology.

A Mixed Fragmentation Methodology For. Initial Distributed Database Design. Shamkant B. Navathe. Georgia Institute of Technology. A Mixed Fragmentation Methodology For Initial Distributed Database Design Shamkant B. Navathe Georgia Institute of Technology Kamalakar Karlapalem Hong Kong University of Science and Technology Minyoung

More information

Modeling Cooperative Behavior Using Cooperation Contracts. Peter Lang. Abstract

Modeling Cooperative Behavior Using Cooperation Contracts. Peter Lang. Abstract Modeling Cooperative Behavior Using Cooperation Contracts Michael Schre Department of Data & Knowledge Engineering University of Linz Altenbergerstr. 69, A-4040 Linz, Austria schre@dke.uni-linz.ac.at Gerti

More information

of m clauses, each containing the disjunction of boolean variables from a nite set V = fv 1 ; : : : ; vng of size n [8]. Each variable occurrence with

of m clauses, each containing the disjunction of boolean variables from a nite set V = fv 1 ; : : : ; vng of size n [8]. Each variable occurrence with A Hybridised 3-SAT Algorithm Andrew Slater Automated Reasoning Project, Computer Sciences Laboratory, RSISE, Australian National University, 0200, Canberra Andrew.Slater@anu.edu.au April 9, 1999 1 Introduction

More information

Martin P. Robillard and Gail C. Murphy. University of British Columbia. November, 1999

Martin P. Robillard and Gail C. Murphy. University of British Columbia. November, 1999 Migrating a Static Analysis Tool to AspectJ TM Martin P. Robillard and Gail C. Murphy Department of Computer Science University of British Columbia 201-2366 Main Mall Vancouver BC Canada V6T 1Z4 fmrobilla,murphyg@cs.ubc.ca

More information

Interface. Dispatcher. Meta Searcher. Index DataBase. Parser & Indexer. Ranker

Interface. Dispatcher. Meta Searcher. Index DataBase. Parser & Indexer. Ranker WebSail: From On-line Learning to Web Search Zhixiang Chen Xiannong Meng Binhai Zhu y Richard H. Fowler Department of Computer Science, University of Texas-Pan American Edinburg, TX 78539, USA. Emails:

More information

Sales cust id product id. day id. price qty. Time. day id. day month year...

Sales cust id product id. day id. price qty. Time. day id. day month year... Data Mining in Data Warehouses Elena Baralis x Rosa Meo x Giuseppe Psailay x Politecnico di Torino, Dipartimento di Automatica e Informatica Corso Duca degli Abruzzi, 24 - I-10129 Torino, Italy y Dipartimento

More information

SlicerRT radiation therapy extension for 3D Slicer DICOM aspects

SlicerRT radiation therapy extension for 3D Slicer DICOM aspects SlicerRT radiation therapy extension for 3D Slicer DICOM aspects Andras Lasso, Csaba Pinter Laboratory for Percutaneous Surgery, Queen s University, Canada Commercial treatment planning systems (TPS) Expensive

More information

Server 1 Server 2 CPU. mem I/O. allocate rec n read elem. n*47.0. n*20.0. select. n*1.0. write elem. n*26.5 send. n*

Server 1 Server 2 CPU. mem I/O. allocate rec n read elem. n*47.0. n*20.0. select. n*1.0. write elem. n*26.5 send. n* Information Needs in Performance Analysis of Telecommunication Software a Case Study Vesa Hirvisalo Esko Nuutila Helsinki University of Technology Laboratory of Information Processing Science Otakaari

More information

Enhancing Integrated Layer Processing using Common Case. Anticipation and Data Dependence Analysis. Extended Abstract

Enhancing Integrated Layer Processing using Common Case. Anticipation and Data Dependence Analysis. Extended Abstract Enhancing Integrated Layer Processing using Common Case Anticipation and Data Dependence Analysis Extended Abstract Philippe Oechslin Computer Networking Lab Swiss Federal Institute of Technology DI-LTI

More information

Segmentation and Type-Categorization. Global Data Structure. Control. Domain Data Partition. Data Partition. Control. Rules.

Segmentation and Type-Categorization. Global Data Structure. Control. Domain Data Partition. Data Partition. Control. Rules. The use of document structure analysis to retrieve information from documents in digital libraries Debashish Niyogi and Sargur N. Srihari Center of Excellence for Document Analysis and Recognition State

More information

Integrated. Database Services for. Multimedia Presentations. Susanne Boll, Wolfgang Klas, and Michael Lohr GMD-IPSI

Integrated. Database Services for. Multimedia Presentations. Susanne Boll, Wolfgang Klas, and Michael Lohr GMD-IPSI Integrated Database Services for Multimedia Presentations Susanne Boll, Wolfgang Klas, and Michael Lohr GMD-IPSI Integrated Publication and Information Systems Institute Dolivostr. 15 D-64293 Darmstadt,

More information

Dierencegraph - A ProM Plugin for Calculating and Visualizing Dierences between Processes

Dierencegraph - A ProM Plugin for Calculating and Visualizing Dierences between Processes Dierencegraph - A ProM Plugin for Calculating and Visualizing Dierences between Processes Manuel Gall 1, Günter Wallner 2, Simone Kriglstein 3, Stefanie Rinderle-Ma 1 1 University of Vienna, Faculty of

More information

Results of an Experiment in Domain Knowledge Base Construction: A. Comparison of the Classic and Algernon Knowledge Representation.

Results of an Experiment in Domain Knowledge Base Construction: A. Comparison of the Classic and Algernon Knowledge Representation. Results of an Experiment in Domain Knowledge Base Construction: A Comparison of the Classic and Algernon Knowledge Representation Systems Abstract Jon Doyle and Ramesh Patil have recently argued that classication

More information

Effective Terminology Support for Distributed Digital Collections

Effective Terminology Support for Distributed Digital Collections Effective Terminology Support for Distributed Digital Collections Martin Doerr Institute of Computer Science, Foundation for Research and Technology Hellas Heraklion-Crete, Greece Paper presented on the

More information

Refine boundary at resolution r. r+1 r. Update context information CI(r) based on CI(r-1) Classify at resolution r, based on CI(r), update CI(r)

Refine boundary at resolution r. r+1 r. Update context information CI(r) based on CI(r-1) Classify at resolution r, based on CI(r), update CI(r) Context Based Multiscale Classication of Images Jia Li Robert M. Gray EE Department EE Department Stanford Univ., CA 94305 Stanford Univ., CA 94305 jiali@isl.stanford.edu rmgray@stanford.edu Abstract This

More information

Hello. Hello (from SUT A) Hello (from SUT B) Protocol Specification. Monitored. Observations. Decoded. CSP Model. Observations. Result CBR.

Hello. Hello (from SUT A) Hello (from SUT B) Protocol Specification. Monitored. Observations. Decoded. CSP Model. Observations. Result CBR. CBR Support for CSP Modeling of InterOperability Testing Mohammed H. Sqalli and Eugene C. Freuder Department of Computer Science University of New Hampshire Durham, NH 03824 USA msqalli,ecf@cs.unh.edu

More information

2 Data Reduction Techniques The granularity of reducible information is one of the main criteria for classifying the reduction techniques. While the t

2 Data Reduction Techniques The granularity of reducible information is one of the main criteria for classifying the reduction techniques. While the t Data Reduction - an Adaptation Technique for Mobile Environments A. Heuer, A. Lubinski Computer Science Dept., University of Rostock, Germany Keywords. Reduction. Mobile Database Systems, Data Abstract.

More information

Monitoring Script. Event Recognizer

Monitoring Script. Event Recognizer Steering of Real-Time Systems Based on Monitoring and Checking Oleg Sokolsky, Sampath Kannan, Moonjoo Kim, Insup Lee, and Mahesh Viswanathan Department of Computer and Information Science University of

More information

Reverse Engineering with a CASE Tool. Bret Johnson. Research advisors: Spencer Rugaber and Rich LeBlanc. October 6, Abstract

Reverse Engineering with a CASE Tool. Bret Johnson. Research advisors: Spencer Rugaber and Rich LeBlanc. October 6, Abstract Reverse Engineering with a CASE Tool Bret Johnson Research advisors: Spencer Rugaber and Rich LeBlanc October 6, 994 Abstract We examine using a CASE tool, Interactive Development Environment's Software

More information

CPSC W1: Midterm 1 Sample Solution

CPSC W1: Midterm 1 Sample Solution CPSC 320 2017W1: Midterm 1 Sample Solution January 26, 2018 Problem reminders: EMERGENCY DISTRIBUTION PROBLEM (EDP) EDP's input is an undirected, unweighted graph G = (V, E) plus a set of distribution

More information

1e+07 10^5 Node Mesh Step Number

1e+07 10^5 Node Mesh Step Number Implicit Finite Element Applications: A Case for Matching the Number of Processors to the Dynamics of the Program Execution Meenakshi A.Kandaswamy y Valerie E. Taylor z Rudolf Eigenmann x Jose' A. B. Fortes

More information

By choosing to view this document, you agree to all provisions of the copyright laws protecting it.

By choosing to view this document, you agree to all provisions of the copyright laws protecting it. Copyright 2009 IEEE. Reprinted from 31 st Annual International Conference of the IEEE Engineering in Medicine and Biology Society, 2009. EMBC 2009. Sept. 2009. This material is posted here with permission

More information

Andreas Kuehlmann. validates properties conrmed on one (preferably abstract) synthesized by the Cathedral system with the original. input specication.

Andreas Kuehlmann. validates properties conrmed on one (preferably abstract) synthesized by the Cathedral system with the original. input specication. Formal Verication of a PowerPC TM Microprocessor David P. Appenzeller IBM Microelectronic Burlington Essex Junction, VT, U.S.A. Andreas Kuehlmann IBM Thomas J. Watson Research Center Yorktown Heights,

More information

A Framework-Solution for the. based on Graphical Integration-Schema. W. John, D. Portner

A Framework-Solution for the. based on Graphical Integration-Schema. W. John, D. Portner A Framework-Solution for the EMC-Analysis-Domain based on Graphical Integration-Schema W. John, D. Portner Cadlab - Analoge Systemtechnik, Bahnhofstrasse 32, D-4790 Paderborn, Germany 1 Introduction Especially

More information

Telecommunication and Informatics University of North Carolina, Technical University of Gdansk Charlotte, NC 28223, USA

Telecommunication and Informatics University of North Carolina, Technical University of Gdansk Charlotte, NC 28223, USA A Decoder-based Evolutionary Algorithm for Constrained Parameter Optimization Problems S lawomir Kozie l 1 and Zbigniew Michalewicz 2 1 Department of Electronics, 2 Department of Computer Science, Telecommunication

More information

Transactions on Information and Communications Technologies vol 19, 1997 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 19, 1997 WIT Press,   ISSN Hopeld Network for Stereo Correspondence Using Block-Matching Techniques Dimitrios Tzovaras and Michael G. Strintzis Information Processing Laboratory, Electrical and Computer Engineering Department, Aristotle

More information

PROJECTION MODELING SIMPLIFICATION MARKER EXTRACTION DECISION. Image #k Partition #k

PROJECTION MODELING SIMPLIFICATION MARKER EXTRACTION DECISION. Image #k Partition #k TEMPORAL STABILITY IN SEQUENCE SEGMENTATION USING THE WATERSHED ALGORITHM FERRAN MARQU ES Dept. of Signal Theory and Communications Universitat Politecnica de Catalunya Campus Nord - Modulo D5 C/ Gran

More information

Ecient Handling of Tuples. Stefan Dieker and Ralf Hartmut Guting. Praktische Informatik IV, FernUniversitat Hagen. D Hagen, Germany

Ecient Handling of Tuples. Stefan Dieker and Ralf Hartmut Guting. Praktische Informatik IV, FernUniversitat Hagen. D Hagen, Germany Ecient Handling of Tuples with Embedded Large Objects Stefan Dieker and Ralf Hartmut Guting Praktische Informatik IV, FernUniversitat Hagen D-58084 Hagen, Germany fstefan.dieker, guetingg@fernuni-hagen.de

More information

Development of an Ontology-Based Portal for Digital Archive Services

Development of an Ontology-Based Portal for Digital Archive Services Development of an Ontology-Based Portal for Digital Archive Services Ching-Long Yeh Department of Computer Science and Engineering Tatung University 40 Chungshan N. Rd. 3rd Sec. Taipei, 104, Taiwan chingyeh@cse.ttu.edu.tw

More information

XML BASED DICTIONARIES FOR MXF/AAF APPLICATIONS

XML BASED DICTIONARIES FOR MXF/AAF APPLICATIONS XML BASED DICTIONARIES FOR MXF/AAF APPLICATIONS D. Beenham, P. Schmidt and G. Sylvester-Bradley Sony Broadcast & Professional Research Laboratories, UK ABSTRACT Both the Advanced Authoring Format (AAF)

More information

maximally convex volumes

maximally convex volumes appears in Computer-Aided Design, 31(2), pp. 85-100, 1999. CUSTOM-CUT: A Customizable Feature Recognizer Daniel M. Gaines gainesdm@vuse.vanderbilt.edu Computer Science Department Vanderbilt University

More information

Computer Networks 000 (2000) 000±000. Submission and repository management of digital libraries, using www

Computer Networks 000 (2000) 000±000. Submission and repository management of digital libraries, using www ELSEVIER SCIENCE B.V. [DTD 4.1.0] JOURNAL COMPNW ARTICLE No. 2407 PAGES 01-12 DISPATCH 11 August 2000 PROD. TYPE: FROM Disk COMPNW 2407 A Submission and repository management of digital libraries, using

More information

Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform

Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform Mohamed Amine LARHMAM, Saïd MAHMOUDI and Mohammed BENJELLOUN Faculty of Engineering, University of Mons,

More information

Object Modeling from Multiple Images Using Genetic Algorithms. Hideo SAITO and Masayuki MORI. Department of Electrical Engineering, Keio University

Object Modeling from Multiple Images Using Genetic Algorithms. Hideo SAITO and Masayuki MORI. Department of Electrical Engineering, Keio University Object Modeling from Multiple Images Using Genetic Algorithms Hideo SAITO and Masayuki MORI Department of Electrical Engineering, Keio University E-mail: saito@ozawa.elec.keio.ac.jp Abstract This paper

More information

FUJIFILM MEDICAL SYSTEMS

FUJIFILM MEDICAL SYSTEMS FUJIFILM MEDICAL SYSTEMS Product Data Synapse Release Version 4.2 Foundation Technologies Application Synapse server is a collection of software modules built on Microsoft Windows Server, which together

More information

Mario Tokoro 3. Keio University Hiyoshi, Yokohama 223 JAPAN. Abstract

Mario Tokoro 3. Keio University Hiyoshi, Yokohama 223 JAPAN. Abstract Toward a New Computing Model/Methodology for Open Distributed Environment Mario Tokoro 3 Department of Computer Science Keio University 3-14-1 Hiyoshi, Yokohama 223 JAPAN Tel: +81-44-63-1926 Telefax: +81-44-63-3421

More information

user with a QBE-like interface. The QBE-like interface creates a single virtual environment displaying database information about all current connecti

user with a QBE-like interface. The QBE-like interface creates a single virtual environment displaying database information about all current connecti Applications of JAVA programming language to database management Bradley F. Burton and Victor W. Marek Department of Computer Science University of Kentucky Lexington, KY 40506-0046 e-mail: fbfburton marekg@cs.uky.edu

More information

reasonable to store in a software implementation, it is likely to be a signicant burden in a low-cost hardware implementation. We describe in this pap

reasonable to store in a software implementation, it is likely to be a signicant burden in a low-cost hardware implementation. We describe in this pap Storage-Ecient Finite Field Basis Conversion Burton S. Kaliski Jr. 1 and Yiqun Lisa Yin 2 RSA Laboratories 1 20 Crosby Drive, Bedford, MA 01730. burt@rsa.com 2 2955 Campus Drive, San Mateo, CA 94402. yiqun@rsa.com

More information