International Journal of Mechatronics, Electrical and Computer Technology

Size: px
Start display at page:

Download "International Journal of Mechatronics, Electrical and Computer Technology"

Transcription

1 An Efficient Importance Map for Content Aware Image Resizing Abstract Ahmad Absetan 1* and Mahdi Nooshyar 2 1 Faculty of Engineering, University of MohagheghArdabili, Ardabil, Iran 2 Faculty of Engineering, University of MohagheghArdabili, Ardabil, Iran *Corresponding Author's aabsetan@yahoo.com Recently, content aware image resizing methods were proposed to supplement content oblivious methods such as scaling or cropping. A content aware resizing operator relies on an importance map to preserve the important parts of the image at the expense of the lessimportant ones. The importance map is an image-based measure and is a core part of the resizing algorithm. Importance measures include image gradients, saliency and entropy, as well as high level cues such as face detectors, motion detectors and more. In this work we proposed a new method to calculate the importance map, the importance map is generated automatically using a novel combination of image edge density and Harel saliency measurement. Experiments of different type images demonstrate that our method effectively detects prominent areas can be used in image resizing applications to aware importance important areas while preserving image quality. Keywords: Image resizing, resizing algorithm, image edge density and Harel saliency measurement. 1. Introduction In the last decade, many content aware methods for image resizing have gained popularity. Due to the increase in the variety of commonly used display devices, and the prevalent use of mobile devices as available means for media intake, media needs to be adapted to different resolutions and aspect ratios. Uniform scaling methods (e.g., bicubic and bilinear) do not consider the content of images, therefore, content-aware image resizing becomes more and 786

2 more important. The purpose of content aware image resizing methods is that as far as possible to preserve the image content. The majority of these methods use an important map to calculate the amount of deformation of image areas, the significant map can be calculated by the combination of saliency, gradient, color clutter and etc., the importance of each pixel of the image is determined by the value of corresponding pixel in the importance map. The techniques typically start by computing an importance map which represents the relevance of every pixel, and then apply an operator that resizes the image while taking into account the importance map and additional constraints. Figure 1: The image retargeting steps. Most techniques follow this general flow [2]. It is clear that the definition of important can be subjective and can depend on the application in mind. Indeed, different works define different importance functions on images that contain both low level visual cues such as image edges and high level cues such as people s faces [1]. The common approach taken by all image resizing algorithm is composed of two steps: 787

3 1. The first step is the definition of an importance map and other constraints on the original media being retargeted. 2. The second step applies some operator to the media to change the size while taking into consideration the importance map and its constraints. Figure 1 shows the steps of retargeting problem. In this work we proposed a new measure of image importance that can better detect the prominent object of the input image. The rest of this paper is organized as follows: Section 2 reviews related works. We will discuss the image resizing problem in section 3 and then propos a new method for calculating importance map in section 4. Results and comparison to other methods are provided in Section 5. Finally, Section 6 concludes this paper. 2. Related Works Previous image retargeting methods have used various measures to determine the importance value of a pixel automatically. In the Feature-aware texturing proposed by Gal et al.[3], the user provides a feature mask that marks the parts of the image whose shape should be preserved. This method divides the input image to quads and tries to preserve the shape of all the quads contained in the features. Both Avidan and Shamir [4] and Wolf et al. [5] consider pixels with large gradient magnitudes as important. Rubinstein et al. [6] determine the pixel significance by accumulating the discontinuity of its neighbors if the pixel is removed. Visual saliency measure can identify important image regions that should remain intact while the image s aspect ratio is altered. There are two categories of approaches to automatically estimate saliency: bottom-up methods, and top-down methods [2]. Bottom-up methods are based on low-level features such as edge orientation, color, and intensities. A popular approach for computing bottom-up saliency was proposed by Itti et al. [7]. It is inspired by the human visual system, and is based on low-level features: color, intensity, and orientation. A multi-resolution pyramid of the image is built, and significant changes in the 788

4 features are searched for and combined into a single high-resolution map. Itti s method is so popular that from now on if we simply say some authors used saliency map without giving other references, they used that method. Stentiford [8] proposed a method for computing saliency based on dissimilarities between neighborhoods in the image. Ma and Zhang [9] introduced a heuristic-based method that analyzes contrast and is more efficient than Itti s method, while leading to similar results for image retargeting. Achanta and S usstrunk[10] proposed a saliency measure based on comparing pixels in a blurred version of the image to the average color of the original image in the Lab color space, which is useful when salient objects differ in color from the rest of the image. Harel et al. [11] proposed a graph-based visual saliency model. It consists of two steps: First, forming activation maps on certain feature channels, and then normalizing them in a way which highlights conspicuity and admits combination with other maps. Top-down methods make use of semantic information, such as the locations of important objects (e.g., faces, bodies, and text), structures, and symmetries. Fan et al. [12] also used a text detector as a component of their top-down saliency. Top-down approaches are often combined with bottom-up saliency to generate the importance map. Some retargeting methods used the combination of gradient and visual saliency to generate the importance map. Wang et al. [13] calculated it by multiplying two measures to determine the pixel significance: image gradient and saliency map [7]. The gradient indicates the presence of structures, while the saliency map determines the attractiveness of a region. In particular, the gradient magnitude can be misled by trivial and repeated structures, while the saliency measure also considers regions that are attractive but homogeneous as salient. By combining these two measurements, a region is considered significant only if it is both structural and attractive. Liang et al. [14] computed importance map as the sumof image edge and saliency. Image edge is computed with the Sobel Operator and saliency is calculated by the saliency of Harel [11]. 789

5 The ViSizer method [15] calculated importance map by multiplying the degree of interest (DOI) map and clatter map. DOI map was first introduced by Furnas [16] to indicate that visual items in visualization have different levels of importance. This framework employs an efficient method called Feature Congestion [17] to estimate the clutter magnitude in every local region. This method can produce an image called clutter map with the same resolution of the visualization for revealing the clutter magnitude at every pixel. It uses the level of feature congestion to indicate the degree of clutter in an image. 3. Image Resizing Problem As pointed by Shamir and Sorkin [1], the resizing problem can be stated as follows. Given an image of size, and a new size we would like to produce a new image of size which will be a good representative of the original image. However, to date, there is no clear definition or measure as to the quality of being a good representative of. In loose terms there are three main objectives for retargeting: The important content of I should be preserved in. The important structure of I should be preserved in. should be free of visual artifacts. Influenced by the three objectives stated above, the majority of image retargeting techniques follows a similar flow (Fig. 1).The definition of important can depend on the specific application being considered. As mentioned above, the first step of the content aware image resizing methods is the computation of an importance map, which quantifies the importance of every pixel in the image. Different papers define different importance measures that specify the level of importance of pixels in the image. Many of those described above. In the next section we proposed a new importance map for using in the first step of the image resizing algorithm. 790

