Preview

Image Processing

Satisfactory Essays
Open Document
Open Document
5652 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Image Processing
Image Processing, Analysis, and
Machine Vision
Second Edition
Milan Sonka

Vaclav Hlavac

Roger Boyle

Contents
List of algorithms

xiii

List of symbols and abbreviations

xvii

Preface

xix

Course contents

xxiii

1 Introduction

1

1.1 Summary
1.2 Exercises
1.3 References

8
8
9

2 The digitized image and its properties

2.1 Basic concepts
2.1.1 Image functions
2.1.2 The Dirac distribution and convolution
2.1.3 The Fourier transform
2.1.4 Images as a stochastic process
2.1.5 Images as linear systems
2.2 Image digitization
2.2.1 Sampling
2.2.2 Quantization
2.2.3 Color images
2.3 Digital image properties
2.3.1 Metric and topological properties of digital images
2.3.2 Histograms
2.3.3 Visual perception of the image
2.3.4 Image quality
2.3.5 Noise in images
2.4 Summary
2.5 Exercises
2.6 References v 10

10
10
13
13
15
17
18
18
22
23
27
27
32
33
35
35
37
38
40

vi Contents

3 Data structures for image analysis

42

4 Image pre-processing

57

3.1 Levels of image data representation
3.2 Traditional image data structures
3.2.1 Matrices
3.2.2 Chains
3.2.3 Topological data structures
3.2.4 Relational structures
3.3 Hierarchical data structures
3.3.1 Pyramids
3.3.2 Quadtrees
3.3.3 Other pyramidical structures
3.4 Summary
3.5 Exercises
3.6 References
4.1 Pixel brightness transformations
4.1.1 Position-dependent brightness correction
4.1.2 Gray-scale transformation
4.2 Geometric transformations
4.2.1 Pixel co-ordinate transformations
4.2.2 Brightness interpolation
4.3 Local pre-processing
4.3.1 Image smoothing
4.3.2 Edge detectors
4.3.3 Zero-crossings of the second derivative
4.3.4 Scale in image processing
4.3.5 Canny edge detection
4.3.6 Parametric edge models
4.3.7 Edges in multi-spectral images
4.3.8 Other local pre-processing operators
4.3.9 Adaptive neighborhood pre-processing
4.4 Image restoration
4.4.1 Degradations that are easy to restore

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Hardware – A hardware is a device that is manually connected to the computer. An example of hardware is a computer monitor that allows you to see what you are doing on the computer.…

    • 732 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Image Analysis Sample

    • 807 Words
    • 3 Pages

    Hudson, Joshua. (2008, June 28). Fun With f/stops-The Secret of f/2.8. The Camera Chronicle. Retrieved September 29, 2010, from http://camerachronicle.com/2008/06/28/fun-with-fstops-the-secret-of-f28/…

    • 807 Words
    • 3 Pages
    Good Essays
  • Good Essays

    of line segments. In raster graphics, an image is represented as a two-dimensional array of spots,…

    • 2555 Words
    • 9 Pages
    Good Essays
  • Good Essays

    Image Analysis

    • 486 Words
    • 2 Pages

    Every parent wants their child to be healthy. Though this is not always the case, the science behind genetic modification can improve the odds of that child being born healthy, as well as decrease the odds of the child developing diseases later in life.…

    • 486 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Image Analysis

    • 2095 Words
    • 9 Pages

    Pictured is Italian actress Virna Lisi, the famous actress made a dent in Hollywood comedy as a tempting blue-eyed…

    • 2095 Words
    • 9 Pages
    Good Essays
  • Good Essays

    Spatial Analysis

    • 453 Words
    • 2 Pages

    In order to rapidly evaluate the potential of such an approach, we chose to make a first prototype working on near-perfect data, i.e. simple bitmap images drawn with an editor. Thus, we have less noise and vectorization problems than in real-world scanned drawings.…

    • 453 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Accuracy Assessment Paper

    • 344 Words
    • 2 Pages

    true land cover represented by each random pixel. This ground truth is compared with the…

    • 344 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Visual Imagery Analysis

    • 313 Words
    • 2 Pages

    Term 1: Visual Imagery: Is the use of vivid or figurative language to represent images, objects, actions or ideas. In the poem Driving to Town Late Late to Mail a Letter by Robert Bly, the author uses Visual Imagery to describe the view of the day. When Bly uses “It is a cold and snowy night. The main street is deserted” (1), we can picture it as if we were with the speaker driving around on a lonely and cold day. Visual Imagery is important to this piece of literature because it allows us to picture what is going on based on the choice of words of the author.…

    • 313 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Picture Analysis

    • 563 Words
    • 3 Pages

    Cited: Holder, Laura. Talking to Mom on Mother 's Day. 2003. Photograph. Discovering Arguments. Fourth ed. Glenview: Pearson Education, 2012. 312-13. Print.…

    • 563 Words
    • 3 Pages
    Satisfactory Essays
  • Powerful Essays

    Professional Image Analysis

    • 2892 Words
    • 12 Pages

    It is expected that those persons whom work in the corporate world should uphold to the use of professional business etiquette. Professional business etiquette could apply to the way we look and speak publicly. Webster defines the term professional as" exhibiting a courteous, conscientious, and generally businesslike manner in the workplace". However, this definition implies a very generic perspective of the terms relevance as it applies to how we dress and how we speak. It is important in the corporate world, we maintain a professional image and that we speak professionally whether it…

    • 2892 Words
    • 12 Pages
    Powerful Essays
  • Powerful Essays

    Otsu reference proposed a criterion for maximizing the between-class variance of pixel intensity to perform picture thresholding. However, Otsu’s method for image segmentation is very time-consuming because of the inefficient formulation of the between-class variance. In this paper, a faster version of Otsu’s method is proposed for improving the efficiency of computation for the optimal thresholds of an image. First, a criterion for maximizing a modified between-class variance that is equivalent to the criterion of maximizing the usual between-class variance is proposed for image segmentation. Next, in accordance with the new criterion, a recursive algorithm is designed to efficiently find the optimal threshold. This procedure yields the same set of thresholds as the original method. In addition, the modified between-class variance can be pre-computed and stored in a look-up table. Our analysis of the new criterion clearly shows that it takes less computation to compute both the cumulative probability (zeroth order moment) and the mean (first order moment) of a class, and that determining the modified between-class variance by accessing a look-up table is quicker than that by performing mathematical arithmetic operations. For example, the experimental results of a five-level threshold selection show that our proposed method can reduce down the processing time from more than one hour by the conventional Otsu’s method to less than 107 seconds. Keywords: Otsu’s thresholding, image segmentation, picture thresholding, multilevel…

    • 3369 Words
    • 14 Pages
    Powerful Essays
  • Satisfactory Essays

    computer. The image is automatically processed and the patterns are extracted in just few seconds. A smart and simple calibration procedure is necessary…

    • 1982 Words
    • 20 Pages
    Satisfactory Essays
  • Good Essays

    Photo Manipulation

    • 701 Words
    • 3 Pages

    Image manipulation is everywhere on are daily life. It is a type of digital art. It is a unique way to describe editing photos and adding filters and special effects to photographs in order to make an illusion or define through digital means. Photo manipulation has been commonly used to deceive or convince viewers. It can be simply a photo which colors have been converted, or a photo that has been painted over, usually they use photoshop, but there are other softwares what can we use for manipulating images, image manipulation is an art as well.…

    • 701 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Pattern Recognition

    • 261 Words
    • 2 Pages

    In machine learning, pattern recognition is the assignment of a label to a given input value. An example of pattern recognition is classification, which attempts to assign each input value to one of a given set of classes (for example, determine whether a given email is "spam" or "non-spam"). However, pattern recognition is a more general problem that encompasses other types of output as well. Other examples are regression, which assigns a real-valued output to each input; sequence labeling, which assigns a class to each member of a sequence of values (for example, part of speech tagging, which assigns a part of speech to each word in an input sentence); and parsing, which assigns a parse tree to an input sentence, describing the syntactic structure of the sentence.…

    • 261 Words
    • 2 Pages
    Good Essays
  • Better Essays

    Segmentation

    • 4260 Words
    • 18 Pages

    The history of Pepsi-Cola starts in 1896 in the town of New Bern in North Carolina, USA in a drugstore owned by the pharmacist Caleb Bradham. He came up with many recipes of new drinks to be served at the soda fountain of his drugstore.…

    • 4260 Words
    • 18 Pages
    Better Essays