Dominant colour extraction in DCT domain

Size: px
Start display at page:

Download "Dominant colour extraction in DCT domain"

Transcription

1 Image and Vision Computing 24 (2006) Dominant colour extraction in DCT domain Jianmin Jiang a,b, *, Ying Weng b, PengJie Li c a Southwest University, China b University of Bradford, UK c Institute of Acoustics, Chinese Academy of Sciences Received 23 March 2004; received in revised form 11 January 2006; accepted 5 April 2006 Abstract As most of MPEG and JPEG compression standards are DCT-based, we propose a simple, low-cost and fast algorithm to extract dominant colour features directly in DCT domain without involving full decompression to access the pixel data. As dominant colour is one of the colour features used in constructing MPEG-7 dominant colour descriptors, the proposed algorithm would provide useful technique for those already compressed videos and images, where MPEG-7 dominant colour descriptors are needed. While the proposed algorithm presents advantages in terms of computing efficiency, i.e. eliminating the need of IDCT for compressed videos and images, extensive experiments also support that the proposed algorithm achieves competitive performances in extracting dominant colour features when compared with the pixel domain extraction described in MPEG-7. Crown Copyright q 2006 Published by Elsevier B.V. All rights reserved. Keywords: Dominant colour features; MPEG-7; Feature extraction in compressed domain 1. Introduction Along with the digital revolution and the success of international standardization of image compression techniques, rapid increase in volume of images and videos are seen almost everywhere including media publications, WEBbased publications, e-something, etc. The rich source of visual information made available to our daily life brought the need to develop algorithms and techniques to browse, search, retrieve and manage the content of those compressed digital images and videos. To this end, research on contentbased image indexing and retrieval is receiving tremendous interests within both the academic community and the industrial sectors [1,2]. Since most of such research is carried out in pixel domain, in which input images are assumed to be in their original raw format, full decompression would have to be performed prior to the content description or content-based management developed in pixel domain. In practice, it maybe arguable that this sort of overhead computing does not really present any problem since full decompression is fast, and its algorithm * Corresponding author. address: j.jiang1@bradford.ac.uk (J. Jiang). implementation is efficient. Thus, it could be accepted that the cost of IDCT, or indeed the full decompression, will not be a bottleneck for such compressed image management. When millions of such compressed images need to be accessed, however, the computing cost for full decompression could become an issue, which may deserve our attention for better solutions. As a result, a new wave of research within the academics is emerging for direct content access and feature extraction in compressed domain rather than in pixel domain [10 13]. Following the successful development of MPEG-1, MPEG-2 and MPEG-4 standards, MPEG has now developed a new standard, MPEG-7 [4 8], which is formally known as multimedia content description interface to describe multimedia content. While the previous standards focus on coding and representation of audio visual content, MPEG-7 focuses on content description with various modalities including image, video, audio, speech, graphics, and their combinations. To follow the research efforts in contentbased image indexing and retrieval, MPEG-7 visual standard for content description has developed a range of descriptors corresponding to common features including colour, texture, shape, and motion [5,7,8]. Among all the features, colour descriptors are mainly composed of scalable colour /$ - see front matter Crown Copyright q 2006 Published by Elsevier B.V. All rights reserved. doi: /j.imavis

