Digital Image Processing

Size: px
Start display at page:

Download "Digital Image Processing"

Transcription

1 GONZ_FMv3.qxd 7/26/07 9:05 AM Page i Digital Image Processing Third Edition Rafael C. Gonzalez University of Tennessee Richard E. Woods MedData Interactive Upper Saddle River, NJ 07458

2 GONZ_FMv3.qxd 7/26/07 9:05 AM Page ii Library of Congress Cataloging-in-Publication Data on File Vice President and Editorial Director, ECS: Marcia J. Horton Executive Editor: Michael McDonald Associate Editor: Alice Dworkin Editorial Assistant: William Opaluch Managing Editor: Scott Disanno Production Editor: Rose Kernan Director of Creative Services: Paul Belfanti Creative Director: Juan Lopez Art Director: Heather Scott Art Editors: Gregory Dulles and Thomas Benfatti Manufacturing Manager: Alexis Heydt-Long Manufacturing Buyer: Lisa McDowell Senior Marketing Manager: Tim Galligan 2008 by Pearson Education, Inc. Pearson Prentice Hall Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved. No part of this book may be reproduced, in any form, or by any means, without permission in writing from the publisher. Pearson Prentice Hall is a trademark of Pearson Education, Inc. The authors and publisher of this book have used their best efforts in preparing this book. These efforts include the development, research, and testing of the theories and programs to determine their effectiveness. The authors and publisher make no warranty of any kind, expressed or implied, with regard to these programs or the documentation contained in this book. The authors and publisher shall not be liable in any event for incidental or consequential damages with, or arising out of, the furnishing, performance, or use of these programs. Printed in the United States of America ISBN x Pearson Education Ltd., London Pearson Education Australia Pty. Ltd., Sydney Pearson Education Singapore, Pte., Ltd. Pearson Education North Asia Ltd., Hong Kong Pearson Education Canada, Inc., Toronto Pearson Educación de Mexico, S.A. de C.V. Pearson Education Japan, Tokyo Pearson Education Malaysia, Pte. Ltd. Pearson Education, Inc., Upper Saddle River, New Jersey

3 GONZ_FMv3.qxd 7/26/07 9:05 AM Page iii To Samantha and To Janice, David, and Jonathan

4 GONZ_FMv3.qxd 7/26/07 9:05 AM Page iv

5 GONZ_FMv3.qxd 7/26/07 9:05 AM Page v Contents Preface xv Acknowledgments The Book Web Site About the Authors xix xx xxi 1 Introduction What Is Digital Image Processing? The Origins of Digital Image Processing Examples of Fields that Use Digital Image Processing Gamma-Ray Imaging X-Ray Imaging Imaging in the Ultraviolet Band Imaging in the Visible and Infrared Bands Imaging in the Microwave Band Imaging in the Radio Band Examples in which Other Imaging Modalities Are Used Fundamental Steps in Digital Image Processing Components of an Image Processing System 28 Summary 31 References and Further Reading 31 2 Digital Image Fundamentals Elements of Visual Perception Structure of the Human Eye Image Formation in the Eye Brightness Adaptation and Discrimination Light and the Electromagnetic Spectrum Image Sensing and Acquisition Image Acquisition Using a Single Sensor Image Acquisition Using Sensor Strips Image Acquisition Using Sensor Arrays A Simple Image Formation Model Image Sampling and Quantization Basic Concepts in Sampling and Quantization Representing Digital Images Spatial and Intensity Resolution Image Interpolation 65 v

6 GONZ_FMv3.qxd 7/26/07 9:05 AM Page vi vi 2.5 Some Basic Relationships between Pixels Neighbors of a Pixel Adjacency, Connectivity, Regions, and Boundaries Distance Measures An Introduction to the Mathematical Tools Used in Digital Image Processing Array versus Matrix Operations Linear versus Nonlinear Operations Arithmetic Operations Set and Logical Operations Spatial Operations Vector and Matrix Operations Image Transforms Probabilistic Methods 96 Summary 98 References and Further Reading 98 Problems 99 3 Intensity Transformations and Spatial Filtering Background The Basics of Intensity Transformations and Spatial Filtering About the Examples in This Chapter Some Basic Intensity Transformation Functions Image Negatives Log Transformations Power-Law (Gamma) Transformations Piecewise-Linear Transformation Functions Histogram Processing Histogram Equalization Histogram Matching (Specification) Local Histogram Processing Using Histogram Statistics for Image Enhancement Fundamentals of Spatial Filtering The Mechanics of Spatial Filtering Spatial Correlation and Convolution Vector Representation of Linear Filtering Generating Spatial Filter Masks Smoothing Spatial Filters Smoothing Linear Filters Order-Statistic (Nonlinear) Filters Sharpening Spatial Filters Foundation Using the Second Derivative for Image Sharpening The Laplacian 160

