FAST REGISTRATION METHODS FOR SUPER-RESOLUTION IMAGING. Jari Hannuksela, Jarno Väyrynen, Janne Heikkilä and Pekka Sangi

Size: px
Start display at page:

Download "FAST REGISTRATION METHODS FOR SUPER-RESOLUTION IMAGING. Jari Hannuksela, Jarno Väyrynen, Janne Heikkilä and Pekka Sangi"

Transcription

1 FAST REGISTRATION METHODS FOR SUPER-RESOLUTION IMAGING Jari Hannuksela, Jarno Väyrynen, Janne Heikkilä and Pekka Sangi Machine Vision Group, Infotech Oulu Department of Electrical and Information Engineering P.O. Box 4500, FIN University of Oulu, Finland ABSTRACT Super-resolution image reconstruction can be viewed as a two stage process: image registration and fusion. The current solutions to perform processing generally need too much computational power to be applied in mobile devices with limited resources. In this paper, two efficient registration methods are introduced for these platforms. The proposed schemes are the block matching using uncertainty analysis and the phase correlation with block processing. The methods are broadly compared to other well-known approaches presented in the literature. Experiments with synthetic and real image sequences clearly demonstrate the performance of the methods and indicate that proposed methods can be applied in practise. 1. INTRODUCTION The increasing availability of mobile phones equipped with a camera provide an opportunity to more versatile and portable imaging devices and applications. Often, the image quality achievable is restricted due to limited optics and imaging resolution. On the other hand, the computational power of mobile devices is improving all the time and it is possible to apply proper super-resolution image reconstruction algorithms to achieve enhanced images using the same platform. Super-resolution image enhancement utilizes several low resolution images to reconstruct a single high resolution image. A good overview of existing work is given by Park et al. [1]. Two main stages can be separated for the reconstruction process: image registration and fusion. These stages can be implemented separately or simultaneously. In order to register images, the motion parameters of slightly differently positioned low-resolution images are estimated, and then images are warped into the same coordinate system. In the fusion stage, the information of low-resolution frames is extracted and used for superresolution image reconstruction. Registration in subpixel accuracy is a fundamental requirement for success in the reconstruction process. The registration can be done in the spatial or in the frequency domain. The super-resolution problem was first addressed by Tsai and Huang [2]. They presented a frequency domain method considering only global translational motion between frames and linear space invariant blur in the imaging process. Also, many other frequency domain registration methods assume that two images differ in phase shift only, that can be measured from their phase correlation. The phase correlation can be extended to subpixel precision using a technique described by Foroosh et al. [3]. Recently, Vandewalle et al. [4] proposed a frequency domain approach to estimate a horizontal and a vertical shift, and also a planar rotation. However, as a fusion method it utilizes only a rather simple bicubic interpolation. Typically, frequency domain methods are limited to translational motion, but in many super-resolution applications also some rotation and scale changes are present. Due to obvious limitations of the frequency domain approaches most of the later work concentrates on spatial domain methods. Irani and Peleg [5] proposed an iterative back-projection approach inspired by computer aided tomography. Their method estimates a high-resolution image by iteratively back projecting the error between simulated and observed low resolution images. The imaging model used includes both optical blur and spatial quantization. It has been shown to produce quite good results and tolerate noise well. Zomet [6] improved the method by taking the median of the errors in the different backprojected images. This should be more robust in the case of outliers. Farsiu et al. [7] proposed a new robust algorithm to produce sharper high-resolution images that uses L 1 norm instead of more common L 2 minimization. Typically, in the super-resolution reconstruction, the blurring process is assumed to be known. However, in practise this process is usually partially or fully unknown. Therefore it is often necessary to incorporate the blur identification into reconstruction process. Šroubek and Flusser have presented a super-resolution method utilizing multichannel blind deconvolution [8] for this purpose. However, their approach can handle only translational

2 motion between frames. A number of work has been presented for superresolution image enhancement. However, real-time implementation issues are only seldom addressed. In this paper, we present two efficient image registration solutions that are suitable for platforms where computing power is limited. The proposed schemes are the block matching using uncertainty analysis and the phase correlation with block processing. The former operates in the spatial domain and the latter in the frequency domain. Moreover, these methods can possibly take advantage of hardware accelerators designed for video coding systems. The methods are used together with Irani and Peleg [5] fusion algorithm in order to evaluate their feasibility. The experiments are carried out with synthetic and real image sequences and compared to some state of the art super-resolution methods. 2. PROPOSED REGISTRATION METHODS The accurate registration of images that is also referred as motion estimation is needed to model the transformation between low-resolution frames. We utilize the four-parameter Euclidean similarity model for approximating geometric relationship between frames. It can present 2-D motion consisting of translation, rotation, and scaling. The displacement v of a feature located at p = [x, y] T can be represented using v = v(θ, p) = [ 1 0 x y 0 1 y x ] θ (1) where θ = [θ 1, θ 2, θ 3, θ 4 ] T is a vector of model parameters, θ 1 and θ 2 are related to translational motion in x- and y- directions respectively, and θ 3 and θ 4 contain information about 2-D rotation φ and scaling s: θ 3 = s cos φ 1 (2) θ 4 = s sin φ. (3) We propose two alternative approaches to estimate θ for the apparent dominant motion between images. First, a spatial domain method based on block matching with uncertainty analysis is presented [9]. Secondly, a frequency domain method utilizing distinct block processing with a subpixel phase-correlation [3] is introduced Block matching with uncertainty analysis The method is based on estimation of local motion features, which encode information about displacements of a sparse set of image blocks between two frames. The motion features are passed to outlier analysis, which defines the inlier features used for global motion estimation. Computation of motion features begins by selection of blocks from the anchor frame I k 1 ( ). Locations of the blocks p P are obtained by dividing the image region to N rectangular subregions and selecting one block from each subregion. In this way, we have features distributed over the image. Comparison of candidate blocks is based on analysis of image gradients. In our solution, we compute eigenvalues of the normal matrix [10]. In a subregion, we try to locate a block with strong gradient values in orthogonal directions first that is both eigenvalues of the normal matrix are large. If such a block is not found, we seek a block with strong gradients in one spatial direction that is large value for one eigenvalue. In the second phase of motion feature computation, displacement of each chosen block is estimated. As a block matching measure, we use the zero mean sum of squared differences (ZSSD) criterion, which can be defined as D(d) = x B(I k (x + d) I k 1 (x) µ(d)) 2, (4) where d = [u, v] T is the displacement, B denotes a set of block pixel coordinates, I k ( ) is the target frame, and µ(d) is the average of I k (x+d) I k 1 (x) computed over x B. The ZSSD measure can tolerate changes in lighting conditions and sensor sensitivity [11], which is crucial in our application due to automatic control of image capturing parameters such as an exposure time. In our method, ZSSD is evaluated for some range of integer displacements u and v. The surface of a matching measure values called the motion profile, is used for refinement and uncertainty analysis. The original estimate for the displacement is refined to subpixel precision by fitting of quadratic functions to the criterion values in the neighborhood of that minimum. Separate fitting in horizontal (u) and vertical (v) directions is performed in our case. To evaluate the uncertainty of the local displacement estimate, analysis of the motion profile is performed in order to detect those displacements, which are possible according to the ZSSD criterion. The main principle is to perform gradient-based thresholding for the motion profile. The set of good matches is defined as V = {d D(d) T } with the threshold T = D(d m ) + k 1 G + k 2, (5) where d m is a displacement, which minimizes the block difference measure, G is a block gradient measure, and k 1 and k 2 are constants. The gradient measure G is the sum of squared differences of neighbor pixels computed over the block in horizontal and vertical directions. Statistical justifications for this principle are given in [12]. Once thresholding has been performed, we summarize the result as a covariance matrix C v, which is the second central moment of d V with constant c = 1/12 added to the diagonal values. The constant reflects the fact that thresholding was done for integer-valued displacements.