6 4. Proposed Importance Map The importance map is an image-based measure and is a core part of the resizing algorithm [13]. Previous image retargeting methods have used various measures to determine the significance value of a pixel automatically. Avidan and Shamir [4] and Wolf et al. [5] used gradient value for calculating the importance of each pixel, Liang et al. [13] proposed a new measure of image importance by combining image edge and saliency [11]. The gradient can be calculated as: ( ) ( ) Where is the input image. Some methods have used instead of : ( ) ( ) ( ) Wang et al. [13] calculated important map by multiplying the gradient and the saliency as below: ( ) Where is the saliency that introduced by Itti et al. [7]. The gradient indicates the presence of structures, while the saliency map determines the attractiveness of a region. Liang et al. [14] computed importance map as: ( ) ( ) 791

7 Where is the saliency that introduced by Harel [11] and is computed with the SobelOperator., aconstantcoefficient,is set to. Figure 2: Overview of proposed algorithm. (a) original image, (b) edge density map, (c) saliency map and (d) is proposed importance map that is calculated by production of saliency and edge density. Here, we present a new measure of image importance that can better detect prominent image and has the best performance on resizing algorithms. We define the importance map as theproduct of the saliency of Harel[11] which is more powerful to predict human fixations on natural images and the edge density map. To indicate the presence of structures, the proposed algorithm use edge density map and to indicate the attractiveness of a region, it uses saliency of Harel [11]. Rosenholtz et al. [18] presented three measures of visual clutter, including feature congestion, subband entropy and the edge density measure. The edge density measure attempts to capture the notion of clutter as number of object by calculating the density of edge. We used the edge density to indicate the presence of structures of the input image for calculating the important map because it is less sharp than gradient and less remove the prominent objects while multiplying by saliency map. Let denotes the input image. We define the pixel importance map as: ( ) where is the Harel saliency map and is the edge density measure. We normalize the to obtain weighting value of each pixel of the input image within 0 and 1: 792

8 ( ) ( ) Smaller values mean less importance. Fig. 2 shows an Overview of proposed algorithm. Figure 3: Comparison of our importance map (d) with Liang s importance map[14] (b) and Wang s importance map (c). (a) is original image. 5. Results and Discussions We compare our proposed importance map by other popular importance map that are the combonation of multi measures and described in Section 3. In Figure 3, we compare proposed method with Liang s et al. [14] and Wang s et al..as shown in Figure 3(b), the importance map that proposed by Lign s [14] is blured and the structure of the importance object of the input image is not evident. Because of the use of gradient, the importance map 793

9 that proposed by Wang et al. [13] the salient areas was removed by multiplying the gradient and saliency (see Figure 3(c)). As shown in Figure 3(d), the Important objects and structures of the input image are well recognized by using of the proposed algorithm. The reason of the good performance of proposed method is that edge density is less sharp than gradient and the prominent areas dos not removed while multiplying by saliency map. Image-resizing methods can be generally classified as discrete or continuous methods[15]. Seam carving [4], is the most popular in discrete group, we used the proposed importance map instead of the energy function in seam carving and we see that the important objects are better preserved is resized results (see Figure 4(e)). Like seam carving, optimal scale and stretch proposed by Wang et al. [13] is the most popular in continuous content aware image resizing method. We used the proposed importance map instead of the Wang s importance map and as show in the lower row of figure 5, it has better results in the resized images. Figure 4: Using proposed method instead of gradient in seam carving method [4]. (a) original image, (b) proposed importance map, (d) resized result by seam carving method by using of gradient as importance map, and (e) ) resized result by seam carving method by using of proposed importance map instead of gradient. 794

10 Fig. 3: Using proposed method instead of Wang soptimal scale and stretch method [13]. We define the importance map as the product of the edge density magnitude and the saliency measure. We compute the significance map of the original image (a) by two ways (the upper row of (b) shows the Wang s method [13] and the lower is ours). (c) shows the resized results of optimal scale and stretch resizing algorithm (the upper guided by Wang s significance map and the lower guided by our importance map). Notice that the width-height proportion preserved better with the use of our important map. 6. Conclusions and Future Works This paper introduced a new importance map for using in content aware image resizing method. The importance map is generated automatically using a novel combination of image edge density. To indicate the presence of structures, the proposed algorithm use edge density map and to indicate the attractiveness of a region, it uses saliency map. Compared with previous works, proposed method has better performance in detecting the content of image. 795

11 By using of the proposed importance map instead of existing importance maps in some content aware image resizing algorithms show that the resized images have better quality and the algorithm with our method better preserve the content of image. We plan to propose an effective algorithm to resize the image by using of this importance. References [1]. Shamir, A. and Sorkine, O., Visual media retargeting", SIGGRAPH ASIA Courses ACM, (2009), 1-11, Yokohama, Japan. [2]. D. Vaquero, M. Turk, K. Pulli, M. Tico, N. Gelfand, A survey of image retargeting techniques, Proc. SPIE 7798, Applications of Digital Image Processing XXXIII, (2010). [3]. R. Gal, O. Sorkine, AND D. COHEN-OR, Feature aware texturing,iproceedings of Euro graphics Symposium on Rendering,(2006), pp [4]. S. Avidan, A. Shamir, Seam carving for content-aware image resizing, ACM Transactions on Graphics,Vol 26,3( 2007), pp [5]. L. Wolf, M. Guttmann, D. Cohen-Or, Non-homogeneous content- driven video retargeting, IEEE International Conference on Computer vision, (2007), pp.1-6. [6]. M. Rubinstein, A. Shamir, S. Avidan, Improved seam carving for video retargeting, ACM Transactions on Graphics,Vol 27,3( 2008), pp.1-9. [7]. L. Itti, C. Koth, E. Niebur, A model of saliency-based visual attention for rapid scene analysis, IEEE Trans. on Pattern Analysis and Machine Intelligence,Vol 20,11(1998), pp [8]. Stentiford, F., An attention based similarity measure with application to content based information retrieval, SPIE Storage and Retrieval for Media Databases, (2003). [9]. Ma, Y.-F. and Zhang, H, Contrast-based image attention analysis by using fuzzy growing, ACM Intl. Conf. on Multimedia,( 2003), pp [10]. Achanta, R. and S.usstrunk, Saliency Detection for Content-aware Image Resizing, IEEE Intl. Conf. on Image Processing, (2009). [11]. J. Harel, C. Koch, P. Perona, Graph-based visual saliency, Proceedings of the NIPS. (2006). [12]. Fan, X., Xie, X., Ma, W.-Y., Zhang, H.-J., and Zhou, H.-Q., Visual attention based image browsing on mobile devices,ieee Intl. Conf. on Multimedia and Expo, (2003). [13]. Y.S. Wang, C.L. Tai, O. Sorkin, T.Y. Lee, Optimized scale-and-stretch for image resizing,acm Transactions on Graphics, (2008), pp