7 GONZ_FMv3.qxd 7/26/07 9:05 AM Page vii vii Unsharp Masking and Highboost Filtering Using First-Order Derivatives for (Nonlinear) Image Sharpening The Gradient Combining Spatial Enhancement Methods Using Fuzzy Techniques for Intensity Transformations and Spatial Filtering Introduction Principles of Fuzzy Set Theory Using Fuzzy Sets Using Fuzzy Sets for Intensity Transformations Using Fuzzy Sets for Spatial Filtering 189 Summary 192 References and Further Reading 192 Problems Filtering in the Frequency Domain Background A Brief History of the Fourier Series and Transform About the Examples in this Chapter Preliminary Concepts Complex Numbers Fourier Series Impulses and Their Sifting Property The Fourier Transform of Functions of One Continuous Variable Convolution Sampling and the Fourier Transform of Sampled Functions Sampling The Fourier Transform of Sampled Functions The Sampling Theorem Aliasing Function Reconstruction (Recovery) from Sampled Data The Discrete Fourier Transform (DFT) of One Variable Obtaining the DFT from the Continuous Transform of a Sampled Function Relationship Between the Sampling and Frequency Intervals Extension to Functions of Two Variables The 2-D Impulse and Its Sifting Property The 2-D Continuous Fourier Transform Pair Two-Dimensional Sampling and the 2-D Sampling Theorem Aliasing in Images The 2-D Discrete Fourier Transform and Its Inverse 235

8 GONZ_FMv3.qxd 7/26/07 9:05 AM Page viii viii 4.6 Some Properties of the 2-D Discrete Fourier Transform Relationships Between Spatial and Frequency Intervals Translation and Rotation Periodicity Symmetry Properties Fourier Spectrum and Phase Angle The 2-D Convolution Theorem Summary of 2-D Discrete Fourier Transform Properties The Basics of Filtering in the Frequency Domain Additional Characteristics of the Frequency Domain Frequency Domain Filtering Fundamentals Summary of Steps for Filtering in the Frequency Domain Correspondence Between Filtering in the Spatial and Frequency Domains Image Smoothing Using Frequency Domain Filters Ideal Lowpass Filters Butterworth Lowpass Filters Gaussian Lowpass Filters Additional Examples of Lowpass Filtering Image Sharpening Using Frequency Domain Filters Ideal Highpass Filters Butterworth Highpass Filters Gaussian Highpass Filters The Laplacian in the Frequency Domain Unsharp Masking, Highboost Filtering, and High-Frequency- Emphasis Filtering Homomorphic Filtering Selective Filtering Bandreject and Bandpass Filters Notch Filters Implementation Separability of the 2-D DFT Computing the IDFT Using a DFT Algorithm The Fast Fourier Transform (FFT) Some Comments on Filter Design 303 Summary 303 References and Further Reading 304 Problems Image Restoration and Reconstruction A Model of the Image Degradation/Restoration Process Noise Models Spatial and Frequency Properties of Noise Some Important Noise Probability Density Functions 314

9 GONZ_FMv3.qxd 7/26/07 9:05 AM Page ix ix Periodic Noise Estimation of Noise Parameters Restoration in the Presence of Noise Only Spatial Filtering Mean Filters Order-Statistic Filters Adaptive Filters Periodic Noise Reduction by Frequency Domain Filtering Bandreject Filters Bandpass Filters Notch Filters Optimum Notch Filtering Linear, Position-Invariant Degradations Estimating the Degradation Function Estimation by Image Observation Estimation by Experimentation Estimation by Modeling Inverse Filtering Minimum Mean Square Error (Wiener) Filtering Constrained Least Squares Filtering Geometric Mean Filter Image Reconstruction from Projections Introduction Principles of Computed Tomography (CT) Projections and the Radon Transform The Fourier-Slice Theorem Reconstruction Using Parallel-Beam Filtered Backprojections Reconstruction Using Fan-Beam Filtered Backprojections 381 Summary 387 References and Further Reading 388 Problems Color Image Processing Color Fundamentals Color Models The RGB Color Model The CMY and CMYK Color Models The HSI Color Model Pseudocolor Image Processing Intensity Slicing Intensity to Color Transformations Basics of Full-Color Image Processing Color Transformations Formulation Color Complements 430

10 GONZ_FMv3.qxd 7/26/07 9:05 AM Page x x Color Slicing Tone and Color Corrections Histogram Processing Smoothing and Sharpening Color Image Smoothing Color Image Sharpening Image Segmentation Based on Color Segmentation in HSI Color Space Segmentation in RGB Vector Space Color Edge Detection Noise in Color Images Color Image Compression 454 Summary 455 References and Further Reading 456 Problems Wavelets and Multiresolution Processing Background Image Pyramids Subband Coding The Haar Transform Multiresolution Expansions Series Expansions Scaling Functions Wavelet Functions Wavelet Transforms in One Dimension The Wavelet Series Expansions The Discrete Wavelet Transform The Continuous Wavelet Transform The Fast Wavelet Transform Wavelet Transforms in Two Dimensions Wavelet Packets 510 Summary 520 References and Further Reading 520 Problems Image Compression Fundamentals Coding Redundancy Spatial and Temporal Redundancy Irrelevant Information Measuring Image Information Fidelity Criteria 534

