Analysis of Color Visualization in High Dynamic Range Image

Size: px
Start display at page:

Download "Analysis of Color Visualization in High Dynamic Range Image"

Transcription

1 in High Dynamic Range Image Yong-Hwan Lee 1 and Youngseop Kim 2 1 Far East University, Chungbuk, Korea hwany1458@empal.com 2 Dankook University, Chungnam, Korea wangcho@dankook.ac.kr Abstract Tone mapping of high dynamic range (HDR) images for realistic display is a commonly studied. However, scientific visualization of HDR image for analysis of scene luminance has much less attention. In this paper, we have presented and implemented a simple approach for the reproduction and visualization of the color information in HDR images. We attempt several simple color visualizing functions, and estimate their effectiveness through the evaluation factors with common HDR images. Keywords: High Dynamic Range (HDR) image, color visualization, image analysis 1 Introduction Recently, technology of digital photography is very advanced. However, to achieve a level that is comparable to amazing capability of human visual system (HVS), the technology still has a problem to follow the HVS s capability. For example, real world scenes which we experience in our daily life have a very wide range of radiance values, and HVS is capable of simultaneously perceiving scenes with dynamic ranges over five or nine orders of magnitude. But current imaging devices, such as video monitor and printing device, all have limited dynamic range. For example, digital camera stores color photos with 24 bit/pixel, and this can only capture a useful dynamic range of two orders of magnitude [5]. High dynamic range (HDR) imaging, where image file records the true radiance dynamic range and color gamut of the scene, holds potential in advancing digital photography technology. Many researchers have been developing HDR imaging technology, in both scientific and artistic communities for several years, about JPEG-compatible coding of HDR image [14], ranging from HDR radiance map capturing [8], efficient storage of 96 bit/pixel radiance maps [16], and tone mapping of HDR images for display in low dynamic range (LDR) media [12]. Despite these efforts, many technological challenges in HDR imageing remain. Another challenge is a visualization of HDR images for analysis and understanding of the scene. Currnet means of visualizing HDR images distinguish between contrast-enhancement and dynamic range compression techniques [4]. The key problem of visualization is how to translate from scene to image, while preserving the relevant scene information, producing a natural looking image, and avoiding common artifacts. In this paper, We have a focus on description for how to best visualize a HDR image for the purpose of scene luminance analysis. The goal of this paper is to attempt to show that the color visualizing method can play an important role in descriptiveness of the visualization. This paper is organized as follows: next section reviews related works about tone mapping and HDR imaging analysis. Section 3 presents the our method that uses two tasks of color conversion and color visualizing function. Experimental results are shown in section 4, and section 5 summarizes the study and its future works. IT CoNvergence PRActice (INPRA), volume: 2, number: 4 (December), pp Corresponding author: Far East University, 76-43, Daehakgil Gamgok Eumseong Chungbuk, , Korea, Tel:

2 2 Related Works A number of papers exist on tone mapping of HDR image. Tumblin [15] developed a tone mapping operator using human perception model. The main drawback of the algorithm is that he uses a global brightness adaptation, dark and bright regions are clipped. Qiu [11] proposed a tone mapping framework to offer an insightful and simple mechanism to control the appearance of the tone mapped image. Li [6] proposed the demanded local tone mapping of high dynamic range (HDR) images using saliency-aware weighting and edge-aware weighting. Reinhard [13] presented a time-tested techniques of photographic practice to develop a tone reproduction operator, which is simple and produces good results for a wide variety of images. He used and extended the techniques developed by Adams to deal with digital images. Information visualization is the study of (interactive) visual representations of abstract data to reinforce human cognition. The abstract data include both numerical and non-numerical data, such as text and geographic information [1]. Visualization is a process of presenting data graphically to gain insight and understand from image [7]. In this focus, study of visualizing HDR image is more accessible from image processing field. Pattanaik [10] proposed a multiscale model for the representation of pattern, luminance and color in the human visual system. The main problem with this work is that, although interesting for its detailed modeling of the human visual system, it cannot avoid halos. Pardo [9] proposed an algorithm for information visualization in HDR images to produce a minimal set of images capturing the information all over the HDR data. The main problem of this work is that the focused scene region with limited dynamic range is considered. Akyuz [2] presented a framework to generate false colored representation of HDR images. The main drawback of the paper is that evaluation is performed subjectively by 14 participants. Branchitta [3] proposed a local-contrast-enhancement algorithm on HDR image by applying a balanced contrast-limited adaptive-histogram-equalization technique. 3 The Proposed Method Our idea is to propose a simple and effective method to visualize all the information in HDR image in a relevant way. First, we describe our high-level scheme that can be used to generate color visualization of HDR images, as shown in Figure 1. Then, we discuss several mapping functions that can be used in our method. Figure 1: The proposed system flowchart 3.1 Workflow As shown in Figure 1, we start with a HDR image, which is in a linear color space with srgb primaries, with extension filename of HDR. As our goal is to assign different colors for different luminance values, our scheme uses HSV color space, which has the desired property that transition from dark to light values can be easily represented. Also, this color space gives another advantage. some saturated pixels (larger than 255) are clipped in srgb space, however, this is avoided in HSV space. We then computes a luminance information by the following equation. Y h = (0.299 R h ) + (0.587 G h ) + (0.114 B h ) (1) 38

