A New Concept in High Resolution Internet Image Browsing

Size: px
Start display at page:

Download "A New Concept in High Resolution Internet Image Browsing"

Transcription

1 A New Concept in High Resolution Internet Image Browsing Denis Pitzalis, Ruven Pillay, Christian Lahanier C2RMF Centre de Recherche et de Restauration des Musées de France Palais du Louvre, Porte des Lions, 14, quai François Mitterand, Paris Cedex 1, France Abstract Various new imaging techniques have been used at the C2RMF, in order to digitize paintings and objects. These techniques are used for extensive and detailed non-destructive analysis of works of art in different ways and include multispectral imaging, panoramic viewing of objects, 3D laser scanning of painting surfaces and 3D photogrammetric modelling of objects. These techniques are valuable tools in the restoration and conservation arsenal, allowing us to perform regular and accurate monitoring of works of art, to measure their conservation state and compare these with previous analyses. These techniques, however, result in huge quantities of data, which needs to be visualized and disseminated in several ways. The resulting images must also be accessible to various partners around the world via the Internet, but the data needs to be protected and the vast data sizes involved require careful handling and management. This paper describes several new developments that have been made at the C2RMF by our team in order to make extremely high resolution images available on line. We will examine as a case study the use, the manipulation and the share of high resolution colorimetric images between members of the museum research community. The system that has been developed is a light-weight client-server architecture that efficiently streams image data to the client, allowing the user to quickly view very large images even over a slow Internet connection. These developments have been released as Open Source software in the IIPImage project. Keywords: IIP; Internet imaging; IIPImage; client-server; remote viewing 1 Introduction Advances in digital imaging have resulted in massively increased image resolutions and bit depths as well as in new techniques such as 3D imaging and topographical scanning. These new imaging techniques produce enormous quantities of data that need to be adequately managed, handled and exploited. Apart from the sheer volume of data, other advanced features such as colorimetric accuracy, high dynamic ranges (e.g. 16 bit images) and multi-channel output must also be considered. This problem has been particularly acute at the research and restoration centre at the Louvre Museum (the C2RMF - Centre de Recherche et Restauration des Musées de France) where a diverse range of imaging technologies have been applied in order to assist curators, restorers and researchers. In order to view such data, standard visualisation systems that simply transfer and load an entire image into memory are very inefficient. Not only are the scans large, but also colour calibrated, meaning that colour management must also be handled. The use of these advanced technologies has limited value if their results cannot be easily used or widely exploited. A key technical challenge is, therefore, how to efficiently disseminate this high quality data to people both internally and externally of the research centre. 2 The IIPImage Viewing System In order to handle this diversity of extremely large images, the Open Source IIPImage[1] system is used. IIPImage is a client-server system designed for the remote viewing of very high resolution images across the Internet. Its architecture gives it the peculiarity to be usable even over a slow dial up connection. The server can be launched as a plug-in that can work with a wide variety of web servers such as: Apache, Lighttpd or MyServer or any other FCGI-enabled http server. Images can be viewed via a feature-rich Java client, a Javascript client embedded within a web page or as JPEG image dynamically generated at the requested size and resolution by the server [2,3].

2 292 Pitzalis, Denis; Pillay, Ruven; Lahanier, Christian The system evolved from a prototype used in several European projects to view high resolution images of works of art across the Internet and has been greatly extended and restructured to handle the new imaging techniques described later in this paper. 2.1 Working Principle The system is fast and able to work remotely because the client only needs to download the portion of the whole image that is visible on the screen of the user at their current viewing resolution (Fig. 1). This means that it is also bandwidth and memory efficient as users do not need to be able to store or handle massive images on their local machine. Only the required parts of the whole image at the desired resolution need be sent. Figure 1: The real size of the image is much more bigger than the screen size The image tiles at the requested resolution are extracted from the source file by the server, dynamically compressed with JPEG (or lossless if desired) and sent to the client. The compression level used can be controlled by the client to optimize the transmission depending on the network environment (Fig. 2). This technique makes it possible to view extremely large images of several gigabytes in size in real-time over the Internet. Figure 2: Time-Line for an IIPImage client/server action 2.2 Data Storage Format In order for the system to be as efficient as possible, the images are stored in a multi-resolution tiled format, (Fig. 3) which allows the server to extract regions of the full image at different resolutions very quickly with

3 A New Concept in High-Resolution Internet Image Browsing 293 little processing overhead. Although a proprietary file format such as Flash Pix could have been used or a new one especially developed, it was decided to keep the format as open and interoperable as possible. The TIFF format is widely used and is flexible enough to permit this kind of structuring and encoding. Multiple resolutions can be stored within a single file in a pyramid-like structure using the standard TIFF multi-page functionality and each resolution can be tiled. A pyramidal image without compression uses only 33% extra space. However, the tiles can be optionally compressed using either a lossless compression such as Deflate or LZW, or a lossy compression such as JPEG. If space is an issue, JPEG compression is able to reduce the image file size by at least a factor of ten without a significant loss in visual quality [4]. When there are multiple views (e.g. multiple wavelengths or view angles etc), the different images are simply kept as separate files. Figure 3: Tiled Pyramidal format used by IIPImage 2.3 Colour Management and Bit Depth The classical 8-bit RGB colour space most commonly used today is insufficient for the richness of data acquired by high resolution cameras such as the CRISATEL [5] camera. Colour images are, therefore, stored in the device-independent CIELab colour space, which is able to describe colours that are outside the gamut of RGB. Furthermore, higher dynamic ranges (16-bit) are required to store the full dynamic range of imaging detail that would be invisible or saturated using only 8-bits. The IIPImage system is flexible enough to handle standard 8-bit RGB images, higher dynamic range 16bit images as well as colour spaces such as CIELab and generic multispectral images. Standard monitors are only able, however, to display 8-bits of information per pixel per channel in RGB colour space. In order to visualize 16-bit or CIELab images, the raw data needs to be first processed. In the case of 16-bit images, a contrast control allows the user to navigate within the extra, normally hidden data. For CIELab images, a dynamic conversion is performed by the client into the calibrated RGB space of the monitor. Eventually, it will be possible to use ICC profiles to calibrate the image to the user's monitor. 2.4 Internet Imaging Protocol The same group that in 1997 created the FlashPix image format, developed, at the same time, the IIP (Internet Image Protocol), a protocol aimed at Internet-based imaging and optimized for the FlashPix format. The tiled