11 GONZ_FMv3.qxd 7/26/07 9:05 AM Page xi xi Image Compression Models Image Formats, Containers, and Compression Standards Some Basic Compression Methods Huffman Coding Golomb Coding Arithmetic Coding LZW Coding Run-Length Coding Symbol-Based Coding Bit-Plane Coding Block Transform Coding Predictive Coding Wavelet Coding Digital Image Watermarking 614 Summary 621 References and Further Reading 622 Problems Morphological Image Processing Preliminaries Erosion and Dilation Erosion Dilation Duality Opening and Closing The Hit-or-Miss Transformation Some Basic Morphological Algorithms Boundary Extraction Hole Filling Extraction of Connected Components Convex Hull Thinning Thickening Skeletons Pruning Morphological Reconstruction Summary of Morphological Operations on Binary Images Gray-Scale Morphology Erosion and Dilation Opening and Closing Some Basic Gray-Scale Morphological Algorithms Gray-Scale Morphological Reconstruction 676 Summary 679 References and Further Reading 679 Problems 680

12 GONZ_FMv3.qxd 7/26/07 9:05 AM Page xii xii 10 Image Segmentation Fundamentals Point, Line, and Edge Detection Background Detection of Isolated Points Line Detection Edge Models Basic Edge Detection More Advanced Techniques for Edge Detection Edge Linking and Boundary Detection Thresholding Foundation Basic Global Thresholding Optimum Global Thresholding Using Otsu s Method Using Image Smoothing to Improve Global Thresholding Using Edges to Improve Global Thresholding Multiple Thresholds Variable Thresholding Multivariable Thresholding Region-Based Segmentation Region Growing Region Splitting and Merging Segmentation Using Morphological Watersheds Background Dam Construction Watershed Segmentation Algorithm The Use of Markers The Use of Motion in Segmentation Spatial Techniques Frequency Domain Techniques 782 Summary 785 References and Further Reading 785 Problems Representation and Description Representation Boundary (Border) Following Chain Codes Polygonal Approximations Using Minimum-Perimeter Polygons Other Polygonal Approximation Approaches Signatures 808

13 GONZ_FMv3.qxd 7/26/07 9:05 AM Page xiii xiii Boundary Segments Skeletons Boundary Descriptors Some Simple Descriptors Shape Numbers Fourier Descriptors Statistical Moments Regional Descriptors Some Simple Descriptors Topological Descriptors Texture Moment Invariants Use of Principal Components for Description Relational Descriptors 852 Summary 856 References and Further Reading 856 Problems Object Recognition Patterns and Pattern Classes Recognition Based on Decision-Theoretic Methods Matching Optimum Statistical Classifiers Neural Networks Structural Methods Matching Shape Numbers String Matching 904 Summary 906 References and Further Reading 906 Problems 907 Appendix A 910 Bibliography 915 Index 943

DIGITAL IMAGE PROCESSING AND ANALYSIS

DIGITAL IMAGE PROCESSING AND ANALYSIS DIGITAL IMAGE PROCESSING AND ANALYSIS Human and Computer Vision Applications with CVIPtools SECOND EDITION SCOTT E UMBAUGH Uffi\ CRC Press Taylor &. Francis Group Boca Raton London New York CRC Press is

More information

Introduction to Robotics Analysis, Systems, Applications

Introduction to Robotics Analysis, Systems, Applications Introduction to Robotics Analysis, Systems, Applications Saeed B. Niku Mechanical Engineering Department California Polytechnic State University San Luis Obispo Technische Urw/carsMt Darmstadt FACHBEREfCH

More information

Lectures 6&7: Image Enhancement

Lectures 6&7: Image Enhancement Lectures 6&7: Image Enhancement Leena Ikonen Pattern Recognition (MVPR) Lappeenranta University of Technology (LUT) [email protected] http://www.it.lut.fi/ip/research/mvpr/ 1 Content Background Spatial

More information

Admin stuff. 4 Image Pyramids. Spatial Domain. Projects. Fourier domain 2/26/2008. Fourier as a change of basis

Admin stuff. 4 Image Pyramids. Spatial Domain. Projects. Fourier domain 2/26/2008. Fourier as a change of basis Admin stuff 4 Image Pyramids Change of office hours on Wed 4 th April Mon 3 st March 9.3.3pm (right after class) Change of time/date t of last class Currently Mon 5 th May What about Thursday 8 th May?

More information

Advanced Signal Processing and Digital Noise Reduction

Advanced Signal Processing and Digital Noise Reduction Advanced Signal Processing and Digital Noise Reduction Saeed V. Vaseghi Queen's University of Belfast UK WILEY HTEUBNER A Partnership between John Wiley & Sons and B. G. Teubner Publishers Chichester New