3 where Y h is the luminance of the high dynamic range image, R h, G h and B h are the pixel value of the HDR image, respectively. Although HSV encompasses a cylindrical volume, we use a single hue slice that has the highest possible value and saturation for maximizing visibility. The hue angles as a function of luminance is computed by the following. H = 240 (1 CV (Y )) (2) where color visualization function, CV, is a parameter, described in the next subsection. In HSV color space, the hue angle of 0 corresponds to read and a hue angle of 240 blue colors. From 240 and 360, the hue angle transits the color from blue to violet and back to read. Thus, we exclude the violet portion of the hue circle, to avoid mapping both low and high luminance to similar hue values. We finally convert the computed HSV values back to RGB to obtain the color visualized HDR image. 3.2 Color Visualizing Functions We estimate the our method with several simple color visualizing functions in Equation (2), which are linear scaling, logarithmic mapping and sigmoidal mapping. The first function of color visualization is a linear scaling with clipping, which is defined as: CV m (Y ) = [Y ]m (100 m) [Y ] m [Y ] 100 m [Y ] m (3) where [ ] m is the value at the m th percentile and [ ] m n is the operator that clamps its input within the given percentile. The second is a logarithmic mapping, given by: CV l (Y ) = log(y + δ) log(y min + δ) log(y max + δ) log(y min + δ) where δ is small value, which is used to avoid singularity for black pixels. The last is a sigmoidal mapping, defined as: (4) CV s (Y ) = Y s where Y s = µ Y (5) 1 +Y s Y where µ is a user-defined small value and Y is the log-average luminance. 4 Results We have tested our method on many HDR images, shown in Figure 2, which are commonly used in the literature. We use relative mean absolute error (RMAE) and signal to noise ratio (SNR) to objectively to measure how well each visualization function describes the luminance in a given HDR image. RMAE = 1 SNR = 10 log ( ) 3N Rh N (i) R h (i) i=1 + G h(i) G R max h R min h (i) + B h(i) B h G max h G min h (i) ( h B max h B min h N i=1(r 2 h (i)+g2 h (i)+b2(i)) h N i=1((r h (i) R h (i))2 +(G h (i) G h (i))2 +(B h (i) B h (i))2 ) ) (6) where R h, G h and B h are the HDR image pixels, R h, G h and B h are the recovered HDR image pixels, respectively. 39

4 Analysis of Color Visualization Figure 2: HDR images used in the experiment; From left top to right bottom, (a) BottlesSmall, (b) ForestPath, (c) MpiAtrium, (d) MpiOffice, (e) NancyChurch, (f) OxfordChurch, and (g) SeymourPark For each HDR image, we attempt to draw the color representation using the equations, described in the previous section, and the output results for only BottlesSmall image are shown in Figure 3. Then, we calculate the evaluation factors given in Equation (6). Our experimental results for all images are shown in Table 1. The experiments show that the sigmoidal mapping was consistently selected as the best color visualization approach for all images. The second approach is appeared to have been in the function of logarithmic scaling, and linear scaling with clipping consistently performed as the worst color visualizing method. Figure 3: Outputs of HDR color visualizing method with BottlesSmall image; From left to right, (a) Linear Scaling with 5% Clipping, (b) Logarithmic Scaling, and (c) Sigmoidal Scaling 5 Conclusion While tone mapping of HDR images for realistic display is a commonly studied, its scientific visualization for analysis of scene luminance has much less attention. In this paper, we have presented and implemented a simple approach for the reproduction and visualization of information in HDR images. The experiments indicate that sigmoidal scaling function show the better performance in terms of conveying the luminance analysis in all HDR images. A number of questions remain open after this work. The specific function here described for the computation of the set of images is just a particular example, and others should be developed. Additionally, which is the best algorithm for tone mapping of the most of HDR images. We hope that this work 40

5 Table 1: Experimental Results with m = 5, δ = 0.15, and µ = 0.18 Filename Size Dynamic Range Function RMAE SNR BottlesSmall CV m CV l CV s ForestPath CV m CV l CV s MpiAtrium CV m CV l CV s MpiOffice CV m CV l CV s NancyChurch CV m CV l CV s OxfordChurch CV m CV l CV s SeymourPark CV m CV l CV s will be the first study on answering this question. Acknowledgements This research was supported by the ICT Standardization program of MISP(The Ministry of Science, ICT & Future Planning) References [1] Wiki website. 12/20/2014. [2] A. O. Akyuz. False color visualization for hdr images. In Proc. of the First International Conference and SME Workshop on HDR imaging (HDRi 13), Porto, Portugal, pages 1 5, April [3] F. Branchitta, M. Diani, G. Corsini, and A. Porta. New visualization method improves perception of details. Electronic Imaging & Signal Processing, pages 1 2, September [4] F. Branchitta, M. Diani, G. Corsini, A. Porta, and M. Romagnoli. Dynamic range compression and contrast enhancement in infrared imaging systems. In Proc. of the Electro-Optical and Infrared Systems: Technology and Applications IV (EOIS 07), Florence, Italy, September [5] M. Chen, G. Qiu, Z. Chen, and C. Wang. Jpeg compatible coding of high dynamic range imagery using tone mapping operators. In Proc. of the 25th Picture Coding Symposium (PCS 06), Beijing, China, pages 22 28, April

