Image Retargeting for Small Display Devices

Size: px
Start display at page:

Download "Image Retargeting for Small Display Devices"

Transcription

1 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 In this paper, we propose a novel image importance model for image retargeting. The most widely used image importance model in existing image retargeting methods is L 1 -norm or L -norm of gradient magnitude. It works well under non-complex environment. However, the gradient magnitude based image importance model often leads to severe visual distortions when the scene is cluttered or the background is complex. In contrast to the most previous approaches, we focus on the excellence of gradient domain statistics (GDS) for more effective image retargeting rather than the gradient magnitude itself. In our work, the image retargeting is developed in the sense of human visual perception. We assume that the human visual perception is highly adaptive and sensitive to structural information in an image rather than non-structural information. We do not model the image structure explicitly since there are diverse aspects of image structure. Instead, our method obtains the structural information in an image by exploiting the gradient domain statistics in an implicit manner. Experimental results show that the proposed method is more effective than the previous image retargeting methods. Keywords: Human Visual System (HVS), Image Importance Model, Image Retargeting. 1. INTRODUCTION Recently, more effective and intelligent scheme for adapting a given image to the target display size or aspect ratio is becoming important with increasing diversity of display devices, such as cellular phones and PDAs. 1, A classical approach to changing the display size or aspect ratio is to uniformly rescale the image in spatial domain. The uniform scaling has some limitations. When the size of target display is smaller than the one of original image, the visually important parts (e.g., objects) rescaled by the uniform scaling maybe become unrecognizable due to the reduced cutoff frequency. Moreover, it is difficult to avoid the unwanted visual distortions when the aspect ratios of target and source are different. Image cropping, which focuses only on region-of-interest (ROI) in an image, is one of the commonly used methods. This naive cropping can not be applied when the image with multiple ROIs is dealt with. Above all, the main problem of cropping is the complete loss of surrounding contextual information, which plays an important role in understanding the image, outside the ROI. The uniform scaling and image cropping only cope with the display space constraint (i.e., geometric constraint) but not the image content. Figure 1 shows the limitations of classical image resizing methods. In order to overcome the limitations of traditional image resizing schemes, more sophisticated approaches have been introduced for automatic image retargeting by reorganizing the visual data. Suh et al. 3 proposed an automatic thumbnail creation method. Given an image, the thumbnail image is obtained by applying saliency and face detection. 4, 5 Chen et al. 6 introduced an image adaptation algorithm for mobile devices. Seam Carving 1 proposed by Avidan et al. is a highly popular and recently developed image retargeting technique. They define a seam (i.e., a connected path of vertical or horizontal pixels) on the image energy function. In order to reduce the width or height of an image, the optimal seam with the minimum energy is found using a well-defined dynamic programming. The L 1 -norm or L -norm of gradient magnitude is the most widely used image energy function in the Seam Carving. Rubinstein et al. 7 extended the Seam Carving scheme for video retargeting. The dynamic programming is replaced by graph cuts which are suitable for 3D volumes. Moreover, the dynamic programming is improved by introducing forward energy. The forward energy takes into account Further author information: (Send correspondence to Changick Kim) Chanho Jung: peterjung@kaist.ac.kr Changick Kim: cikim@ee.kaist.ac.kr, telephone: Applications of Digital Image Processing XXXIII, edited by Andrew G. Tescher, Proc. of SPIE Vol. 7798, 77981N 010 SPIE CCC code: X/10/$18 doi: / Proc. of SPIE Vol N-1