12 [14]. Y. Liang, Z. Su, X. Luo, Patchwise scaling method for content-aware image resizing,signal Processing,Vol 92(2012), pp [15]. Y. Wu, X. Liu, S. Liu, AND Kwan-Liu Ma, ViSizer: A Visualization Resizing Framework, IEEE transactions on visualization and computer graphics, (2013), pp [16]. G. Furnas, Generalized Fisheye Views, Proc. SIGCHI Conf. Human Factors in Computing Systems,(1986),pp [17]. R. Rosenholtz, Y. Li, J. Mansfield, and Z. Jin, Feature Congestion: A Measure of Display Clutter, Proc. SIGCHI Conf. Human Factors in Computing Systems, (2005), pp [18]. R. Rosenholtz, Y. Li, L. Nakano, Measuring visual clutter, Journal of Vision,Vol 7,3(2007), pp. 1- Authors Ahmad Absetan received the B.S.c degree in Software Engineering from Hakim Sabzavari university, Sabzavar, Iran, in He is currently M.S.c student in Computer Architecture at University of Mohaghegh, Ardabily, Ardabil, Iran. His current research interests include digital image processing, machine vision and visualization. Mahdi Nooshyar received the B.Sc. degree from University of Tabriz, Tabriz, Iran, the M.Sc. degree from Tarbiat Modares University, Tehran, Iran, and the Ph.D. degree from University of Tabriz, all in Electrical Engineering in 1996, 1999, and 2010, respectively. He is currently an Assistant Professor of Electrical Engineering at University of Mohaghegh Ardabili, Ardabil, Iran. His current research interests include digital communications and information theory, digital image processing and machine vision, soft computing and its applications in electrical engineering. 797

Image Compression and Resizing Using Improved Seam Carving for Retinal Images

Image Compression and Resizing Using Improved Seam Carving for Retinal Images Image Compression and Resizing Using Improved Seam Carving for Retinal Images Prabhu Nayak 1, Rajendra Chincholi 2, Dr.Kalpana Vanjerkhede 3 1 PG Student, Department of Electronics and Instrumentation

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

An Improved Image Resizing Approach with Protection of Main Objects

An Improved Image Resizing Approach with Protection of Main Objects An Improved Image Resizing Approach with Protection of Main Objects Chin-Chen Chang National United University, Miaoli 360, Taiwan. *Corresponding Author: Chun-Ju Chen National United University, Miaoli

More information

A Novel Approach to Saliency Detection Model and Its Applications in Image Compression

A Novel Approach to Saliency Detection Model and Its Applications in Image Compression RESEARCH ARTICLE OPEN ACCESS A Novel Approach to Saliency Detection Model and Its Applications in Image Compression Miss. Radhika P. Fuke 1, Mr. N. V. Raut 2 1 Assistant Professor, Sipna s College of Engineering

More information

Image Retargeting for Small Display Devices

Image Retargeting for Small Display Devices Image Retargeting for Small Display Devices Chanho Jung and Changick Kim Department of Electrical Engineering Korea Advanced Institute of Science and Technology (KAIST) Daejeon, Republic of Korea ABSTRACT

More information

Image Retargetting on Video Based Detection

Image Retargetting on Video Based Detection RESEARCH ARTICLE OPEN Image Retargetting on Video Based Detection ALOK THAKUR, NEERAJ TIWARI Electronics And Communication College-Tit Bhopal Emai-Aloksinghv@Yahoo.Com Assistant Professor, Electronics

More information

Image Resizing Based on Gradient Vector Flow Analysis

Image Resizing Based on Gradient Vector Flow Analysis Image Resizing Based on Gradient Vector Flow Analysis Sebastiano Battiato battiato@dmi.unict.it Giovanni Puglisi puglisi@dmi.unict.it Giovanni Maria Farinella gfarinellao@dmi.unict.it Daniele Ravì rav@dmi.unict.it

More information

Salient Region Detection and Segmentation

Salient Region Detection and Segmentation Salient Region Detection and Segmentation Radhakrishna Achanta, Francisco Estrada, Patricia Wils, and Sabine Süsstrunk School of Computer and Communication Sciences (I&C), Ecole Polytechnique Fédérale

More information

WITH the development of mobile devices, image retargeting

WITH the development of mobile devices, image retargeting IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 15, NO. 2, FEBRUARY 2013 359 Patch-Based Image Warping for Content-Aware Retargeting Shih-Syun Lin, I-Cheng Yeh, Chao-Hung Lin, Member, IEEE, and Tong-Yee Lee, Senior

More information

Importance Filtering for Image Retargeting

Importance Filtering for Image Retargeting Importance Filtering for Image Retargeting Yuanyuan Ding Epson R&D, Inc. yding@erd.epson.com Jing Xiao Epson R&D, Inc. xiaoj@erd.epson.com Jingyi Yu University of Delaware yu@eecis.udel.edu Abstract Content-aware

More information

Salient Region Detection and Segmentation in Images using Dynamic Mode Decomposition

Salient Region Detection and Segmentation in Images using Dynamic Mode Decomposition Salient Region Detection and Segmentation in Images using Dynamic Mode Decomposition Sikha O K 1, Sachin Kumar S 2, K P Soman 2 1 Department of Computer Science 2 Centre for Computational Engineering and

More information

Wook Kim. 14 September Korea University Computer Graphics Lab.

Wook Kim. 14 September Korea University Computer Graphics Lab. Wook Kim 14 September 2011 Preview - Seam carving How to choose the pixels to be removed? Remove unnoticeable pixels that blend with their surroundings. Wook, Kim 14 September 2011 # 2 Preview Energy term

More information

Main Subject Detection via Adaptive Feature Selection