6 [6] Z. Li and J. Zheng. Visual-salience-based tone mapping for high dynamic range images. IEEE Transactions on Industrial Electronics, 61(12): , March [7] S. Murray. Interactive Data Visualization for the Web. O Reilly Media, [8] S. K. Nayar and T. Mitsunaga. High dynamic range imaging: Spatially varying pixel exposures. In Proc. of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR 00), Hilton Head Island, South Carolina, pages IEEE, June [9] A. Pardo and G. Sapiro. Visualization of high dynamic range images. IEEE Transactions on Image Processing, 12(6): , June [10] S. N. Pattanaik, J. A. Ferwerda, M. D. Fairchild, and D. P. Greenberg. A multiscale model of adaptation and spatial vision for realistic image display. In Proc. of the 25th annual conference on Computer graphics and interactive techniques (SIGGRAPH 98), Orlando, Florida, USA, pages ACM Press, July [11] G. Qiu, Y. Mei, K. M. Lam, and M. Qiu. Tone mapping hdr images using optimization : A general framework. In Proc. of the 2010 IEEE International Conference on Image Processing (ICIP 10), Hongkong, China, pages IEEE, September [12] G. Qiua, J. Duana, and G. D. Finlayson. Learning to display high dynamic range images. Pattern Recognition, 40(10): , October [13] E. Reinhard, M. Stark, P. Shirley, and J. Ferwerda. Photographic tone reproduction for digital images. In Proc. of the 29th annual conference on Computer graphics and interactive techniques (SIGGRAPH 02), San Antonio, Texas, USA, pages ACM Press, July [14] T. Richter. Backwards compatible coding of high dynamic range images with jpeg. In Proc. of the 2013 Data compression Conference (DCC 13), Snowbird, Utah, USA, pages IEEE, March [15] J. Tumblin and H. Rushmeier. Tone reproduction for realistic images. IEEE Computer Graphics and Applications, 13(6):42 48, November [16] G. Ward and M. Simmons. Subband encoding of high dynamic range imagery. In Proc. of the 1st Symposium on Applied perception in graphics and visualization (APGV 04), Los Angeles, California, USA, pages ACM Press, August

7 Author Biography Yong-Hwan Lee received the M.S. degree in Computer Science and Ph.D. in Electronics and Computer Engineering from Dankook University, Korea, in 1995 and 2007, respectively. Currently, he is a assistant professor at the Department of Smart Mobile, Far East University, Korea. His research areas include Image/Video Representation and Retrieval, HDR Coding, Face Recognition, Augmented Reality, Mobile Programming and Multimedia Communication. Young-Seop Kim received the M.S. in Computer Engineering from the University of Southern California in 1991, and the Ph.D. in Electronic Systems from Rensselaer Polytechnic Institute in He was a manager at Samsung SDI until He developed the image-processing algorithm for PDP TV while at Samsung. Currently he is an Associate Professor at Dankook University in Korea. He is the resolution member and the Editor of JPsearch part 2 in JPEG, the co-chair of JPXML in JPEG, and Head of Director (HOD) of Korea. He is also Editor-in-chief of the Korea Semiconductor and Technology Society. His research interests are in the areas of image/video compression, pattern recognition, communications, stereoscopic codecs, and augment reality. They include topics such as object-oriented methods for image/video coding, joint sourcechannel coding for robust video transmission, rate control, video transmission over packet wired or wireless networks, pattern recognition, image processing, and augmented reality. 43

Rendering Non-Pictorial (Scientific) High Dynamic Range Images

Rendering Non-Pictorial (Scientific) High Dynamic Range Images Rendering Non-Pictorial (Scientific) High Dynamic Range Images Sung Ho Park and Ethan D. Montag Munsell Color Science Laboratory, RIT Rochester, New York, USA Abstract This research integrates the techniques

More information

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia sjafari@ut.ee

More information

Cares and Concerns of CIE TC8-08: Spatial Appearance Modeling and HDR Rendering

Cares and Concerns of CIE TC8-08: Spatial Appearance Modeling and HDR Rendering Cares and Concerns of CIE TC8-08: Spatial Appearance Modeling and HDR Rendering Garrett M. Johnson 1 Munsell Color Science Laboratory, Rochester Institute of Technology, 54 Lomb Memorial Drive, Rochester,

More information

EUSIPCO 2013 1569746737

EUSIPCO 2013 1569746737 EUSIPCO 2013 1569746737 HUE CORRECTION IN HDR TONE MAPPING Michal Seeman, Pavel Zemčík, Bronislav Přibyl Faculty of Information Technology, Brno University of Technology, Brno, Czech Republic ABSTRACT

More information

Overview. Raster Graphics and Color. Overview. Display Hardware. Liquid Crystal Display (LCD) Cathode Ray Tube (CRT)

Overview. Raster Graphics and Color. Overview. Display Hardware. Liquid Crystal Display (LCD) Cathode Ray Tube (CRT) Raster Graphics and Color Greg Humphreys CS445: Intro Graphics University of Virginia, Fall 2004 Color models Color models Display Hardware Video display devices Cathode Ray Tube (CRT) Liquid Crystal Display

More information

Simultaneous Gamma Correction and Registration in the Frequency Domain

Simultaneous Gamma Correction and Registration in the Frequency Domain Simultaneous Gamma Correction and Registration in the Frequency Domain Alexander Wong a28wong@uwaterloo.ca William Bishop wdbishop@uwaterloo.ca Department of Electrical and Computer Engineering University

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

TerraColor White Paper

TerraColor White Paper TerraColor White Paper TerraColor is a simulated true color digital earth imagery product developed by Earthstar Geographics LLC. This product was built from imagery captured by the US Landsat 7 (ETM+)

More information

Data Storage 3.1. Foundations of Computer Science Cengage Learning

