Human Visual System Inspired Color Space Transform in Lossy JPEG 2000 and JPEG XR Compression

Total Page:16

File Type:pdf, Size:1020Kb

Human Visual System Inspired Color Space Transform in Lossy JPEG 2000 and JPEG XR Compression Human Visual System Inspired Color Space Transform in Lossy JPEG 2000 and JPEG XR Compression Roman Starosolski Institute of Informatics, Silesian University of Technology, Akademicka 16, 44-100 Gliwice, Poland [email protected] Abstract. In this paper, we present a very simple color space trans- form HVSCT inspired by an actual analog transform performed by the human visual system. We evaluate the applicability of the transform to lossy image compression by comparing it, in the cases of JPEG 2000 and JPEG-XR coding, to the ICT/YCbCr and YCoCg transforms for 3 sets of test images. The presented transform is competitive, especially for high-quality or near-lossless compression. In general, while the HVSCT transform results in PSNR close to YCoCg and better than the most commonly used YCbCr transform, at the highest bitrates it is in many cases the best among the tested transforms. The HVSCT applicability reaches beyond the compressed image storage; as its components are closer to the components transmitted to the human brain via the optic nerve than the components of traditional transforms, it may be effec- tive for algorithms aimed at mimicking the effects of processing done by the human visual system, e.g., for image recognition, retrieval, or image analysis for data mining. Keywords: image processing, color space transform, human visual sys- tem, bio-inspired computations, lossy image compression, ICT, YCbCr, YCoCg, LDgEb, image compression standards, JPEG 2000, JPEG XR 1 Introduction For natural images, the correlation of the RGB color space primary color com- ponents red (R), green (G), and blue (B) is high [18]. Correlation results from the typical characteristic of RGB images and reflects that the same informa- tion is contained in two or all three components. For example, an image area which is bright in one component usually is also bright in others. Computer generated images also share such characteristic, since artificial images mostly are made to resemble natural ones. Recent image compression standards: JPEG 2000 [28,9] (as well as the DICOM incorporating JPEG 2000 [15]) and JPEG NOTICE: this is the author's version of a work that was subsequently published in S. Kozielski et al. (Eds.): BDAS 2017, CCIS 716, pp. 564-575, 2017. The final publi- cation is available at Springer via http://dx.doi.org/10.1007/978-3-319-58274-0 44. 2 Roman Starosolski XR [4,10] compress independently the components obtained from an RGB image by using a transform to a less correlated color space. Although the independent compression of transformed components is not the only method for color image compression, it is the most frequently used one. It allows to construct a color image compression algorithm based on a simpler grayscale image compression algorithm. As compared to compressing the untransformed components, by ap- plying the color space transform we improve the image reconstruction quality or the lossless compression ratio (for lossy and lossless algorithms, respectively), since without the transform the same information would be independently en- coded more than one time. However, alternative approaches are known that take advantage of inter-component correlations while encoding of untransformed or transformed components [1,6,7]. In this paper we present a human visual system inspired color space transform (HVSCT) for lossy image compression. We evaluate this transform by comparing it for 3 sets of test images and 2 image compression standards (JPEG 2000 and JPEG-XR) to transforms ICT/YCbCr and YCoCg. The reminder of this paper is organized as follows. In Section2 we discuss properties of irreversible color space transforms and present the ICT/YCbCr and YCoCg transforms used then for comparison with HVSCT. Section3 in- troduces the new transform. Section4 contains experimental procedure, results, and discussion; Section5 summarizes the research. 2 Color space transforms The Karhunen-Lo`eve transform (KLT) is an image-dependent transform that for a specific image is constructed by using the Principal Component Analysis (PCA), it optimally decorrelates the image [16,18]. The computational time com- plexity of PCA/KLT is in practice too high to compute it each time an image gets compressed. Instead, fixed transforms are constructed based on PCA/KLT by performing PCA on a set of typical images. Then, assuming that the set is suf- ficiently representative also for other images, which were not included in the set, we use the obtained fixed KLT transform variant for all images. The frequently used color space transforms, for example, the YCbCr color space transform de- scribed below, are fixed transforms constructed based on PCA/KLT; however, there are algorithms constructing a color space transform for the specific image. An adaptive selection of the transform from a large family of 60 simple trans- forms was proposed by Strutz [26]; performing the selection slightly increases the overall cost of the lossless color image compression algorithm. In [27], an even larger family of 108 simple transforms is presented; adaptive transform se- lection is performed for the entire image or for separate image regions, however, the latter approach leads to only a small further ratio improvement. Singh and Kumar [19] presented an image adaptive method of constructing a color space transform based on the Singular Value Decomposition. Although this method is of significantly greater computational time complexity, than a method which directly selects a transform from a family of simple transforms, it is still simpler than computing PCA/KLT for a given image. Human Visual System Inspired Color Space Transform 3 The probably most commonly used color space, but the RGB space, is YCbCr. It was constructed using PCA/KLT, but with an additional requirement: the transform should contain a component that approximates the luminance per- ception of the human visual system [14]. YCbCr contains the Y component that represents the luminance and two chrominance components: Cb and Cr. YCbCr was constructed decades ago for video data and nowadays is used both for video and for still image compression. There are many variants of the transform be- tween RGB and YCbCr (resulting in respective variants of the YCbCr color space). Below we present one of them, ICT (Eq.1), with inverse (Eq.2): 2Y 3 2 0:29900 0:58700 0:114003 2R3 4Cb5 = 4−0:16875 −0:33126 0:500005 4G5 ; (1) Cr 0:50000 −0:41869 −0:08131 B 2R3 21:00000 0:00000 1:402003 2Y 3 4G5 = 41:00000 −0:34413 −0:714145 4Cb5 : (2) B 1:00000 1:77200 0:00000 Cr ICT is defined in the JPEG 2000 standard for lossy compression [10]. Note, that if the transformed components are to be stored using integer num- bers, then the transform is not exactly reversible|we say that it is irreversible or not integer-reversible. It is not a problem in a typical case of lossy coding, where distortions introduced by forward and inverse transform are much smaller than distortions caused by lossy compression and decompression. However, in the case of the very high quality coding, the color space transform may limit the obtainable reconstruction quality. The integer-reversible variants of ICT and of other transforms are constructed using the lifting scheme [2]. The reversibil- ity is obtained at the cost of the dynamic range expansion of the transformed chrominance components by 1 bit (the dynamic range of a component is de- fined as a number of bits required to store pixel intensities of this component). The dynamic range expansion affects the transform applicability, since certain algorithms and implementations either do not allow or do not process efficiently images of depths greater than, e.g., 8 bits per component. Expansion may be avoided by the use of modular arithmetic (as in the RCT transform in the JPEG- LS extended standard [8]), however, such transform introduces sharp edges to transformed components, that worsen the lossy compression effects. In this re- search we focus on typical transforms for lossy coding|not using the modular arithmetic and not expanding the dynamic range of transformed components. A recent YCoCg transform is an another interesting transform (forward in Eq.3 and inverse in Eq.4): 2Y 3 2 1=4 1=2 1=43 2R3 4Co5 = 4 1=2 0 −1=25 4G5 ; (3) Cg −1=4 1=2 −1=4 B 2R3 21 1 −13 2Y 3 4G5 = 41 0 15 4Co5 : (4) B 1 −1 −1 Cg 4 Roman Starosolski It was obtained based on PCA/KLT constructed for a Kodak image-set (see section 4.1 for the Kodak set description); YCoCg is an irreversible variant of a YCoCg-R transform included in the JPEG-XR standard [10,14]. The YCoCg transform is significantly simpler to compute, than ICT. The former requires 15 simple floating point operations (additions, subtractions, multiplications) for forward and 8 operations for inverse transform. The YCoCg forward transform may be computed in 6 integer operations (add, subtract, and bit-shift; the latter denoted by >>): t = (R + B)>>1; Y = (G + t)>>1; Co = R − t; Cg = Y − t; inverse in 4 additions and subtractions only: G = Y + Cg; t = Y − Cg; R = t + Co; B = t − Co; 3 New transform inspired by human visual system We described in detail previously [21] the following interesting fact. A color space transform that results in a single luminance and 2 chrominance components is performed by our (i.e., human) visual system. There are three types of cone cells in our retinas that are most sensitive to three light wavelengths, these are S-cones (short wavelength with sensitivity peak in violet), M-cones (middle wavelength, sensitivity peak in green), and L-cones (long wavelength, peak in yellow). According to the common opinion, the cones simply respond to blue (S-cones), green (M-cones), and red (L-cones) light.
Recommended publications
  • ITU-T Rec. T.800 (08/2002) Information Technology
    INTERNATIONAL TELECOMMUNICATION UNION ITU-T T.800 TELECOMMUNICATION (08/2002) STANDARDIZATION SECTOR OF ITU SERIES T: TERMINALS FOR TELEMATIC SERVICES Information technology – JPEG 2000 image coding system: Core coding system ITU-T Recommendation T.800 INTERNATIONAL STANDARD ISO/IEC 15444-1 ITU-T RECOMMENDATION T.800 Information technology – JPEG 2000 image coding system: Core coding system Summary This Recommendation | International Standard defines a set of lossless (bit-preserving) and lossy compression methods for coding bi-level, continuous-tone grey-scale, palletized color, or continuous-tone colour digital still images. This Recommendation | International Standard: – specifies decoding processes for converting compressed image data to reconstructed image data; – specifies a codestream syntax containing information for interpreting the compressed image data; – specifies a file format; – provides guidance on encoding processes for converting source image data to compressed image data; – provides guidance on how to implement these processes in practice. Source ITU-T Recommendation T.800 was prepared by ITU-T Study Group 16 (2001-2004) and approved on 29 August 2002. An identical text is also published as ISO/IEC 15444-1. ITU-T Rec. T.800 (08/2002 E) i FOREWORD The International Telecommunication Union (ITU) is the United Nations specialized agency in the field of telecommunications. The ITU Telecommunication Standardization Sector (ITU-T) is a permanent organ of ITU. ITU-T is responsible for studying technical, operating and tariff questions and issuing Recommendations on them with a view to standardizing telecommunications on a worldwide basis. The World Telecommunication Standardization Assembly (WTSA), which meets every four years, establishes the topics for study by the ITU-T study groups which, in turn, produce Recommendations on these topics.
    [Show full text]
  • 2018-07-11 and for Information to the Iso Member Bodies and to the Tmb Members
    Sergio Mujica Secretary-General TO THE CHAIRS AND SECRETARIES OF ISO COMMITTEES 2018-07-11 AND FOR INFORMATION TO THE ISO MEMBER BODIES AND TO THE TMB MEMBERS ISO/IEC/ITU coordination – New work items Dear Sir or Madam, Please find attached the lists of IEC, ITU and ISO new work items issued in June 2018. If you wish more information about IEC technical committees and subcommittees, please access: http://www.iec.ch/. Click on the last option to the right: Advanced Search and then click on: Documents / Projects / Work Programme. In case of need, a copy of an actual IEC new work item may be obtained by contacting [email protected]. Please note for your information that in the annexed table from IEC the "document reference" 22F/188/NP means a new work item from IEC Committee 22, Subcommittee F. If you wish to look at the ISO new work items, please access: http://isotc.iso.org/pp/. On the ISO Project Portal you can find all information about the ISO projects, by committee, document number or project ID, or choose the option "Stages search" and select "Search" to obtain the annexed list of ISO new work items. Yours sincerely, Sergio Mujica Secretary-General Enclosures ISO New work items 1 of 8 2018-07-11 Alert Detailed alert Timeframe Reference Document title Developing committee VA Registration dCurrent stage Stage date Guidance for multiple organizations implementing a common Warning Warning – NP decision SDT 36 ISO/NP 50009 (ISO50001) EnMS ISO/TC 301 - - 10.60 2018-06-10 Warning Warning – NP decision SDT 36 ISO/NP 31050 Guidance for managing
    [Show full text]
  • (L3) - Audio/Picture Coding
    Committee: (L3) - Audio/Picture Coding National Designation Title (Click here to purchase standards) ISO/IEC Document L3 INCITS/ISO/IEC 9281-1:1990:[R2013] Information technology - Picture Coding Methods - Part 1: Identification IS 9281-1:1990 INCITS/ISO/IEC 9281-2:1990:[R2013] Information technology - Picture Coding Methods - Part 2: Procedure for Registration IS 9281-2:1990 INCITS/ISO/IEC 9282-1:1988:[R2013] Information technology - Coded Representation of Computer Graphics Images - Part IS 9282-1:1988 1: Encoding principles for picture representation in a 7-bit or 8-bit environment :[] Information technology - Coding of Multimedia and Hypermedia Information - Part 7: IS 13522-7:2001 Interoperability and conformance testing for ISO/IEC 13522-5 (MHEG-7) :[] Information technology - Coding of Multimedia and Hypermedia Information - Part 5: IS 13522-5:1997 Support for Base-Level Interactive Applications (MHEG-5) :[] Information technology - Coding of Multimedia and Hypermedia Information - Part 3: IS 13522-3:1997 MHEG script interchange representation (MHEG-3) :[] Information technology - Coding of Multimedia and Hypermedia Information - Part 6: IS 13522-6:1998 Support for enhanced interactive applications (MHEG-6) :[] Information technology - Coding of Multimedia and Hypermedia Information - Part 8: IS 13522-8:2001 XML notation for ISO/IEC 13522-5 (MHEG-8) Created: 11/16/2014 Page 1 of 44 Committee: (L3) - Audio/Picture Coding National Designation Title (Click here to purchase standards) ISO/IEC Document :[] Information technology - Coding
    [Show full text]
  • Lossy Image Compression Based on Prediction Error and Vector Quantisation Mohamed Uvaze Ahamed Ayoobkhan* , Eswaran Chikkannan and Kannan Ramakrishnan
    Ayoobkhan et al. EURASIP Journal on Image and Video Processing (2017) 2017:35 EURASIP Journal on Image DOI 10.1186/s13640-017-0184-3 and Video Processing RESEARCH Open Access Lossy image compression based on prediction error and vector quantisation Mohamed Uvaze Ahamed Ayoobkhan* , Eswaran Chikkannan and Kannan Ramakrishnan Abstract Lossy image compression has been gaining importance in recent years due to the enormous increase in the volume of image data employed for Internet and other applications. In a lossy compression, it is essential to ensure that the compression process does not affect the quality of the image adversely. The performance of a lossy compression algorithm is evaluated based on two conflicting parameters, namely, compression ratio and image quality which is usually measured by PSNR values. In this paper, a new lossy compression method denoted as PE-VQ method is proposed which employs prediction error and vector quantization (VQ) concepts. An optimum codebook is generated by using a combination of two algorithms, namely, artificial bee colony and genetic algorithms. The performance of the proposed PE-VQ method is evaluated in terms of compression ratio (CR) and PSNR values using three different types of databases, namely, CLEF med 2009, Corel 1 k and standard images (Lena, Barbara etc.). Experiments are conducted for different codebook sizes and for different CR values. The results show that for a given CR, the proposed PE-VQ technique yields higher PSNR value compared to the existing algorithms. It is also shown that higher PSNR values can be obtained by applying VQ on prediction errors rather than on the original image pixels.
    [Show full text]
  • JPEG Image Compression.Pdf
    JPEG image compression FAQ, part 1/2 2/18/05 5:03 PM Part1 - Part2 - MultiPage JPEG image compression FAQ, part 1/2 There are reader questions on this topic! Help others by sharing your knowledge Newsgroups: comp.graphics.misc, comp.infosystems.www.authoring.images From: [email protected] (Tom Lane) Subject: JPEG image compression FAQ, part 1/2 Message-ID: <[email protected]> Summary: General questions and answers about JPEG Keywords: JPEG, image compression, FAQ, JPG, JFIF Reply-To: [email protected] Date: Mon, 29 Mar 1999 02:24:27 GMT Sender: [email protected] Archive-name: jpeg-faq/part1 Posting-Frequency: every 14 days Last-modified: 28 March 1999 This article answers Frequently Asked Questions about JPEG image compression. This is part 1, covering general questions and answers about JPEG. Part 2 gives system-specific hints and program recommendations. As always, suggestions for improvement of this FAQ are welcome. New since version of 14 March 1999: * Expanded item 10 to discuss lossless rotation and cropping of JPEGs. This article includes the following sections: Basic questions: [1] What is JPEG? [2] Why use JPEG? [3] When should I use JPEG, and when should I stick with GIF? [4] How well does JPEG compress images? [5] What are good "quality" settings for JPEG? [6] Where can I get JPEG software? [7] How do I view JPEG images posted on Usenet? More advanced questions: [8] What is color quantization? [9] What are some rules of thumb for converting GIF images to JPEG? [10] Does loss accumulate with repeated compression/decompression?
    [Show full text]
  • Vue PACS 12.2 DICOM Conformance Statement
    Clinical Collaboration Platform Vue PACS 12.2 DICOM Conformance Statement Part # AD0536 2017-11-23 Vue PACS 12.2 DICOM Conformance Statement AD0536 A Uncontrolled unless otherwise indicated Confidential Vue PACS 12.2 - DICOM Conformance Statement - AD0536.docx PAGE 1 of 155 Table of Contents 1 Introduction ............................................................................................................................................ 3 1.1 Terms and Definitions ...................................................................................................................... 3 1.2 About This Document ....................................................................................................................... 4 1.3 Important Remarks ........................................................................................................................... 4 2 Implementation Model............................................................................................................................ 5 2.1 Application Data Flow Diagram ........................................................................................................ 5 2.2 Functional Definitions of AEs ......................................................................................................... 11 2.3 Sequencing of Real World Activities .............................................................................................. 12 3 AE Specifications ................................................................................................................................
    [Show full text]
  • JPEG and JPEG 2000
    JPEG and JPEG 2000 Past, present, and future Richard Clark Elysium Ltd, Crowborough, UK [email protected] Planned presentation Brief introduction JPEG – 25 years of standards… Shortfalls and issues Why JPEG 2000? JPEG 2000 – imaging architecture JPEG 2000 – what it is (should be!) Current activities New and continuing work… +44 1892 667411 - [email protected] Introductions Richard Clark – Working in technical standardisation since early 70’s – Fax, email, character coding (8859-1 is basis of HTML), image coding, multimedia – Elysium, set up in ’91 as SME innovator on the Web – Currently looks after JPEG web site, historical archive, some PR, some standards as editor (extensions to JPEG, JPEG-LS, MIME type RFC and software reference for JPEG 2000), HD Photo in JPEG, and the UK MPEG and JPEG committees – Plus some work that is actually funded……. +44 1892 667411 - [email protected] Elysium in Europe ACTS project – SPEAR – advanced JPEG tools ESPRIT project – Eurostill – consensus building on JPEG 2000 IST – Migrator 2000 – tool migration and feature exploitation of JPEG 2000 – 2KAN – JPEG 2000 advanced networking Plus some other involvement through CEN in cultural heritage and medical imaging, Interreg and others +44 1892 667411 - [email protected] 25 years of standards JPEG – Joint Photographic Experts Group, joint venture between ISO and CCITT (now ITU-T) Evolved from photo-videotex, character coding First meeting March 83 – JPEG proper started in July 86. 42nd meeting in Lausanne, next week… Attendance through national
    [Show full text]
  • CP2100 Clarify SMPTE Transfer Syntaxes for DICOM Web Services
    16 CP-2100 - Clarify SMPTE Transfer Syntaxes for DICOM Web Services​ Page 1​ 1 Status​ Final Text​ 2 Date of Last Update​ 2021/09/03​ 3 Person Assigned​ David Clunie​ 4 mailto:[email protected]​ 5 Submitter Name​ Mathieu Malaterre​ 6 mailto:[email protected]​ 7 Submission Date​ 2020/04/16​ 8 Correction Number CP-2100​ 9 Log Summary: Clarify SMPTE Transfer Syntaxes for DICOM Web Services​ 10 Name of Standard​ 11 PS3.18​ 12 Rationale for Correction:​ 13 Clarify that the video Transfer Syntaxes used for RTV, such as SMPTE ST 2110-20, are not applicable.​ 14 Correction Wording:​ 15 - Final Text -​ 48 CP-2100 - Clarify SMPTE Transfer Syntaxes for DICOM Web Services​ Page 2​ 1 Amend DICOM PS3.18 as follows (changes to existing text are bold and underlined for additions and struckthrough for removals):​ 2 8.7.3.1 Instance Media Types​ 3 The application/dicom media type specifies a representation of Instances encoded in the DICOM File Format specified in Section 7​ 4 “DICOM File Format” in PS3.10.​ 5 Note​ 6 The origin server may populate the PS3.10 File Meta Information with the identification of the Source, Sending and Receiving​ 7 AE Titles and Presentation Addresses as described in Section 7.1 in PS3.10, or these Attributes may have been left unaltered​ 8 from when the origin server received the objects. The user agent storing the objects received in the response may populate​ 9 or coerce these Attributes based on its own knowledge of the endpoints involved in the transaction, so that they accurately​ 10 identify the most recent
    [Show full text]
  • File Format Guidelines for Management and Long-Term Retention of Electronic Records
    FILE FORMAT GUIDELINES FOR MANAGEMENT AND LONG-TERM RETENTION OF ELECTRONIC RECORDS 9/10/2012 State Archives of North Carolina File Format Guidelines for Management and Long-Term Retention of Electronic records Table of Contents 1. GUIDELINES AND RECOMMENDATIONS .................................................................................. 3 2. DESCRIPTION OF FORMATS RECOMMENDED FOR LONG-TERM RETENTION ......................... 7 2.1 Word Processing Documents ...................................................................................................................... 7 2.1.1 PDF/A-1a (.pdf) (ISO 19005-1 compliant PDF/A) ........................................................................ 7 2.1.2 OpenDocument Text (.odt) ................................................................................................................... 3 2.1.3 Special Note on Google Docs™ .......................................................................................................... 4 2.2 Plain Text Documents ................................................................................................................................... 5 2.2.1 Plain Text (.txt) US-ASCII or UTF-8 encoding ................................................................................... 6 2.2.2 Comma-separated file (.csv) US-ASCII or UTF-8 encoding ........................................................... 7 2.2.3 Tab-delimited file (.txt) US-ASCII or UTF-8 encoding .................................................................... 8 2.3
    [Show full text]
  • DICOM PS3.5 2021C
    PS3.5​ DICOM PS3.5 2021d - Data Structures and Encoding​ Page 2​ PS3.5: DICOM PS3.5 2021d - Data Structures and Encoding​ Copyright © 2021 NEMA​ A DICOM® publication​ - Standard -​ DICOM PS3.5 2021d - Data Structures and Encoding​ Page 3​ Table of Contents​ Notice and Disclaimer ........................................................................................................................................... 13​ Foreword ............................................................................................................................................................ 15​ 1. Scope and Field of Application ............................................................................................................................. 17​ 2. Normative References ....................................................................................................................................... 19​ 3. Definitions ....................................................................................................................................................... 23​ 4. Symbols and Abbreviations ................................................................................................................................. 27​ 5. Conventions ..................................................................................................................................................... 29​ 6. Value Encoding ...............................................................................................................................................
    [Show full text]
  • JBIG-Like Coding of Bi-Level Image Data in JPEG-2000
    ISO/IEC JTC 1/SC 29/WG1 N1014 Date: 1998-10- 20 ISO/IEC JTC 1/SC 29/WG 1 (ITU-T SG8) Coding of Still Pictures JBIG JPEG Joint Bi-level Image Joint Photographic Experts Group Experts Group TITLE: Report on Core Experiment CodEff26: JBIG-Like Coding of Bi-Level Image Data in JPEG-2000 SOURCE: Faouzi Kossentini ([email protected]) and Dave Tompkins Department of ECE, University of BC, Vancouver, BC, Canada V6T 1Z4 Soeren Forchhammer ([email protected]), Bo Martins and Ole Jensen Department of Telecommunication, TDU, Lyngby, Denmark, DK-2800 Ian Caven, Image Power Inc., Vancouver, BC, Canada V6E 4B1 Paul Howard, AT&T Labs, NJ, USA PROJECT: JPEG-2000 STATUS: Core Experiment Results REQUESTED ACTION: Discussion DISTRIBUTION: 14th Meeting of ISO/IEC JTC1/SC 29/WG1 Contact: ISO/IEC JTC 1/SC 29/WG 1 Convener - Dr. Daniel T. Lee Hewlett-Packard Company, 11000 Wolfe Road, MS42U0, Cupertion, California 95014, USA Tel: +1 408 447 4160, Fax: +1 408 447 2842, E-mail: [email protected] 2 1. Update This document updates results previously reported in WG1N863. Specifically, the upcoming JBIG-2 Verification Model (VM) was used to generate the compression rates in Table 1. These results more accurately reflect the expected bit rates, and include the overhead required for the proper JBIG-2 bitstream formatting. Results may be better in the final implementation, but these results are guaranteed to be attainable with the current VM. The JBIG-2 VM will be available in December 1998. 2. Summary This document presents experimental results that compare the compression performance several JBIG-like coders to the VM0 baseline coder.
    [Show full text]
  • JPEG 2000 for Video Archiving
    The Pros and Cons of JPEG 2000 for Video Archiving Katty Van Mele November, 2010 Overview • Introduction – Current situation – Multiple challenges • Archiving challenges for cinema and video content • JPEG 2000 for Video Archiving • intoPIX Solutions • Conclusions INTOPIX PRIVATE & CONFIDENTIAL © 2010 JPEG 2000 SOLUTIONS 2 Current Situation • Most museums, film archiving and broadcast organizations – digitizing available content considered or initiated • Both movie content (reels) and analog video content (tapes) – Digitization process and constraints are very different. – More than 10.000.000 Hours Film (analog = film) • 30 to 40 % will disappear in the next 10 years ( Vinager syndrom) • Digitization process is complex – More than 6.000.000H ? Video ( 90% analog = tape) • x% will disappear because of the magnetic tape (binder) • Natural digitization process taking place due to the technology evolution. • Technical constraints are easier. INTOPIX PRIVATE & CONFIDENTIAL © 2010 JPEG 2000 SOLUTIONS 3 Multiple challenges • The goal of the digitization process : – Ensure the long term preservation of the content – Ensure the sharing and commercialization of the content. • Based on these different viewpoints and needs – Different technical challenges and choices – Different workflows utilized – Different commercial constraints – Different cultural and legal issues INTOPIX PRIVATE & CONFIDENTIAL © 2010 J PEG 2000 SOLUTIONS 4 Overview • Introduction • Archiving challenges for cinema and video content – General archiving concerns – Benefits of
    [Show full text]