2 (a) (b) (c) (d) Figure 1. Image resizing results by classical approaches: (a) original image, (b) uniform scaling, (c) letter boxing, and (d) image cropping. Note that aspect ratios of ROIs are seriously distorted in uniform scaling. The ROIs resampled by letter boxing become too small. Image cropping loses important contextual information outside selected ROI. The original image is of width 300, whereas the resizing results are of width 100. the inserted gradient magnitude rather than the deleted gradient magnitude. The video retargeting is also done based on saliency, face, and motion attention models with an warping-based optimization. 8 Specifically, the motion information plays a crucial role in the method since the moving objects in video draw most of viewers attention. In those methods above-mentioned, the image resizing is performed by taking into account not only the geometric constraint but also the image content. That is, content awareness is the most important feature of the image retargeting methods. The key to content awareness is quantifying a visual importance value to each pixel, which we call image importance model (IIM) in this paper. In the literature, a number of image energy functions have been taken as an approximation of visual importance for image retargeting. The L 1 -norm of gradient magnitude is one of the most widely used IIMs. The entropy can be an approximation of visual importance. 1 In the entropy-based IIM, the entropy over a local neighborhood is estimated and then the sum of the entropy and the L 1 -norm of gradient magnitude is computed. The histogram of gradients 9 is also a useful IIM. The visual saliency map 4, 10, 11 hasproventobeaneffectiveiiminseveralimage retargeting methods. In this paper, we propose an image importance model inspired by human visual perception or system for image retargeting. Our model originates from the idea that the human visual perception is highly adaptive and sensitive to structural information in an image rather than non-structural information. Therefore, the structural parts in an image can be regarded as the visually important ones which should be preserved in the image retargeting. The proposed method does not restrict image structures to a few structural elements (e.g., lines or edges) in a scene. To this end, we obtain the structural information in an image by exploiting the gradient domain statistics (GDS) in an implicit manner.. SEAM CARVING REVIEW The Seam Carving 1 is one of the most effective and powerful content-aware image resizing techniques in the literature. The goal of Seam Carving is to remove unnoticeable pixels that blend with their surroundings. To this end, an image energy function (i.e., image importance model) is defined based on the L 1 -norm of gradient magnitude as follows. E 1 (x, y) = I(x, y) x + I(x, y) y, (1) where E 1 (x, y) andi(x, y) represent the visual importance value and gray-scale value of source image at a pixel (x, y), respectively. Given the image energy function, a vertical or horizontal seam is found to reduce the image Proc. of SPIE Vol N-

3 (a) (b) (c) Figure. (a) image seams, superimposed on the source image, obtained from Seam Carving, (b) gradient magnitude based IIM, and (c) image retargeting results by Seam Carving. width or height. Let I be an n m image. The vertical seam is defined as follows. s x = {s i } n i=1 = {(x(i),i)}n i=1 subject to x(i) x(i 1) 1. () Thus, a vertical seam is an 8-connected path of pixels in the image from top to bottom, containing one, and only one, pixel in each row of the image. The Seam Carving repeatedly finds the least important (i.e., the lowest energy) vertical seams from the image energy function to reduce the image width (see Fig. (a)). The horizontal seam is defined in a similar manner. Let C(s x ) denote the cost of a seam s x.theoptimalseamŝ x (i.e., the least important seam) is obtained by minimizing the seam cost as follows. ŝ x =min s x C(sx )=min s x n E 1 (s i ). (3) In order to find the optimal seam satisfying (3), a dynamic programming optimization technique is employed as follows. M(i 1,j 1) M(i, j) =E 1 (i, j)+min M(i 1,j), (4) M(i 1,j+1) where M(i, j) denotes the cumulative minimum energy for all possible connected seams on (i, j). The first step is to traverse the image from the second row to the last row using (4). Finally, the optimal seam can be found by backtracking from the minimum value of the last row in M to the first row. The definitions for horizontal seam are similar. Figure shows the image retargeting results obtained by the Seam Carving. Compared to the traditional image resizing methods, the Seam Carving not only preserves well the visually important parts but also retains the surrounding context without unwanted visual distortions (see Fig. 1 and Fig. ). 3. PROPOSED ALGORITHM As described in the previous sections, the image retargeting techniques usually consist of two sequential stages: 1) IIM construction by quantifying visual importance of pixels and ) resizing operation by applying pre-defined optimization rule based on the IIM. For example, in the Seam Carving, the IIM is constructed based on the gradient magnitude in the first step and the dynamic programming optimization scheme is employed in the second step. The IIM construction is fundamental and essential for image retargeting. Moreover, the visual i=1 Proc. of SPIE Vol N-3