3 We also compute the first moment over V, which is denoted d v. With these notations, a single motion feature is defined as a quadruplet (p, ˆd, d v, C v ), where p denotes the location of the block centroid in the image and ˆd is the subpixel precision displacement estimate. Global motion estimation uses the local motion features and determines a parametric motion model (1) which is supported by those features. Robust fitting of parametric models is typically based on the random sample consensus [13] or some variant of it. We present an approach, where agreement on some model takes local motion uncertainty information into account. Outlier removal takes the set of motion features as an input and outputs a set of trusted motion features, which are triplets (p, ˆd, W), where W is a 2 2 weighting matrix. This information is fed to the parametric model fitting stage, where the final result is estimated using the weighted least squares method. In outlier analysis, hypotheses about global motion are generated by drawing sufficient subsets of motion features and solving the corresponding system of equations, which is based on (1). In those equations, estimates ˆd are used for displacements d. The best hypothesis is found among generated ones, and it defines the inlier features used in the final model fitting. Uncertainty information associated with the motion features is used to support outlier analysis. The basic principle would be to evaluate the Euclidean distance between the hypothesized displacement and the estimated displacement. However, we can also use the Mahalanobis distance based on C v in our analysis. This enhances utilization of partial displacement information available at edgelike regions [9] Phase correlation with block processing The phase correlation image registration first proposed by Kuglin and Hines [14] is a well known frequency domain method. The method is based on the Fourier shift theorem between two mages f 1 and f 2, which are translated versions of each other. This can be expressed as f 2 (x, y) = f 1 (x x, y y), (6) where x and y are horizontal and vertical displacements. The relationship of their Fourier transforms F 1 and F 2 is given as F 2 (u, v) = e 2πj(u x+v y) F 1 (u, v). (7) The displacement in the spatial domain is reflected as a phase difference in the frequency domain. In order to get rid of the luminance variation influence, we normalize the cross-power spectrum by its magnitude, and obtain its phase S(u, v) = F 2(u, v)f1 (u, v) F 2 (u, v)f1 (8) (u, v). By combining Equations (7) and (8) we get S(u, v) = e 2πj(u x+v y). (9) The inverse Fourier transform of (9) is δ(x x, y y), which is the Dirac delta function centered at ( x, y) corresponding to the spatial shift between images f 1 and f 2. The displacement can be found easily by detecting a highest peak of the response. We have implemented a phase correlation method, where the current frame is divided into 16 by 16 pixel blocks and phase correlation calculation is performed for each block. Fast Fourier transform (FFT) is first performed on the two corresponding blocks in successive frames. In practice, the highest peak is detected from the phase correlation image to estimate the displacement. The subpixel accuracy for the displacement estimate is then obtained using the procedure described in [3]. After, the displacements for feature blocks have been found, the global motion between frames are estimated by solving the motion model (1) with the least squares (LS) method. However, there might be some errorneous displacement measurements whose effect should be reduced. We assume that majority of measurements are correct and utilize the robust M-estimation algorithm to improve the initial LS estimate of the global motion. In practise, we apply iteratively reweighted least squares (IRLS) method for determining M-estimates for motion parameters. 3. EXPERIMENTAL RESULTS In experiments, various methods were evaluated with synthetic and real images. First, we measured the performance of the algorithms quantitatively using a sequence of synthetic images. Image sequences of 10 frames were generated from a high-resolution (HR) base image. We used four base images A,B,C and D containing different kinds of a texture. The HR image was first randomly warped using the Euclidean similarity model described in Sec. 2. The parameters for this model were chosen based on experiments using real images captured with a mobile phone. The warped images were cropped to the size of 320 by 240 pixels. Then optical blur was added with a Gaussian point spread function of 5 by 5 pixels and variance σpsf 2 = 1. These blurred frames were down-sampled by the factor two in both directions. Finally, zero-mean Gaussian noise was added with variance σ 2 = 4 to obtain the low-resolution (LR) images. In order to achieve statistical reliability, we created 10 test sets with 10 LR images for each base image. Performance measures used were based on the peak signal-to-noise ratio (PSNR) between the reference HR image and the achieved super-resolution image. The SR image was intensity normalized before calculation. Mean PSNR computed for test sequences using methods under