Data Storage 3.1. Foundations of Computer Science Cengage Learning 3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how

More information

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin

More information

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to:

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to: Chapter 3 Data Storage Objectives After studying this chapter, students should be able to: List five different data types used in a computer. Describe how integers are stored in a computer. Describe how

More information

Technical Paper DENTAL MONITOR CALIBRATION

Technical Paper DENTAL MONITOR CALIBRATION Technical Paper DENTAL MONITOR CALIBRATION A REPORT ON DENTAL IMAGE PRESENTATION By Tom Schulte Dental radiographs and oral photographs are often both viewed on the same dental workstation monitor. The

More information

Combating Anti-forensics of Jpeg Compression

Combating Anti-forensics of Jpeg Compression IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 6, No 3, November 212 ISSN (Online): 1694-814 www.ijcsi.org 454 Combating Anti-forensics of Jpeg Compression Zhenxing Qian 1, Xinpeng

More information

Dolby Vision for the Home

Dolby Vision for the Home Dolby Vision for the Home 1 WHAT IS DOLBY VISION? Dolby Vision transforms the way you experience movies, TV shows, and games with incredible brightness, contrast, and color that bring entertainment to

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

PHYSIOLOGICALLY-BASED DETECTION OF COMPUTER GENERATED FACES IN VIDEO

PHYSIOLOGICALLY-BASED DETECTION OF COMPUTER GENERATED FACES IN VIDEO PHYSIOLOGICALLY-BASED DETECTION OF COMPUTER GENERATED FACES IN VIDEO V. Conotter, E. Bodnari, G. Boato H. Farid Department of Information Engineering and Computer Science University of Trento, Trento (ITALY)

More information

Adaptive Logarithmic Mapping For Displaying High Contrast Scenes

Adaptive Logarithmic Mapping For Displaying High Contrast Scenes EUROGRAPHICS 23 / P. Brunet and D. Fellner (Guest Editors) Volume 22 (23), Number 3 Adaptive Logarithmic Mapping For Displaying High Contrast Scenes F. Drago, K. Myszkowski, 2 T. Annen 2 and N. Chiba Iwate

More information

Outline. Quantizing Intensities. Achromatic Light. Optical Illusion. Quantizing Intensities. CS 430/585 Computer Graphics I

Outline. Quantizing Intensities. Achromatic Light. Optical Illusion. Quantizing Intensities. CS 430/585 Computer Graphics I CS 430/585 Computer Graphics I Week 8, Lecture 15 Outline Light Physical Properties of Light and Color Eye Mechanism for Color Systems to Define Light and Color David Breen, William Regli and Maxim Peysakhov

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 torsten@sfu.ca www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics

More information

DATA RATE AND DYNAMIC RANGE COMPRESSION OF MEDICAL IMAGES: WHICH ONE GOES FIRST? Shahrukh Athar, Hojatollah Yeganeh and Zhou Wang

DATA RATE AND DYNAMIC RANGE COMPRESSION OF MEDICAL IMAGES: WHICH ONE GOES FIRST? Shahrukh Athar, Hojatollah Yeganeh and Zhou Wang DATA RATE AND DYNAMIC RANGE COMPRESSION OF MEDICAL IMAGES: WHICH ONE GOES FIRST? Shahrukh Athar, Hojatollah Yeganeh and Zhou Wang Dept. of Electrical & Computer Engineering, University of Waterloo, Waterloo,

More information

Van Már Nálatok UHD adás? Do you Receive the UHD signal? Bordás Csaba csaba.bordas@ericsson.com HTE Medianet, Kecskemét, 2015.10.

Van Már Nálatok UHD adás? Do you Receive the UHD signal? Bordás Csaba csaba.bordas@ericsson.com HTE Medianet, Kecskemét, 2015.10. Van Már Nálatok UHD adás? Do you Receive the UHD signal? Bordás Csaba csaba.bordas@ericsson.com HTE Medianet, Kecskemét, 2015.10.07 This presentation is about UHD-1 or 4k market perception Human Visual

More information

Calibration Best Practices

Calibration Best Practices Calibration Best Practices for Manufacturers SpectraCal, Inc. 17544 Midvale Avenue N., Suite 100 Shoreline, WA 98133 (206) 420-7514 info@spectracal.com http://studio.spectracal.com Calibration Best Practices

More information

The Information Processing model

The Information Processing model The Information Processing model A model for understanding human cognition. 1 from: Wickens, Lee, Liu, & Becker (2004) An Introduction to Human Factors Engineering. p. 122 Assumptions in the IP model Each

More information

Contrast ratio what does it really mean? Introduction...1 High contrast vs. low contrast...2 Dynamic contrast ratio...4 Conclusion...

Contrast ratio what does it really mean? Introduction...1 High contrast vs. low contrast...2 Dynamic contrast ratio...4 Conclusion... Contrast ratio what does it really mean? Introduction...1 High contrast vs. low contrast...2 Dynamic contrast ratio...4 Conclusion...5 Introduction Contrast, along with brightness, size, and "resolution"

More information

Multivariate data visualization using shadow

Multivariate data visualization using shadow Proceedings of the IIEEJ Ima and Visual Computing Wor Kuching, Malaysia, Novembe Multivariate data visualization using shadow Zhongxiang ZHENG Suguru SAITO Tokyo Institute of Technology ABSTRACT When visualizing

More information

High Dynamic Range Video Using Split Aperture Camera