4 quality of the target image obtained from the second stage strongly depends on the IIM constructed in the first stage. Therefore, the given image content should be effectively understood to guarantee the success of the image retargeting. In this paper, we assume that an image may consist of structured and unstructured image components in a local neighborhood about every pixel. We exploit the image importance measure on a discrete gradient vector space. The vector space consists of two random variables: 1) horizontal and ) vertical partial derivatives. There are several ways to calculate the derivatives. In this paper, the x and y components of the gradient G =(g x,g y ) T are estimated by means of the Sobel kernel. In our work, we observe that the highly structured image components have the following common significant attributes on the feature space: The (g x,g y ) elements are spread over a structured distribution. That is, the cluster has a dominant gradient orientation. There is a set of (g x,g y ) elements whose gradient magnitude is large along the dominant gradient orientation. Based on above-mentioned our observations, a statistical model for estimating the likelihood that the cluster arose due to the underlying significant structured component is introduced. In this paper, we employ the theory of angular signal statistics to exploit the consistency of gradient orientation (i.e., the first criterion). The directional data is modeled to build an angular dispersion of the gradient orientation in a local neighborhood N. Note that this is because higher angular dispersion implies lower likelihood that the cluster has a dominant gradient orientation. The angular data exhibit an inherently periodic nature. 1 Due to this periodicity, the statistical theory used for signals whose domain is a straight line can not be used to deal with the circular data. Let θ be an angular random variable. In the statistical literature, a number of circular measures of dispersion have been introduced. Unfortunately, all the circular measures of dispersion in the statistical literature have poor performance in our feature space. Note that this is because the traditional angular statistics cope with only the angular component of the vector. In this paper, to address the problem within our framework, the angular dispersion is estimated on a polar coordinate system to take the radial component of the vector into account. In our work, the circular mean μ θ is defined as the direction of the vector sum of a set of gradient vectors in N as follows. μ θ =tan 1 ( g y / g x ). (5) g y N Then, the probability density function of γ = θ μ θ is defined to estimate the angular deviation σ γ as follows. 13 g x N f Γ (γ) = 1 π e μ r /σ + μ r cos γ σ π e μ r sin γ/σ 1+erf( μ ] r cos γ σ ), (6) where μ r and σ represent the radial mean and the variance of gradient component, respectively. The standard deviation of γ is a function of ζ = μ r /σ and is given by π σ γ = = γ f Γ (γ)dγ π ] 1 π 3 e ζ / + ζ π π π γ cos γ 1+erf( ζ cos γ ] ) e ζ sin γ/ dγ ] 1. (7) Proc. of SPIE Vol N-4

5 The summation over all gradients in neighborhood N centered on any given pixel and for which the gradient direction is γ is denoted by (γ),and denotes the summation over N without regard for angle. With these definitions, the discrete form of (6) can be described as follows. (γ) f Γ (γ) =E ]. (8) where E ] denotes the expectation operator. Moreover, based on (8), the discrete form of the angular deviation σ γ in (7) is given by σ γ = γ (γ) E ]] 1. (9) γ N Using the power series approximation cos γ 1 γ /, the angular deviation can be rearranged as follows. σ γ = ( (γ) (1 cos γ)e ]) ] 1. (10) γ N Due to the linearity of the expectation and summation, their order may be interchanged. Finally, we can obtain the angular dispersion D N as ( ]) ] 1 γ N (γ) cos γ D N = 1 E, (11) since the angular deviation σ γ in N can be regarded as the angular dispersion. The second criterion of structured image components is exploited based on tensor analysis. A structure tensor of a local neighborhood N is formed as follows. ] g S = x gx g y gx g y g. (1) y The eigen-decomposition is applied to the structure tensor matrix S to obtain the eigenvalues (λ 1,λ ). The structure tensor is very useful to deal with the set of gradient elements whose gradient magnitude is large onto the dominant gradient orientation, since the eigenvalues indicate the underlying certainty of the gradient structure along their associated eigenvector directions. Note that specifically the maximum eigenvalue of S implies the momentum of the distribution explained by the dominant gradient orientation. Based on the observation, we build a momentum of the gradient structure along the dominant gradient orientation as follows. M N =max(λ 1,λ ). (13) We combine the two desired statistics to yield an overall importance measure as follows. I N = f (D N, M N ), (14) where f( ) a combination function. The statistics are estimated within a local n n square window about every pixel. In our work, we set n = 11. Let D(x, y) andm(x, y) denote the angular dispersion function and the momentum function at (x, y). In our work, the importance measure should be required to satisfy the boundedness condition (i.e., 0 I(x, y) 1). We also would like to adjust the relative importance of the two statistics. To this end, the two components are normalized between 0 and 1, respectively. Finally, we define the image importance measure as follows and name the resulting metric the GDS model, which means importance measure based on gradient domain statistics. GDS(x, y) =D(x, y)] α M(x, y)] β, (15) where α>0andβ>0 are parameters used to adjust the relative importance. In this paper, we set α = β =1. Proc. of SPIE Vol N-5