4 (a) (b) (c) (d) (e) (f) Fig. 1. Synthetic test A: (a) LR image (b) Vandewalle (c) BMU (d) BPC (e) Zomet (f) Farsiu (a) (b) (c) (d) (e) (f) Fig. 2. Synthetic test A: (a) LR image (b) Vandewalle (c) BMU (d) BPC (e) Zomet (f) Farsiu PSNR [db] Method A B C D Vandewalle [4] BMU + Irani [5] BPC + Irani [5] Zomet [6] Farsiu [7] Table 1. Results with synthesized sequences. evalution are given in Table 1. The results show, that the block matching with uncertainty analysis (BMU) [9] based registration with Irani-Peleg s [5] fusion algorithm performed best for all test sets. Also, our other registration method, the phase correlation using block processing (BPC), performed well compared to the reference methods. This can be visually confirmed by looking Fig. 1 and Fig. 2 where a zoomed portion of the recontructed images are shown for base images A and B respectively. With the test set D, only BMU method managed to reconstruct the text to a readable form. We also compared the methods with real image sequences captured with a Nokia N90 mobile phone. The phone is based on Series 60 platform with Symbian 8.1a OS. It contains a 220 MHz ARM9 based CPU and a 2M pixel camera with Carl Zeiss optics. We captured five 160 by 120 pixel low resolution images for super resolution image reconstruction. In real sequences there was no ground truth images available. Also, the motion parameters were unknown. The visual inspection was used to evaluate the performance of the methods. Similar results like with synthetic data was achieved. Fig. 3 shows a zoomed portion of the recontructed images for real image test case. The block matching with uncertainty analysis (BMU) [9] registration with Irani-Peleg s [5] fusion algorithm performed very well again. Also, the methods of Zomet [6] and Farsiu [7] produced good results. It should be noted, that only the method of Zomet [6] normalizes the contrast of the image. This process could be done after other methods too. The computational complexity of the algorithms was not compared because our BMU method is implemented with C and only quite slow Matlab software was available for other methods. 4. CONCLUSIONS We have presented two new alternative image registration methods for super-resolution reconstruction. The main idea was to develop efficient solutions which could be used in resource limited platforms such as mobile phones. The proposed methods are based on block matching with uncertainty analysis and phase correlation using block processing. The experiments show that the proposed methods perform well if compared to state of the art approaches and indicate that the methods can be applied in practise. Acknowledgments We thank Peyman Milanfar from UC Santa Cruz for allowing us to use their super-resolution software package. The financial support of the Academy of Finland (project no ) is gratefully acknowledged.

5 (a) (b) (c) (d) (e) (f) Fig. 3. Experiments with real image data: (a) LR image (b) Vandewalle (c) BMU (d) BPC (e) Zomet (f) Farsiu 5. REFERENCES [1] S. C. Park, M. K. Park, and M. G. Kang, Super-resolution image reconstruction: a technical overview, IEEE Signal Processing Magazine, vol. 20, no. 3, pp , May [2] R. Y. Tsai and T. S. Huang, Multiframe image restoration and registration, in Advances in Computer Vision and Image Processing, JAI Press, 1984, vol. 1, pp [3] H. Foroosh, J. B. Zerubia, and M. Berthod, Extension of phase correlation to subpixel registration, IEEE Transactions on Image Processing, vol. 11, no. 3, pp , March [4] P. Vandewalle, S. Süsstrunk, and M. Vetterli, A Frequency Domain Approach to Registration of Aliased Images with Application to Super- Resolution, EURASIP Journal on Applied Signal Processing (special issue on Super-resolution), vol [5] M. Irani and S. Peleg, Improving resolution by image registration, CVGIP: Graphical Models and Image Processing, vol. 53, no. 3, pp , May [10] C. Tomasi and T. Kanade, Detection and tracking of point features, Tech. Rep. CMU-CS , Carnegie-Mellon University, [11] P. Aschwanden and W. Guggenbühl, Experimental results from a comparative study of correlationtype registration algorithms, in Robust Computer Vision: Quality of Vision Algorithms, W. Förstner and St. Ruwiedel, Eds., pp Wichmann, Karlsruhe, [12] J. Hannuksela, P. Sangi, and J. Heikkilä, Visionbased motion estimation for interaction with mobile devices, Vision for Human-Computer Interaction, A special issue of the journal on Computer Vision and Image Understanding, [13] M. A. Fischler and R. C. Bolles, Random sample consensus: a paradigm for model fitting with applications to image analysis and automated cartography, Communications of the ACM, vol. 24, pp , [14] C. D. Kuglin and D. C. Hines, The phase correlation image alignment, in IEEE Int. Conf. Cybernetics and Society, Sept 1975, pp [6] A. Zomet, A. Rav-Acha, and S. Peleg, Robust superresolution, in International Conference on Computer Vision and Pattern Recognition, Dec 2001, vol. 1, pp [7] S. Farsiu, M. D. Robinson, M. Elad, and P. Milanfar, Fast and robust multiframe super-resolution, IEEE Transactions on Image Processing, vol. 13, no. 10, pp , [8] F. Šroubek and J. Flusser, Resolution enhancement via probabilistic deconvolution of multiple degraded images, Pattern Recognition Letters, vol. 27, no. 4, pp , March [9] P. Sangi, J. Hannuksela, and J. Heikkilä, Global motion estimation using block matching with uncertainty analysis, in Proc. 15th European Signal Processing Conference, Poznan, Poland, 2007, p. 5.

Video stabilization for high resolution images reconstruction

Video stabilization for high resolution images reconstruction Advanced Project S9 Video stabilization for high resolution images reconstruction HIMMICH Youssef, KEROUANTON Thomas, PATIES Rémi, VILCHES José. Abstract Super-resolution reconstruction produces one or

More information

SUPER RESOLUTION FROM MULTIPLE LOW RESOLUTION IMAGES

SUPER RESOLUTION FROM MULTIPLE LOW RESOLUTION IMAGES SUPER RESOLUTION FROM MULTIPLE LOW RESOLUTION IMAGES ABSTRACT Florin Manaila 1 Costin-Anton Boiangiu 2 Ion Bucur 3 Although the technology of optical instruments is constantly advancing, the capture of

More information

Accurate and robust image superresolution by neural processing of local image representations

Accurate and robust image superresolution by neural processing of local image representations Accurate and robust image superresolution by neural processing of local image representations Carlos Miravet 1,2 and Francisco B. Rodríguez 1 1 Grupo de Neurocomputación Biológica (GNB), Escuela Politécnica

More information

RESOLUTION IMPROVEMENT OF DIGITIZED IMAGES