High Dynamic Range Video Using Split Aperture Camera High Dynamic Range Video Using Split Aperture Camera Hongcheng Wang, Ramesh Raskar, Narendra Ahuja Beckman Institute, University of Illinois at Urbana-Champaign (UIUC), IL, USA Mitsubishi Electric Research

More information

High Dynamic Range Imaging

High Dynamic Range Imaging High Dynamic Range Imaging Cecilia Aguerrebere Advisors: Julie Delon, Yann Gousseau and Pablo Musé Télécom ParisTech, France Universidad de la República, Uruguay High Dynamic Range Imaging (HDR) Capture

More information

High Dynamic Range Video The Future of TV Viewing Experience

High Dynamic Range Video The Future of TV Viewing Experience The Future of TV Viewing Experience - White Paper - www.keepixo.com Introduction The video industry has always worked to improve the TV viewing experience. More than a decade ago, the transition from SD

More information

CIELAB, GMA 1. INTRODUCTION

CIELAB, GMA 1. INTRODUCTION Can Gamut Mapping Quality Be Predicted by Colour Image Difference Formulae? Eriko Bando*, Jon Y. Hardeberg, David Connah The Norwegian Color Research Laboratory, Gjøvik University College, Gjøvik, Norway

More information

NIK-stiftelsen og Tapir Akademisk Forlag, 2010. ISSN 1892-0713 (trykt utg.) ISSN 1892-0721 (online) ISBN 978-82-519-2702-4

NIK-stiftelsen og Tapir Akademisk Forlag, 2010. ISSN 1892-0713 (trykt utg.) ISSN 1892-0721 (online) ISBN 978-82-519-2702-4 NIK-stiftelsen og Tapir Akademisk Forlag, 2010 ISSN 1892-0713 (trykt utg.) ISSN 1892-0721 (online) ISBN 978-82-519-2702-4 Det må ikke kopieres fra denne boka ut over det som er tillatt etter bestemmelser

More information

MATLAB-based Applications for Image Processing and Image Quality Assessment Part II: Experimental Results

MATLAB-based Applications for Image Processing and Image Quality Assessment Part II: Experimental Results 154 L. KRASULA, M. KLÍMA, E. ROGARD, E. JEANBLANC, MATLAB BASED APPLICATIONS PART II: EXPERIMENTAL RESULTS MATLAB-based Applications for Image Processing and Image Quality Assessment Part II: Experimental

More information

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval , pp.175-186 http://dx.doi.org/10.14257/ijsh.2014.8.1.19 A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval Kil-sung Park and Sun-Hyung Kim Department of Information & Communication

More information

Study and Implementation of Video Compression standards (H.264/AVC, Dirac)

Study and Implementation of Video Compression standards (H.264/AVC, Dirac) Study and Implementation of Video Compression standards (H.264/AVC, Dirac) EE 5359-Multimedia Processing- Spring 2012 Dr. K.R Rao By: Sumedha Phatak(1000731131) Objective A study, implementation and comparison

More information

CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation

CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation , pp.62-67 http://dx.doi.org/10.14257/astl.2015.90.14 CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation Byeong Jeong Kim 1 and Seop Hyeong Park 1 1 Department of Electronic

More information

DYNAMIC RANGE IMPROVEMENT THROUGH MULTIPLE EXPOSURES. Mark A. Robertson, Sean Borman, and Robert L. Stevenson

DYNAMIC RANGE IMPROVEMENT THROUGH MULTIPLE EXPOSURES. Mark A. Robertson, Sean Borman, and Robert L. Stevenson c 1999 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes or for creating new collective works for resale or

More information

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 216 E-ISSN: 2347-2693 An Experimental Study of the Performance of Histogram Equalization

More information

WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS

WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS Nguyen Dinh Duong Department of Environmental Information Study and Analysis, Institute of Geography, 18 Hoang Quoc Viet Rd.,

More information

CBIR: Colour Representation. COMPSCI.708.S1.C A/P Georgy Gimel farb

CBIR: Colour Representation. COMPSCI.708.S1.C A/P Georgy Gimel farb CBIR: Colour Representation COMPSCI.708.S1.C A/P Georgy Gimel farb Colour Representation Colour is the most widely used visual feature in multimedia context CBIR systems are not aware of the difference

More information

S-Log: A new LUT for digital production mastering and interchange applications

S-Log: A new LUT for digital production mastering and interchange applications S-Log: A new LUT for digital production mastering and interchange applications Hugo Gaggioni, Patel Dhanendra, Jin Yamashita (Sony Broadcast and Production Systems) N. Kawada, K. Endo ( Sony B2B Company)

More information

A Study on the Communication Methods of Designing On-Air Promotion System

A Study on the Communication Methods of Designing On-Air Promotion System , pp.181-188 http://dx.doi.org/10.14257/ijmue.2013.8.6.18 A Study on the Communication Methods of Designing On-Air Promotion System Hyun Hahm Dept. of Broadcasting & Digital Media, Chungwoon University

More information

CS 325 Computer Graphics

CS 325 Computer Graphics CS 325 Computer Graphics 01 / 25 / 2016 Instructor: Michael Eckmann Today s Topics Review the syllabus Review course policies Color CIE system chromaticity diagram color gamut, complementary colors, dominant

More information

Visible Difference Predicator for High Dynamic Range Images

Visible Difference Predicator for High Dynamic Range Images Visible Difference Predicator for High Dynamic Range Images Rafał Mantiuk, Karol Myszkowski, and Hans-Peter Seidel MPI Informatik, Saarbrücken, Germany Abstract Since new imaging and rendering systems