6 Figure 3. Several comparisons between Seam Carving 1 (left image of pairs) and the proposed scheme (right image of pairs) when the horizontal resolution is reduced. Note that the visual artifacts are greatly reduced by the proposed GDS model. 4. RESULTS AND CONCLUSION In order to evaluate the performance of the proposed scheme, a database14 provided by Microsoft Research Asia was used. The experiments are conducted on a number of images with the objects of humans, animals, architectures, and so on. Fig. 3 and Fig. 4 show the parts of retargeting results by the proposed method and the state-of-the-art image retargeting scheme (i.e., Seam Carving 1). In the comparison, to make fair evaluations, the constructed IIMs are identically handled by using the dynamic programming optimization scheme. As shown in Fig. 3 and Fig. 4, the previous approach may not effectively preserve the visually importance contents, which are very sensitive to human perception, when the cluttered scenes with complex background are dealt with. This is because not only the visually important content but also its surrounding context are indicated by quite high image importance. On the other hand, the proposed scheme yields more visually acceptable retargeting results over various images as shown in Fig. 3 and Fig. 4. That is, our model effectively represents the underlying image structure, whereas the Seam Carving does not. In this paper, we have proposed a novel image importance model for image retargeting. Unlike the previous approaches, we focus on the excellence of gradient domain statistics (GDS) for more effective image retargeting. In our work, the image retargeting is developed in the sense of human visual perception. Experimental results presented in this section prove that the proposed scheme outperforms the state-of-the-art method. ACKNOWLEDGMENTS This research was supported by the MKE(The Ministry of Knowledge Economy), Korea, under the ITRC(Information Technology Research Center) support program supervised by the NIPA(National IT Industry Promotion Agency) (NIPA-010-( C )) REFERENCES 1] Avidan, S. and Shamir, A., Seam carving for content-aware image resizing, ACM Transactions on Graphics 6(3), (007). ] Guo, Y., Liu, F., Shi, J., Zhou, Z.-H., and Gleicher, M., Image retargeting using mesh parametrization, IEEE Transactions on Multimedia 11(5), (009). Proc. of SPIE Vol N-6

7 Figure 4. Several comparisons between Seam Carving 1 (top image of pairs) and the proposed scheme (bottom image of pairs) when the vertical resolution is reduced. Note that the visual artifacts are greatly reduced by the proposed GDS model. 3] Suh, B., Ling, H., Bederson, B., and Jacobs, D., Automatic thumbnail cropping and its effectiveness, in Proc. of ACM Annual Symposium on User Interface Software and Technology], (003). 4] Itti, L., Koch, C., and Niebur, E., A model of saliency-based visual attention for rapid scene analysis, IEEE Transactions on Pattern Analysis and Machine Intelligence 0(11), (1998). 5] Yang, M. H., Kriegman, D. J., and Ahuja, N., Detecting faces in images: a survey, IEEE Transactions on Pattern Analysis and Machine Intelligence 4(1), (00). 6] Chen, L. Q., Xie, X., Fan, X., Ma, W. Y., Zhang, H. J., and Zhou, H. Q., A visual attention model for adapting images on small displays, ACM Multimedia Systems 9(4), (003). 7] Rubinstein, M., Shamir, A., and Avidan, S., Improved seam carving for video retargeting, ACM Transactions on Graphics 7(3), 1 8 (008). 8] Wolf, L., Guttmann, M., and Cohen-Or, D., Non-homogeneous content-driven video-retargeting, in Proc. of IEEE International Conference on Computer Vision], 1 6 (007). 9] Dalal, N. and Triggs, B., Histograms of oriented gradients for human detection, in Proc. of IEEE International Conference on Computer Vision and Pattern Recognition], (005). 10] Ma, Y.-F. and Zhang, H.-J., Contrast-based image attention analysis by using fuzzy growing, in Proc. of ACM International Conference on Multimedia], (003). 11] Hou, X. and Zhang, L., Saliency detection: A spectral residual approach, in Proc. of IEEE International Conference on Computer Vision and Pattern Recognition], 1 8 (007). 1] Nikolaidis, N. and Pitas, I., Nonlinear processing and analysis of angular signals, IEEE Transactions on Signal Processing 46(1), (1998). 13] Gregson, P. H., Using angular dispersion of gradient direction for detecting edge ribbons, IEEE Transactions on Pattern Analysis and Machine Intelligence 15(7), (1993). 14] Liu, T., Sun, J., Zheng, N.-N., Tang, X., and Shum, H.-Y., Learning to detect a salient object, in Proc. of IEEE International Conference on Computer Vision and Pattern Recognition ], 1 8 (007). Proc. of SPIE Vol N-7

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