4 294 Pitzalis, Denis; Pillay, Ruven; Lahanier, Christian pyramidal TIFF format used by us is similar to the FlashPix standard, but is a widely-used open format and is fully compatible with the protocol. The IIP protocol also allows for a certain amount of customisation which has allowed us to enhance certain features and add panoramic viewing, multispectral and surface topographic height handling to it. 3 Supported Image Types 3.1 Multispectral Viewing and Dynamic Spectral Reconstruction One of the advanced technologies used at the C2RMF is the multispectral CRISATEL camera system. Multispectral imaging enables us to accurately evaluate the surface physical state of a work of art. Having an accurate spectral record of the painting allows conservators to locate areas that may be invisible to the naked eye (Fig. 4) or that have been restored or retouched long ago[6]. By making regular scans of works of art, the gradual changes in the physical condition can be monitored and damage addressed quickly. The characterisation of materials used, the evaluation of the conservation state, the localization of previous restoration interventions and continuous monitoring are among the most important topics in the field of study and conservation of artworks. Figure 4: Lady Praying by Anonymous, Louvre Museum Painting Dep., Paris, inv. RF Blend between colour and infrared image [Invisible detail of a previous composition in the upper left corner] The CRISATEL multispectral imaging system is capable of producing scans at a resolution of 20,000 x 12,000 pixels each with a bit depth of 12 bits/pixel. Thirteen of these scans are taken at different wavelengths between 400nm and 1000nm (Fig. 5). This results in around 6 Gbytes of data per painting. After calibration and postprocessing of that data, the painting can be viewed either as a reconstructed colour image under a specified illuminant (eg D65) or the user can navigate through the various monochrome images representing the view at a certain wavelength. Arbitrary pairs of these images can be superimposed and blended together to allow subtle changes to be more clearly discerned (Fig. 5).This technique can also be used with other associated images, such as X-ray or fluorescence images.

5 A New Concept in High-Resolution Internet Image Browsing 295 Figure 5: Naked Woman in Landscape by Pierre Auguste Renoir (1883), Orangerie Museum, Paris, inv. RF [Spectral reconstruction from the 13 filter multispectral camera] Another important tool is the ability to dynamically reconstruct the spectra at any point on the image. It is possible to perform spectral reconstruction using the data from the CRISATEL camera with a high level of accuracy [7]. By comparing these reconstructed spectra to known pigment spectra, it is possible to perform rudimentary non-destructive pigment identification. 3.2 Panoramic Object Visualisation Another important imaging technique at the C2RMF arsenal is colorimetric 3D panoramic imaging. 3D imaging of objects and paintings offers a powerful new analytical tool to conservators, curators and art historians. Highresolution 3D image data contains information that can be used for display, comparison, measurement and ana lytical applications. A large collection of statues and objects has been scanned using the ACOHIR system [8]. These consist of a sequence of images of an object on a rotating turntable taken with a standard RGB camera. The turntable has a precision of about 1 micro degree and usually 36 images (one each 10 degrees) are taken at different angles. These images are colour calibrated using a MacBeth ColorChecker DC reference. The visua lisation system allows the user to navigate around the object and zoom in and link to areas of interest (Fig. 6). Figure 6: Nike between young people, Nicosthenes, Louvre Museum, DAGER dep., INV F102 [Two views of a Panoramic Object Visualisation]