More information

Univariate and Multivariate Methods PEARSON. Addison Wesley

Univariate and Multivariate Methods PEARSON. Addison Wesley Time Series Analysis Univariate and Multivariate Methods SECOND EDITION William W. S. Wei Department of Statistics The Fox School of Business and Management Temple University PEARSON Addison Wesley Boston

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 [email protected] William Bishop [email protected] Department of Electrical and Computer Engineering University

More information

Lecture 14. Point Spread Function (PSF)

Lecture 14. Point Spread Function (PSF) Lecture 14 Point Spread Function (PSF), Modulation Transfer Function (MTF), Signal-to-noise Ratio (SNR), Contrast-to-noise Ratio (CNR), and Receiver Operating Curves (ROC) Point Spread Function (PSF) Recollect

More information

Image Segmentation and Registration

Image Segmentation and Registration Image Segmentation and Registration Dr. Christine Tanner ([email protected]) Computer Vision Laboratory, ETH Zürich Dr. Verena Kaynig, Machine Learning Laboratory, ETH Zürich Outline Segmentation

More information

NEURAL NETWORK FUNDAMENTALS WITH GRAPHS, ALGORITHMS, AND APPLICATIONS

NEURAL NETWORK FUNDAMENTALS WITH GRAPHS, ALGORITHMS, AND APPLICATIONS NEURAL NETWORK FUNDAMENTALS WITH GRAPHS, ALGORITHMS, AND APPLICATIONS N. K. Bose HRB-Systems Professor of Electrical Engineering The Pennsylvania State University, University Park P. Liang Associate Professor

More information

NEURAL NETWORKS A Comprehensive Foundation

NEURAL NETWORKS A Comprehensive Foundation NEURAL NETWORKS A Comprehensive Foundation Second Edition Simon Haykin McMaster University Hamilton, Ontario, Canada Prentice Hall Prentice Hall Upper Saddle River; New Jersey 07458 Preface xii Acknowledgments

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

ECE 468 / CS 519 Digital Image Processing. Introduction

ECE 468 / CS 519 Digital Image Processing. Introduction ECE 468 / CS 519 Digital Image Processing Introduction Prof. Sinisa Todorovic [email protected] ECE 468: Digital Image Processing Instructor: Sinisa Todorovic [email protected] Office:

More information

Sharpening through spatial filtering

Sharpening through spatial filtering Sharpening through spatial filtering Stefano Ferrari Università degli Studi di Milano [email protected] Elaborazione delle immagini (Image processing I) academic year 2011 2012 Sharpening The term

More information

Introduction to Medical Imaging. Lecture 11: Cone-Beam CT Theory. Introduction. Available cone-beam reconstruction methods: Our discussion:

Introduction to Medical Imaging. Lecture 11: Cone-Beam CT Theory. Introduction. Available cone-beam reconstruction methods: Our discussion: Introduction Introduction to Medical Imaging Lecture 11: Cone-Beam CT Theory Klaus Mueller Available cone-beam reconstruction methods: exact approximate algebraic Our discussion: exact (now) approximate

More information

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT

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

Master of Science Graphics, Multimedia and Virtual Reality. Courses description

Master of Science Graphics, Multimedia and Virtual Reality. Courses description Master of Science Graphics, Multimedia and Virtual Reality Courses description Advanced graphics programming techniques The course presents methods for complex 3D scenes rendering using GPU advanced programming

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

Signature Region of Interest using Auto cropping

Signature Region of Interest using Auto cropping ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 1 Signature Region of Interest using Auto cropping Bassam Al-Mahadeen 1, Mokhled S. AlTarawneh 2 and Islam H. AlTarawneh 2 1 Math. And Computer Department,

More information

Ch9 Morphological Image Processing

Ch9 Morphological Image Processing Ch9 Morphological Image Processing 9.1 Preliminaries 9.1.1 Some Basic Concepts form Set Theory If every element of a set A is also an element of another set B, then A is said to be a subset of B, denoted

More information

Digital Image Processing: Introduction

Digital Image Processing: Introduction Digital : Introduction Slides by Brian Mac Namee [email protected] Materials found at: Slides: http://www.comp.dit.ie/bmacnamee/materials/dip/lectures/1-introduction.ppt Lectures: http://homepages.inf.ed.ac.uk/rbf/books/vernon/

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, [email protected] Indian Statistical Institute,

More information

Statistical Modeling by Wavelets

Statistical Modeling by Wavelets Statistical Modeling by Wavelets BRANI VIDAKOVIC Duke University A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York / Chichester / Weinheim / Brisbane / Singapore / Toronto Contents Preface

More information

PARALLEL PROGRAMMING

PARALLEL PROGRAMMING PARALLEL PROGRAMMING TECHNIQUES AND APPLICATIONS USING NETWORKED WORKSTATIONS AND PARALLEL COMPUTERS 2nd Edition BARRY WILKINSON University of North Carolina at Charlotte Western Carolina University MICHAEL