International Journal of Mechatronics, Electrical and Computer Technology

International Journal of Mechatronics, Electrical and Computer Technology 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,

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

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

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

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

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

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

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

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

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

CS 231A Computer Vision (Autumn 2012) Problem Set 1

CS 231A Computer Vision (Autumn 2012) Problem Set 1 CS 231A Computer Vision (Autumn 2012) Problem Set 1 Due: Oct. 9 th, 2012 (2:15 pm) 1 Finding an Approximate Image asis EigenFaces (25 points) In this problem you will implement a solution to a facial recognition

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

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

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

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

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

Structural Similarity Based Image Quality Assessment Using Full Reference Method

Structural Similarity Based Image Quality Assessment Using Full Reference Method From the SelectedWorks of Innovative Research Publications IRP India Spring April 1, 2015 Structural Similarity Based Image Quality Assessment Using Full Reference Method Innovative Research Publications,

More information

Robotics Programming Laboratory

Robotics Programming Laboratory Chair of Software Engineering Robotics Programming Laboratory Bertrand Meyer Jiwon Shin Lecture 8: Robot Perception Perception http://pascallin.ecs.soton.ac.uk/challenges/voc/databases.html#caltech car

More information

Perceptual Quality Improvement of Stereoscopic Images

Perceptual Quality Improvement of Stereoscopic Images Perceptual Quality Improvement of Stereoscopic Images Jong In Gil and Manbae Kim Dept. of Computer and Communications Engineering Kangwon National University Chunchon, Republic of Korea, 200-701 E-mail:

More information

Improving Image Segmentation Quality Via Graph Theory

Improving Image Segmentation Quality Via Graph Theory International Symposium on Computers & Informatics (ISCI 05) Improving Image Segmentation Quality Via Graph Theory Xiangxiang Li, Songhao Zhu School of Automatic, Nanjing University of Post and Telecommunications,

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

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

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong)

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) References: [1] http://homepages.inf.ed.ac.uk/rbf/hipr2/index.htm [2] http://www.cs.wisc.edu/~dyer/cs540/notes/vision.html

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

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

Specular Reflection Separation using Dark Channel Prior

Specular Reflection Separation using Dark Channel Prior 2013 IEEE Conference on Computer Vision and Pattern Recognition Specular Reflection Separation using Dark Channel Prior Hyeongwoo Kim KAIST hyeongwoo.kim@kaist.ac.kr Hailin Jin Adobe Research hljin@adobe.com

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

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

Texture Segmentation by Windowed Projection

Texture Segmentation by Windowed Projection Texture Segmentation by Windowed Projection 1, 2 Fan-Chen Tseng, 2 Ching-Chi Hsu, 2 Chiou-Shann Fuh 1 Department of Electronic Engineering National I-Lan Institute of Technology e-mail : fctseng@ccmail.ilantech.edu.tw

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

Multi-focus image fusion using de-noising and sharpness criterion

Multi-focus image fusion using de-noising and sharpness criterion Multi-focus image fusion using de-noising and sharpness criterion Sukhdip Kaur, M.Tech (research student) Department of Computer Science Guru Nanak Dev Engg. College Ludhiana, Punjab, INDIA deep.sept23@gmail.com

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

NOVEL PCA-BASED COLOR-TO-GRAY IMAGE CONVERSION. Ja-Won Seo and Seong Dae Kim

NOVEL PCA-BASED COLOR-TO-GRAY IMAGE CONVERSION. Ja-Won Seo and Seong Dae Kim NOVEL PCA-BASED COLOR-TO-GRAY IMAGE CONVERSION Ja-Won Seo and Seong Dae Kim Korea Advanced Institute of Science and Technology (KAIST) Department of Electrical Engineering 21 Daehak-ro, Yuseong-gu, Daejeon

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

Global Contours. Sujal Bista and Amitabh Varshney Department of Computer Science University of Maryland, College Park

Global Contours. Sujal Bista and Amitabh Varshney Department of Computer Science University of Maryland, College Park Global Contours Sujal Bista and Amitabh Varshney Department of Computer Science University of Maryland, College Park (b) Color edges (c) Contour saliency (d) Image saliency (e) Global Contour Figure 1:

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

Image Quality Assessment based on Improved Structural SIMilarity

Image Quality Assessment based on Improved Structural SIMilarity Image Quality Assessment based on Improved Structural SIMilarity Jinjian Wu 1, Fei Qi 2, and Guangming Shi 3 School of Electronic Engineering, Xidian University, Xi an, Shaanxi, 710071, P.R. China 1 jinjian.wu@mail.xidian.edu.cn