Main Subject Detection via Adaptive Feature Selection Main Subject Detection via Adaptive Feature Selection Cuong Vu and Damon Chandler Image Coding and Analysis Lab Oklahoma State University Main Subject Detection is easy for human 2 Outline Introduction

More information

Content-Aware Image Resizing

Content-Aware Image Resizing Content-Aware Image Resizing EE368 Project Report Parnian Zargham Stanford University Electrical Engineering Department Stanford, CA pzargham@stanford.edu Sahar Nassirpour Stanford University Electrical

More information

Domain. Faculty of. Abstract. is desirable to fuse. the for. algorithms based popular. The key. combination, the. A prominent. the

Domain. Faculty of. Abstract. is desirable to fuse. the for. algorithms based popular. The key. combination, the. A prominent. the The CSI Journal on Computer Science and Engineering Vol. 11, No. 2 & 4 (b), 2013 Pages 55-63 Regular Paper Multi-Focus Image Fusion for Visual Sensor Networks in Domain Wavelet Mehdi Nooshyar Mohammad

More information

Salient Region Detection using Weighted Feature Maps based on the Human Visual Attention Model

Salient Region Detection using Weighted Feature Maps based on the Human Visual Attention Model Salient Region Detection using Weighted Feature Maps based on the Human Visual Attention Model Yiqun Hu 2, Xing Xie 1, Wei-Ying Ma 1, Liang-Tien Chia 2 and Deepu Rajan 2 1 Microsoft Research Asia 5/F Sigma

More information

Seam-Carving. Michael Rubinstein MIT. and Content-driven Retargeting of Images (and Video) Some slides borrowed from Ariel Shamir and Shai Avidan

Seam-Carving. Michael Rubinstein MIT. and Content-driven Retargeting of Images (and Video) Some slides borrowed from Ariel Shamir and Shai Avidan Seam-Carving and Content-driven Retargeting of Images (and Video) Michael Rubinstein MIT Some slides borrowed from Ariel Shamir and Shai Avidan Display Devices Content Retargeting PC iphone Page Layout

More information

CONTENT BASED IMAGE COMPRESSION TECHNIQUES: A SURVEY

CONTENT BASED IMAGE COMPRESSION TECHNIQUES: A SURVEY CONTENT BASED IMAGE COMPRESSION TECHNIQUES: A SURVEY Salija.p, Manimekalai M.A.P, Dr.N.A Vasanti Abstract There are many image compression methods which compress the image as a whole and not considering

More information

An Efficient Salient Feature Extraction by Using Saliency Map Detection with Modified K-Means Clustering Technique

An Efficient Salient Feature Extraction by Using Saliency Map Detection with Modified K-Means Clustering Technique International Journal of Computational Engineering & Management, Vol. 15 Issue 5, September 2012 www..org 63 An Efficient Salient Feature Extraction by Using Saliency Map Detection with Modified K-Means

More information

Hierarchical Saliency Detection Supplementary Material

Hierarchical Saliency Detection Supplementary Material Hierarchical Saliency Detection Supplementary Material Qiong Yan Li Xu Jianping Shi Jiaya Jia The Chinese University of Hong Kong {qyan,xuli,pshi,leoia}@cse.cuhk.edu.hk http://www.cse.cuhk.edu.hk/leoia/proects/hsaliency/

More information

Image resizing via non-homogeneous warping

Image resizing via non-homogeneous warping DOI 10.1007/s11042-010-0613-0 Image resizing via non-homogeneous warping Yuzhen Niu Feng Liu Xueqing Li Michael Gleicher Springer Science+Business Media, LLC 2010 Abstract Image resizing aims to adapt

More information

Small Object Segmentation Based on Visual Saliency in Natural Images

Small Object Segmentation Based on Visual Saliency in Natural Images J Inf Process Syst, Vol.9, No.4, pp.592-601, December 2013 http://dx.doi.org/10.3745/jips.2013.9.4.592 pissn 1976-913X eissn 2092-805X Small Object Segmentation Based on Visual Saliency in Natural Images

More information

Survey on Image Resizing Techniques

Survey on Image Resizing Techniques Survey on Image Resizing Techniques Priyanka C. Dighe 1, Shanthi K. Guru 2 1 Student, Department of Computer Engineering, D. Y. Patil college of Engineering, Akurdi, Pune 411 044, Savitribai Phule Pune

More information

Similarity criterion for image resizing

Similarity criterion for image resizing RESEARCH Open Access Similarity criterion for image resizing Shungang Hua *, Xiaoxiao Li and Qing Zhong Abstract Based on bidirectional similarity measure between patches of image, in this study, we investigate

More information

Image gradients and edges April 11 th, 2017

Image gradients and edges April 11 th, 2017 4//27 Image gradients and edges April th, 27 Yong Jae Lee UC Davis PS due this Friday Announcements Questions? 2 Last time Image formation Linear filters and convolution useful for Image smoothing, removing

More information

Image gradients and edges April 10 th, 2018

Image gradients and edges April 10 th, 2018 Image gradients and edges April th, 28 Yong Jae Lee UC Davis PS due this Friday Announcements Questions? 2 Last time Image formation Linear filters and convolution useful for Image smoothing, removing

More information

GPU Video Retargeting with Parallelized SeamCrop

GPU Video Retargeting with Parallelized SeamCrop GPU Video Retargeting with Parallelized SeamCrop Johannes Kiess, Daniel Gritzner, Benjamin Guthier Stephan Kopf, Wolfgang Effelsberg Department of Computer Science IV University of Mannheim, Mannheim,

More information

AUTONOMOUS IMAGE EXTRACTION AND SEGMENTATION OF IMAGE USING UAV S

AUTONOMOUS IMAGE EXTRACTION AND SEGMENTATION OF IMAGE USING UAV S AUTONOMOUS IMAGE EXTRACTION AND SEGMENTATION OF IMAGE USING UAV S Radha Krishna Rambola, Associate Professor, NMIMS University, India Akash Agrawal, Student at NMIMS University, India ABSTRACT Due to the

More information

FACULTY OF ENGINEERING AND INFORMATION TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE. Project Plan

FACULTY OF ENGINEERING AND INFORMATION TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE. Project Plan FACULTY OF ENGINEERING AND INFORMATION TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE Project Plan Structured Object Recognition for Content Based Image Retrieval Supervisors: Dr. Antonio Robles Kelly Dr. Jun

More information