More information

WAVES AND FIELDS IN INHOMOGENEOUS MEDIA

WAVES AND FIELDS IN INHOMOGENEOUS MEDIA WAVES AND FIELDS IN INHOMOGENEOUS MEDIA WENG CHO CHEW UNIVERSITY OF ILLINOIS URBANA-CHAMPAIGN IEEE PRESS Series on Electromagnetic Waves Donald G. Dudley, Series Editor IEEE Antennas and Propagation Society,

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

Operating Systems Principles

Operating Systems Principles bicfm page i Operating Systems Principles Lubomir F. Bic University of California, Irvine Alan C. Shaw University of Washington, Seattle PEARSON EDUCATION INC. Upper Saddle River, New Jersey 07458 bicfm

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

A Correlation of Pearson Texas Geometry Digital, 2015

A Correlation of Pearson Texas Geometry Digital, 2015 A Correlation of Pearson Texas Geometry Digital, 2015 To the Texas Essential Knowledge and Skills (TEKS) for Geometry, High School, and the Texas English Language Proficiency Standards (ELPS) Correlations

More information

Introduction to Medical Image Compression Using Wavelet Transform

Introduction to Medical Image Compression Using Wavelet Transform National Taiwan University Graduate Institute of Communication Engineering Time Frequency Analysis and Wavelet Transform Term Paper Introduction to Medical Image Compression Using Wavelet Transform 李 自

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

DYNAMIC FUZZY PATTERN RECOGNITION WITH APPLICATIONS TO FINANCE AND ENGINEERING LARISA ANGSTENBERGER

DYNAMIC FUZZY PATTERN RECOGNITION WITH APPLICATIONS TO FINANCE AND ENGINEERING LARISA ANGSTENBERGER DYNAMIC FUZZY PATTERN RECOGNITION WITH APPLICATIONS TO FINANCE AND ENGINEERING LARISA ANGSTENBERGER Kluwer Academic Publishers Boston/Dordrecht/London TABLE OF CONTENTS FOREWORD ACKNOWLEDGEMENTS XIX XXI

More information

SIGNATURE VERIFICATION

SIGNATURE VERIFICATION SIGNATURE VERIFICATION Dr. H.B.Kekre, Dr. Dhirendra Mishra, Ms. Shilpa Buddhadev, Ms. Bhagyashree Mall, Mr. Gaurav Jangid, Ms. Nikita Lakhotia Computer engineering Department, MPSTME, NMIMS University

More information

Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images

Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images Contemporary Engineering Sciences, Vol. 5, 2012, no. 2, 85-90 Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images Mohamed Ali HAMDI Ecole Nationale d Ingénieur

More information

Numerical Methods for Engineers

Numerical Methods for Engineers Steven C. Chapra Berger Chair in Computing and Engineering Tufts University RaymondP. Canale Professor Emeritus of Civil Engineering University of Michigan Numerical Methods for Engineers With Software

More information

C++ for Image Processing

C++ for Image Processing C++ for Image Processing Pengwei Hao [email protected] Lecture 1, ECS624U / ECS756P/D Department of Computer Science Queen Mary, University of London The Module Lectures: Friday, 1-3pm, Bancroft Road Teaching

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

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

Enhanced LIC Pencil Filter

Enhanced LIC Pencil Filter Enhanced LIC Pencil Filter Shigefumi Yamamoto, Xiaoyang Mao, Kenji Tanii, Atsumi Imamiya University of Yamanashi {[email protected], [email protected], [email protected]}

More information

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Content Remote sensing data Spatial, spectral, radiometric and

More information

Prentice Hall Algebra 2 2011 Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009

Prentice Hall Algebra 2 2011 Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009 Content Area: Mathematics Grade Level Expectations: High School Standard: Number Sense, Properties, and Operations Understand the structure and properties of our number system. At their most basic level

More information

Aliasing, Image Sampling and Reconstruction

Aliasing, Image Sampling and Reconstruction Aliasing, Image Sampling and Reconstruction Recall: a pixel is a point It is NOT a box, disc or teeny wee light It has no dimension It occupies no area It can have a coordinate More than a point, it is

More information

Face detection is a process of localizing and extracting the face region from the

Face detection is a process of localizing and extracting the face region from the Chapter 4 FACE NORMALIZATION 4.1 INTRODUCTION Face detection is a process of localizing and extracting the face region from the background. The detected face varies in rotation, brightness, size, etc.

More information

Sampling Theorem Notes. Recall: That a time sampled signal is like taking a snap shot or picture of signal periodically.

Sampling Theorem Notes. Recall: That a time sampled signal is like taking a snap shot or picture of signal periodically. Sampling Theorem We will show that a band limited signal can be reconstructed exactly from its discrete time samples. Recall: That a time sampled signal is like taking a snap shot or picture of signal

More information

Signature Segmentation from Machine Printed Documents using Conditional Random Field