More information

SLIDING WINDOW FOR RELATIONS MAPPING

SLIDING WINDOW FOR RELATIONS MAPPING SLIDING WINDOW FOR RELATIONS MAPPING Dana Klimesova Institute of Information Theory and Automation, Prague, Czech Republic and Czech University of Agriculture, Prague klimes@utia.cas.c klimesova@pef.czu.cz

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

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

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

Including the Size of Regions in Image Segmentation by Region Based Graph

Including the Size of Regions in Image Segmentation by Region Based Graph International Journal of Emerging Engineering Research and Technology Volume 3, Issue 4, April 2015, PP 81-85 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Including the Size of Regions in Image Segmentation

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

Parameterization of Triangular Meshes with Virtual Boundaries

Parameterization of Triangular Meshes with Virtual Boundaries Parameterization of Triangular Meshes with Virtual Boundaries Yunjin Lee 1;Λ Hyoung Seok Kim 2;y Seungyong Lee 1;z 1 Department of Computer Science and Engineering Pohang University of Science and Technology

More information

Bipartite Graph Partitioning and Content-based Image Clustering

Bipartite Graph Partitioning and Content-based Image Clustering Bipartite Graph Partitioning and Content-based Image Clustering Guoping Qiu School of Computer Science The University of Nottingham qiu @ cs.nott.ac.uk Abstract This paper presents a method to model the

More information

MULTIRESOLUTION QUALITY EVALUATION OF GEOMETRICALLY DISTORTED IMAGES. Angela D Angelo, Mauro Barni

MULTIRESOLUTION QUALITY EVALUATION OF GEOMETRICALLY DISTORTED IMAGES. Angela D Angelo, Mauro Barni MULTIRESOLUTION QUALITY EVALUATION OF GEOMETRICALLY DISTORTED IMAGES Angela D Angelo, Mauro Barni Department of Information Engineering University of Siena ABSTRACT In multimedia applications there has

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

Tongue Recognition From Images

Tongue Recognition From Images Tongue Recognition From Images Ryszard S. Choraś Institute of Telecommunications and Computer Science UTP University of Sciences and Technology 85-796 Bydgoszcz, Poland Email: choras@utp.edu.pl Abstract

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

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

MORPH-II: Feature Vector Documentation

MORPH-II: Feature Vector Documentation MORPH-II: Feature Vector Documentation Troy P. Kling NSF-REU Site at UNC Wilmington, Summer 2017 1 MORPH-II Subsets Four different subsets of the MORPH-II database were selected for a wide range of purposes,

More information

An ICA based Approach for Complex Color Scene Text Binarization

An ICA based Approach for Complex Color Scene Text Binarization An ICA based Approach for Complex Color Scene Text Binarization Siddharth Kherada IIIT-Hyderabad, India siddharth.kherada@research.iiit.ac.in Anoop M. Namboodiri IIIT-Hyderabad, India anoop@iiit.ac.in

More information

How to measure the relevance of a retargeting approach?

How to measure the relevance of a retargeting approach? How to measure the relevance of a retargeting approach? ECCV 10, Greece, 10 September 2010 Philippe Guillotel Philippe.guillotel@technicolor.com Christel Chamaret 1, Olivier Le Meur 2, Philippe Guillotel

More information

Texture Analysis. Selim Aksoy Department of Computer Engineering Bilkent University

Texture Analysis. Selim Aksoy Department of Computer Engineering Bilkent University Texture Analysis Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Texture An important approach to image description is to quantify its texture content. Texture

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

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

Survey on Multi-Focus Image Fusion Algorithms

Survey on Multi-Focus Image Fusion Algorithms Proceedings of 2014 RAECS UIET Panjab University Chandigarh, 06 08 March, 2014 Survey on Multi-Focus Image Fusion Algorithms Rishu Garg University Inst of Engg & Tech. Panjab University Chandigarh, India

More information

Local Feature Detectors

Local Feature Detectors Local Feature Detectors Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Slides adapted from Cordelia Schmid and David Lowe, CVPR 2003 Tutorial, Matthew Brown,

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

Image segmentation based on gray-level spatial correlation maximum between-cluster variance

Image segmentation based on gray-level spatial correlation maximum between-cluster variance International Symposium on Computers & Informatics (ISCI 05) Image segmentation based on gray-level spatial correlation maximum between-cluster variance Fu Zeng,a, He Jianfeng,b*, Xiang Yan,Cui Rui, Yi