6 296 Pitzalis, Denis; Pillay, Ruven; Lahanier, Christian 3.3 3D Surface Scan 3D laser scanning is based on the direct acquisition by multiple low-power lasers [9]. The system scans a small (less than 100µm diameter) white laser spot from three (RGB) laser sources over the complete surface of the painting. A triangulation based detection system simultaneously records the spatial measurements (x,y,z) and the colour reflectance (RGB) from the spot. The maximum lateral resolution is of 50µm with a depth resolution of 10µm. A unique feature of this technology is the ability to examine the surfaces and roughness of paintings as well as the overall shape of canvas and panel paintings. The shape data recorded by the scanner originates from the immediate surface of the paint layer, under the varnish, rather than from the varnish surface. This results in a detailed high-resolution recording of the surface relief or 3D structure of the paint layer from brush stroke details as well as from craquelure formations due to ageing (figures 7). In order to visualise this kind of data, the IIPImage system has to handle the extra surface data as well as the visual image. The extra data consists of height data for each pixel and also the vector describing the perpendicular to the plane of the surface. As with the visual images, this data is stored within tiled multiresolution TIFF files. With this extra data, the viewer can dynamically reconstruct the surface topography and can allow the user to change the direction of the light source (Fig. 8). This allows the user to more clearly distinguish surface features and, in essence, dynamically simulates raking light photography. The colour image is also able to be superimposed giving the user a unique view of the work of art. Figure 7: Surface RGB laser scan example [detail of the painting Lady Praying [ 4 Conclusions State of the art imaging techniques have been used at the C2RMF to non-destructively analyse and record the state of both paintings and objects in unprecedented levels of detail. Multispectral imaging provides ways to accurately measure surface reflectance, colour and perform some pigment and material identification. Panoramic imaging has been used to produce high resolution colorimetric images of statues and objects from many angles. While, laser scanning has been applied to the surface of paintings to measure with great accuracy the paint-layer roughness and surface relief. The use of such techniques has proved to be of great value and will help ensure that works of art are maintained in optimal condition. The data produced by these techniques has

7 A New Concept in High-Resolution Internet Image Browsing 297 required a new and flexible remote viewing system capable of handling ultra-high resolution images, colorimetric accuracy, extended bit depths, multi-channel data, spectral reconstruction, panoramic views and surface rendering. The IIPImage remote viewing system provides a flexible and efficient means to disseminate the results of these new imaging techniques and provides a powerful tool for advanced research and study of works of art. The system has been of great benefit to curators, researchers and restorers internally at the C2RMF. The efficient network capabilities also allow these images to be accessible externally and can potentially open up these fields of art and research to a far wider public around the world. We thank the European Union for their support given to the ACOHIR, ARTISTE, SCULPTEUR and CRISATEL projects. References [1] The IIPImage High Resolution Remote Image Viewing System. URL [2] MARTINEZ, K; CUPITT, J.; PERRY, S. High resolution Colorimetric Image Browsing on the Web. Computer Networks and ISDN Systems, Amsterdam : Elsevier Science Publishers, 1998, vol. 30, p [3] MARTINEZ, K.; CUPITT, J.; PERRY, S. Object browsing using the Internet Imaging Protocol. Computer Networks and ISDN Systems, Amsterdam : North-Holland Publishing, 2000, vol. 33, p [4] SAUNDERS, D.; CUPITT, J.; PILLAY, R.; MARTINEZ, K. Maintaining color accuracy in images transferred across the Internet. Color Imaging: Vision and Technology. Edit. by L. W. MacDonald, M.R. Luo : John Wiley, 1999, p [5] RIBÈS, A.; BRETTEL, H.; SCHMITT, F.; LIANG, H.; CUPITT, J.; SAUNDERS, D. Color and Spectral Imaging with the CRISATEL Aquisition System. The Digital Photography Conference. Rochester, USA, 2003, p [6] LAHANIER, C.; PILLAY, R.; BREUCKMANN, B.; COLANTONI, P.; PITZALIS, D. Multispectral Imaging and 3D Modelling of Canvas Painting, EVA Florence, Italy : Pitagora, 2005, p [7] RIBÈS, A., SCHMITT, F.; BRETTEL, H. Calibration and Spectral Reconstruction for an Art Painting Multispectral Acquisition System. CGIV Second European Conference on Color in Graphics, Imaging and Vision. Aachen, Germany, 2004, p [8] The ACOHIR Project. URL [9] TAYLOR, J.; BERALDIN, J. A.; GODIN, G.; COUMOYER, L.; RIOUX, M.; DOMEY, J. NRC 3D Imaging Technology for Museum and Heritage. Proceedings of The First International Workshop on 3D Virtual Heritage. Geneva, Switzerland, 2002.

VERSATILE AND EASY-TO-USE 3D LASER SCANNERS > >

VERSATILE AND EASY-TO-USE 3D LASER SCANNERS > > VERSATILE AND EASY-TO-USE 3D LASER SCANNERS > > A WORLD OF APPLICATIONS Z Corporation, producers of the industry s fastest, easiest-to-use and most versatile 3D scanners, makes 3D scanning ideal for a

More information

VERSATILE AND EASY-TO-USE 3D LASER SCANNERS > >

VERSATILE AND EASY-TO-USE 3D LASER SCANNERS > > VERSATILE AND EASY-TO-USE 3D LASER SCANNERS > > A WORLD OF APPLICATIONS 3D Systems, producers of the industry s fastest, easiest-to-use and most versatile 3D scanners, makes 3D scanning ideal for a wide

More information

Multispectral stereo acquisition using 2 RGB cameras and color filters: color and disparity accuracy

Multispectral stereo acquisition using 2 RGB cameras and color filters: color and disparity accuracy Multispectral stereo acquisition using 2 RGB cameras and color filters: color and disparity accuracy (a) and Bernhard Hill (b) (a) Institute of Imaging and Computer Vision (b) Research Group Color and

More information

A Proposal for OpenEXR Color Management

A Proposal for OpenEXR Color Management A Proposal for OpenEXR Color Management Florian Kainz, Industrial Light & Magic Revision 5, 08/05/2004 Abstract We propose a practical color management scheme for the OpenEXR image file format as used

More information

How To Compress Video For Real Time Transmission

How To Compress Video For Real Time Transmission University of Edinburgh College of Science and Engineering School of Informatics Informatics Research Proposal supervised by Dr. Sethu Vijayakumar Optimized bandwidth usage for real-time remote surveillance

More information

VIRGINIA WESTERN COMMUNITY COLLEGE

VIRGINIA WESTERN COMMUNITY COLLEGE 36T Revised Fall 2015 Cover Page 36TITD 112 21TDesigning Web Page Graphics Program Head: Debbie Yancey Revised: Fall 2015 Dean s Review: Deborah Yancey Dean 21T Lab/Recitation Revised Fall 2015 None ITD

More information

COMMERCIAL PHOTOGRAPHY Basic Digital Photography

COMMERCIAL PHOTOGRAPHY Basic Digital Photography COMMERCIAL PHOTOGRAPHY Basic Digital Photography This course is part of a sequence of courses that prepares individuals to use artistic techniques combined with a commercial perspective to effectively

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Adobe Photoshop Introduction Part 1 (Basics- Image Manipulation) ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents: Overview... 1 Objectives... 1 Basic Graphic Terminology...

More information

Klaus Goelker. GIMP 2.8 for Photographers. Image Editing with Open Source Software. rocky

Klaus Goelker. GIMP 2.8 for Photographers. Image Editing with Open Source Software. rocky Klaus Goelker GIMP 2.8 for Photographers Image Editing with Open Source Software rocky Table of Contents Chapter 1 Basics 3 1.1 Preface....4 1.2 Introduction 5 1.2.1 Using GIMP 2.8 About This Book 5 1.2.2

More information

SCANNING, RESOLUTION, AND FILE FORMATS

SCANNING, RESOLUTION, AND FILE FORMATS Resolution SCANNING, RESOLUTION, AND FILE FORMATS We will discuss the use of resolution as it pertains to printing, internet/screen display, and resizing iamges. WHAT IS A PIXEL? PIXEL stands for: PICture

More information

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013 INPUT OUTPUT 08 / IMAGE QUALITY & VIEWING In this section we will cover common image file formats you are likely to come across and examine image quality in terms of resolution and bit depth. We will cover

More information

REPRESENTATION, CODING AND INTERACTIVE RENDERING OF HIGH- RESOLUTION PANORAMIC IMAGES AND VIDEO USING MPEG-4

REPRESENTATION, CODING AND INTERACTIVE RENDERING OF HIGH- RESOLUTION PANORAMIC IMAGES AND VIDEO USING MPEG-4 REPRESENTATION, CODING AND INTERACTIVE RENDERING OF HIGH- RESOLUTION PANORAMIC IMAGES AND VIDEO USING MPEG-4 S. Heymann, A. Smolic, K. Mueller, Y. Guo, J. Rurainsky, P. Eisert, T. Wiegand Fraunhofer Institute

More information

Adobe Dreamweaver Exam Objectives

Adobe Dreamweaver Exam Objectives Adobe Dreamweaver audience needs for a website. 1.2 Identify webpage content that is relevant to the website purpose and appropriate for the target audience. 1.3 Demonstrate knowledge of standard copyright

More information

Ultra-High Resolution Digital Mosaics

Ultra-High Resolution Digital Mosaics Ultra-High Resolution Digital Mosaics J. Brian Caldwell, Ph.D. Introduction Digital photography has become a widely accepted alternative to conventional film photography for many applications ranging from

More information

Express Server: Standards-Based Image Delivery for the Geospatial Industry

Express Server: Standards-Based Image Delivery for the Geospatial Industry Express Server: Standards-Based Image Delivery for the Geospatial Industry Advancements in the collection of geospatial imagery in recent years have resulted in the increasing availability of greater quantities

More information

MeshLab and Arc3D: Photo-Reconstruction and Processing of 3D meshes

MeshLab and Arc3D: Photo-Reconstruction and Processing of 3D meshes MeshLab and Arc3D: Photo-Reconstruction and Processing of 3D meshes P. Cignoni, M Corsini, M. Dellepiane, G. Ranzuglia, (Visual Computing Lab, ISTI - CNR, Italy) M. Vergauven, L. Van Gool (K.U.Leuven ESAT-PSI

More information

ART 170: Web Design 1

ART 170: Web Design 1 Banner Design Project Overview & Objectives Everyone will design a banner for a veterinary clinic. Objective Summary of the Project General objectives for the project in its entirety are: Design a banner

More information

Self-Calibrated Structured Light 3D Scanner Using Color Edge Pattern

Self-Calibrated Structured Light 3D Scanner Using Color Edge Pattern Self-Calibrated Structured Light 3D Scanner Using Color Edge Pattern Samuel Kosolapov Department of Electrical Engineering Braude Academic College of Engineering Karmiel 21982, Israel e-mail: ksamuel@braude.ac.il

More information

Digitisation Disposal Policy Toolkit

Digitisation Disposal Policy Toolkit Digitisation Disposal Policy Toolkit Glossary of Digitisation Terms August 2014 Department of Science, Information Technology, Innovation and the Arts Document details Security Classification Date of review

More information

EVIDENCE PHOTOGRAPHY TEST SPECIFICATIONS MODULE 1: CAMERA SYSTEMS & LIGHT THEORY (37)

EVIDENCE PHOTOGRAPHY TEST SPECIFICATIONS MODULE 1: CAMERA SYSTEMS & LIGHT THEORY (37) EVIDENCE PHOTOGRAPHY TEST SPECIFICATIONS The exam will cover evidence photography involving crime scenes, fire scenes, accident scenes, aircraft incident scenes, surveillances and hazardous materials scenes.

More information

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations MMGD0203 MULTIMEDIA DESIGN Chapter 3 Graphics and Animations 1 Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Introduction

More information

How to Send Video Images Through Internet

How to Send Video Images Through Internet Transmitting Video Images in XML Web Service Francisco Prieto, Antonio J. Sierra, María Carrión García Departamento de Ingeniería de Sistemas y Automática Área de Ingeniería Telemática Escuela Superior

More information

Application Notes "EPCF 1%' 1SJOU &OHJOF "11&

Application Notes EPCF 1%' 1SJOU &OHJOF 11& Application Notes Adobe PDF Print Engine (APPE) ErgoSoft AG Moosgrabenstr. CH-8595 Altnau, Switzerland 0 ErgoSoft AG, All rights reserved. The information contained in this manual is based on information

More information

Each figure of a manuscript should be submitted as a single file.

Each figure of a manuscript should be submitted as a single file. Introduction This page provides general information for authors creating figures to maximize the quality of those illustrations and to prepare artwork for submission to the Brazilian Journal of Medical

More information

Digital Print Manufacturing: Color Management Workflows and Roles. Ann McCarthy Xerox Innovation Group ICC Steering Committee

Digital Print Manufacturing: Color Management Workflows and Roles. Ann McCarthy Xerox Innovation Group ICC Steering Committee Digital Print Manufacturing: Color Management Workflows and Roles Ann McCarthy Xerox Innovation Group ICC Steering Committee ICC Color Management Workflows Digital Smart Factory Forum 24 June, 2003 What

More information

Opportunities for the generation of high resolution digital elevation models based on small format aerial photography

Opportunities for the generation of high resolution digital elevation models based on small format aerial photography Opportunities for the generation of high resolution digital elevation models based on small format aerial photography Boudewijn van Leeuwen 1, József Szatmári 1, Zalán Tobak 1, Csaba Németh 1, Gábor Hauberger

More information

MULTIPURPOSE USE OF ORTHOPHOTO MAPS FORMING BASIS TO DIGITAL CADASTRE DATA AND THE VISION OF THE GENERAL DIRECTORATE OF LAND REGISTRY AND CADASTRE

MULTIPURPOSE USE OF ORTHOPHOTO MAPS FORMING BASIS TO DIGITAL CADASTRE DATA AND THE VISION OF THE GENERAL DIRECTORATE OF LAND REGISTRY AND CADASTRE MULTIPURPOSE USE OF ORTHOPHOTO MAPS FORMING BASIS TO DIGITAL CADASTRE DATA AND THE VISION OF THE GENERAL DIRECTORATE OF LAND REGISTRY AND CADASTRE E.ÖZER, H.TUNA, F.Ç.ACAR, B.ERKEK, S.BAKICI General Directorate

More information

A technical overview of the Fuel3D system.

A technical overview of the Fuel3D system. A technical overview of the Fuel3D system. Contents Introduction 3 How does Fuel3D actually work? 4 Photometric imaging for high-resolution surface detail 4 Optical localization to track movement during

More information

A System for Capturing High Resolution Images

A System for Capturing High Resolution Images A System for Capturing High Resolution Images G.Voyatzis, G.Angelopoulos, A.Bors and I.Pitas Department of Informatics University of Thessaloniki BOX 451, 54006 Thessaloniki GREECE e-mail: pitas@zeus.csd.auth.gr

More information

Interoperable Solutions in Web-based Mapping

Interoperable Solutions in Web-based Mapping ISPRS SIPT IGU UCI CIG ACSG Table of contents Table des matières Authors index Index des auteurs Search Recherches Exit Sortir Interoperable Solutions in Web-based Mapping Marta Wojnarowska and Bridget

More information

ANALYSIS OF THE COMPRESSION RATIO AND QUALITY IN MEDICAL IMAGES

ANALYSIS OF THE COMPRESSION RATIO AND QUALITY IN MEDICAL IMAGES ISSN 392 24X INFORMATION TECHNOLOGY AND CONTROL, 2006, Vol.35, No.4 ANALYSIS OF THE COMPRESSION RATIO AND QUALITY IN MEDICAL IMAGES Darius Mateika, Romanas Martavičius Department of Electronic Systems,

More information

ENGN 2502 3D Photography / Winter 2012 / SYLLABUS http://mesh.brown.edu/3dp/

ENGN 2502 3D Photography / Winter 2012 / SYLLABUS http://mesh.brown.edu/3dp/ ENGN 2502 3D Photography / Winter 2012 / SYLLABUS http://mesh.brown.edu/3dp/ Description of the proposed course Over the last decade digital photography has entered the mainstream with inexpensive, miniaturized

More information

The infrared camera NEC Thermo tracer TH7102WL (1) (IR

The infrared camera NEC Thermo tracer TH7102WL (1) (IR PERIODICUM BIOLOGORUM UDC 57:61 VOL. 108, No 4,????, 2006 CODEN PDBIAD ISSN 0031-5362 Original scientific paper ThermoWEB-Remote Control and Measurement of Temperature over the Web D. KOLARI] K. SKALA

More information

Best Practices: PDF Export

Best Practices: PDF Export WHITE PAPER Best Practices: PDF Export People use PDF files in a variety of ways, from Web and e-mail distribution to high-end offset printing. Each way of using a PDF file has its own requirements. For

More information

Digital Imaging Color or black-and-white scans, from web to exhibition sizes. Images can be provided in a variety of formats including Adobe PDF.

Digital Imaging Color or black-and-white scans, from web to exhibition sizes. Images can be provided in a variety of formats including Adobe PDF. huntington imaging services guide Last updated 10 July 2009 HUNTINGTON IMAGING SERVICES GUIDE Imaging Services provides a variety of services for readers and staff, including scans, photocopies, duplicating

More information

Service-Oriented Visualization of Virtual 3D City Models

Service-Oriented Visualization of Virtual 3D City Models Service-Oriented Visualization of Virtual 3D City Models Authors: Jan Klimke, Jürgen Döllner Computer Graphics Systems Division Hasso-Plattner-Institut, University of Potsdam, Germany http://www.hpi3d.de

More information

Image Compression through DCT and Huffman Coding Technique

Image Compression through DCT and Huffman Coding Technique International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Rahul

More information

The EDCINE Project Enhanced Digital Cinema

The EDCINE Project Enhanced Digital Cinema The EDCINE Project for Archives: A System Architecture for Digital Film Archives using JPEG 2000 and MXF Fraunhofer Institute for Integrated Circuits IIS Dr. Siegfried Foessel, Arne Nowak 1 The EDCINE

More information

3D SCANNING: A NEW APPROACH TOWARDS MODEL DEVELOPMENT IN ADVANCED MANUFACTURING SYSTEM

3D SCANNING: A NEW APPROACH TOWARDS MODEL DEVELOPMENT IN ADVANCED MANUFACTURING SYSTEM 3D SCANNING: A NEW APPROACH TOWARDS MODEL DEVELOPMENT IN ADVANCED MANUFACTURING SYSTEM Dr. Trikal Shivshankar 1, Patil Chinmay 2, Patokar Pradeep 3 Professor, Mechanical Engineering Department, SSGM Engineering

More information

Standard-Compliant Streaming of Images in Electronic Health Records

Standard-Compliant Streaming of Images in Electronic Health Records WHITE PAPER Standard-Compliant Streaming of Images in Electronic Health Records Combining JPIP streaming and WADO within the XDS-I framework 03.09 Copyright 2010 Aware, Inc. All Rights Reserved. No part

More information

I-SiTE - Laser Scanning Revolutionises Site Survey

I-SiTE - Laser Scanning Revolutionises Site Survey I-SiTE - Laser Scanning Revolutionises Site Survey I.K. Kapageridis Maptek/KRJA Systems Ltd, United Kingdom ABSTRACT: MAPTEK's revolutionary I-SiTE 3D Laser Imaging System, presented in this paper, is

More information

Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery

Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery WorldView-2 is the first commercial high-resolution satellite to provide eight spectral sensors in the visible to near-infrared

More information

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera Comparison of different image compression formats ECE 533 Project Report Paula Aguilera Introduction: Images are very important documents nowadays; to work with them in some applications they need to be

More information

Digital Imaging and Communications in Medicine (DICOM) Supplement 145: Whole Slide Microscopic Image IOD and SOP Classes

Digital Imaging and Communications in Medicine (DICOM) Supplement 145: Whole Slide Microscopic Image IOD and SOP Classes 5 Digital Imaging and Communications in Medicine (DICOM) Supplement 145: Whole Slide Microscopic Image IOD and SOP Classes 10 15 20 Prepared by: DICOM Standards Committee, Working Group 26, Pathology 1300

More information

Screen Capture A Vector Quantisation Approach

Screen Capture A Vector Quantisation Approach Screen Capture A Vector Quantisation Approach Jesse S. Jin and Sue R. Wu Biomedical and Multimedia Information Technology Group School of Information Technologies, F09 University of Sydney, NSW, 2006 {jesse,suewu}@it.usyd.edu.au

More information

Micro-CT for SEM Non-destructive Measurement and Volume Visualization of Specimens Internal Microstructure in SEM Micro-CT Innovation with Integrity

Micro-CT for SEM Non-destructive Measurement and Volume Visualization of Specimens Internal Microstructure in SEM Micro-CT Innovation with Integrity Micro-CT for SEM Non-destructive Measurement and Volume Visualization of Specimens Internal Microstructure in SEM Innovation with Integrity Micro-CT 3D Microscopy Using Micro-CT for SEM Micro-CT for SEM

More information

USING THE INTERNET TO MANAGE AND DISTRIBUTE GEOSPATIAL SUBMARINE CABLE DATA

USING THE INTERNET TO MANAGE AND DISTRIBUTE GEOSPATIAL SUBMARINE CABLE DATA USING THE INTERNET TO MANAGE AND DISTRIBUTE GEOSPATIAL SUBMARINE CABLE DATA GIS Database World Wide Web Internet Data Management Cable Marine RPL Protection David Caswell, Bill Gilmour, David Millar Racal

More information

RGB Color Managed Workflow Example

RGB Color Managed Workflow Example White Paper 23 Level: Basic Date: May 2008 RGB Color Managed Workflow Example Overview Today s abundance of RGB source art such as digital illustrations, photos, and digital art are routinely repurposed

More information

GXP WebView GEOSPATIAL EXPLOITATION PRODUCTS (GXP )

GXP WebView GEOSPATIAL EXPLOITATION PRODUCTS (GXP ) GEOSPATIAL EXPLOITATION PRODUCTS (GXP ) GXP WebView A Web-based, full-resolution image viewing tool for visualization, annotation, measurement, and publishing providing access to remote data from any location.

More information

The best lab standard. 1,4 Megapixels 2/3 inch sensor Giant pixel size 6 times optical zoom Massive 16-bit imaging for enhanced dynamic

The best lab standard. 1,4 Megapixels 2/3 inch sensor Giant pixel size 6 times optical zoom Massive 16-bit imaging for enhanced dynamic 1 AGENDA Product roadmap...3 Computer based system: PLATINUM..5 XPLORER.6 ESSENTIAL..7 Specifications Computer based system..8 Configuration Computer based system... 9 Software Computer based system...10

More information

LittleCMS: A free color management engine in 100K.

LittleCMS: A free color management engine in 100K. LittleCMS: A free color management engine in 100K. Background One of the main components of a color management solution is the Color Matching Module, or CMM, which is the software engine in charge of controlling

More information

Adobe Certified Expert Program

Adobe Certified Expert Program Adobe Certified Expert Program Product Proficiency Exam Bulletin Adobe Photoshop CS4 Exam # 9A0-094 ACE Certification Checklist The checklist below will help guide you through the process of obtaining

More information

Advanced Image Management using the Mosaic Dataset

Advanced Image Management using the Mosaic Dataset Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Advanced Image Management using the Mosaic Dataset Vinay Viswambharan, Mike Muller Agenda ArcGIS Image Management

More information

CORPORATE SCANNING POLICY

CORPORATE SCANNING POLICY STAFFORDSHIRE COUNTY COUNCIL CORPORATE SCANNING POLICY Document Management Document Disclaimer This document is issued only for the purpose for which it is supplied. Document Owner This document is produced

More information

Template-based Eye and Mouth Detection for 3D Video Conferencing

Template-based Eye and Mouth Detection for 3D Video Conferencing Template-based Eye and Mouth Detection for 3D Video Conferencing Jürgen Rurainsky and Peter Eisert Fraunhofer Institute for Telecommunications - Heinrich-Hertz-Institute, Image Processing Department, Einsteinufer

More information

Observer Access to the Cherenkov Telescope Array

Observer Access to the Cherenkov Telescope Array Observer Access to the Cherenkov Telescope Array IRAP, Toulouse, France E-mail: jknodlseder@irap.omp.eu V. Beckmann APC, Paris, France E-mail: beckmann@apc.in2p3.fr C. Boisson LUTh, Paris, France E-mail:

More information

Multi-Resolution Digital 3D Imaging & Modelling applied to the Documentation of rock art sites: Grotta dei Cervi in Italy

Multi-Resolution Digital 3D Imaging & Modelling applied to the Documentation of rock art sites: Grotta dei Cervi in Italy Multi-Resolution Digital 3D Imaging & Modelling applied to the Documentation of rock art sites: Grotta dei Cervi in Italy J.-A. Beraldin 1, V. Valzano 2, A. Bandiera 2 1 IIT, National Research Council

More information

pb tec solutions GmbH, Max-Planck-Str. 11, 63755 Alzenau (Germany) Tel.: +49 6023 94771 0 Fax: +49 6023 94771 29 www.pbtecsolutions.

pb tec solutions GmbH, Max-Planck-Str. 11, 63755 Alzenau (Germany) Tel.: +49 6023 94771 0 Fax: +49 6023 94771 29 www.pbtecsolutions. pb tec solutions GmbH, Max-Planck-Str. 11, 63755 Alzenau (Germany) Tel.: +49 6023 94771 0 Fax: +49 6023 94771 29 www.pbtecsolutions.de info@pbtecsolutions.de Model Description AOI systems MV-3 MV-6E/EM

More information

WHITE PAPER. Are More Pixels Better? www.basler-ipcam.com. Resolution Does it Really Matter?

WHITE PAPER. Are More Pixels Better? www.basler-ipcam.com. Resolution Does it Really Matter? WHITE PAPER www.basler-ipcam.com Are More Pixels Better? The most frequently asked question when buying a new digital security camera is, What resolution does the camera provide? The resolution is indeed

More information

JPEG Image Compression by Using DCT

JPEG Image Compression by Using DCT International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 JPEG Image Compression by Using DCT Sarika P. Bagal 1* and Vishal B. Raskar 2 1*

More information

Image quality issues in digitization projects of historical documents

Image quality issues in digitization projects of historical documents Istituto di Fisica Applicata Nello Carrara (CNR) Firenze, Italy - www.ifac.cnr.it Image quality issues in digitization projects of historical documents Franco Lotti IAPR Int. Workshop on Document Analysis

More information

1. Introduction to image processing

1. Introduction to image processing 1 1. Introduction to image processing 1.1 What is an image? An image is an array, or a matrix, of square pixels (picture elements) arranged in columns and rows. Figure 1: An image an array or a matrix

More information

Arti Tyagi Sunita Choudhary

Arti Tyagi Sunita Choudhary Volume 5, Issue 3, March 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Web Usage Mining

More information

TEXT FILES. Format Description / Properties Usage and Archival Recommendations

TEXT FILES. Format Description / Properties Usage and Archival Recommendations TEXT FILES Format Description / Properties Usage and Archival Recommendations.txt.doc.docx.rtf.odt.pdf PDF/A Text file Simple plain text document Compatible across software packages Supports very little

More information

HIGH AND LOW RESOLUTION TEXTURED MODELS OF COMPLEX ARCHITECTURAL SURFACES

HIGH AND LOW RESOLUTION TEXTURED MODELS OF COMPLEX ARCHITECTURAL SURFACES HIGH AND LOW RESOLUTION TEXTURED MODELS OF COMPLEX ARCHITECTURAL SURFACES E. K. Stathopoulou a, A. Valanis a, J. L. Lerma b, A. Georgopoulos a a Laboratory of Photogrammetry, National Technical University

More information

PDF Primer PDF. White Paper

PDF Primer PDF. White Paper White Paper PDF Primer PDF What is PDF and what is it good for? How does PDF manage content? How is a PDF file structured? What are its capabilities? What are its limitations? Version: 1.0 Date: October

More information

Data Centric Interactive Visualization of Very Large Data

Data Centric Interactive Visualization of Very Large Data Data Centric Interactive Visualization of Very Large Data Bruce D Amora, Senior Technical Staff Gordon Fossum, Advisory Engineer IBM T.J. Watson Research/Data Centric Systems #OpenPOWERSummit Data Centric

More information

RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY

RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY M. Erdogan, H.H. Maras, A. Yilmaz, Ö.T. Özerbil General Command of Mapping 06100 Dikimevi, Ankara, TURKEY - (mustafa.erdogan;

More information

New Features in TerraPhoto. Arttu Soininen Software developer Terrasolid Ltd

New Features in TerraPhoto. Arttu Soininen Software developer Terrasolid Ltd New Features in TerraPhoto Arttu Soininen Software developer Terrasolid Ltd Tie Status for Images View / Fields menu command for selecting visible fields in Tie points window Each image has a tie status

More information

Computer Vision for Quality Control in Latin American Food Industry, A Case Study

Computer Vision for Quality Control in Latin American Food Industry, A Case Study Computer Vision for Quality Control in Latin American Food Industry, A Case Study J.M. Aguilera A1, A. Cipriano A1, M. Eraña A2, I. Lillo A1, D. Mery A1, and A. Soto A1 e-mail: [jmaguile,aciprian,dmery,asoto,]@ing.puc.cl

More information

VMware View 4 with PCoIP I N F O R M AT I O N G U I D E

VMware View 4 with PCoIP I N F O R M AT I O N G U I D E VMware View 4 with PCoIP I N F O R M AT I O N G U I D E Table of Contents VMware View 4 with PCoIP................................................... 3 About This Guide........................................................

More information

balesio Native Format Optimization Technology (NFO)

balesio Native Format Optimization Technology (NFO) balesio AG balesio Native Format Optimization Technology (NFO) White Paper Abstract balesio provides the industry s most advanced technology for unstructured data optimization, providing a fully system-independent

More information

NIS-Elements Viewer. User's Guide

NIS-Elements Viewer. User's Guide NIS-Elements Viewer User's Guide Publication date 10.09.2013 v. 4.20.00 Laboratory Imaging, s. r. o., Za Drahou 171/17, CZ - 102 00 Praha 10 No part of this publication may be reproduced or transmitted

More information

ACE: After Effects CS6

ACE: After Effects CS6 Adobe Training Services Exam Guide ACE: After Effects CS6 Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation as

More information

ACE: Illustrator CC Exam Guide

ACE: Illustrator CC Exam Guide Adobe Training Services Exam Guide ACE: Illustrator CC Exam Guide Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation

More information

A method of generating free-route walk-through animation using vehicle-borne video image

A method of generating free-route walk-through animation using vehicle-borne video image A method of generating free-route walk-through animation using vehicle-borne video image Jun KUMAGAI* Ryosuke SHIBASAKI* *Graduate School of Frontier Sciences, Shibasaki lab. University of Tokyo 4-6-1

More information

Why use ColorGauge Micro Analyzer with the Micro and Nano Targets?

Why use ColorGauge Micro Analyzer with the Micro and Nano Targets? Image Science Associates introduces a new system to analyze images captured with our 30 patch Micro and Nano targets. Designed for customers who require consistent image quality, the ColorGauge Micro Analyzer

More information

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Imaging process Light reaches surfaces in 3D. Surfaces reflect. Sensor element receives

More information

ACE: After Effects CC

ACE: After Effects CC Adobe Training Services Exam Guide ACE: After Effects CC Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation as

More information

MiSeq: Imaging and Base Calling

MiSeq: Imaging and Base Calling MiSeq: Imaging and Page Welcome Navigation Presenter Introduction MiSeq Sequencing Workflow Narration Welcome to MiSeq: Imaging and. This course takes 35 minutes to complete. Click Next to continue. Please

More information

Color holographic 3D display unit with aperture field division

Color holographic 3D display unit with aperture field division Color holographic 3D display unit with aperture field division Weronika Zaperty, Tomasz Kozacki, Malgorzata Kujawinska, Grzegorz Finke Photonics Engineering Division, Faculty of Mechatronics Warsaw University

More information

Digimarc for Images. Best Practices Guide (Chroma + Classic Edition)

Digimarc for Images. Best Practices Guide (Chroma + Classic Edition) Digimarc for Images Best Practices Guide (Chroma + Classic Edition) Best Practices Guide (Chroma + Classic Edition) Why should you digitally watermark your images? 3 What types of images can be digitally

More information

Computer Vision: Machine Vision Filters. Computer Vision. Optical Filters. 25 August 2014

Computer Vision: Machine Vision Filters. Computer Vision. Optical Filters. 25 August 2014 Computer Vision Optical Filters 25 August 2014 Copyright 2001 2014 by NHL Hogeschool, Van de Loosdrecht Machine Vision BV and Klaas Dijkstra All rights reserved j.van.de.loosdrecht@nhl.nl, jaap@vdlmv.nl,

More information

Lesson 1 Quiz. 3. The Internet is which type of medium? a. Passive b. Broadcast c. One-to-one d. Electronic print

Lesson 1 Quiz. 3. The Internet is which type of medium? a. Passive b. Broadcast c. One-to-one d. Electronic print Lesson 1 Quiz 1. Which technology trend in Web development can be defined as a group of XMLbased technologies that enable computers using different operating systems and software to easily exchange information

More information

Photography of Cultural Heritage items

Photography of Cultural Heritage items Photography of Cultural Heritage items A lot of people only get to know art pieces through photographic reproductions. Nowadays with digital imaging far more common than traditional analogue photography,

More information

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities A framework for Itinerary Personalization in Cultural Tourism of Smart Cities Gianpaolo D Amico, Simone Ercoli, and Alberto Del Bimbo University of Florence, Media Integration and Communication Center

More information

Building native mobile apps for Digital Factory

Building native mobile apps for Digital Factory DIGITAL FACTORY 7.0 Building native mobile apps for Digital Factory Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels

More information

Tibiscus University, Timişoara

Tibiscus University, Timişoara PDF/A standard for long term archiving Ramona Vasilescu Tibiscus University, Timişoara ABSTRACT. PDF/A is defined by ISO 19005-1 as a file format based on PDF format. The standard provides a mechanism

More information

Drawing Accurate Ground Plans from Laser Scan Data

Drawing Accurate Ground Plans from Laser Scan Data Drawing Accurate Ground Plans from Laser Scan Data Kevin Cain Institute for the Study and Integration of Graphical Heritage Techniques (INSIGHT) Abstract. In addition to the kinds of standard documentation

More information

Optical Digitizing by ATOS for Press Parts and Tools

Optical Digitizing by ATOS for Press Parts and Tools Optical Digitizing by ATOS for Press Parts and Tools Konstantin Galanulis, Carsten Reich, Jan Thesing, Detlef Winter GOM Gesellschaft für Optische Messtechnik mbh, Mittelweg 7, 38106 Braunschweig, Germany

More information

What Resolution Should Your Images Be?

What Resolution Should Your Images Be? What Resolution Should Your Images Be? The best way to determine the optimum resolution is to think about the final use of your images. For publication you ll need the highest resolution, for desktop printing

More information

High Resolution RF Analysis: The Benefits of Lidar Terrain & Clutter Datasets

High Resolution RF Analysis: The Benefits of Lidar Terrain & Clutter Datasets 0 High Resolution RF Analysis: The Benefits of Lidar Terrain & Clutter Datasets January 15, 2014 Martin Rais 1 High Resolution Terrain & Clutter Datasets: Why Lidar? There are myriad methods, techniques

More information

Image Resolution. Color Spaces: RGB and CMYK. File Types and when to use. Image Resolution. Finding Happiness at 300 dots-per-inch

Image Resolution. Color Spaces: RGB and CMYK. File Types and when to use. Image Resolution. Finding Happiness at 300 dots-per-inch Image Resolution Color Spaces: RGB and CMYK File Types and when to use Image Resolution Finding Happiness at 300 dots-per-inch Rules to remember Text should be 400dpi at the final size in the layout. Images

More information

Network Scanning: A New Feature for Digital Copiers

Network Scanning: A New Feature for Digital Copiers Network Scanning: A New Feature for Digital Copiers Abstract Introduction The method of implementing electronic document capture and distribution, known as network scanning, into the traditional copier/printer

More information

Reduce File Size. Compatibility. Contents

Reduce File Size. Compatibility. Contents Reduce File Size Revu provides a mechanism for reducing the size of some PDFs to make them more suitable for email or a Document Management System. This tool works by compressing bitmap images and removing

More information