Signature Segmentation from Machine Printed Documents using Conditional Random Field 2011 International Conference on Document Analysis and Recognition Signature Segmentation from Machine Printed Documents using Conditional Random Field Ranju Mandal Computer Vision and Pattern Recognition

More information

RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE

RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE Dong-Hui Xu, Arati S. Kurani, Jacob D. Furst, Daniela S. Raicu Intelligent Multimedia Processing Laboratory, School of Computer Science, Telecommunications, and

More information

Determining optimal window size for texture feature extraction methods

Determining optimal window size for texture feature extraction methods IX Spanish Symposium on Pattern Recognition and Image Analysis, Castellon, Spain, May 2001, vol.2, 237-242, ISBN: 84-8021-351-5. Determining optimal window size for texture feature extraction methods Domènec

More information

CONTENTS PREFACE 1 INTRODUCTION 1 2 DATA VISUALIZATION 19

CONTENTS PREFACE 1 INTRODUCTION 1 2 DATA VISUALIZATION 19 PREFACE xi 1 INTRODUCTION 1 1.1 Overview 1 1.2 Definition 1 1.3 Preparation 2 1.3.1 Overview 2 1.3.2 Accessing Tabular Data 3 1.3.3 Accessing Unstructured Data 3 1.3.4 Understanding the Variables and Observations

More information

Statistics for Experimenters

Statistics for Experimenters Statistics for Experimenters Design, Innovation, and Discovery Second Edition GEORGE E. P. BOX J. STUART HUNTER WILLIAM G. HUNTER WILEY- INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION FACHGEBIETSBGCHEREI

More information

An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015

An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015 An Introduction to Data Mining for Wind Power Management Spring 2015 Big Data World Every minute: Google receives over 4 million search queries Facebook users share almost 2.5 million pieces of content

More information

Linear Filtering Part II

Linear Filtering Part II Linear Filtering Part II Selim Aksoy Department of Computer Engineering Bilkent University [email protected] Fourier theory Jean Baptiste Joseph Fourier had a crazy idea: Any periodic function can

More information

Galaxy Morphological Classification

Galaxy Morphological Classification Galaxy Morphological Classification Jordan Duprey and James Kolano Abstract To solve the issue of galaxy morphological classification according to a classification scheme modelled off of the Hubble Sequence,

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

APPLYING COMPUTER VISION TECHNIQUES TO TOPOGRAPHIC OBJECTS

APPLYING COMPUTER VISION TECHNIQUES TO TOPOGRAPHIC OBJECTS APPLYING COMPUTER VISION TECHNIQUES TO TOPOGRAPHIC OBJECTS Laura Keyes, Adam Winstanley Department of Computer Science National University of Ireland Maynooth Co. Kildare, Ireland [email protected], [email protected]

More information

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, 5-8 8-4, 8-7 1-6, 4-9

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, 5-8 8-4, 8-7 1-6, 4-9 Glencoe correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 STANDARDS 6-8 Number and Operations (NO) Standard I. Understand numbers, ways of representing numbers, relationships among numbers,

More information

Optical Metrology. Third Edition. Kjell J. Gasvik Spectra Vision AS, Trondheim, Norway JOHN WILEY & SONS, LTD

Optical Metrology. Third Edition. Kjell J. Gasvik Spectra Vision AS, Trondheim, Norway JOHN WILEY & SONS, LTD 2008 AGI-Information Management Consultants May be used for personal purporses only or by libraries associated to dandelon.com network. Optical Metrology Third Edition Kjell J. Gasvik Spectra Vision AS,

More information

Instructor s Resource Manual. to accompany. Medical Terminology. A Living Language. Fourth Edition

Instructor s Resource Manual. to accompany. Medical Terminology. A Living Language. Fourth Edition Instructor s Resource Manual to accompany Medical Terminology A Living Language Fourth Edition Bonnie F. Fremgen, PhD Adjunct Professor University of Notre Dame Notre Dame, IN Suzanne S. Frucht, PhD Associate

More information

Next Generation Artificial Vision Systems

Next Generation Artificial Vision Systems Next Generation Artificial Vision Systems Reverse Engineering the Human Visual System Anil Bharath Maria Petrou Imperial College London ARTECH H O U S E BOSTON LONDON artechhouse.com Contents Preface xiii

More information

CITY UNIVERSITY OF HONG KONG 香 港 城 市 大 學. Self-Organizing Map: Visualization and Data Handling 自 組 織 神 經 網 絡 : 可 視 化 和 數 據 處 理

CITY UNIVERSITY OF HONG KONG 香 港 城 市 大 學. Self-Organizing Map: Visualization and Data Handling 自 組 織 神 經 網 絡 : 可 視 化 和 數 據 處 理 CITY UNIVERSITY OF HONG KONG 香 港 城 市 大 學 Self-Organizing Map: Visualization and Data Handling 自 組 織 神 經 網 絡 : 可 視 化 和 數 據 處 理 Submitted to Department of Electronic Engineering 電 子 工 程 學 系 in Partial Fulfillment