More information

Segmentation and Grouping

Segmentation and Grouping Segmentation and Grouping How and what do we see? Fundamental Problems ' Focus of attention, or grouping ' What subsets of pixels do we consider as possible objects? ' All connected subsets? ' Representation

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

Robust Ring Detection In Phase Correlation Surfaces

Robust Ring Detection In Phase Correlation Surfaces Griffith Research Online https://research-repository.griffith.edu.au Robust Ring Detection In Phase Correlation Surfaces Author Gonzalez, Ruben Published 2013 Conference Title 2013 International Conference

More information

technique: seam carving Image and Video Processing Chapter 9

technique: seam carving Image and Video Processing Chapter 9 Chapter 9 Seam Carving for Images and Videos Distributed Algorithms for 2 Introduction Goals Enhance the visual content of images Adapted images should look natural Most relevant content should be clearly

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

A Novel Image Transform Based on Potential field Source Reverse for Image Analysis

A Novel Image Transform Based on Potential field Source Reverse for Image Analysis A Novel Image Transform Based on Potential field Source Reverse for Image 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

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

Adaptive Fuzzy Watermarking for 3D Models

Adaptive Fuzzy Watermarking for 3D Models International Conference on Computational Intelligence and Multimedia Applications 2007 Adaptive Fuzzy Watermarking for 3D Models Mukesh Motwani.*, Nikhil Beke +, Abhijit Bhoite +, Pushkar Apte +, Frederick

More information

Region Based Image Fusion Using SVM

Region Based Image Fusion Using SVM Region Based Image Fusion Using SVM Yang Liu, Jian Cheng, Hanqing Lu National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy of Sciences ABSTRACT This paper presents a novel

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

Towards the completion of assignment 1

Towards the completion of assignment 1 Towards the completion of assignment 1 What to do for calibration What to do for point matching What to do for tracking What to do for GUI COMPSCI 773 Feature Point Detection Why study feature point detection?

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

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging 1 CS 9 Final Project Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging Feiyu Chen Department of Electrical Engineering ABSTRACT Subject motion is a significant

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

Multi-focus Image Fusion Using De-noising and Sharpness Criterion

Multi-focus Image Fusion Using De-noising and Sharpness Criterion International Journal of Electronics and Computer Science Engineering 18 Available Online at www.ijecse.org ISSN- 2277-1956 Multi-focus Image Fusion Using De-noising and Sharpness Criterion Sukhdip Kaur,

More information

Robust color segmentation algorithms in illumination variation conditions