More information

Philips HDR technology White paper

Philips HDR technology White paper Philips HDR technology White paper Philips International B.V. Version 1.0 2015-08-21 1. Introduction Current video formats are still based upon the display capabilities of CRT monitors. They cannot capture

More information

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM Rohan Ashok Mandhare 1, Pragati Upadhyay 2,Sudha Gupta 3 ME Student, K.J.SOMIYA College of Engineering, Vidyavihar, Mumbai, Maharashtra,

More information

The Ad Hoc Group on television evaluation materials

The Ad Hoc Group on television evaluation materials SPECIAL REPORT FROM THE AD HOC GROUP Mastering and Archiving Uncompressed Digital Video Test Materials By Charles Fenimore This is a report on the status of the SMPTE Ad Hoc Group (AHG) charged with creating

More information

Understanding Megapixel Camera Technology for Network Video Surveillance Systems. Glenn Adair

Understanding Megapixel Camera Technology for Network Video Surveillance Systems. Glenn Adair Understanding Megapixel Camera Technology for Network Video Surveillance Systems Glenn Adair Introduction (1) 3 MP Camera Covers an Area 9X as Large as (1) VGA Camera Megapixel = Reduce Cameras 3 Mega

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

Online Play Segmentation for Broadcasted American Football TV Programs

Online Play Segmentation for Broadcasted American Football TV Programs Online Play Segmentation for Broadcasted American Football TV Programs Liexian Gu 1, Xiaoqing Ding 1, and Xian-Sheng Hua 2 1 Department of Electronic Engineering, Tsinghua University, Beijing, China {lxgu,

More information

SSIM Technique for Comparison of Images

SSIM Technique for Comparison of Images SSIM Technique for Comparison of Images Anil Wadhokar 1, Krupanshu Sakharikar 2, Sunil Wadhokar 3, Geeta Salunke 4 P.G. Student, Department of E&TC, GSMCOE Engineering College, Pune, Maharashtra, India

More information

Assessment of Camera Phone Distortion and Implications for Watermarking

Assessment of Camera Phone Distortion and Implications for Watermarking Assessment of Camera Phone Distortion and Implications for Watermarking Aparna Gurijala, Alastair Reed and Eric Evans Digimarc Corporation, 9405 SW Gemini Drive, Beaverton, OR 97008, USA 1. INTRODUCTION

More information

Prepared by: Paul Lee ON Semiconductor http://onsemi.com

Prepared by: Paul Lee ON Semiconductor http://onsemi.com Introduction to Analog Video Prepared by: Paul Lee ON Semiconductor APPLICATION NOTE Introduction Eventually all video signals being broadcasted or transmitted will be digital, but until then analog video

More information

Parametric Comparison of H.264 with Existing Video Standards

Parametric Comparison of H.264 with Existing Video Standards Parametric Comparison of H.264 with Existing Video Standards Sumit Bhardwaj Department of Electronics and Communication Engineering Amity School of Engineering, Noida, Uttar Pradesh,INDIA Jyoti Bhardwaj

More information

Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control

Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control 보안공학연구논문지 (Journal of Security Engineering), 제 8권 제 3호 2011년 6월 Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control Ji-Hoon Lim 1), Seoksoo Kim 2) Abstract With

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

Effective Use of Android Sensors Based on Visualization of Sensor Information

Effective Use of Android Sensors Based on Visualization of Sensor Information , pp.299-308 http://dx.doi.org/10.14257/ijmue.2015.10.9.31 Effective Use of Android Sensors Based on Visualization of Sensor Information Young Jae Lee Faculty of Smartmedia, Jeonju University, 303 Cheonjam-ro,

More information

Digital Image Basics. Introduction. Pixels and Bitmaps. Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color

Digital Image Basics. Introduction. Pixels and Bitmaps. Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction When using digital equipment to capture, store, modify and view photographic images, they must first be converted to a set

More information

Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone

Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone Young Jae Lee Dept. of Multimedia, Jeonju University #45, Backma-Gil, Wansan-Gu,Jeonju, Jeonbul, 560-759,

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

A Study on M2M-based AR Multiple Objects Loading Technology using PPHT

A Study on M2M-based AR Multiple Objects Loading Technology using PPHT A Study on M2M-based AR Multiple Objects Loading Technology using PPHT Sungmo Jung, Seoksoo Kim * Department of Multimedia Hannam University 133, Ojeong-dong, Daedeok-gu, Daejeon-city Korea sungmoj@gmail.com,

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

Video compression: Performance of available codec software

Video compression: Performance of available codec software Video compression: Performance of available codec software Introduction. Digital Video A digital video is a collection of images presented sequentially to produce the effect of continuous motion. It takes

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

Effect of skylight configuration and sky type on the daylight impression of a room

Effect of skylight configuration and sky type on the daylight impression of a room Eco-Architecture IV 53 Effect of skylight configuration and sky type on the daylight impression of a room P. Seuntiens, M. van Boven & D. Sekulovski Philips Research, Eindhoven, The Netherlands Abstract

More information

Fast Visibility Restoration from a Single Color or Gray Level Image

Fast Visibility Restoration from a Single Color or Gray Level Image Fast Visibility Restoration from a Single Color or Gray Level Image Jean-Philippe Tarel Nicolas Hautière LCPC-INRETS(LEPSIS), 58 Boulevard Lefèbvre, F-75015 Paris, France tarel@lcpc.fr hautiere@lcpc.fr