IMAGE SALIENCY DETECTION VIA MULTI-SCALE STATISTICAL NON-REDUNDANCY MODELING. Christian Scharfenberger, Aanchal Jain, Alexander Wong, and Paul Fieguth

IMAGE SALIENCY DETECTION VIA MULTI-SCALE STATISTICAL NON-REDUNDANCY MODELING. Christian Scharfenberger, Aanchal Jain, Alexander Wong, and Paul Fieguth IMAGE SALIENCY DETECTION VIA MULTI-SCALE STATISTICAL NON-REDUNDANCY MODELING Christian Scharfenberger, Aanchal Jain, Alexander Wong, and Paul Fieguth Department of Systems Design Engineering, University

More information

Improved Seam Carving for Video Retargeting. By Erik Jorgensen, Margaret Murphy, and Aziza Saulebay

Improved Seam Carving for Video Retargeting. By Erik Jorgensen, Margaret Murphy, and Aziza Saulebay Improved Seam Carving for Video Retargeting By Erik Jorgensen, Margaret Murphy, and Aziza Saulebay CS 534 Fall 2015 Professor Dyer December 21, 2015 Table of Contents 1. Abstract.....3 2. Introduction.......3

More information

WITH the rapid increase in multimedia services, the efficient

WITH the rapid increase in multimedia services, the efficient IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 14, NO. 1, FEBRUARY 2012 187 Bottom-Up Saliency Detection Model Based on Human Visual Sensitivity and Amplitude Spectrum Yuming Fang, Weisi Lin, Senior Member, IEEE,

More information

Image gradients and edges

Image gradients and edges Image gradients and edges April 7 th, 2015 Yong Jae Lee UC Davis Announcements PS0 due this Friday Questions? 2 Last time Image formation Linear filters and convolution useful for Image smoothing, removing

More information

Shift-Map Image Editing

Shift-Map Image Editing Shift-Map Image Editing Yael Pritch Eitam Kav-Venaki Shmuel Peleg School of Computer Science and Engineering The Hebrew University of Jerusalem 91904 Jerusalem, Israel Abstract Geometric rearrangement

More information

Fast Non-Linear Video Synopsis

Fast Non-Linear Video Synopsis Fast Non-Linear Video Synopsis Alparslan YILDIZ, Adem OZGUR and Yusuf Sinan AKGUL {yildiz, akgul}@bilmuh.gyte.edu.tr, aozgur@gyte.edu.tr GIT Vision Lab - http://vision.gyte.edu.tr Gebze Institute of Technology

More information

Dynamic visual attention: competitive versus motion priority scheme

Dynamic visual attention: competitive versus motion priority scheme Dynamic visual attention: competitive versus motion priority scheme Bur A. 1, Wurtz P. 2, Müri R.M. 2 and Hügli H. 1 1 Institute of Microtechnology, University of Neuchâtel, Neuchâtel, Switzerland 2 Perception

More information

DETECTION OF IMAGE PAIRS USING CO-SALIENCY MODEL

DETECTION OF IMAGE PAIRS USING CO-SALIENCY MODEL DETECTION OF IMAGE PAIRS USING CO-SALIENCY MODEL N S Sandhya Rani 1, Dr. S. Bhargavi 2 4th sem MTech, Signal Processing, S. J. C. Institute of Technology, Chickballapur, Karnataka, India 1 Professor, Dept

More information

Nonhomogeneous Scaling Optimization for Realtime Image Resizing

Nonhomogeneous Scaling Optimization for Realtime Image Resizing Noname manuscript No. (will be inserted by the editor) Nonhomogeneous Scaling Optimization for Realtime Image Resizing Yong Jin Ligang Liu Qingbiao Wu Received: date / Accepted: date Abstract We present

More information

Broad field that includes low-level operations as well as complex high-level algorithms

Broad field that includes low-level operations as well as complex high-level algorithms Image processing About Broad field that includes low-level operations as well as complex high-level algorithms Low-level image processing Computer vision Computational photography Several procedures and

More information

Lecture #9: Image Resizing and Segmentation

Lecture #9: Image Resizing and Segmentation Lecture #9: Image Resizing and Segmentation Mason Swofford, Rachel Gardner, Yue Zhang, Shawn Fenerin Department of Computer Science Stanford University Stanford, CA 94305 {mswoff, rachel0, yzhang16, sfenerin}@cs.stanford.edu

More information

Rectangling Panoramic Images via Warping

Rectangling Panoramic Images via Warping Rectangling Panoramic Images via Warping Kaiming He Microsoft Research Asia Huiwen Chang Tsinghua University Jian Sun Microsoft Research Asia Introduction Panoramas are irregular Introduction Panoramas

More information

Content Aware Texture Compression

Content Aware Texture Compression JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 31, 2075-2088 (2015) Content Aware Texture Compression Department of Computer Science National Chiao Tung University Hsinchu, 300 Taiwan E-mail: 22kinds@gmail.com;

More information

The Vehicle Logo Location System based on saliency model

The Vehicle Logo Location System based on saliency model ISSN 746-7659, England, UK Journal of Information and Computing Science Vol. 0, No. 3, 205, pp. 73-77 The Vehicle Logo Location System based on saliency model Shangbing Gao,2, Liangliang Wang, Hongyang

More information

Integrating Low-Level and Semantic Visual Cues for Improved Image-to-Video Experiences

Integrating Low-Level and Semantic Visual Cues for Improved Image-to-Video Experiences Integrating Low-Level and Semantic Visual Cues for Improved Image-to-Video Experiences Pedro Pinho, Joel Baltazar, Fernando Pereira Instituto Superior Técnico - Instituto de Telecomunicações IST, Av. Rovisco

More information

Ashish Negi Associate Professor, Department of Computer Science & Engineering, GBPEC, Pauri, Garhwal, Uttarakhand, India

Ashish Negi Associate Professor, Department of Computer Science & Engineering, GBPEC, Pauri, Garhwal, Uttarakhand, India Volume 7, Issue 1, Januar 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Comparative Analsis

More information

Fusing Warping, Cropping, and Scaling for Optimal Image Thumbnail Generation

Fusing Warping, Cropping, and Scaling for Optimal Image Thumbnail Generation Fusing Warping, Cropping, and Scaling for Optimal Image Thumbnail Generation Zhan Qu 1, Jinqiao Wang 1, Min Xu 2 and Hanqing Lu 1 1 National Laboratory of Pattern Recognition, Institute of Automations,

More information

AUTOMATIC SALIENT OBJECT DETECTION IN UAV IMAGERY