RESOLUTION IMPROVEMENT OF DIGITIZED IMAGES Proceedings of ALGORITMY 2005 pp. 270 279 RESOLUTION IMPROVEMENT OF DIGITIZED IMAGES LIBOR VÁŠA AND VÁCLAV SKALA Abstract. A quick overview of preprocessing performed by digital still cameras is given

More information

Super-resolution Reconstruction Algorithm Based on Patch Similarity and Back-projection Modification

Super-resolution Reconstruction Algorithm Based on Patch Similarity and Back-projection Modification 1862 JOURNAL OF SOFTWARE, VOL 9, NO 7, JULY 214 Super-resolution Reconstruction Algorithm Based on Patch Similarity and Back-projection Modification Wei-long Chen Digital Media College, Sichuan Normal

More information

Image Super-Resolution for Improved Automatic Target Recognition

Image Super-Resolution for Improved Automatic Target Recognition Image Super-Resolution for Improved Automatic Target Recognition Raymond S. Wagner a and Donald Waagen b and Mary Cassabaum b a Rice University, Houston, TX b Raytheon Missile Systems, Tucson, AZ ABSTRACT

More information

Low-resolution Character Recognition by Video-based Super-resolution

Low-resolution Character Recognition by Video-based Super-resolution 2009 10th International Conference on Document Analysis and Recognition Low-resolution Character Recognition by Video-based Super-resolution Ataru Ohkura 1, Daisuke Deguchi 1, Tomokazu Takahashi 2, Ichiro

More information

A Learning Based Method for Super-Resolution of Low Resolution Images

A Learning Based Method for Super-Resolution of Low Resolution Images A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 emre.ugur@ceng.metu.edu.tr Abstract The main objective of this project is the study of a learning based method

More information

Latest Results on High-Resolution Reconstruction from Video Sequences

Latest Results on High-Resolution Reconstruction from Video Sequences Latest Results on High-Resolution Reconstruction from Video Sequences S. Lertrattanapanich and N. K. Bose The Spatial and Temporal Signal Processing Center Department of Electrical Engineering The Pennsylvania

More information

Extracting a Good Quality Frontal Face Images from Low Resolution Video Sequences

Extracting a Good Quality Frontal Face Images from Low Resolution Video Sequences Extracting a Good Quality Frontal Face Images from Low Resolution Video Sequences Pritam P. Patil 1, Prof. M.V. Phatak 2 1 ME.Comp, 2 Asst.Professor, MIT, Pune Abstract The face is one of the important

More information

Redundant Wavelet Transform Based Image Super Resolution

Redundant Wavelet Transform Based Image Super Resolution Redundant Wavelet Transform Based Image Super Resolution Arti Sharma, Prof. Preety D Swami Department of Electronics &Telecommunication Samrat Ashok Technological Institute Vidisha Department of Electronics

More information

A Frequency Domain Approach to Registration of Aliased Images with Application to Super-resolution

A Frequency Domain Approach to Registration of Aliased Images with Application to Super-resolution Hindawi Publishing Corporation EURASIP Journal on Applied Signal Processing Volume 2006, Article ID 71459, Pages 1 14 DOI 10.1155/ASP/2006/71459 A Frequency Domain Approach to Registration of Aliased Images

More information

Superresolution images reconstructed from aliased images

Superresolution images reconstructed from aliased images Superresolution images reconstructed from aliased images Patrick Vandewalle, Sabine Süsstrunk and Martin Vetterli LCAV - School of Computer and Communication Sciences Ecole Polytechnique Fédérale de Lausanne

More information

Bayesian Image Super-Resolution

Bayesian Image Super-Resolution Bayesian Image Super-Resolution Michael E. Tipping and Christopher M. Bishop Microsoft Research, Cambridge, U.K..................................................................... Published as: Bayesian

More information

Super-Resolution Methods for Digital Image and Video Processing

Super-Resolution Methods for Digital Image and Video Processing CZECH TECHNICAL UNIVERSITY IN PRAGUE FACULTY OF ELECTRICAL ENGINEERING DEPARTMENT OF RADIOELECTRONICS Super-Resolution Methods for Digital Image and Video Processing DIPLOMA THESIS Author: Bc. Tomáš Lukeš

More information

Performance Verification of Super-Resolution Image Reconstruction

Performance Verification of Super-Resolution Image Reconstruction Performance Verification of Super-Resolution Image Reconstruction Masaki Sugie Department of Information Science, Kogakuin University Tokyo, Japan Email: em13010@ns.kogakuin.ac.jp Seiichi Gohshi Department

More information

ROBUST COLOR JOINT MULTI-FRAME DEMOSAICING AND SUPER- RESOLUTION ALGORITHM

ROBUST COLOR JOINT MULTI-FRAME DEMOSAICING AND SUPER- RESOLUTION ALGORITHM ROBUST COLOR JOINT MULTI-FRAME DEMOSAICING AND SUPER- RESOLUTION ALGORITHM Theodor Heinze Hasso-Plattner-Institute for Software Systems Engineering Prof.-Dr.-Helmert-Str. 2-3, 14482 Potsdam, Germany theodor.heinze@hpi.uni-potsdam.de

More information

Resolving Objects at Higher Resolution from a Single Motion-blurred Image

Resolving Objects at Higher Resolution from a Single Motion-blurred Image Resolving Objects at Higher Resolution from a Single Motion-blurred Image Amit Agrawal and Ramesh Raskar Mitsubishi Electric Research Labs (MERL) 201 Broadway, Cambridge, MA, USA 02139 [agrawal,raskar]@merl.com

More information

NEIGHBORHOOD REGRESSION FOR EDGE-PRESERVING IMAGE SUPER-RESOLUTION. Yanghao Li, Jiaying Liu, Wenhan Yang, Zongming Guo

NEIGHBORHOOD REGRESSION FOR EDGE-PRESERVING IMAGE SUPER-RESOLUTION. Yanghao Li, Jiaying Liu, Wenhan Yang, Zongming Guo NEIGHBORHOOD REGRESSION FOR EDGE-PRESERVING IMAGE SUPER-RESOLUTION Yanghao Li, Jiaying Liu, Wenhan Yang, Zongming Guo Institute of Computer Science and Technology, Peking University, Beijing, P.R.China,

More information