More information

CHAPTER 7 CONCLUSION AND FUTURE WORK

CHAPTER 7 CONCLUSION AND FUTURE WORK 158 CHAPTER 7 CONCLUSION AND FUTURE WORK The aim of this thesis was to present robust watermarking techniques for medical image. Section 7.1, consolidates the contributions made by the researcher and Section

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

Exploratory Data Analysis with MATLAB

Exploratory Data Analysis with MATLAB Computer Science and Data Analysis Series Exploratory Data Analysis with MATLAB Second Edition Wendy L Martinez Angel R. Martinez Jeffrey L. Solka ( r ec) CRC Press VV J Taylor & Francis Group Boca Raton

More information

Edge detection. (Trucco, Chapt 4 AND Jain et al., Chapt 5) -Edges are significant local changes of intensity in an image.

Edge detection. (Trucco, Chapt 4 AND Jain et al., Chapt 5) -Edges are significant local changes of intensity in an image. Edge detection (Trucco, Chapt 4 AND Jain et al., Chapt 5) Definition of edges -Edges are significant local changes of intensity in an image. -Edges typically occur on the boundary between two different

More information

Relationship marketing

Relationship marketing Relationship marketing WBIbliothek Exploring relational strategies in marketing FOURTH EDITION JOHN EGAN London South Bank University Financial Times Prentice Hall is an imprint of Harlow, England London

More information

Noise Reduction in Video Images Using Coring on QMF Pyramids by. Arthur J. Kalb

Noise Reduction in Video Images Using Coring on QMF Pyramids by. Arthur J. Kalb Noise Reduction in Video Images Using Coring on QMF Pyramids by Arthur J. Kalb Submitted to the Department of Electrical Engineering and Computer Science on May 20, 1991, in partial fulfillment of the

More information

Multisensor Data Fusion and Applications

Multisensor Data Fusion and Applications Multisensor Data Fusion and Applications Pramod K. Varshney Department of Electrical Engineering and Computer Science Syracuse University 121 Link Hall Syracuse, New York 13244 USA E-mail: [email protected]

More information

Digital image processing

Digital image processing 746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common

More information

The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories

The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories Dr. Farrag Ali FARRAG Assistant Prof. at Civil Engineering Dept. Faculty of Engineering Assiut University Assiut, Egypt.

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

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines EECS 556 Image Processing W 09 Interpolation Interpolation techniques B splines What is image processing? Image processing is the application of 2D signal processing methods to images Image representation

More information

Data Visualization. Principles and Practice. Second Edition. Alexandru Telea

Data Visualization. Principles and Practice. Second Edition. Alexandru Telea Data Visualization Principles and Practice Second Edition Alexandru Telea First edition published in 2007 by A K Peters, Ltd. Cover image: The cover shows the combination of scientific visualization and

More information

Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras

Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras W3A.5 Douglas Chai and Florian Hock Visual Information Processing Research Group School of Engineering and Mathematics Edith

More information

QUANTITATIVE METHODS. for Decision Makers. Mik Wisniewski. Fifth Edition. FT Prentice Hall

QUANTITATIVE METHODS. for Decision Makers. Mik Wisniewski. Fifth Edition. FT Prentice Hall Fifth Edition QUANTITATIVE METHODS for Decision Makers Mik Wisniewski Senior Research Fellow, Department of Management Science, University of Strathclyde Business School FT Prentice Hall FINANCIAL TIMES

More information

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin

More information

ScienceDirect. Brain Image Classification using Learning Machine Approach and Brain Structure Analysis

ScienceDirect. Brain Image Classification using Learning Machine Approach and Brain Structure Analysis Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 50 (2015 ) 388 394 2nd International Symposium on Big Data and Cloud Computing (ISBCC 15) Brain Image Classification using

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

Digital Signal Processing

Digital Signal Processing The Scientist and Engineer's Guide to Digital Signal Processing Second Edition Be sure to visit the book s website at: www.dspguide.com The Scientist and Engineer's Guide to Digital Signal Processing Second

More information

Computer Vision for Quality Control in Latin American Food Industry, A Case Study

Computer Vision for Quality Control in Latin American Food Industry, A Case Study Computer Vision for Quality Control in Latin American Food Industry, A Case Study J.M. Aguilera A1, A. Cipriano A1, M. Eraña A2, I. Lillo A1, D. Mery A1, and A. Soto A1 e-mail: [jmaguile,aciprian,dmery,asoto,]@ing.puc.cl

More information

Medical Image Processing on the GPU. Past, Present and Future. Anders Eklund, PhD Virginia Tech Carilion Research Institute [email protected].

Medical Image Processing on the GPU. Past, Present and Future. Anders Eklund, PhD Virginia Tech Carilion Research Institute andek@vtc.vt. Medical Image Processing on the GPU Past, Present and Future Anders Eklund, PhD Virginia Tech Carilion Research Institute [email protected] Outline Motivation why do we need GPUs? Past - how was GPU programming