AUTOMATIC SALIENT OBJECT DETECTION IN UAV IMAGERY AUTOMATIC SALIENT OBJECT DETECTION IN UAV IMAGERY Jan Sokalski, Toby P. Breckon School of Engineering Cranfield University, UK Ian Cowling Blue Bear Systems Research Bedford, UK ABSTRACT Due to the increased

More information

Image Segmentation Techniques

Image Segmentation Techniques A Study On Image Segmentation Techniques Palwinder Singh 1, Amarbir Singh 2 1,2 Department of Computer Science, GNDU Amritsar Abstract Image segmentation is very important step of image analysis which

More information

TEXT DETECTION AND RECOGNITION IN CAMERA BASED IMAGES

TEXT DETECTION AND RECOGNITION IN CAMERA BASED IMAGES TEXT DETECTION AND RECOGNITION IN CAMERA BASED IMAGES Mr. Vishal A Kanjariya*, Mrs. Bhavika N Patel Lecturer, Computer Engineering Department, B & B Institute of Technology, Anand, Gujarat, India. ABSTRACT:

More information

Image Retargeting Using Mesh Parametrization

Image Retargeting Using Mesh Parametrization PAPER TO APPEAR IN IEEE TRANSACTIONS ON MULTIMEDIA 1 Image Retargeting Using Mesh Parametrization Yanwen Guo, Feng Liu, Jian Shi, Zhi-Hua Zhou, Senior Member, IEEE, and Michael Gleicher Abstract Image

More information

Tiled Texture Synthesis

Tiled Texture Synthesis International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 16 (2014), pp. 1667-1672 International Research Publications House http://www. irphouse.com Tiled Texture

More information

Robust Frequency-tuned Salient Region Detection

Robust Frequency-tuned Salient Region Detection Robust Frequency-tuned Salient Region Detection 1 Yong Zhang, 2 Yihua Lan, 3 Haozheng Ren, 4 Ming Li 1 School of Computer Engineering, Huaihai Institute of Technology, Lianyungang, China, zhyhglyg@126.com

More information

Video Retargeting Combining Warping and Summarizing Optimization

Video Retargeting Combining Warping and Summarizing Optimization CGI2013 manuscript No. (will be inserted by the editor) Video Retargeting Combining Warping and Summarizing Optimization Abstract We construct a unified interactive video retargeting system for video summarization,

More information

A Semi-Automatic 2D-to-3D Video Conversion with Adaptive Key-Frame Selection

A Semi-Automatic 2D-to-3D Video Conversion with Adaptive Key-Frame Selection A Semi-Automatic 2D-to-3D Video Conversion with Adaptive Key-Frame Selection Kuanyu Ju and Hongkai Xiong Department of Electronic Engineering, Shanghai Jiao Tong University, Shanghai, China ABSTRACT To

More information

PERFORMANCE ANALYSIS OF COMPUTING TECHNIQUES FOR IMAGE DISPARITY IN STEREO IMAGE

PERFORMANCE ANALYSIS OF COMPUTING TECHNIQUES FOR IMAGE DISPARITY IN STEREO IMAGE PERFORMANCE ANALYSIS OF COMPUTING TECHNIQUES FOR IMAGE DISPARITY IN STEREO IMAGE Rakesh Y. Department of Electronics and Communication Engineering, SRKIT, Vijayawada, India E-Mail: rakesh.yemineni@gmail.com

More information

Optimized Image Resizing Using Seam Carving and Scaling

Optimized Image Resizing Using Seam Carving and Scaling Optimized Image Resizing Using Seam Carving and Scaling Weiming Dong 1 Ning Zhou 2 Jean-Claude Paul 3 Xiaopeng Zhang 1 1 LIAMA-NLPR, CAS Institute of Automation, China 2 Sony Corporation, Japan 3 INRIA,

More information

Object Extraction Using Image Segmentation and Adaptive Constraint Propagation

Object Extraction Using Image Segmentation and Adaptive Constraint Propagation Object Extraction Using Image Segmentation and Adaptive Constraint Propagation 1 Rajeshwary Patel, 2 Swarndeep Saket 1 Student, 2 Assistant Professor 1 2 Department of Computer Engineering, 1 2 L. J. Institutes

More information

LOSSY IMAGE COMPRESSION BY USING DISCRETE COSINE TRANSFORM AND IMPROVE JPEG ALGORITHM

LOSSY IMAGE COMPRESSION BY USING DISCRETE COSINE TRANSFORM AND IMPROVE JPEG ALGORITHM INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 LOSSY IMAGE COMPRESSION BY USING DISCRETE COSINE TRANSFORM AND IMPROVE JPEG ALGORITHM Seyed Iman Razavi 1, Mahdi nooshyar

More information

TEVI: Text Extraction for Video Indexing

TEVI: Text Extraction for Video Indexing TEVI: Text Extraction for Video Indexing Hichem KARRAY, Mohamed SALAH, Adel M. ALIMI REGIM: Research Group on Intelligent Machines, EIS, University of Sfax, Tunisia hichem.karray@ieee.org mohamed_salah@laposte.net

More information

An Edge Based Adaptive Interpolation Algorithm for Image Scaling

An Edge Based Adaptive Interpolation Algorithm for Image Scaling An Edge Based Adaptive Interpolation Algorithm for Image Scaling Wanli Chen, Hongjian Shi Department of Electrical and Electronic Engineering Southern University of Science and Technology, Shenzhen, Guangdong,

More information

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 11, November 2014,

More information

Visual Media Retargeting

Visual Media Retargeting Visual Media Retargeting Ariel Shamir The Interdisciplinary Center, Herzliya Olga Sorkine New York University operators. We will present several ways to define importance maps that use spatial information

More information

Supplementary Material for submission 2147: Traditional Saliency Reloaded: A Good Old Model in New Shape

Supplementary Material for submission 2147: Traditional Saliency Reloaded: A Good Old Model in New Shape Supplementary Material for submission 247: Traditional Saliency Reloaded: A Good Old Model in New Shape Simone Frintrop, Thomas Werner, and Germán M. García Institute of Computer Science III Rheinische

More information

Design & Implementation of Saliency Detection Model in H.264 Standard

Design & Implementation of Saliency Detection Model in H.264 Standard Design & Implementation of Saliency Detection Model in H.264 Standard Sheeba Shabnam 1, H.N. Latha 2 Student, Department of Electronics & Communication, BMS College of Engineering, Bangalore, India Assistant

More information