Robust color segmentation algorithms in illumination variation conditions 286 CHINESE OPTICS LETTERS / Vol. 8, No. / March 10, 2010 Robust color segmentation algorithms in illumination variation conditions Jinhui Lan ( ) and Kai Shen ( Department of Measurement and Control Technologies,

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN: Semi Automatic Annotation Exploitation Similarity of Pics in i Personal Photo Albums P. Subashree Kasi Thangam 1 and R. Rosy Angel 2 1 Assistant Professor, Department of Computer Science Engineering College,

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

Efficient Stereo Image Rectification Method Using Horizontal Baseline

Efficient Stereo Image Rectification Method Using Horizontal Baseline Efficient Stereo Image Rectification Method Using Horizontal Baseline Yun-Suk Kang and Yo-Sung Ho School of Information and Communicatitions Gwangju Institute of Science and Technology (GIST) 261 Cheomdan-gwagiro,

More information

Use of Shape Deformation to Seamlessly Stitch Historical Document Images

Use of Shape Deformation to Seamlessly Stitch Historical Document Images Use of Shape Deformation to Seamlessly Stitch Historical Document Images Wei Liu Wei Fan Li Chen Jun Sun Satoshi Naoi In China, efforts are being made to preserve historical documents in the form of digital

More information

EE 701 ROBOT VISION. Segmentation

EE 701 ROBOT VISION. Segmentation EE 701 ROBOT VISION Regions and Image Segmentation Histogram-based Segmentation Automatic Thresholding K-means Clustering Spatial Coherence Merging and Splitting Graph Theoretic Segmentation Region Growing

More information

Scale Invariant Feature Transform

Scale Invariant Feature Transform Why do we care about matching features? Scale Invariant Feature Transform Camera calibration Stereo Tracking/SFM Image moiaicing Object/activity Recognition Objection representation and recognition Automatic

More information

Fingerprint Classification Using Orientation Field Flow Curves

Fingerprint Classification Using Orientation Field Flow Curves Fingerprint Classification Using Orientation Field Flow Curves Sarat C. Dass Michigan State University sdass@msu.edu Anil K. Jain Michigan State University ain@msu.edu Abstract Manual fingerprint classification

More information

Short Survey on Static Hand Gesture Recognition

Short Survey on Static Hand Gesture Recognition Short Survey on Static Hand Gesture Recognition Huu-Hung Huynh University of Science and Technology The University of Danang, Vietnam Duc-Hoang Vo University of Science and Technology The University of

More information

Content Aware Image Resizing Using

Content Aware Image Resizing Using Al Akhawayn University Capstone Project Content Aware Image Resizing Using Seam Carving Ayman Bentourki supervised by Dr. Naeem Sheikh May 3, 2016 Contents 1 Abstract.......................................

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

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

Focusing Attention on Visual Features that Matter

Focusing Attention on Visual Features that Matter TSAI, KUIPERS: FOCUSING ATTENTION ON VISUAL FEATURES THAT MATTER 1 Focusing Attention on Visual Features that Matter Grace Tsai gstsai@umich.edu Benjamin Kuipers kuipers@umich.edu Electrical Engineering

More information

Edge and local feature detection - 2. Importance of edge detection in computer vision

Edge and local feature detection - 2. Importance of edge detection in computer vision Edge and local feature detection Gradient based edge detection Edge detection by function fitting Second derivative edge detectors Edge linking and the construction of the chain graph Edge and local feature

More information

Ulrik Söderström 16 Feb Image Processing. Segmentation

Ulrik Söderström 16 Feb Image Processing. Segmentation Ulrik Söderström ulrik.soderstrom@tfe.umu.se 16 Feb 2011 Image Processing Segmentation What is Image Segmentation? To be able to extract information from an image it is common to subdivide it into background

More information

Nonlinear Multiresolution Image Blending

Nonlinear Multiresolution Image Blending Nonlinear Multiresolution Image Blending Mark Grundland, Rahul Vohra, Gareth P. Williams and Neil A. Dodgson Computer Laboratory, University of Cambridge, United Kingdom October, 26 Abstract. We study

More information

SIFT: SCALE INVARIANT FEATURE TRANSFORM SURF: SPEEDED UP ROBUST FEATURES BASHAR ALSADIK EOS DEPT. TOPMAP M13 3D GEOINFORMATION FROM IMAGES 2014

SIFT: SCALE INVARIANT FEATURE TRANSFORM SURF: SPEEDED UP ROBUST FEATURES BASHAR ALSADIK EOS DEPT. TOPMAP M13 3D GEOINFORMATION FROM IMAGES 2014 SIFT: SCALE INVARIANT FEATURE TRANSFORM SURF: SPEEDED UP ROBUST FEATURES BASHAR ALSADIK EOS DEPT. TOPMAP M13 3D GEOINFORMATION FROM IMAGES 2014 SIFT SIFT: Scale Invariant Feature Transform; transform image

More information

Flexible Calibration of a Portable Structured Light System through Surface Plane

Flexible Calibration of a Portable Structured Light System through Surface Plane Vol. 34, No. 11 ACTA AUTOMATICA SINICA November, 2008 Flexible Calibration of a Portable Structured Light System through Surface Plane GAO Wei 1 WANG Liang 1 HU Zhan-Yi 1 Abstract For a portable structured

More information

Generalized Multiscale Seam Carving

Generalized Multiscale Seam Carving Generalized Multiscale Seam Carving David D. Conger #, Mrityunjay Kumar *2, and Hayder Radha #3 # Dept. of Electrical & Computer Engineering, Michigan State University East Lansing, MI, USA congerd2@egr.msu.edu,

More information

EE 584 MACHINE VISION

EE 584 MACHINE VISION EE 584 MACHINE VISION Binary Images Analysis Geometrical & Topological Properties Connectedness Binary Algorithms Morphology Binary Images Binary (two-valued; black/white) images gives better efficiency

More information

Effective Moving Object Detection and Retrieval via Integrating Spatial-Temporal Multimedia Information

Effective Moving Object Detection and Retrieval via Integrating Spatial-Temporal Multimedia Information 2012 IEEE International Symposium on Multimedia Effective Moving Object Detection and Retrieval via Integrating Spatial-Temporal Multimedia Information Dianting Liu, Mei-Ling Shyu Department of Electrical

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

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