More information

3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension

3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension 3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension R.Queen Suraajini, Department of Civil Engineering, College of Engineering Guindy, Anna University, India, [email protected]

More information

Machine vision systems - 2

Machine vision systems - 2 Machine vision systems Problem definition Image acquisition Image segmentation Connected component analysis Machine vision systems - 1 Problem definition Design a vision system to see a flat world Page

More information

Inventory Management at Squirrel Hill Cosmetics. Matthew J. Drake with Paul M. Griffin, Pennsylvania State University

Inventory Management at Squirrel Hill Cosmetics. Matthew J. Drake with Paul M. Griffin, Pennsylvania State University Inventory Management at Squirrel Hill Cosmetics Matthew J. Drake with Paul M. Griffin, Pennsylvania State University Vice President, Publisher: Tim Moore Associate Publisher and Director of Marketing:

More information

A BRIEF STUDY OF VARIOUS NOISE MODEL AND FILTERING TECHNIQUES

A BRIEF STUDY OF VARIOUS NOISE MODEL AND FILTERING TECHNIQUES Volume 4, No. 4, April 2013 Journal of Global Research in Computer Science REVIEW ARTICLE Available Online at www.jgrcs.info A BRIEF STUDY OF VARIOUS NOISE MODEL AND FILTERING TECHNIQUES Priyanka Kamboj

More information

HSBC Holdings plc. Overseas Regulatory Announcement

HSBC Holdings plc. Overseas Regulatory Announcement Hong Kong Exchanges and Clearing and The Stock Exchange of Hong Kong take no responsibility for the contents of this document, make no representation as to its accuracy or completeness and expressly disclaim

More information

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera Comparison of different image compression formats ECE 533 Project Report Paula Aguilera Introduction: Images are very important documents nowadays; to work with them in some applications they need to be

More information

Keysight Technologies Using Fine Resolution to Improve Thermal Images. Application Note

Keysight Technologies Using Fine Resolution to Improve Thermal Images. Application Note Keysight Technologies Using Fine Resolution to Improve Thermal Images Application Note Introduction Digital imaging opened up new possibilities and has been very much part of our lives since social media

More information

ANALYSIS OF THE EFFECTIVENESS IN IMAGE COMPRESSION FOR CLOUD STORAGE FOR VARIOUS IMAGE FORMATS

ANALYSIS OF THE EFFECTIVENESS IN IMAGE COMPRESSION FOR CLOUD STORAGE FOR VARIOUS IMAGE FORMATS ANALYSIS OF THE EFFECTIVENESS IN IMAGE COMPRESSION FOR CLOUD STORAGE FOR VARIOUS IMAGE FORMATS Dasaradha Ramaiah K. 1 and T. Venugopal 2 1 IT Department, BVRIT, Hyderabad, India 2 CSE Department, JNTUH,

More information

Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics

Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics For 2015 Examinations Aim The aim of the Probability and Mathematical Statistics subject is to provide a grounding in

More information

Local features and matching. Image classification & object localization

Local features and matching. Image classification & object localization Overview Instance level search Local features and matching Efficient visual recognition Image classification & object localization Category recognition Image classification: assigning a class label to

More information

The Data Access Handbook

The Data Access Handbook The Data Access Handbook Achieving Optimal Database Application Performance and Scalability John Goodson and Robert A. Steward PRENTICE HALL Upper Saddle River, NJ Boston Indianapolis San Francisco New

More information

Resolution Enhancement of images with Interpolation and DWT-SWT Wavelet Domain Components

Resolution Enhancement of images with Interpolation and DWT-SWT Wavelet Domain Components Resolution Enhancement of images with Interpolation and DWT-SWT Wavelet Domain Components Mr. G.M. Khaire 1, Prof. R.P.Shelkikar 2 1 PG Student, college of engg, Osmanabad. 2 Associate Professor, college

More information

Visualization and Feature Extraction, FLOW Spring School 2016 Prof. Dr. Tino Weinkauf. Flow Visualization. Image-Based Methods (integration-based)

Visualization and Feature Extraction, FLOW Spring School 2016 Prof. Dr. Tino Weinkauf. Flow Visualization. Image-Based Methods (integration-based) Visualization and Feature Extraction, FLOW Spring School 2016 Prof. Dr. Tino Weinkauf Flow Visualization Image-Based Methods (integration-based) Spot Noise (Jarke van Wijk, Siggraph 1991) Flow Visualization:

More information

PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION

PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION Introduction In the previous chapter, we explored a class of regression models having particularly simple analytical

More information

TDS5000B, TDS6000B, TDS/CSA7000B Series Acquisition Modes

TDS5000B, TDS6000B, TDS/CSA7000B Series Acquisition Modes TDS5000B, TDS6000B, TDS/CSA7000B Series Acquisition Modes Tektronix oscilloscopes provide several different acquisition modes. While this gives the user great flexibility and choice, each mode is optimized

More information