Object Tracking Algorithm based on Combination of Edge and Color Information

Object Tracking Algorithm based on Combination of Edge and Color Information Object Tracking Algorithm based on Combination of Edge and Color Information 1 Hsiao-Chi Ho ( 賀孝淇 ), 2 Chiou-Shann Fuh ( 傅楸善 ), 3 Feng-Li Lian ( 連豊力 ) 1 Dept. of Electronic Engineering National Taiwan

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

Video saliency detection by spatio-temporal sampling and sparse matrix decomposition

Video saliency detection by spatio-temporal sampling and sparse matrix decomposition Video saliency detection by spatio-temporal sampling and sparse matrix decomposition * Faculty of Information Science and Engineering Ningbo University Ningbo 315211 CHINA shaofeng@nbu.edu.cn Abstract:

More information

Comparative Analysis of Image Compression Using Wavelet and Ridgelet Transform

Comparative Analysis of Image Compression Using Wavelet and Ridgelet Transform Comparative Analysis of Image Compression Using Wavelet and Ridgelet Transform Thaarini.P 1, Thiyagarajan.J 2 PG Student, Department of EEE, K.S.R College of Engineering, Thiruchengode, Tamil Nadu, India

More information

Image Warping. Image Manipula-on and Computa-onal Photography CS Fall 2011 Robert Carroll.

Image Warping. Image Manipula-on and Computa-onal Photography CS Fall 2011 Robert Carroll. Image Warping http://www.jeffrey-martin.com Image Manipula-on and Computa-onal Photography CS294-69 Fall 2011 Robert Carroll [Some slides from K. Padalkar, S. Avidan, A. Shamir, A. Efros, S. Seitz, and

More information

Feature Preserving Milli-Scaling of Large Format Visualizations

Feature Preserving Milli-Scaling of Large Format Visualizations TSINGHUA SCIENCE AND TECHNOLOGY ISSNll1007-0214ll08/11llpp452-462 Volume 17, Number 4, August 2012 Feature Preserving Milli-Scaling of Large Format Visualizations Yunwei Zhang, Aidong Lu, Jian Huang Department

More information

Hardware Description of Multi-Directional Fast Sobel Edge Detection Processor by VHDL for Implementing on FPGA

Hardware Description of Multi-Directional Fast Sobel Edge Detection Processor by VHDL for Implementing on FPGA Hardware Description of Multi-Directional Fast Sobel Edge Detection Processor by VHDL for Implementing on FPGA Arash Nosrat Faculty of Engineering Shahid Chamran University Ahvaz, Iran Yousef S. Kavian

More information

Salient Region Extraction for 3D-Stereoscopic Images

Salient Region Extraction for 3D-Stereoscopic Images Salient Region Extraction for 3D-Stereoscopic Images Leena Chacko, Priyadarsini S, Arya Jayakumar Department of Computer Engineering, College of Engineering, Chengannur, leenachacko52492@gmail.com, 9048182219

More information

PatchMatch: A Randomized Correspondence Algorithm for Structural Image Editing