SUPER-RESOLUTION FROM MULTIPLE IMAGES HAVING ARBITRARY MUTUAL MOTION

SUPER-RESOLUTION FROM MULTIPLE IMAGES HAVING ARBITRARY MUTUAL MOTION #! Chapter 2 SUPER-RESOLUTION FROM MULTIPLE IMAGES HAVING ARBITRARY MUTUAL MOTION Assaf Zomet and Shmuel Peleg School of Computer Science and Engineering The Hebrew University of Jerusalem 9190 Jerusalem,

More information

Vision based Vehicle Tracking using a high angle camera

Vision based Vehicle Tracking using a high angle camera Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu gramos@clemson.edu dshu@clemson.edu Abstract A vehicle tracking and grouping algorithm is presented in this work

More information

Face Model Fitting on Low Resolution Images

Face Model Fitting on Low Resolution Images Face Model Fitting on Low Resolution Images Xiaoming Liu Peter H. Tu Frederick W. Wheeler Visualization and Computer Vision Lab General Electric Global Research Center Niskayuna, NY, 1239, USA {liux,tu,wheeler}@research.ge.com

More information

Simultaneous Gamma Correction and Registration in the Frequency Domain

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

More information

Super-resolution method based on edge feature for high resolution imaging

Super-resolution method based on edge feature for high resolution imaging Science Journal of Circuits, Systems and Signal Processing 2014; 3(6-1): 24-29 Published online December 26, 2014 (http://www.sciencepublishinggroup.com/j/cssp) doi: 10.11648/j.cssp.s.2014030601.14 ISSN:

More information

High Quality Image Deblurring Panchromatic Pixels

High Quality Image Deblurring Panchromatic Pixels High Quality Image Deblurring Panchromatic Pixels ACM Transaction on Graphics vol. 31, No. 5, 2012 Sen Wang, Tingbo Hou, John Border, Hong Qin, and Rodney Miller Presented by Bong-Seok Choi School of Electrical

More information

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow , pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices

More information

High Quality Image Magnification using Cross-Scale Self-Similarity

High Quality Image Magnification using Cross-Scale Self-Similarity High Quality Image Magnification using Cross-Scale Self-Similarity André Gooßen 1, Arne Ehlers 1, Thomas Pralow 2, Rolf-Rainer Grigat 1 1 Vision Systems, Hamburg University of Technology, D-21079 Hamburg

More information

Limitation of Super Resolution Image Reconstruction for Video

Limitation of Super Resolution Image Reconstruction for Video 2013 Fifth International Conference on Computational Intelligence, Communication Systems and Networks Limitation of Super Resolution Image Reconstruction for Video Seiichi Gohshi Kogakuin University Tokyo,

More information

How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm

How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 10 April 2015 ISSN (online): 2349-784X Image Estimation Algorithm for Out of Focus and Blur Images to Retrieve the Barcode

More information

Epipolar Geometry. Readings: See Sections 10.1 and 15.6 of Forsyth and Ponce. Right Image. Left Image. e(p ) Epipolar Lines. e(q ) q R.

Epipolar Geometry. Readings: See Sections 10.1 and 15.6 of Forsyth and Ponce. Right Image. Left Image. e(p ) Epipolar Lines. e(q ) q R. Epipolar Geometry We consider two perspective images of a scene as taken from a stereo pair of cameras (or equivalently, assume the scene is rigid and imaged with a single camera from two different locations).

More information

Image Segmentation and Registration

Image Segmentation and Registration Image Segmentation and Registration Dr. Christine Tanner (tanner@vision.ee.ethz.ch) Computer Vision Laboratory, ETH Zürich Dr. Verena Kaynig, Machine Learning Laboratory, ETH Zürich Outline Segmentation

More information

Feature Tracking and Optical Flow

Feature Tracking and Optical Flow 02/09/12 Feature Tracking and Optical Flow Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem Many slides adapted from Lana Lazebnik, Silvio Saverse, who in turn adapted slides from Steve

More information

An Iterative Image Registration Technique with an Application to Stereo Vision

An Iterative Image Registration Technique with an Application to Stereo Vision An Iterative Image Registration Technique with an Application to Stereo Vision Bruce D. Lucas Takeo Kanade Computer Science Department Carnegie-Mellon University Pittsburgh, Pennsylvania 15213 Abstract

More information

A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation

A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation S.VENKATA RAMANA ¹, S. NARAYANA REDDY ² M.Tech student, Department of ECE, SVU college of Engineering, Tirupati, 517502,

More information

A Reliability Point and Kalman Filter-based Vehicle Tracking Technique

A Reliability Point and Kalman Filter-based Vehicle Tracking Technique A Reliability Point and Kalman Filter-based Vehicle Tracing Technique Soo Siang Teoh and Thomas Bräunl Abstract This paper introduces a technique for tracing the movement of vehicles in consecutive video

More information

Super-Resolution Reconstruction in MRI: Better Images Faster?

Super-Resolution Reconstruction in MRI: Better Images Faster? Super-Resolution Reconstruction in MRI: Better Images Faster? Esben Plenge 1,, Dirk H. J. Poot 1, Monique Bernsen 2, Gyula Kotek 2, Gavin Houston 2, Piotr Wielopolski 2, Louise van der Weerd 3, Wiro J.

More information

Super-Resolution from a Single Image

Super-Resolution from a Single Image Super-Resolution from a Single Image Daniel Glasner Shai Bagon Michal Irani Dept. of Computer Science and Applied Mathematics The Weizmann Institute of Science Rehovot 76100, Israel Abstract Methods for

More information

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

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

More information

Face Recognition in Low-resolution Images by Using Local Zernike Moments

Face Recognition in Low-resolution Images by Using Local Zernike Moments Proceedings of the International Conference on Machine Vision and Machine Learning Prague, Czech Republic, August14-15, 014 Paper No. 15 Face Recognition in Low-resolution Images by Using Local Zernie

More information

Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object

More information

Build Panoramas on Android Phones

Build Panoramas on Android Phones Build Panoramas on Android Phones Tao Chu, Bowen Meng, Zixuan Wang Stanford University, Stanford CA Abstract The purpose of this work is to implement panorama stitching from a sequence of photos taken

More information

Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition

Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition 1. Image Pre-Processing - Pixel Brightness Transformation - Geometric Transformation - Image Denoising 1 1. Image Pre-Processing

More information

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

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

More information

SUPER-RESOLUTION (SR) has been an active research

SUPER-RESOLUTION (SR) has been an active research 498 IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 15, NO. 3, APRIL 2013 A Self-Learning Approach to Single Image Super-Resolution Min-Chun Yang and Yu-Chiang Frank Wang, Member, IEEE Abstract Learning-based approaches

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

Analysis of Segmentation Performance on Super-resolved Images

Analysis of Segmentation Performance on Super-resolved Images J. Zhang and X. Yuan: Analysis of segmentation performance on super-resolved images. In Texture 2005: Proceedings of the th International Workshop on Texture Analysis and Synthesis, pp. 155 10, 2005. Analysis

More information

Image super-resolution: Historical overview and future challenges

Image super-resolution: Historical overview and future challenges 1 Image super-resolution: Historical overview and future challenges Jianchao Yang University of Illinois at Urbana-Champaign Thomas Huang University of Illinois at Urbana-Champaign CONTENTS 1.1 Introduction

More information

Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication

Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication Thomas Reilly Data Physics Corporation 1741 Technology Drive, Suite 260 San Jose, CA 95110 (408) 216-8440 This paper

More information

Super-Resolution for Traditional and Omnidirectional Image Sequences

Super-Resolution for Traditional and Omnidirectional Image Sequences Acta Polytechnica Hungarica Vol. 6, No. 1, 2009 Super-Resolution for Traditional and Omnidirectional Image Sequences Attila Nagy, Zoltán Vámossy Institute of Software Technology, John von Neumann Faculty

More information

A Novel Method for Brain MRI Super-resolution by Wavelet-based POCS and Adaptive Edge Zoom

A Novel Method for Brain MRI Super-resolution by Wavelet-based POCS and Adaptive Edge Zoom A Novel Method for Brain MRI Super-resolution by Wavelet-based POCS and Adaptive Edge Zoom N. Hema Rajini*, R.Bhavani Department of Computer Science and Engineering, Annamalai University, Annamalai Nagar

More information

Low-resolution Image Processing based on FPGA

Low-resolution Image Processing based on FPGA Abstract Research Journal of Recent Sciences ISSN 2277-2502. Low-resolution Image Processing based on FPGA Mahshid Aghania Kiau, Islamic Azad university of Karaj, IRAN Available online at: www.isca.in,

More information

Jitter-Camera: High Resolution Video from a Low Resolution Detector

Jitter-Camera: High Resolution Video from a Low Resolution Detector Images in this paper are best viewed magnified or printed on a high resolution color printer. Jitter-Camera: High Resolution Video from a Low Resolution Detector Moshe Ben-Ezra, Assaf Zomet, and Shree

More information

Super-Resolution Imaging : Use of Zoom as a Cue

Super-Resolution Imaging : Use of Zoom as a Cue Super-Resolution Imaging : Use of Zoom as a Cue M.V. Joshi and Subhasis Chaudhuri Department of Electrical Engineering Indian Institute of Technology - Bombay Powai, Mumbai-400076. India mvjoshi, sc@ee.iitb.ac.in

More information

Image Interpolation by Pixel Level Data-Dependent Triangulation

Image Interpolation by Pixel Level Data-Dependent Triangulation Volume xx (200y), Number z, pp. 1 7 Image Interpolation by Pixel Level Data-Dependent Triangulation Dan Su, Philip Willis Department of Computer Science, University of Bath, Bath, BA2 7AY, U.K. mapds,

More information

Integer Computation of Image Orthorectification for High Speed Throughput

Integer Computation of Image Orthorectification for High Speed Throughput Integer Computation of Image Orthorectification for High Speed Throughput Paul Sundlie Joseph French Eric Balster Abstract This paper presents an integer-based approach to the orthorectification of aerial

More information

Discrete Curvelet Transform Based Super-resolution using Sub-pixel Image Registration

Discrete Curvelet Transform Based Super-resolution using Sub-pixel Image Registration Vol. 4, No., June, 0 Discrete Curvelet Transform Based Super-resolution using Sub-pixel Image Registration Anil A. Patil, Dr. Jyoti Singhai Department of Electronics and Telecomm., COE, Malegaon(Bk), Pune,

More information

Parameter Estimation in Bayesian High-Resolution Image Reconstruction With Multisensors

Parameter Estimation in Bayesian High-Resolution Image Reconstruction With Multisensors IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL 12, NO 12, DECEMBER 2003 1655 Parameter Estimation in Bayesian High-Resolution Image Reconstruction With Multisensors Rafael Molina, Member, IEEE, Miguel Vega,

More information

Make and Model Recognition of Cars

Make and Model Recognition of Cars Make and Model Recognition of Cars Sparta Cheung Department of Electrical and Computer Engineering University of California, San Diego 9500 Gilman Dr., La Jolla, CA 92093 sparta@ucsd.edu Alice Chu Department

More information

Subspace Analysis and Optimization for AAM Based Face Alignment

Subspace Analysis and Optimization for AAM Based Face Alignment Subspace Analysis and Optimization for AAM Based Face Alignment Ming Zhao Chun Chen College of Computer Science Zhejiang University Hangzhou, 310027, P.R.China zhaoming1999@zju.edu.cn Stan Z. Li Microsoft

More information

Super-Resolution Imaging Applied to Moving Targets in High Dynamic Scenes

Super-Resolution Imaging Applied to Moving Targets in High Dynamic Scenes Super-Resolution Imaging Applied to Moving Targets in High Dynamic Scenes Olegs Mise *a, Toby P. Breckon b a GE Intelligent Platforms Applied Image Processing, Billerica, USA, e-mail: olegs.mise@ge.com,

More information

1646 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 6, NO. 12, DECEMBER 1997

1646 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 6, NO. 12, DECEMBER 1997 1646 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL 6, NO 12, DECEMBER 1997 Restoration of a Single Superresolution Image from Several Blurred, Noisy, and Undersampled Measured Images Michael Elad and Arie

More information

Sachin Patel HOD I.T Department PCST, Indore, India. Parth Bhatt I.T Department, PCST, Indore, India. Ankit Shah CSE Department, KITE, Jaipur, India

Sachin Patel HOD I.T Department PCST, Indore, India. Parth Bhatt I.T Department, PCST, Indore, India. Ankit Shah CSE Department, KITE, Jaipur, India Image Enhancement Using Various Interpolation Methods Parth Bhatt I.T Department, PCST, Indore, India Ankit Shah CSE Department, KITE, Jaipur, India Sachin Patel HOD I.T Department PCST, Indore, India

More information

Convolution. 1D Formula: 2D Formula: Example on the web: http://www.jhu.edu/~signals/convolve/

Convolution. 1D Formula: 2D Formula: Example on the web: http://www.jhu.edu/~signals/convolve/ Basic Filters (7) Convolution/correlation/Linear filtering Gaussian filters Smoothing and noise reduction First derivatives of Gaussian Second derivative of Gaussian: Laplacian Oriented Gaussian filters

More information

Segmentation of building models from dense 3D point-clouds

Segmentation of building models from dense 3D point-clouds Segmentation of building models from dense 3D point-clouds Joachim Bauer, Konrad Karner, Konrad Schindler, Andreas Klaus, Christopher Zach VRVis Research Center for Virtual Reality and Visualization, Institute

More information

Machine Learning in Multi-frame Image Super-resolution

Machine Learning in Multi-frame Image Super-resolution Machine Learning in Multi-frame Image Super-resolution Lyndsey C. Pickup Robotics Research Group Department of Engineering Science University of Oxford Michaelmas Term, 2007 Lyndsey C. Pickup Doctor of

More information

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm 1 Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm Hani Mehrpouyan, Student Member, IEEE, Department of Electrical and Computer Engineering Queen s University, Kingston, Ontario,

More information

How To Analyze Ball Blur On A Ball Image

How To Analyze Ball Blur On A Ball Image Single Image 3D Reconstruction of Ball Motion and Spin From Motion Blur An Experiment in Motion from Blur Giacomo Boracchi, Vincenzo Caglioti, Alessandro Giusti Objective From a single image, reconstruct:

More information

Image Compression through DCT and Huffman Coding Technique

Image Compression through DCT and Huffman Coding Technique International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Rahul

More information

CS 534: Computer Vision 3D Model-based recognition

CS 534: Computer Vision 3D Model-based recognition CS 534: Computer Vision 3D Model-based recognition Ahmed Elgammal Dept of Computer Science CS 534 3D Model-based Vision - 1 High Level Vision Object Recognition: What it means? Two main recognition tasks:!

More information

Joint MAP Registration and High Resolution Image Estimation Using a Sequence of Undersampled Images 1

Joint MAP Registration and High Resolution Image Estimation Using a Sequence of Undersampled Images 1 Joint MAP Registration and High Resolution Image Estimation Using a Sequence of Undersampled Images Russell C. Hardie, Kenneth J. Barnard and Ernest E. Armstrong Department of Electrical and Computer Engineering

More information

High-accuracy ultrasound target localization for hand-eye calibration between optical tracking systems and three-dimensional ultrasound

High-accuracy ultrasound target localization for hand-eye calibration between optical tracking systems and three-dimensional ultrasound High-accuracy ultrasound target localization for hand-eye calibration between optical tracking systems and three-dimensional ultrasound Ralf Bruder 1, Florian Griese 2, Floris Ernst 1, Achim Schweikard

More information

Automatic 3D Mapping for Infrared Image Analysis

Automatic 3D Mapping for Infrared Image Analysis Automatic 3D Mapping for Infrared Image Analysis i r f m c a d a r a c h e V. Martin, V. Gervaise, V. Moncada, M.H. Aumeunier, M. irdaouss, J.M. Travere (CEA) S. Devaux (IPP), G. Arnoux (CCE) and JET-EDA

More information

A System for Capturing High Resolution Images

A System for Capturing High Resolution Images A System for Capturing High Resolution Images G.Voyatzis, G.Angelopoulos, A.Bors and I.Pitas Department of Informatics University of Thessaloniki BOX 451, 54006 Thessaloniki GREECE e-mail: pitas@zeus.csd.auth.gr

More information

Component Ordering in Independent Component Analysis Based on Data Power

Component Ordering in Independent Component Analysis Based on Data Power Component Ordering in Independent Component Analysis Based on Data Power Anne Hendrikse Raymond Veldhuis University of Twente University of Twente Fac. EEMCS, Signals and Systems Group Fac. EEMCS, Signals

More information

Image Authentication Scheme using Digital Signature and Digital Watermarking

Image Authentication Scheme using Digital Signature and Digital Watermarking www..org 59 Image Authentication Scheme using Digital Signature and Digital Watermarking Seyed Mohammad Mousavi Industrial Management Institute, Tehran, Iran Abstract Usual digital signature schemes for

More information

jorge s. marques image processing

jorge s. marques image processing image processing images images: what are they? what is shown in this image? What is this? what is an image images describe the evolution of physical variables (intensity, color, reflectance, condutivity)

More information

Euler Vector: A Combinatorial Signature for Gray-Tone Images

Euler Vector: A Combinatorial Signature for Gray-Tone Images Euler Vector: A Combinatorial Signature for Gray-Tone Images Arijit Bishnu, Bhargab B. Bhattacharya y, Malay K. Kundu, C. A. Murthy fbishnu t, bhargab, malay, murthyg@isical.ac.in Indian Statistical Institute,

More information

Resolution Enhancement of Photogrammetric Digital Images

Resolution Enhancement of Photogrammetric Digital Images DICTA2002: Digital Image Computing Techniques and Applications, 21--22 January 2002, Melbourne, Australia 1 Resolution Enhancement of Photogrammetric Digital Images John G. FRYER and Gabriele SCARMANA

More information

Computational Optical Imaging - Optique Numerique. -- Deconvolution --

Computational Optical Imaging - Optique Numerique. -- Deconvolution -- Computational Optical Imaging - Optique Numerique -- Deconvolution -- Winter 2014 Ivo Ihrke Deconvolution Ivo Ihrke Outline Deconvolution Theory example 1D deconvolution Fourier method Algebraic method

More information

High Resolution Images from a Sequence of Low Resolution Observations

High Resolution Images from a Sequence of Low Resolution Observations High Resolution Images from a Sequence of Low Resolution Observations L. D. Alvarez, R. Molina Department of Computer Science and A.I. University of Granada, 18071 Granada, Spain. A. K. Katsaggelos Department

More information

PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM

PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM Apurva Sinha 1, Mukesh kumar 2, A.K. Jaiswal 3, Rohini Saxena 4 Department of Electronics

More information

Automatic Improvement of Image Registration Using High Information Content Pixels

Automatic Improvement of Image Registration Using High Information Content Pixels Automatic Improvement of Image Registration Using High Information Content Pixels Paula M. Tristan, Ruben S. Wainschenker and Jorge H. Doorn Abstract Image registration is currently used to refer the activity

More information

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING Ms.PALLAVI CHOUDEKAR Ajay Kumar Garg Engineering College, Department of electrical and electronics Ms.SAYANTI BANERJEE Ajay Kumar Garg Engineering

More information

Analyzing Facial Expressions for Virtual Conferencing

Analyzing Facial Expressions for Virtual Conferencing IEEE Computer Graphics & Applications, pp. 70-78, September 1998. Analyzing Facial Expressions for Virtual Conferencing Peter Eisert and Bernd Girod Telecommunications Laboratory, University of Erlangen,

More information

OBJECT TRACKING USING LOG-POLAR TRANSFORMATION

OBJECT TRACKING USING LOG-POLAR TRANSFORMATION OBJECT TRACKING USING LOG-POLAR TRANSFORMATION A Thesis Submitted to the Gradual Faculty of the Louisiana State University and Agricultural and Mechanical College in partial fulfillment of the requirements

More information

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard Academic Content Standards Grade Eight and Grade Nine Ohio Algebra 1 2008 Grade Eight STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express

More information

Two-Frame Motion Estimation Based on Polynomial Expansion

Two-Frame Motion Estimation Based on Polynomial Expansion Two-Frame Motion Estimation Based on Polynomial Expansion Gunnar Farnebäck Computer Vision Laboratory, Linköping University, SE-581 83 Linköping, Sweden gf@isy.liu.se http://www.isy.liu.se/cvl/ Abstract.

More information

Canny Edge Detection

Canny Edge Detection Canny Edge Detection 09gr820 March 23, 2009 1 Introduction The purpose of edge detection in general is to significantly reduce the amount of data in an image, while preserving the structural properties

More information

Blind Deconvolution of Barcodes via Dictionary Analysis and Wiener Filter of Barcode Subsections

Blind Deconvolution of Barcodes via Dictionary Analysis and Wiener Filter of Barcode Subsections Blind Deconvolution of Barcodes via Dictionary Analysis and Wiener Filter of Barcode Subsections Maximilian Hung, Bohyun B. Kim, Xiling Zhang August 17, 2013 Abstract While current systems already provide

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

Computed Tomography Resolution Enhancement by Integrating High-Resolution 2D X-Ray Images into the CT reconstruction

Computed Tomography Resolution Enhancement by Integrating High-Resolution 2D X-Ray Images into the CT reconstruction Digital Industrial Radiology and Computed Tomography (DIR 2015) 22-25 June 2015, Belgium, Ghent - www.ndt.net/app.dir2015 More Info at Open Access Database www.ndt.net/?id=18046 Computed Tomography Resolution

More information

Whitepaper. Image stabilization improving camera usability

Whitepaper. Image stabilization improving camera usability Whitepaper Image stabilization improving camera usability Table of contents 1. Introduction 3 2. Vibration Impact on Video Output 3 3. Image Stabilization Techniques 3 3.1 Optical Image Stabilization 3

More information

Static Environment Recognition Using Omni-camera from a Moving Vehicle

Static Environment Recognition Using Omni-camera from a Moving Vehicle Static Environment Recognition Using Omni-camera from a Moving Vehicle Teruko Yata, Chuck Thorpe Frank Dellaert The Robotics Institute Carnegie Mellon University Pittsburgh, PA 15213 USA College of Computing

More information

Performance Analysis and Comparison of JM 15.1 and Intel IPP H.264 Encoder and Decoder

Performance Analysis and Comparison of JM 15.1 and Intel IPP H.264 Encoder and Decoder Performance Analysis and Comparison of 15.1 and H.264 Encoder and Decoder K.V.Suchethan Swaroop and K.R.Rao, IEEE Fellow Department of Electrical Engineering, University of Texas at Arlington Arlington,

More information

TOOLS FOR 3D-OBJECT RETRIEVAL: KARHUNEN-LOEVE TRANSFORM AND SPHERICAL HARMONICS

TOOLS FOR 3D-OBJECT RETRIEVAL: KARHUNEN-LOEVE TRANSFORM AND SPHERICAL HARMONICS TOOLS FOR 3D-OBJECT RETRIEVAL: KARHUNEN-LOEVE TRANSFORM AND SPHERICAL HARMONICS D.V. Vranić, D. Saupe, and J. Richter Department of Computer Science, University of Leipzig, Leipzig, Germany phone +49 (341)

More information

SUPER-RESOLUTION IMAGE RECONSTRUCTION FROM ALIASED FLIR IMAGERY

SUPER-RESOLUTION IMAGE RECONSTRUCTION FROM ALIASED FLIR IMAGERY SUPER-RESOLUTION IMAGE RECONSTRUCTION FROM ALIASED FLIR IMAGERY S. Susan Young Army Research Laboratory, Adelphi, MD 0783 USA Ronald G. Driggers Night Vision & Electronic Sensors Directorate, Fort Belvoir,

More information

Chapter 1 Simultaneous demosaicing and resolution enhancement from under-sampled image sequences

Chapter 1 Simultaneous demosaicing and resolution enhancement from under-sampled image sequences Chapter Simultaneous demosaicing and resolution enhancement from under-sampled image sequences SINA FARSIU Duke University Eye Center Durham, NC Email: sina.farsiu@duke.edu DIRK ROBINSON Ricoh Innovations

More information

A Methodology for Obtaining Super-Resolution Images and Depth Maps from RGB-D Data

A Methodology for Obtaining Super-Resolution Images and Depth Maps from RGB-D Data A Methodology for Obtaining Super-Resolution Images and Depth Maps from RGB-D Data Daniel B. Mesquita, Mario F. M. Campos, Erickson R. Nascimento Computer Science Department Universidade Federal de Minas

More information