2 1270 J. Jiang et al. / Image and Vision Computing 24 (2006) descriptor (SCD), dominant colour descriptor (DCD) [5,9], colour layout descriptor, and group-of-pictures colour descriptor. The DCD is mainly developed for fast and efficient image browsing and retrieval via the description of local spatial colour distribution at global level. For a given region of images, the colours are clustered into a small number of representative colours to produce a more compact representation of the colour distribution inside the image. In comparison with those histogram-based approaches, the DCD only contains elements of representative colours, their percentages in a region, spatial coherency of the colour and the colour variance. To provide efficient description for those already compressed images and videos, we propose in this paper a simple dominant colour extraction algorithm directly in DCT domain to formulate the MPEG-7 DCD. In comparison with the existing stateof-the-art, i.e. MPEG-7 and other colour-based description of image and video content published in the literature, our contribution and its novelty can be highlighted as: while all existing work extracts dominant colour features in pixel domain, our proposed algorithm can extract dominant colour features directly in DCT domain. When millions of compressed images and video frames need to be accessed with their dominant colour descriptions, the proposed technique will directly work with their compressed format without full decompression. Yet the existing techniques including MPEG-7 would need full decompression to get their pixel data before their dominant colour feature can be extracted. The remaining part of the paper is further divided into two further sections. While Section 2 provides the detailed description of the proposed algorithm design, Section 3 covers the assessment and evaluation of the proposed algorithm via extensive experiments. Finally, some concluding remarks are also given in this section. 2. Dominant colour extraction in DCT domain MPEG-7 dominant colour extraction mainly comes from the work by Deng and Manjunath [9]. This descriptor highlights the salient colour in images or regions in pixel domain via colour clustering process. Hence, the descriptor is defined to include the representative colours, their percentages in the region, spatial coherency of dominant colours, and colour variances for each dominant colour. Its full definition is given below F Z ffc i ;p i ;v i g;s;g ði Z 1;2.;NÞ (1) where c i is the ith dominant colour; p i represents its percentage value; v i is its colour variance; and s represents the spatial coherency. It is reported that this descriptor achieves competitive performances in comparison with those high-dimensional histogram methods [7], while being used in image indexing within the 3D colour space. Although, significant advantages have been illustrated with this descriptor in terms of colour representation and low dimension, it cannot be used to process compressed images without decompression since it is limited to pixel domain, which requires sequence of operations including entropy decoding and IDCT. On the other hand, detailed analysis of DCT coefficients reveals that there exist many statistic features in DCT coefficients, reflecting the same content and the same nature of the image as that of pixels. While the DC coefficient represents the average intensity value among a block of pixels, the AC coefficients reflect the variance of colour changes in pixels within the same block. When arranged in a zig-zag order, the AC coefficients are also capable of indicating frequency components in an ascending order. Following this relationship analysis between the DCT coefficients and the image content in pixels, it becomes clear that each block of 8!8 pixels as designed in JPEGs [3] and MPEGs can be classified into a dominant colour block or a non-dominant colour block. Since the number of non-zero AC coefficients directly relates to the variance of colour components among the pixels, it can be used as a parameter to control the block classification of either a dominant colour block or a nondominant colour block. To improve the accuracy, a further parameter can be added to indicate the position of the last non-zero AC coefficient along the zig-zag order, since it represents the highest frequency component available inside the block. Therefore, all the blocks can be classified into dominant colour blocks, non-dominant colour blocks or uncertain blocks via the following mechanism in DCT domain ( block i Z dominant_colour; if N nz!t 1 &P!T 2 (2) uncertain; otherwise where block i stands for the ith block inside the image along the raft-scanning order, N nz is the number of non-zero AC coefficients inside block i, P represents the position of the last non-zero AC coefficient along the zig-zag order inside the block i, and finally T 1 and T 2 stand for the first two thresholds we introduced to identify the dominant-colour blocks. For those uncertain blocks, there exist two possibilities. One is that the block concerned is a non-dominant colour block, and the other is that the block contains dominant colour in smaller regions. To identify those definitely nondominant colour blocks, controlling the number of AC coefficients remain to be sufficient. One extreme case is that all 63 AC coefficients are non-zero. Therefore, the following condition can be set up to determine those definitely nondominant colour blocks: ( block i Z non_dominant_colour if N nzot 3 (3) uncertain; otherwise For the latter that dominant colour may exist in smaller blocks, we can use our previous work [13] to decompose the 8!8 block into four sub-blocks of 4!4 coefficients in DCT domain. Specifically, given a block of 8!8 DCT coefficients represented by [C], the matrix of four sub-blocks of 4!4

3 J. Jiang et al. / Image and Vision Computing 24 (2006) Table 1 Parameter matrix [A] K K K K K K K K K K K K K K DCT coefficients can be derived from the following equation [13] " # C11 C12 Z 2! ½AŠ! ½CŠ! ½AŠ T (4) C21 C22 where Cij is a matrix of 4!4 DCT coefficients representing the decomposed sub-block, and [A] is an 8!8 parameter matrix, whose values are given in Table 1. As the number of AC coefficients is now reduced to 16 in those sub-blocks, we propose to use the square sum of AC coefficients to determine those dominant colour sub-blocks instead of (2). This is detailed below ( sub_block i Z dominant_colour; if S!T 4 (5) non_dominant; otherwise where SZ P15 ACkis 2 the square sum of all 4!4 AC coefficients kz1 inside the sub_block, and T 4 is the fourth threshold introduced for the block classification. As the block decomposition in DCT domain can be repeated until one single coefficient is reached [13], the block classification can be further tuned to identify the dominant colour at the levels of 2!2 blocks, and each individual coefficient, which would be the same as that of MPEG-7 in pixel domain. In practice, however, it is found that one level decomposition gives us sufficient accuracy in dominant colour extraction. After all the blocks are classified, those non-dominant colour blocks or sub_blocks are discarded, and the mean value of the pixels inside each dominant colour block is calculated in DCT domain to construct the MPEG-7 descriptor as well as the histogram for dominant colour analysis. According to the DCT equations [8], the mean value of pixels inside each block can be obtained in DCT domain via the following m Z 1 Cð0;0Þ (6) N where NZ8 for dominant colour blocks and NZ4 for dominant sub-blocks. In this way, each dominant colour block or sub-block is essentially represented by one single value, which can also be used to construct a so called dominant colour image. A few such images are illustrated in Fig. 3. The above design requires four thresholds, which can be determined empirically in principle in accordance with the relationship between DCT coefficients and the image content in pixels. For example, it can be inferred that blocks with 30 nonzero AC coefficients should support that there exist no dominant colour in an 8!8 block. This is because when more than 30 different variance values are present in this pixel block, it certainly indicates that no colour component dominates among all pixels inside this block. As this threshold increases, the number of blocks identified as non-dominant colour will be reduced, yet more accuracy is achieved. If the threshold decreases, however, the accuracy of extraction may suffer, although more non-dominant colour blocks will be identified. As a result, T 3 is set up to be 30 in the proposed algorithm. With thresholds T 1 and T 2, the principle is similar. As T 1 is used to monitor the number of non-zero AC coefficients and this number indicates the variety of intensity values inside the block, we set T 1 to be 12, which is around one fifth of the total number of non-zero AC coefficients. As T 2 OT 1, and the position of the last non-zero AC coefficient indicates the maximum frequency component inside the block, we set T 2 to be at 20. Such settings for T 1 wt 3 are permanent for the proposed algorithm, which are applied to all images tested. Extensive experimental results suggest that the settings are correct and no adjustment is needed. T 4 is an important parameter in this algorithm, which provides more delicate information about the dominant colour in smaller regions. Since those smaller regions proved to be more difficult to extract dominant colour information, an adaptive approach needs to be developed to determine the specific value for T 4. Given M blocks of AC coefficients for a compressed image or a video frame, an AC absolute sum, A s i, can be calculated for the ith block by: A s i Z X63 jz1 jac j j; ci2½0;mk1š (7) Via arranging all the AC absolute sums into an ascending order with respect to their frequencies, a curve can be produced. One example for Lena.jpg is shown in Fig. 1. From this curve, the maximum curvature can be taken as the value of T 4, which remains adaptive to the content feature of each individual image. As the curve is produced out of discrete samples, a mean filtering is applied to smooth the curve and help us to locate the maximum curvature. To reduce the

4 1272 J. Jiang et al. / Image and Vision Computing 24 (2006) Fig. 1. Illustration of square sum curves. complexity in the algorithm design, an alternative way is to set T 4 to be 10% of the maximum AC absolute sum, which is roughly around the maximum curvature point. Our experiments do not reveal any significant difference between these two approaches. As a result, the proposed dominant colour extraction algorithm can be summarised in Fig Experimental results and conclusions To evaluate the proposed algorithm, we carried out extensive experiments to extract dominant colour features in comparison with the existing MPEG-7 techniques in pixel domain. As given in (1), the MPEG-7 colour descriptor contains four elements. Since s is optional according to Fig. 2. Summary of the proposed algorithm. MPEG-7 [5 8], however, our experiments are focused on the comparison of three other elements, i.e. c i p i and v i. Considering the fact that each image may have a large number of dominant colour elements, we arrange the detailed comparison in three phases. In the first phase, we compare the first four major dominant colours between the proposed algorithm in DCT domain and the original MPEG-7 descriptor in pixel domain, which are given in Tables 2 4. Table 2 lists all the elements of the MPEG-7 DCD (dominant colour descriptor) for the first four dominant colour for Lena.jpg, and Table 3 lists the same details for Pepper.jpg. In Table 4, we choose the colour image Baboon.jpg as the sample to illustrate the detailed comparison of all the three components between the DCDs extracted by the proposed algorithm and by the original MPEG-7. Fig. 3 illustrates the experimental results in the second phase of comparison, where the first 16 dominant colours for each image are illustrated in bar-charts. To cover all the dominant colour elements extracted by the proposed algorithm and overcome the drawback that tables and barcharts have limited space to include all dominant colour elements, we further arrange all those classified blocks displayed as an image for visual inspections, in which each pixel data are represented by m as specified in (6). These are illustrated in Fig. 4, where white blocks are those nondominant colour blocks and thus discarded. From all the phases of comparisons, the following observations can be made about the proposed algorithm: The dominant colour extracted in DCT domain effectively represents the salient colour in the original image. The dominant colour descriptor extracted by the proposed algorithm in DCT domain remains very close to that of MPEG-7 in pixel domain. The reconstructed images via dominant colour (m) reveals that the content of original images is preserved very well. The proposed algorithm essentially extracts dominant colour in terms of blocks or sub-blocks rather than

5 J. Jiang et al. / Image and Vision Computing 24 (2006) Table 2 MPEG-7 dominant colour descriptor for Lena.jpg Lena pixel domain DCT domain Percentage in pixel Percentage in DCT Variance in pixel 1st nd rd th Variance in DCT Table 3 MPEG-7 dominant colour descriptor for Peppers.jpg Peppers pixel domain DCT domain Percentage in pixel Percentage in DCT Variance in pixel 1st nd rd th Variance in DCT pixels due to the fact that dominant colour must have a reasonable critical mass to be regarded as dominant. Under this context, the proposed algorithm can be implemented in two modes. The first mode is to extract dominant colour from blocks of 8!8 pixels only, and the second is to extract dominant colour with blocks of 8!8 pixels as well as sub-blocks of 4!4 pixels. In the first mode, the computing cost of the proposed algorithm is only three comparisons given by (2) and (3). In the second mode, those uncertain blocks will incur: (i) computing cost for deriving four sub-blocks (4!4 DCT coefficients), which is specified by (4). From Eq. (4), it can be seen that standard implementation will require 64!8!2Z1024 multiplication and 56!8!2Z896 additions; (ii) computing cost for examining the four sub-blocks specified by (5), where deriving S requires 15 multiplication and 14 additions. Therefore, the total computing cost is 1039 multiplication and 910 additions. In contrast with the existing pixel-domain dominant colour extraction, the IDCT alone would require 4096 multiplication and 4032 additions [14], yet such computing cost is needed for every block inside the image. For the proposed algorithm, only a small number of blocks need subblock examination. As a matter of fact, for all the test images reported in the paper, dominant colour is extracted only at the block level and no sub-block division is incurred. n addition, we applied the proposed algorithm to a database of around 1000 JPEG compressed images to perform a small scale of content-based image retrieval via the dominant colour descriptors in both pixel domain as proposed by MPEG-7 and DCT domain as proposed in this paper. The experiments reveal that almost exactly the same retrieval results were observed in terms of dominant colour Table 4 MPEG-7 dominant colour descriptor pixel domain DCT domain Percentage in pixel Percentage in DCT Variance in pixel Y component of colour Baboon.jpg 1st nd rd th Cr component of colour Baboon.jpg 1st nd rd th Cb component of colour Baboon.jpg 1st nd rd th Variance in DCT

6 1274 J. Jiang et al. / Image and Vision Computing 24 (2006) Fig. 3. Comparison of dominant colour histograms with 16 bins between the proposed and MPEG-7 in pixel domain.

7 J. Jiang et al. / Image and Vision Computing 24 (2006) Fig. 4. Illustration of reconstructed image samples via extracted dominant colour. retrieval. Fig. 5 illustrates such retrieved samples, where the query image is presented at the top left corner. In addition, the mean value of dominant colour blocks extracted in the proposed algorithm can also be exploited to construct a so-called dominant colour histogram. According to the dominant colour extraction principle, this histogram should reflect the major structure of those general histograms constructed from the original pixel data. In

8 1276 J. Jiang et al. / Image and Vision Computing 24 (2006) Fig. 5. Illustration of dominant colour-based image retrieval. this way, the proposed technique can be used to predict the image histogram directly in DCT domain, which could lead to histogram extraction rather than just dominant colour extraction. Fig. 6 illustrates such detailed comparisons between the extracted dominant colour histogram in DCT domain and the original image histogram based on colour intensity values in pixel domain. It is shown that the dominant colour histograms constructed

9 J. Jiang et al. / Image and Vision Computing 24 (2006) videos to formulate content descriptors in the process of their compression, the proposed algorithm will be very useful in extracting MPEG-7 dominant colour descriptors directly from those already compressed videos and images. As a result of the successful JPEG and MPEG standardization activities, almost all digital videos are now stored in compressed format. Therefore, feature extraction or image processing in DCT domain will provide certain advantages in reducing computing cost and direct accessing the content of compressed image and videos. Finally, the authors wish to acknowledge the financial support from the Resource: The Council for Museums, Archives and Libraries in the UK under the research grant LIC/RE/082, and the Natural Science Foundation in China. References Fig. 6. Visual comparison between the dominant colour histogram extracted by the proposed algorithm and the general colour histogram extracted in pixel domain. from the proposed algorithm do reflect the major structure of the image histogram in pixel domain. This will provide good potential for further research in extracting image histograms directly from DCT domain, which would be useful for other applications in processing compressed images. In this paper, an algorithm for dominant colour extraction in DCT domain is proposed, which provides effective and fast processing technique for content description of compressed videos and images. While MPEG-7 works on raw images and [1] R. Brunelli, O. Mich, M. Modena, A survey on the automatic indexing of video data, J. Visual Commun. Image Represent. (1999) [2] B. Ko, J. Peng, H. Byun, Region-based image retrieval using probabilistic feature relevance learning, Pattern Anal. Appl. 4 (2 3) (2001) [3] G.K. Wallace, The JPEG still picture compression standard, Commun. ACM 34 (4) (1991) [4] Overview of MPEG-7 standard (version 5.0), ISO/IEC JTC1/SC29/WG11 N4031, March [5] T. Sikora, The MPEG-7 visual standard for content description an overview, IEEE Trans. Circuits Syst. Video Technol. 11 (6) (2001) [6] B.S. Manjunath, J. Ohm, V.V. Vasudevan, A. Yamada, Color and texture descriptors, IEEE Trans. Circuits Syst. Video Technol. 11 (6) (2001) [7] M. Bober, MPEG-7 visual shape descriptors, IEEE Trans. Circuits Syst. Video Technol. 11 (6) (2001) [8] S. Jeannin, A. Divakaran, MPEG-7 visual motion descriptors, IEEE Trans. Circuits Syst. Video Technol. 11 (6) (2001) [9] Y. Deng, B.S. Manjunath, C. Kenney, An efficient color representation for image retrieval, IEEE Trans. Image Process. 10 (1) (2001) [10] G. Feng, J. Jiang, JPEG compressed image retrieval via statistical features, Pattern Recogn, in press. [11] R. Reeves, K. Kubik, W. Osberger, Texture characterization of compressed aerial images using DCT coefficients, Proceedings of SPIE: Storage and Retrieval for Image and Video Databases V, vol. 3022, February 1997, pp [12] M. Liu, J. Jiang, C. Hou, Combination of image indexing and compression, Proceedings of ICASSP 02, [13] J. Jiang, G. Feng, The spatial relationship of DCT coefficients between a block and its sub-blocks, IEEE Trans. Signal Proc. 50 (5) (2002) [14] J. Jiang, Y. Weng, Video extraction for fast content access to mpeg compressed videos, IEEE Trans. Circuits, Syst. Video Technol. 14 (5) (2004)

A Miniature-Based Image Retrieval System

A Miniature-Based Image Retrieval System A Miniature-Based Image Retrieval System Md. Saiful Islam 1 and Md. Haider Ali 2 Institute of Information Technology 1, Dept. of Computer Science and Engineering 2, University of Dhaka 1, 2, Dhaka-1000,

More information

VC 11/12 T14 Visual Feature Extraction

VC 11/12 T14 Visual Feature Extraction VC 11/12 T14 Visual Feature Extraction Mestrado em Ciência de Computadores Mestrado Integrado em Engenharia de Redes e Sistemas Informáticos Miguel Tavares Coimbra Outline Feature Vectors Colour Texture

More information

Digital Image Representation Image Compression

Digital Image Representation Image Compression Digital Image Representation Image Compression 1 Image Representation Standards Need for compression Compression types Lossless compression Lossy compression Image Compression Basics Redundancy/redundancy

More information

Interactive Progressive Encoding System For Transmission of Complex Images

Interactive Progressive Encoding System For Transmission of Complex Images Interactive Progressive Encoding System For Transmission of Complex Images Borko Furht 1, Yingli Wang 1, and Joe Celli 2 1 NSF Multimedia Laboratory Florida Atlantic University, Boca Raton, Florida 33431

More information

Automatic Image Annotation by Classification Using Mpeg-7 Features

Automatic Image Annotation by Classification Using Mpeg-7 Features International Journal of Scientific and Research Publications, Volume 2, Issue 9, September 2012 1 Automatic Image Annotation by Classification Using Mpeg-7 Features Manjary P.Gangan *, Dr. R. Karthi **

More information

Content-Based Image Retrieval of Web Surface Defects with PicSOM

Content-Based Image Retrieval of Web Surface Defects with PicSOM Content-Based Image Retrieval of Web Surface Defects with PicSOM Rami Rautkorpi and Jukka Iivarinen Helsinki University of Technology Laboratory of Computer and Information Science P.O. Box 54, FIN-25

More information

JPEG IMAGE CODING WITH ADAPTIVE QUANTIZATION

JPEG IMAGE CODING WITH ADAPTIVE QUANTIZATION JPEG IMAGE CODING WITH ADAPTIVE QUANTIZATION Julio Pons 1, Miguel Mateo 1, Josep Prades 2, Román Garcia 1 Universidad Politécnica de Valencia Spain 1 {jpons,mimateo,roman}@disca.upv.es 2 jprades@dcom.upv.es

More information

Automatic Texture Segmentation for Texture-based Image Retrieval

Automatic Texture Segmentation for Texture-based Image Retrieval Automatic Texture Segmentation for Texture-based Image Retrieval Ying Liu, Xiaofang Zhou School of ITEE, The University of Queensland, Queensland, 4072, Australia liuy@itee.uq.edu.au, zxf@itee.uq.edu.au

More information

ISSN (ONLINE): , VOLUME-3, ISSUE-1,

ISSN (ONLINE): , VOLUME-3, ISSUE-1, PERFORMANCE ANALYSIS OF LOSSLESS COMPRESSION TECHNIQUES TO INVESTIGATE THE OPTIMUM IMAGE COMPRESSION TECHNIQUE Dr. S. Swapna Rani Associate Professor, ECE Department M.V.S.R Engineering College, Nadergul,

More information

System Modeling and Implementation of MPEG-4. Encoder under Fine-Granular-Scalability Framework

System Modeling and Implementation of MPEG-4. Encoder under Fine-Granular-Scalability Framework System Modeling and Implementation of MPEG-4 Encoder under Fine-Granular-Scalability Framework Literature Survey Embedded Software Systems Prof. B. L. Evans by Wei Li and Zhenxun Xiao March 25, 2002 Abstract

More information

HYBRID TRANSFORMATION TECHNIQUE FOR IMAGE COMPRESSION

HYBRID TRANSFORMATION TECHNIQUE FOR IMAGE COMPRESSION 31 st July 01. Vol. 41 No. 005-01 JATIT & LLS. All rights reserved. ISSN: 199-8645 www.jatit.org E-ISSN: 1817-3195 HYBRID TRANSFORMATION TECHNIQUE FOR IMAGE COMPRESSION 1 SRIRAM.B, THIYAGARAJAN.S 1, Student,

More information

Image Classification Using Wavelet Coefficients in Low-pass Bands

Image Classification Using Wavelet Coefficients in Low-pass Bands Proceedings of International Joint Conference on Neural Networks, Orlando, Florida, USA, August -7, 007 Image Classification Using Wavelet Coefficients in Low-pass Bands Weibao Zou, Member, IEEE, and Yan

More information

Automatic Video Caption Detection and Extraction in the DCT Compressed Domain

Automatic Video Caption Detection and Extraction in the DCT Compressed Domain Automatic Video Caption Detection and Extraction in the DCT Compressed Domain Chin-Fu Tsao 1, Yu-Hao Chen 1, Jin-Hau Kuo 1, Chia-wei Lin 1, and Ja-Ling Wu 1,2 1 Communication and Multimedia Laboratory,

More information

Image Compression Algorithm and JPEG Standard

Image Compression Algorithm and JPEG Standard International Journal of Scientific and Research Publications, Volume 7, Issue 12, December 2017 150 Image Compression Algorithm and JPEG Standard Suman Kunwar sumn2u@gmail.com Summary. The interest in

More information

Scalable Coding of Image Collections with Embedded Descriptors

Scalable Coding of Image Collections with Embedded Descriptors Scalable Coding of Image Collections with Embedded Descriptors N. Adami, A. Boschetti, R. Leonardi, P. Migliorati Department of Electronic for Automation, University of Brescia Via Branze, 38, Brescia,

More information

Reduction of Blocking artifacts in Compressed Medical Images

Reduction of Blocking artifacts in Compressed Medical Images ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 8, No. 2, 2013, pp. 096-102 Reduction of Blocking artifacts in Compressed Medical Images Jagroop Singh 1, Sukhwinder Singh

More information

Locating 1-D Bar Codes in DCT-Domain

Locating 1-D Bar Codes in DCT-Domain Edith Cowan University Research Online ECU Publications Pre. 2011 2006 Locating 1-D Bar Codes in DCT-Domain Alexander Tropf Edith Cowan University Douglas Chai Edith Cowan University 10.1109/ICASSP.2006.1660449

More information

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest.

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. D.A. Karras, S.A. Karkanis and D. E. Maroulis University of Piraeus, Dept.

More information

A Robust Wipe Detection Algorithm

A Robust Wipe Detection Algorithm A Robust Wipe Detection Algorithm C. W. Ngo, T. C. Pong & R. T. Chin Department of Computer Science The Hong Kong University of Science & Technology Clear Water Bay, Kowloon, Hong Kong Email: fcwngo, tcpong,

More information

Copyright Detection System for Videos Using TIRI-DCT Algorithm

Copyright Detection System for Videos Using TIRI-DCT Algorithm Research Journal of Applied Sciences, Engineering and Technology 4(24): 5391-5396, 2012 ISSN: 2040-7467 Maxwell Scientific Organization, 2012 Submitted: March 18, 2012 Accepted: June 15, 2012 Published:

More information

A Quantitative Approach for Textural Image Segmentation with Median Filter

A Quantitative Approach for Textural Image Segmentation with Median Filter International Journal of Advancements in Research & Technology, Volume 2, Issue 4, April-2013 1 179 A Quantitative Approach for Textural Image Segmentation with Median Filter Dr. D. Pugazhenthi 1, Priya

More information

Performance Comparison between DWT-based and DCT-based Encoders

Performance Comparison between DWT-based and DCT-based Encoders , pp.83-87 http://dx.doi.org/10.14257/astl.2014.75.19 Performance Comparison between DWT-based and DCT-based Encoders Xin Lu 1 and Xuesong Jin 2 * 1 School of Electronics and Information Engineering, Harbin

More information

Efficient Indexing and Searching Framework for Unstructured Data

Efficient Indexing and Searching Framework for Unstructured Data Efficient Indexing and Searching Framework for Unstructured Data Kyar Nyo Aye, Ni Lar Thein University of Computer Studies, Yangon kyarnyoaye@gmail.com, nilarthein@gmail.com ABSTRACT The proliferation

More information

A Novel Statistical Distortion Model Based on Mixed Laplacian and Uniform Distribution of Mpeg-4 FGS

A Novel Statistical Distortion Model Based on Mixed Laplacian and Uniform Distribution of Mpeg-4 FGS A Novel Statistical Distortion Model Based on Mixed Laplacian and Uniform Distribution of Mpeg-4 FGS Xie Li and Wenjun Zhang Institute of Image Communication and Information Processing, Shanghai Jiaotong

More information

Index. 1. Motivation 2. Background 3. JPEG Compression The Discrete Cosine Transformation Quantization Coding 4. MPEG 5.

Index. 1. Motivation 2. Background 3. JPEG Compression The Discrete Cosine Transformation Quantization Coding 4. MPEG 5. Index 1. Motivation 2. Background 3. JPEG Compression The Discrete Cosine Transformation Quantization Coding 4. MPEG 5. Literature Lossy Compression Motivation To meet a given target bit-rate for storage

More information

An Improved DCT Based Color Image Watermarking Scheme Xiangguang Xiong1, a

An Improved DCT Based Color Image Watermarking Scheme Xiangguang Xiong1, a International Symposium on Mechanical Engineering and Material Science (ISMEMS 2016) An Improved DCT Based Color Image Watermarking Scheme Xiangguang Xiong1, a 1 School of Big Data and Computer Science,

More information

A new predictive image compression scheme using histogram analysis and pattern matching

A new predictive image compression scheme using histogram analysis and pattern matching University of Wollongong Research Online University of Wollongong in Dubai - Papers University of Wollongong in Dubai 00 A new predictive image compression scheme using histogram analysis and pattern matching

More information

Image coding based on multiband wavelet and adaptive quad-tree partition

Image coding based on multiband wavelet and adaptive quad-tree partition Journal of Computational and Applied Mathematics 195 (2006) 2 7 www.elsevier.com/locate/cam Image coding based on multiband wavelet and adaptive quad-tree partition Bi Ning a,,1, Dai Qinyun a,b, Huang

More information

Image retrieval based on bag of images

Image retrieval based on bag of images University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2009 Image retrieval based on bag of images Jun Zhang University of Wollongong

More information

A reversible data hiding based on adaptive prediction technique and histogram shifting

A reversible data hiding based on adaptive prediction technique and histogram shifting A reversible data hiding based on adaptive prediction technique and histogram shifting Rui Liu, Rongrong Ni, Yao Zhao Institute of Information Science Beijing Jiaotong University E-mail: rrni@bjtu.edu.cn

More information

Comparative Study of Partial Closed-loop Versus Open-loop Motion Estimation for Coding of HDTV

Comparative Study of Partial Closed-loop Versus Open-loop Motion Estimation for Coding of HDTV Comparative Study of Partial Closed-loop Versus Open-loop Motion Estimation for Coding of HDTV Jeffrey S. McVeigh 1 and Siu-Wai Wu 2 1 Carnegie Mellon University Department of Electrical and Computer Engineering

More information

IMAGE COMPRESSION. Image Compression. Why? Reducing transportation times Reducing file size. A two way event - compression and decompression

IMAGE COMPRESSION. Image Compression. Why? Reducing transportation times Reducing file size. A two way event - compression and decompression IMAGE COMPRESSION Image Compression Why? Reducing transportation times Reducing file size A two way event - compression and decompression 1 Compression categories Compression = Image coding Still-image

More information

Differential Compression and Optimal Caching Methods for Content-Based Image Search Systems

Differential Compression and Optimal Caching Methods for Content-Based Image Search Systems Differential Compression and Optimal Caching Methods for Content-Based Image Search Systems Di Zhong a, Shih-Fu Chang a, John R. Smith b a Department of Electrical Engineering, Columbia University, NY,

More information

CHAPTER 9 INPAINTING USING SPARSE REPRESENTATION AND INVERSE DCT

CHAPTER 9 INPAINTING USING SPARSE REPRESENTATION AND INVERSE DCT CHAPTER 9 INPAINTING USING SPARSE REPRESENTATION AND INVERSE DCT 9.1 Introduction In the previous chapters the inpainting was considered as an iterative algorithm. PDE based method uses iterations to converge

More information

7.5 Dictionary-based Coding

7.5 Dictionary-based Coding 7.5 Dictionary-based Coding LZW uses fixed-length code words to represent variable-length strings of symbols/characters that commonly occur together, e.g., words in English text LZW encoder and decoder

More information

COLOR IMAGE COMPRESSION USING DISCRETE COSINUS TRANSFORM (DCT)

COLOR IMAGE COMPRESSION USING DISCRETE COSINUS TRANSFORM (DCT) COLOR IMAGE COMPRESSION USING DISCRETE COSINUS TRANSFORM (DCT) Adietiya R. Saputra Fakultas Ilmu Komputer dan Teknologi Informasi, Universitas Gunadarma Jl. Margonda Raya no. 100, Depok 16424, Jawa Barat

More information

Adaptive Quantization for Video Compression in Frequency Domain

Adaptive Quantization for Video Compression in Frequency Domain Adaptive Quantization for Video Compression in Frequency Domain *Aree A. Mohammed and **Alan A. Abdulla * Computer Science Department ** Mathematic Department University of Sulaimani P.O.Box: 334 Sulaimani

More information

signal-to-noise ratio (PSNR), 2

signal-to-noise ratio (PSNR), 2 u m " The Integration in Optics, Mechanics, and Electronics of Digital Versatile Disc Systems (1/3) ---(IV) Digital Video and Audio Signal Processing ƒf NSC87-2218-E-009-036 86 8 1 --- 87 7 31 p m o This

More information

Texture Image Segmentation using FCM

Texture Image Segmentation using FCM Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Texture Image Segmentation using FCM Kanchan S. Deshmukh + M.G.M

More information

IMAGE COMPRESSION USING HYBRID QUANTIZATION METHOD IN JPEG

IMAGE COMPRESSION USING HYBRID QUANTIZATION METHOD IN JPEG IMAGE COMPRESSION USING HYBRID QUANTIZATION METHOD IN JPEG MANGESH JADHAV a, SNEHA GHANEKAR b, JIGAR JAIN c a 13/A Krishi Housing Society, Gokhale Nagar, Pune 411016,Maharashtra, India. (mail2mangeshjadhav@gmail.com)

More information

Video Compression An Introduction

Video Compression An Introduction Video Compression An Introduction The increasing demand to incorporate video data into telecommunications services, the corporate environment, the entertainment industry, and even at home has made digital

More information

Motion Estimation. Original. enhancement layers. Motion Compensation. Baselayer. Scan-Specific Entropy Coding. Prediction Error.

Motion Estimation. Original. enhancement layers. Motion Compensation. Baselayer. Scan-Specific Entropy Coding. Prediction Error. ON VIDEO SNR SCALABILITY Lisimachos P. Kondi, Faisal Ishtiaq and Aggelos K. Katsaggelos Northwestern University Dept. of Electrical and Computer Engineering 2145 Sheridan Road Evanston, IL 60208 E-Mail:

More information

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N.

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. Dartmouth, MA USA Abstract: The significant progress in ultrasonic NDE systems has now

More information

A Image Comparative Study using DCT, Fast Fourier, Wavelet Transforms and Huffman Algorithm

A Image Comparative Study using DCT, Fast Fourier, Wavelet Transforms and Huffman Algorithm International Journal of Engineering Research and General Science Volume 3, Issue 4, July-August, 15 ISSN 91-2730 A Image Comparative Study using DCT, Fast Fourier, Wavelet Transforms and Huffman Algorithm

More information

A Content Based Image Retrieval System Based on Color Features

A Content Based Image Retrieval System Based on Color Features A Content Based Image Retrieval System Based on Features Irena Valova, University of Rousse Angel Kanchev, Department of Computer Systems and Technologies, Rousse, Bulgaria, Irena@ecs.ru.acad.bg Boris

More information

( ) ; For N=1: g 1. g n

( ) ; For N=1: g 1. g n L. Yaroslavsky Course 51.7211 Digital Image Processing: Applications Lect. 4. Principles of signal and image coding. General principles General digitization. Epsilon-entropy (rate distortion function).

More information

Reversible Image Data Hiding with Local Adaptive Contrast Enhancement

Reversible Image Data Hiding with Local Adaptive Contrast Enhancement Reversible Image Data Hiding with Local Adaptive Contrast Enhancement Ruiqi Jiang, Weiming Zhang, Jiajia Xu, Nenghai Yu and Xiaocheng Hu Abstract Recently, a novel reversible data hiding scheme is proposed

More information

Implementation and analysis of Directional DCT in H.264

Implementation and analysis of Directional DCT in H.264 Implementation and analysis of Directional DCT in H.264 EE 5359 Multimedia Processing Guidance: Dr K R Rao Priyadarshini Anjanappa UTA ID: 1000730236 priyadarshini.anjanappa@mavs.uta.edu Introduction A

More information

Content Based Image Retrieval: Survey and Comparison between RGB and HSV model

Content Based Image Retrieval: Survey and Comparison between RGB and HSV model Content Based Image Retrieval: Survey and Comparison between RGB and HSV model Simardeep Kaur 1 and Dr. Vijay Kumar Banga 2 AMRITSAR COLLEGE OF ENGG & TECHNOLOGY, Amritsar, India Abstract Content based

More information

A Quantized Transform-Domain Motion Estimation Technique for H.264 Secondary SP-frames

A Quantized Transform-Domain Motion Estimation Technique for H.264 Secondary SP-frames A Quantized Transform-Domain Motion Estimation Technique for H.264 Secondary SP-frames Ki-Kit Lai, Yui-Lam Chan, and Wan-Chi Siu Centre for Signal Processing Department of Electronic and Information Engineering

More information

Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding.

Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding. Project Title: Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding. Midterm Report CS 584 Multimedia Communications Submitted by: Syed Jawwad Bukhari 2004-03-0028 About

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information

Stereo Image Compression

Stereo Image Compression Stereo Image Compression Deepa P. Sundar, Debabrata Sengupta, Divya Elayakumar {deepaps, dsgupta, divyae}@stanford.edu Electrical Engineering, Stanford University, CA. Abstract In this report we describe

More information

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM 1 PHYO THET KHIN, 2 LAI LAI WIN KYI 1,2 Department of Information Technology, Mandalay Technological University The Republic of the Union of Myanmar

More information

Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features

Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features 1 Kum Sharanamma, 2 Krishnapriya Sharma 1,2 SIR MVIT Abstract- To describe the image features the Local binary pattern (LBP)

More information

An Approach for Reduction of Rain Streaks from a Single Image

An Approach for Reduction of Rain Streaks from a Single Image An Approach for Reduction of Rain Streaks from a Single Image Vijayakumar Majjagi 1, Netravati U M 2 1 4 th Semester, M. Tech, Digital Electronics, Department of Electronics and Communication G M Institute

More information

System Modeling and Implementation of MPEG-4. Encoder under Fine-Granular-Scalability Framework

System Modeling and Implementation of MPEG-4. Encoder under Fine-Granular-Scalability Framework System Modeling and Implementation of MPEG-4 Encoder under Fine-Granular-Scalability Framework Final Report Embedded Software Systems Prof. B. L. Evans by Wei Li and Zhenxun Xiao May 8, 2002 Abstract Stream

More information

A HYBRID DPCM-DCT AND RLE CODING FOR SATELLITE IMAGE COMPRESSION

A HYBRID DPCM-DCT AND RLE CODING FOR SATELLITE IMAGE COMPRESSION A HYBRID DPCM-DCT AND RLE CODING FOR SATELLITE IMAGE COMPRESSION Khaled SAHNOUN and Noureddine BENABADJI Laboratory of Analysis and Application of Radiation (LAAR) Department of Physics, University of

More information

AN EFFICIENT BATIK IMAGE RETRIEVAL SYSTEM BASED ON COLOR AND TEXTURE FEATURES

AN EFFICIENT BATIK IMAGE RETRIEVAL SYSTEM BASED ON COLOR AND TEXTURE FEATURES AN EFFICIENT BATIK IMAGE RETRIEVAL SYSTEM BASED ON COLOR AND TEXTURE FEATURES 1 RIMA TRI WAHYUNINGRUM, 2 INDAH AGUSTIEN SIRADJUDDIN 1, 2 Department of Informatics Engineering, University of Trunojoyo Madura,

More information

Extraction of Region of Interest in Compressed Domain

Extraction of Region of Interest in Compressed Domain Extraction of Region of Interest in Compressed Domain Vaishali A.Choudhary Computer science and engineering Ramdeobaba college of engineering and management. Nagpur, India e-mail: khushboo5sep {at} gmail.com

More information

Fast Decision of Block size, Prediction Mode and Intra Block for H.264 Intra Prediction EE Gaurav Hansda

Fast Decision of Block size, Prediction Mode and Intra Block for H.264 Intra Prediction EE Gaurav Hansda Fast Decision of Block size, Prediction Mode and Intra Block for H.264 Intra Prediction EE 5359 Gaurav Hansda 1000721849 gaurav.hansda@mavs.uta.edu Outline Introduction to H.264 Current algorithms for

More information

A Modified SVD-DCT Method for Enhancement of Low Contrast Satellite Images

A Modified SVD-DCT Method for Enhancement of Low Contrast Satellite Images A Modified SVD-DCT Method for Enhancement of Low Contrast Satellite Images G.Praveena 1, M.Venkatasrinu 2, 1 M.tech student, Department of Electronics and Communication Engineering, Madanapalle Institute

More information

Video Key-Frame Extraction using Entropy value as Global and Local Feature

Video Key-Frame Extraction using Entropy value as Global and Local Feature Video Key-Frame Extraction using Entropy value as Global and Local Feature Siddu. P Algur #1, Vivek. R *2 # Department of Information Science Engineering, B.V. Bhoomraddi College of Engineering and Technology

More information

MANY image and video compression standards such as

MANY image and video compression standards such as 696 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL 9, NO 5, AUGUST 1999 An Efficient Method for DCT-Domain Image Resizing with Mixed Field/Frame-Mode Macroblocks Changhoon Yim and

More information

EE 5359 MULTIMEDIA PROCESSING SPRING Final Report IMPLEMENTATION AND ANALYSIS OF DIRECTIONAL DISCRETE COSINE TRANSFORM IN H.

EE 5359 MULTIMEDIA PROCESSING SPRING Final Report IMPLEMENTATION AND ANALYSIS OF DIRECTIONAL DISCRETE COSINE TRANSFORM IN H. EE 5359 MULTIMEDIA PROCESSING SPRING 2011 Final Report IMPLEMENTATION AND ANALYSIS OF DIRECTIONAL DISCRETE COSINE TRANSFORM IN H.264 Under guidance of DR K R RAO DEPARTMENT OF ELECTRICAL ENGINEERING UNIVERSITY

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, and G.Gallo 1 1 D.M.I. University of Catania - Viale A. Doria 6, 95125, Catania, Italy {battiato, bosco,

More information

DEFECT IMAGE CLASSIFICATION WITH MPEG-7 DESCRIPTORS. Antti Ilvesmäki and Jukka Iivarinen

DEFECT IMAGE CLASSIFICATION WITH MPEG-7 DESCRIPTORS. Antti Ilvesmäki and Jukka Iivarinen DEFECT IMAGE CLASSIFICATION WITH MPEG-7 DESCRIPTORS Antti Ilvesmäki and Jukka Iivarinen Helsinki University of Technology Laboratory of Computer and Information Science P.O. Box 5400, FIN-02015 HUT, Finland

More information

Complexity Reduced Mode Selection of H.264/AVC Intra Coding

Complexity Reduced Mode Selection of H.264/AVC Intra Coding Complexity Reduced Mode Selection of H.264/AVC Intra Coding Mohammed Golam Sarwer 1,2, Lai-Man Po 1, Jonathan Wu 2 1 Department of Electronic Engineering City University of Hong Kong Kowloon, Hong Kong

More information

Data Hiding in Video

Data Hiding in Video Data Hiding in Video J. J. Chae and B. S. Manjunath Department of Electrical and Computer Engineering University of California, Santa Barbara, CA 9316-956 Email: chaejj, manj@iplab.ece.ucsb.edu Abstract

More information

Video compression with 1-D directional transforms in H.264/AVC

Video compression with 1-D directional transforms in H.264/AVC Video compression with 1-D directional transforms in H.264/AVC The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation Kamisli, Fatih,

More information

AN EFFICIENT VIDEO WATERMARKING USING COLOR HISTOGRAM ANALYSIS AND BITPLANE IMAGE ARRAYS

AN EFFICIENT VIDEO WATERMARKING USING COLOR HISTOGRAM ANALYSIS AND BITPLANE IMAGE ARRAYS AN EFFICIENT VIDEO WATERMARKING USING COLOR HISTOGRAM ANALYSIS AND BITPLANE IMAGE ARRAYS G Prakash 1,TVS Gowtham Prasad 2, T.Ravi Kumar Naidu 3 1MTech(DECS) student, Department of ECE, sree vidyanikethan

More information

Multiframe Blocking-Artifact Reduction for Transform-Coded Video

Multiframe Blocking-Artifact Reduction for Transform-Coded Video 276 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 12, NO. 4, APRIL 2002 Multiframe Blocking-Artifact Reduction for Transform-Coded Video Bahadir K. Gunturk, Yucel Altunbasak, and

More information

CSE237A: Final Project Mid-Report Image Enhancement for portable platforms Rohit Sunkam Ramanujam Soha Dalal

CSE237A: Final Project Mid-Report Image Enhancement for portable platforms Rohit Sunkam Ramanujam Soha Dalal CSE237A: Final Project Mid-Report Image Enhancement for portable platforms Rohit Sunkam Ramanujam (rsunkamr@ucsd.edu) Soha Dalal (sdalal@ucsd.edu) Project Goal The goal of this project is to incorporate

More information

2.1 Optimized Importance Map

2.1 Optimized Importance Map 3rd International Conference on Multimedia Technology(ICMT 2013) Improved Image Resizing using Seam Carving and scaling Yan Zhang 1, Jonathan Z. Sun, Jingliang Peng Abstract. Seam Carving, the popular

More information

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation Optimizing the Deblocking Algorithm for H.264 Decoder Implementation Ken Kin-Hung Lam Abstract In the emerging H.264 video coding standard, a deblocking/loop filter is required for improving the visual

More information

Object Classification Using Tripod Operators

Object Classification Using Tripod Operators Object Classification Using Tripod Operators David Bonanno, Frank Pipitone, G. Charmaine Gilbreath, Kristen Nock, Carlos A. Font, and Chadwick T. Hawley US Naval Research Laboratory, 4555 Overlook Ave.

More information

ADAPTIVE TEXTURE IMAGE RETRIEVAL IN TRANSFORM DOMAIN

ADAPTIVE TEXTURE IMAGE RETRIEVAL IN TRANSFORM DOMAIN THE SEVENTH INTERNATIONAL CONFERENCE ON CONTROL, AUTOMATION, ROBOTICS AND VISION (ICARCV 2002), DEC. 2-5, 2002, SINGAPORE. ADAPTIVE TEXTURE IMAGE RETRIEVAL IN TRANSFORM DOMAIN Bin Zhang, Catalin I Tomai,

More information

DIGITAL IMAGE WATERMARKING BASED ON A RELATION BETWEEN SPATIAL AND FREQUENCY DOMAINS

DIGITAL IMAGE WATERMARKING BASED ON A RELATION BETWEEN SPATIAL AND FREQUENCY DOMAINS DIGITAL IMAGE WATERMARKING BASED ON A RELATION BETWEEN SPATIAL AND FREQUENCY DOMAINS Murat Furat Mustafa Oral e-mail: mfurat@cu.edu.tr e-mail: moral@mku.edu.tr Cukurova University, Faculty of Engineering,

More information

MRT based Adaptive Transform Coder with Classified Vector Quantization (MATC-CVQ)

MRT based Adaptive Transform Coder with Classified Vector Quantization (MATC-CVQ) 5 MRT based Adaptive Transform Coder with Classified Vector Quantization (MATC-CVQ) Contents 5.1 Introduction.128 5.2 Vector Quantization in MRT Domain Using Isometric Transformations and Scaling.130 5.2.1

More information

Image Quality Assessment Techniques: An Overview

Image Quality Assessment Techniques: An Overview Image Quality Assessment Techniques: An Overview Shruti Sonawane A. M. Deshpande Department of E&TC Department of E&TC TSSM s BSCOER, Pune, TSSM s BSCOER, Pune, Pune University, Maharashtra, India Pune

More information

A Very Low Bit Rate Image Compressor Using Transformed Classified Vector Quantization

A Very Low Bit Rate Image Compressor Using Transformed Classified Vector Quantization Informatica 29 (2005) 335 341 335 A Very Low Bit Rate Image Compressor Using Transformed Classified Vector Quantization Hsien-Wen Tseng Department of Information Management Chaoyang University of Technology

More information

Local Image Registration: An Adaptive Filtering Framework

Local Image Registration: An Adaptive Filtering Framework Local Image Registration: An Adaptive Filtering Framework Gulcin Caner a,a.murattekalp a,b, Gaurav Sharma a and Wendi Heinzelman a a Electrical and Computer Engineering Dept.,University of Rochester, Rochester,

More information

An Improved Images Watermarking Scheme Using FABEMD Decomposition and DCT

An Improved Images Watermarking Scheme Using FABEMD Decomposition and DCT An Improved Images Watermarking Scheme Using FABEMD Decomposition and DCT Noura Aherrahrou and Hamid Tairi University Sidi Mohamed Ben Abdellah, Faculty of Sciences, Dhar El mahraz, LIIAN, Department of

More information

Wavelet Based Image Compression Using ROI SPIHT Coding

Wavelet Based Image Compression Using ROI SPIHT Coding International Journal of Information & Computation Technology. ISSN 0974-2255 Volume 1, Number 2 (2011), pp. 69-76 International Research Publications House http://www.irphouse.com Wavelet Based Image

More information

A Novel Field-source Reverse Transform for Image Structure Representation and Analysis

A Novel Field-source Reverse Transform for Image Structure Representation and Analysis A Novel Field-source Reverse Transform for Image Structure Representation and Analysis X. D. ZHUANG 1,2 and N. E. MASTORAKIS 1,3 1. WSEAS Headquarters, Agiou Ioannou Theologou 17-23, 15773, Zografou, Athens,

More information

Yui-Lam CHAN and Wan-Chi SIU

Yui-Lam CHAN and Wan-Chi SIU A NEW ADAPTIVE INTERFRAME TRANSFORM CODING USING DIRECTIONAL CLASSIFICATION Yui-Lam CHAN and Wan-Chi SIU Department of Electronic Engineering Hong Kong Polytechnic Hung Hom, Kowloon, Hong Kong ABSTRACT

More information

Video Compression Method for On-Board Systems of Construction Robots

Video Compression Method for On-Board Systems of Construction Robots Video Compression Method for On-Board Systems of Construction Robots Andrei Petukhov, Michael Rachkov Moscow State Industrial University Department of Automatics, Informatics and Control Systems ul. Avtozavodskaya,

More information

An Efficient Mode Selection Algorithm for H.264

An Efficient Mode Selection Algorithm for H.264 An Efficient Mode Selection Algorithm for H.64 Lu Lu 1, Wenhan Wu, and Zhou Wei 3 1 South China University of Technology, Institute of Computer Science, Guangzhou 510640, China lul@scut.edu.cn South China

More information

VIDEO COMPRESSION STANDARDS

VIDEO COMPRESSION STANDARDS VIDEO COMPRESSION STANDARDS Family of standards: the evolution of the coding model state of the art (and implementation technology support): H.261: videoconference x64 (1988) MPEG-1: CD storage (up to

More information

A deblocking filter with two separate modes in block-based video coding

A deblocking filter with two separate modes in block-based video coding A deblocing filter with two separate modes in bloc-based video coding Sung Deu Kim Jaeyoun Yi and Jong Beom Ra Dept. of Electrical Engineering Korea Advanced Institute of Science and Technology 7- Kusongdong

More information

Video Transcoding Architectures and Techniques: An Overview. IEEE Signal Processing Magazine March 2003 Present by Chen-hsiu Huang

Video Transcoding Architectures and Techniques: An Overview. IEEE Signal Processing Magazine March 2003 Present by Chen-hsiu Huang Video Transcoding Architectures and Techniques: An Overview IEEE Signal Processing Magazine March 2003 Present by Chen-hsiu Huang Outline Background & Introduction Bit-rate Reduction Spatial Resolution

More information

Biomedical signal and image processing (Course ) Lect. 5. Principles of signal and image coding. Classification of coding methods.

Biomedical signal and image processing (Course ) Lect. 5. Principles of signal and image coding. Classification of coding methods. Biomedical signal and image processing (Course 055-355-5501) Lect. 5. Principles of signal and image coding. Classification of coding methods. Generalized quantization, Epsilon-entropy Lossless and Lossy

More information

Video Quality Analysis for H.264 Based on Human Visual System

Video Quality Analysis for H.264 Based on Human Visual System IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021 ISSN (p): 2278-8719 Vol. 04 Issue 08 (August. 2014) V4 PP 01-07 www.iosrjen.org Subrahmanyam.Ch 1 Dr.D.Venkata Rao 2 Dr.N.Usha Rani 3 1 (Research

More information

SIGNAL COMPRESSION. 9. Lossy image compression: SPIHT and S+P

SIGNAL COMPRESSION. 9. Lossy image compression: SPIHT and S+P SIGNAL COMPRESSION 9. Lossy image compression: SPIHT and S+P 9.1 SPIHT embedded coder 9.2 The reversible multiresolution transform S+P 9.3 Error resilience in embedded coding 178 9.1 Embedded Tree-Based

More information

International Journal of Electrical, Electronics ISSN No. (Online): and Computer Engineering 3(2): 85-90(2014)

International Journal of Electrical, Electronics ISSN No. (Online): and Computer Engineering 3(2): 85-90(2014) I J E E E C International Journal of Electrical, Electronics ISSN No. (Online): 2277-2626 Computer Engineering 3(2): 85-90(2014) Robust Approach to Recognize Localize Text from Natural Scene Images Khushbu

More information

Research Article Does an Arithmetic Coding Followed by Run-length Coding Enhance the Compression Ratio?

Research Article Does an Arithmetic Coding Followed by Run-length Coding Enhance the Compression Ratio? Research Journal of Applied Sciences, Engineering and Technology 10(7): 736-741, 2015 DOI:10.19026/rjaset.10.2425 ISSN: 2040-7459; e-issn: 2040-7467 2015 Maxwell Scientific Publication Corp. Submitted:

More information

Embedded Rate Scalable Wavelet-Based Image Coding Algorithm with RPSWS

Embedded Rate Scalable Wavelet-Based Image Coding Algorithm with RPSWS Embedded Rate Scalable Wavelet-Based Image Coding Algorithm with RPSWS Farag I. Y. Elnagahy Telecommunications Faculty of Electrical Engineering Czech Technical University in Prague 16627, Praha 6, Czech

More information

AN ANALYTICAL STUDY OF LOSSY COMPRESSION TECHINIQUES ON CONTINUOUS TONE GRAPHICAL IMAGES

AN ANALYTICAL STUDY OF LOSSY COMPRESSION TECHINIQUES ON CONTINUOUS TONE GRAPHICAL IMAGES AN ANALYTICAL STUDY OF LOSSY COMPRESSION TECHINIQUES ON CONTINUOUS TONE GRAPHICAL IMAGES Dr.S.Narayanan Computer Centre, Alagappa University, Karaikudi-South (India) ABSTRACT The programs using complex

More information

VIDEO DENOISING BASED ON ADAPTIVE TEMPORAL AVERAGING

VIDEO DENOISING BASED ON ADAPTIVE TEMPORAL AVERAGING Engineering Review Vol. 32, Issue 2, 64-69, 2012. 64 VIDEO DENOISING BASED ON ADAPTIVE TEMPORAL AVERAGING David BARTOVČAK Miroslav VRANKIĆ Abstract: This paper proposes a video denoising algorithm based

More information

Compression of Stereo Images using a Huffman-Zip Scheme

Compression of Stereo Images using a Huffman-Zip Scheme Compression of Stereo Images using a Huffman-Zip Scheme John Hamann, Vickey Yeh Department of Electrical Engineering, Stanford University Stanford, CA 94304 jhamann@stanford.edu, vickey@stanford.edu Abstract

More information