More information

Visually Encoding Program Test Information to Find Faults in Software

Visually Encoding Program Test Information to Find Faults in Software Visually Encoding Program Test Information to Find Faults in Software James Eagan, Mary Jean Harrold, James A. Jones, and John Stasko College of Computing / GVU Center Georgia Institute of Technology Atlanta,

More information

Video Camera Image Quality in Physical Electronic Security Systems

Video Camera Image Quality in Physical Electronic Security Systems Video Camera Image Quality in Physical Electronic Security Systems Video Camera Image Quality in Physical Electronic Security Systems In the second decade of the 21st century, annual revenue for the global

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

Automatic 3D Reconstruction via Object Detection and 3D Transformable Model Matching CS 269 Class Project Report

Automatic 3D Reconstruction via Object Detection and 3D Transformable Model Matching CS 269 Class Project Report Automatic 3D Reconstruction via Object Detection and 3D Transformable Model Matching CS 69 Class Project Report Junhua Mao and Lunbo Xu University of California, Los Angeles mjhustc@ucla.edu and lunbo

More information

INTRODUCTION IMAGE PROCESSING >INTRODUCTION & HUMAN VISION UTRECHT UNIVERSITY RONALD POPPE

INTRODUCTION IMAGE PROCESSING >INTRODUCTION & HUMAN VISION UTRECHT UNIVERSITY RONALD POPPE INTRODUCTION IMAGE PROCESSING >INTRODUCTION & HUMAN VISION UTRECHT UNIVERSITY RONALD POPPE OUTLINE Course info Image processing Definition Applications Digital images Human visual system Human eye Reflectivity

More information

Computer Vision. Color image processing. 25 August 2014

Computer Vision. Color image processing. 25 August 2014 Computer Vision Color image processing 25 August 2014 Copyright 2001 2014 by NHL Hogeschool and Van de Loosdrecht Machine Vision BV All rights reserved j.van.de.loosdrecht@nhl.nl, jaap@vdlmv.nl Color image

More information

Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ.

Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ. Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ., Raleigh, NC One vital step is to choose a transfer lens matched to your

More information

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions Edith Cowan University Research Online ECU Publications Pre. JPEG compression of monochrome D-barcode images using DCT coefficient distributions Keng Teong Tan Hong Kong Baptist University Douglas Chai

More information

ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME. by Alex Sirota, alex@elbrus.com

ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME. by Alex Sirota, alex@elbrus.com ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME by Alex Sirota, alex@elbrus.com Project in intelligent systems Computer Science Department Technion Israel Institute of Technology Under the

More information

MODIS IMAGES RESTORATION FOR VNIR BANDS ON FIRE SMOKE AFFECTED AREA

MODIS IMAGES RESTORATION FOR VNIR BANDS ON FIRE SMOKE AFFECTED AREA MODIS IMAGES RESTORATION FOR VNIR BANDS ON FIRE SMOKE AFFECTED AREA Li-Yu Chang and Chi-Farn Chen Center for Space and Remote Sensing Research, National Central University, No. 300, Zhongda Rd., Zhongli

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

Mouse Control using a Web Camera based on Colour Detection

Mouse Control using a Web Camera based on Colour Detection Mouse Control using a Web Camera based on Colour Detection Abhik Banerjee 1, Abhirup Ghosh 2, Koustuvmoni Bharadwaj 3, Hemanta Saikia 4 1, 2, 3, 4 Department of Electronics & Communication Engineering,

More information

Modeling and Design of Intelligent Agent System

Modeling and Design of Intelligent Agent System International Journal of Control, Automation, and Systems Vol. 1, No. 2, June 2003 257 Modeling and Design of Intelligent Agent System Dae Su Kim, Chang Suk Kim, and Kee Wook Rim Abstract: In this study,

More information

Megapixel PoE Day / Night Internet Camera TV-IP572PI (v1.0r)

Megapixel PoE Day / Night Internet Camera TV-IP572PI (v1.0r) (v1.0r) PRODUCT OVERVIEW The Megapixel PoE Day / Night Internet Camera, model TV- IP572PI, transmits real-time Megapixel video over the Internet. Record crisp video in complete darkness for distances of

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

1. Redistributions of documents, or parts of documents, must retain the SWGIT cover page containing the disclaimer.

1. Redistributions of documents, or parts of documents, must retain the SWGIT cover page containing the disclaimer. Disclaimer: As a condition to the use of this document and the information contained herein, the SWGIT requests notification by e-mail before or contemporaneously to the introduction of this document,

More information

Color management workflow in Adobe After Effects CS4

Color management workflow in Adobe After Effects CS4 Color management workflow in Adobe After Effects CS4 Technical paper Table of contents 1 Getting started 3 High-definition video workflow 7 Digital cinema workflow 14 Animation/Flash export workflow 19

More information

REAL-TIME IMAGE BASED LIGHTING FOR OUTDOOR AUGMENTED REALITY UNDER DYNAMICALLY CHANGING ILLUMINATION CONDITIONS

REAL-TIME IMAGE BASED LIGHTING FOR OUTDOOR AUGMENTED REALITY UNDER DYNAMICALLY CHANGING ILLUMINATION CONDITIONS REAL-TIME IMAGE BASED LIGHTING FOR OUTDOOR AUGMENTED REALITY UNDER DYNAMICALLY CHANGING ILLUMINATION CONDITIONS Tommy Jensen, Mikkel S. Andersen, Claus B. Madsen Laboratory for Computer Vision and Media