PatchMatch: A Randomized Correspondence Algorithm for Structural Image Editing PatchMatch: A Randomized Correspondence Algorithm for Structural Image Editing Barnes et al. In SIGGRAPH 2009 발표이성호 2009 년 12 월 3 일 Introduction Image retargeting Resized to a new aspect ratio [Rubinstein

More information

CSCI 1290: Comp Photo

CSCI 1290: Comp Photo CSCI 1290: Comp Photo Fall 2018 @ Brown University James Tompkin Many slides thanks to James Hays old CS 129 course, along with all of its acknowledgements. Smartphone news Qualcomm Snapdragon 675 just

More information

A Novel Approach for Saliency Detection based on Multiscale Phase Spectrum

A Novel Approach for Saliency Detection based on Multiscale Phase Spectrum A Novel Approach for Saliency Detection based on Multiscale Phase Spectrum Deepak Singh Department of Electronics & Communication National Institute of Technology Rourkela 769008, Odisha, India Email:

More information

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION Panca Mudjirahardjo, Rahmadwati, Nanang Sulistiyanto and R. Arief Setyawan Department of Electrical Engineering, Faculty of

More information

An Efficient Saliency Based Lossless Video Compression Based On Block-By-Block Basis Method

An Efficient Saliency Based Lossless Video Compression Based On Block-By-Block Basis Method An Efficient Saliency Based Lossless Video Compression Based On Block-By-Block Basis Method Ms. P.MUTHUSELVI, M.E(CSE), V.P.M.M Engineering College for Women, Krishnankoil, Virudhungar(dt),Tamil Nadu Sukirthanagarajan@gmail.com

More information

Image Inpainting by Hyperbolic Selection of Pixels for Two Dimensional Bicubic Interpolations

Image Inpainting by Hyperbolic Selection of Pixels for Two Dimensional Bicubic Interpolations Image Inpainting by Hyperbolic Selection of Pixels for Two Dimensional Bicubic Interpolations Mehran Motmaen motmaen73@gmail.com Majid Mohrekesh mmohrekesh@yahoo.com Mojtaba Akbari mojtaba.akbari@ec.iut.ac.ir

More information

Cellular Learning Automata-Based Color Image Segmentation using Adaptive Chains

Cellular Learning Automata-Based Color Image Segmentation using Adaptive Chains Cellular Learning Automata-Based Color Image Segmentation using Adaptive Chains Ahmad Ali Abin, Mehran Fotouhi, Shohreh Kasaei, Senior Member, IEEE Sharif University of Technology, Tehran, Iran abin@ce.sharif.edu,

More information

A Model of Dynamic Visual Attention for Object Tracking in Natural Image Sequences

A Model of Dynamic Visual Attention for Object Tracking in Natural Image Sequences Published in Computational Methods in Neural Modeling. (In: Lecture Notes in Computer Science) 2686, vol. 1, 702-709, 2003 which should be used for any reference to this work 1 A Model of Dynamic Visual

More information

IMPLEMENTATION OF THE CONTRAST ENHANCEMENT AND WEIGHTED GUIDED IMAGE FILTERING ALGORITHM FOR EDGE PRESERVATION FOR BETTER PERCEPTION

IMPLEMENTATION OF THE CONTRAST ENHANCEMENT AND WEIGHTED GUIDED IMAGE FILTERING ALGORITHM FOR EDGE PRESERVATION FOR BETTER PERCEPTION IMPLEMENTATION OF THE CONTRAST ENHANCEMENT AND WEIGHTED GUIDED IMAGE FILTERING ALGORITHM FOR EDGE PRESERVATION FOR BETTER PERCEPTION Chiruvella Suresh Assistant professor, Department of Electronics & Communication

More information

Mobile Human Detection Systems based on Sliding Windows Approach-A Review

Mobile Human Detection Systems based on Sliding Windows Approach-A Review Mobile Human Detection Systems based on Sliding Windows Approach-A Review Seminar: Mobile Human detection systems Njieutcheu Tassi cedrique Rovile Department of Computer Engineering University of Heidelberg

More information

Image Segmentation for Image Object Extraction

Image Segmentation for Image Object Extraction Image Segmentation for Image Object Extraction Rohit Kamble, Keshav Kaul # Computer Department, Vishwakarma Institute of Information Technology, Pune kamble.rohit@hotmail.com, kaul.keshav@gmail.com ABSTRACT

More information

Texture Sensitive Image Inpainting after Object Morphing

Texture Sensitive Image Inpainting after Object Morphing Texture Sensitive Image Inpainting after Object Morphing Yin Chieh Liu and Yi-Leh Wu Department of Computer Science and Information Engineering National Taiwan University of Science and Technology, Taiwan

More information

A Survey on Detecting Image Visual Saliency

A Survey on Detecting Image Visual Saliency 1/29 A Survey on Detecting Image Visual Saliency Hsin-Ho Yeh Institute of Information Science, Acamedic Sinica, Taiwan {hhyeh}@iis.sinica.edu.tw 2010/12/09 2/29 Outline 1 Conclusions 3/29 What is visual

More information

Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial Region Segmentation

Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial Region Segmentation IJCSNS International Journal of Computer Science and Network Security, VOL.13 No.11, November 2013 1 Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial

More information

Fingerprint Ridge Orientation Estimation Using A Modified Canny Edge Detection Mask

Fingerprint Ridge Orientation Estimation Using A Modified Canny Edge Detection Mask Fingerprint Ridge Orientation Estimation Using A Modified Canny Edge Detection Mask Laurice Phillips PhD student laurice.phillips@utt.edu.tt Margaret Bernard Senior Lecturer and Head of Department Margaret.Bernard@sta.uwi.edu

More information

Edge Detection for Dental X-ray Image Segmentation using Neural Network approach

Edge Detection for Dental X-ray Image Segmentation using Neural Network approach Volume 1, No. 7, September 2012 ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Edge Detection

More information

We present a method to accelerate global illumination computation in pre-rendered animations

We present a method to accelerate global illumination computation in pre-rendered animations Attention for Computer Graphics Rendering Hector Yee PDI / DreamWorks Sumanta Pattanaik University of Central Florida Corresponding Author: Hector Yee Research and Development PDI / DreamWorks 1800 Seaport

More information

Data-driven Saliency Region Detection Based on Undirected Graph Ranking

Data-driven Saliency Region Detection Based on Undirected Graph Ranking Data-driven Saliency Region Detection Based on Undirected Graph Ranking Wenjie Zhang ; Qingyu Xiong 2 ; Shunhan Chen 3 College of Automation, 2 the School of Software Engineering, 3 College of Information

More information

A Survey on Visual Saliency Detection and Computational Methods

A Survey on Visual Saliency Detection and Computational Methods A Survey on Visual Saliency Detection and Computational Methods Ankit Garg #1, Ashish Negi *2 # 1 Assistant Professor, Department of Computer Science & Engineering, Amity University, Haryana, India 1 ankirgitm@gmail.com

More information

SURVEY ON IMAGE PROCESSING IN THE FIELD OF DE-NOISING TECHNIQUES AND EDGE DETECTION TECHNIQUES ON RADIOGRAPHIC IMAGES

SURVEY ON IMAGE PROCESSING IN THE FIELD OF DE-NOISING TECHNIQUES AND EDGE DETECTION TECHNIQUES ON RADIOGRAPHIC IMAGES SURVEY ON IMAGE PROCESSING IN THE FIELD OF DE-NOISING TECHNIQUES AND EDGE DETECTION TECHNIQUES ON RADIOGRAPHIC IMAGES 1 B.THAMOTHARAN, 2 M.MENAKA, 3 SANDHYA VAIDYANATHAN, 3 SOWMYA RAVIKUMAR 1 Asst. Prof.,

More information

Saliency Detection in Aerial Imagery

Saliency Detection in Aerial Imagery Saliency Detection in Aerial Imagery using Multi-scale SLIC Segmentation Samir Sahli 1, Daniel A. Lavigne 2 and Yunlong Sheng 1 1- COPL, Image Science group, Laval University, Quebec, Canada 2- Defence

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

A Survey Paper on an Efficient Salient Feature Extraction by Using Saliency Map Detection with Modified K-Means Clustering Technique

A Survey Paper on an Efficient Salient Feature Extraction by Using Saliency Map Detection with Modified K-Means Clustering Technique A Survey Paper on an Efficient Salient Feature Extraction by Using Saliency Map Detection with Modified K-Means Clustering Technique JYOTI VERMA 1, VINEET RICHHARIYA 2 Lakshmi Narain College of Technology,

More information

ISSN: (Online) Volume 2, Issue 5, May 2014 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 2, Issue 5, May 2014 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 2, Issue 5, May 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at:

More information

Saliency Detection for Videos Using 3D FFT Local Spectra

Saliency Detection for Videos Using 3D FFT Local Spectra Saliency Detection for Videos Using 3D FFT Local Spectra Zhiling Long and Ghassan AlRegib School of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA ABSTRACT

More information

Edge-directed Image Interpolation Using Color Gradient Information

Edge-directed Image Interpolation Using Color Gradient Information Edge-directed Image Interpolation Using Color Gradient Information Andrey Krylov and Andrey Nasonov Laboratory of Mathematical Methods of Image Processing, Faculty of Computational Mathematics and Cybernetics,

More information

Adaptation of document images to display constraints

Adaptation of document images to display constraints Adaptation of document images to display constraints Kathrin Berkner * and Berna Erol Ricoh Innovations, Inc. 2882 Sand Hill Rd, Suite 115, Menlo Park, CA, 94025 ABSTRACT The variety of displays used to

More information

Wavelet Based Image Retrieval Method

Wavelet Based Image Retrieval Method Wavelet Based Image Retrieval Method Kohei Arai Graduate School of Science and Engineering Saga University Saga City, Japan Cahya Rahmad Electronic Engineering Department The State Polytechnics of Malang,

More information