More information

Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences

Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences Byoung-moon You 1, Kyung-tack Jung 2, Sang-kook Kim 2, and Doo-sung Hwang 3 1 L&Y Vision Technologies, Inc., Daejeon,

More information

Study and Implementation of Video Compression Standards (H.264/AVC and Dirac)

Study and Implementation of Video Compression Standards (H.264/AVC and Dirac) Project Proposal Study and Implementation of Video Compression Standards (H.264/AVC and Dirac) Sumedha Phatak-1000731131- sumedha.phatak@mavs.uta.edu Objective: A study, implementation and comparison of

More information

Seeing in black and white

Seeing in black and white 1 Adobe Photoshop CS One sees differently with color photography than black and white...in short, visualization must be modified by the specific nature of the equipment and materials being used Ansel Adams

More information

APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE

APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE Chengda Lin, Lingkui Meng, Heping Pan School of Remote Sensing Information Engineering Wuhan University, 129 Luoyu Road, Wuhan 430079, China Tel: (86-27)-8740-4336

More information

Density Map Visualization for Overlapping Bicycle Trajectories

Density Map Visualization for Overlapping Bicycle Trajectories , pp.327-332 http://dx.doi.org/10.14257/ijca.2014.7.3.31 Density Map Visualization for Overlapping Bicycle Trajectories Dongwook Lee 1, Jinsul Kim 2 and Minsoo Hahn 1 1 Digital Media Lab., Korea Advanced

More information

Otis Photo Lab Inkjet Printing Demo

Otis Photo Lab Inkjet Printing Demo Otis Photo Lab Inkjet Printing Demo Otis Photography Lab Adam Ferriss Lab Manager aferriss@otis.edu 310.665.6971 Soft Proofing and Pre press Before you begin printing, it is a good idea to set the proof

More information

Calibrating Computer Monitors for Accurate Image Rendering

Calibrating Computer Monitors for Accurate Image Rendering Calibrating Computer Monitors for Accurate Image Rendering SpectraCal, Inc. 17544 Midvale Avenue N. Shoreline, WA 98133 (206) 420-7514 info@spectracal.com http://color.spectracal.com Executive Summary

More information

Development of Docking System for Mobile Robots Using Cheap Infrared Sensors

Development of Docking System for Mobile Robots Using Cheap Infrared Sensors Development of Docking System for Mobile Robots Using Cheap Infrared Sensors K. H. Kim a, H. D. Choi a, S. Yoon a, K. W. Lee a, H. S. Ryu b, C. K. Woo b, and Y. K. Kwak a, * a Department of Mechanical

More information

Image Compression and Decompression using Adaptive Interpolation

Image Compression and Decompression using Adaptive Interpolation Image Compression and Decompression using Adaptive Interpolation SUNILBHOOSHAN 1,SHIPRASHARMA 2 Jaypee University of Information Technology 1 Electronicsand Communication EngineeringDepartment 2 ComputerScience

More information

Statistical Modeling of Huffman Tables Coding

Statistical Modeling of Huffman Tables Coding Statistical Modeling of Huffman Tables Coding S. Battiato 1, C. Bosco 1, A. Bruna 2, G. Di Blasi 1, G.Gallo 1 1 D.M.I. University of Catania - Viale A. Doria 6, 95125, Catania, Italy {battiato, bosco,

More information

Multimedia Data Transmission over Wired/Wireless Networks

Multimedia Data Transmission over Wired/Wireless Networks Multimedia Data Transmission over Wired/Wireless Networks Bharat Bhargava Gang Ding, Xiaoxin Wu, Mohamed Hefeeda, Halima Ghafoor Purdue University Website: http://www.cs.purdue.edu/homes/bb E-mail: bb@cs.purdue.edu

More information

CHAPTER 6: GRAPHICS, DIGITAL MEDIA, AND MULTIMEDIA

CHAPTER 6: GRAPHICS, DIGITAL MEDIA, AND MULTIMEDIA CHAPTER 6: GRAPHICS, DIGITAL MEDIA, AND MULTIMEDIA Multiple Choice: 1. created the World Wide Web, the URL scheme, HTML and HTTP A. Bill Gates B. Andy Grove C. Jeff Bezos D. Tim Berners-Lee Answer: D Reference:

More information

Speed Performance Improvement of Vehicle Blob Tracking System

Speed Performance Improvement of Vehicle Blob Tracking System Speed Performance Improvement of Vehicle Blob Tracking System Sung Chun Lee and Ram Nevatia University of Southern California, Los Angeles, CA 90089, USA sungchun@usc.edu, nevatia@usc.edu Abstract. A speed

More information

Hybrid Lossless Compression Method For Binary Images

Hybrid Lossless Compression Method For Binary Images M.F. TALU AND İ. TÜRKOĞLU/ IU-JEEE Vol. 11(2), (2011), 1399-1405 Hybrid Lossless Compression Method For Binary Images M. Fatih TALU, İbrahim TÜRKOĞLU Inonu University, Dept. of Computer Engineering, Engineering

More information

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

1. Redistributions of documents, or parts of documents, must retain the SWGIT cover page containing the disclaimer.

1. Redistributions of documents, or parts of documents, must retain the SWGIT cover page containing the disclaimer. Disclaimer: As a condition to the use of this document and the information contained herein, the SWGIT requests notification by e-mail before or contemporaneously to the introduction of this document,

More information