• Complain

Moeslund - Introduction to Video and Image Processing: Building Real Systems and Applications

Here you can read online Moeslund - Introduction to Video and Image Processing: Building Real Systems and Applications full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: London, year: 2012, publisher: Springer London, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Moeslund Introduction to Video and Image Processing: Building Real Systems and Applications
  • Book:
    Introduction to Video and Image Processing: Building Real Systems and Applications
  • Author:
  • Publisher:
    Springer London
  • Genre:
  • Year:
    2012
  • City:
    London
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Introduction to Video and Image Processing: Building Real Systems and Applications: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Introduction to Video and Image Processing: Building Real Systems and Applications" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Introduction -- Image Acquisition -- Color Images -- Point Processing -- Neighborhood Processing -- Morphology -- BLOB Analysis -- Segmentation in Video Data -- Tracking -- Geometric Transformations -- Visual Effects -- Application Example: Edutainment Game -- Application Example: Coin Sorting using a Robot -- Bits, Bytes and Binary Numbers -- Mathematical Definitions -- Learning Parameters in Video and Image Processing Systems -- Conversion Between RGB and HSI -- Conversion Between RGB and HSV -- Conversion Between RGB and YUV/YCbCr.;In order to build successful video processing systems, it is important to consider not only traditional image processing methods, but also techniques which account for temporal aspects. This Introduction to Video and Image Processing presents the fundamental concepts and methods in an unique, easy-to-read style which ensures the material is accessible to a wide audience. Exploring more than just the basics of image processing, the text provides a specific focus on the practical design and implementation of real systems for processing video data. Topics and features: Includes more than 100 exercises, as well as C-code snippets of the key algorithms Equips the reader with a solid foundation for understanding and working with images and video, including basic methods for image manipulation and image analysis Covers topics on image acquisition, color images, point processing, neighborhood processing, morphology, BLOB analysis, segmentation in video, tracking, geometric transformation, and visual effects Requires only a minimal understanding of mathematics Presents two chapters dedicated to applications, in which the different methods are applied in real systems, supported by further application examples at an associated website Provides a guide to defining suitable values for parameters in video and image processing systems, and to conversion between the RGB color representation and the HIS, HSV and YUV/YCbCr color representations This concise and easy-to-follow textbook/reference is an ideal introduction to the subject for both first-year engineering students and for non-engineering students without a strong mathematical background. Suitable for self-study, professionals outside of the field will also find the work an excellent overview of the basics.

Moeslund: author's other books


Who wrote Introduction to Video and Image Processing: Building Real Systems and Applications? Find out the surname, the name of the author of the book and a list of all author's works by series.

Introduction to Video and Image Processing: Building Real Systems and Applications — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Introduction to Video and Image Processing: Building Real Systems and Applications" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Thomas B. Moeslund Undergraduate Topics in Computer Science Introduction to Video and Image Processing 2012 Building Real Systems and Applications 10.1007/978-1-4471-2503-7_1 Springer-Verlag London Limited 2012
1. Introduction
Thomas B. Moeslund 1
(1)
Visual Analysis of People Laboratory, Department of Architecture, Design, and Media Technology, Aalborg University, Aalborg, Denmark
Thomas B. Moeslund
Email:
Abstract
Our eyes capture images of the world surrounding us and our brain is capable of extracting detailed information from such images. Video and image processing aim at replicating this ability by constructing a seeing computer. To this end a camera replaces the eyes and the (video and image) processing software replaces the human brain. The purpose of this book is to present the basics within these two topics; cameras and video/image processing. This first chapter of the book motivates the need for video and image processing, and points out the many possible application areas. The book is inspired by a system approach and a general framework for video and image processing is therefore discussed before a layout of the different chapters is provided.
If you look at the image in Fig. you can see three children. The two oldest children look content with life, while the youngest child looks a bit puzzled. We can detail this description further using adjectives, but we will never ever be able to present a textual description, which encapsulates all the details in the image. This fact is normally referred to as a picture is worth a thousand words .
Fig 11 An image containing three children So our eyes and our brain are - photo 1
Fig. 1.1
An image containing three children
So, our eyes and our brain are capable of extracting detailed information far beyond what can be described in text, and it is this ability we want to replicate in the seeing computer. To this end a camera replaces the eyes and the (video and image) processing software replaces the human brain. The purpose of this book is to present the basics within these two topics; cameras and video/image processing.
Cameras have been around for many years and were initially developed with the purpose of freezing a part of the world, for example to be used in newspapers. For a long time cameras were analog, meaning that the video and images were captured on film. As digital technology matured, the possibility of digital video and images arose, and video and image processing became relevant and necessary sciences.
Some of the first applications of digital video and image processing were to improve the quality of the captured images, but as the power of computers grew, so did the number of applications where video and image processing could make a difference. Today, video and image processing are used in many diverse applications, such as astronomy (to enhance the quality), medicine (to measure and understand some parameters of the human body, e.g., blood flow in fractured veins), image compression (to reduce the memory requirement when storing an image), sports (to capture the motion of an athlete in order to understand and improve the performance), rehabilitation (to assess the locomotion abilities), motion pictures (to capture actors motion in order to produce special effects based on graphics), surveillance (detect and track individuals and vehicles), production industries (to assess the quality of products), robot control (to detect objects and their pose so a robot can pick them up), TV productions (mixing graphics and live video, e.g., weather forecast), biometrics (to measure some unique parameters of a person), photo editing (improving the quality or adding effects to photographs), etc.
Many of these applications rely on the same video and image processing methods, and it is these basic methods which are the focus of this book.
1.1 The Different Flavors of Video and Image Processing
The different video and image processing methods are often grouped into the categories listed below. There is no unique definition of the different categories and to make matters worse they also overlap significantly. Here is one set of definitions:
Video and Image Compression
This is probably the most well defined category and contains the group of methods used for compressing video and image data.
Image Manipulation
This category covers methods used to edit an image. For example, when rotating or scaling an image, but also when improving the quality by for example changing the contrast.
Image Processing
Image processing originates from the more general field of signal processing and covers methods used to segment the object of interest. Segmentation here refers to methods which in some way enhance the object while suppressing the rest of the image (for example the edges in an image).
Video Processing
Video processing covers most of the image processing methods, but also includes methods where the temporal nature of video data is exploited.
Image Analysis
Here the goal is to analyze the image with the purpose of first finding objects of interest and then extracting some parameters of these objects. For example, finding an objects position and size.
Machine Vision
When applying video processing, image processing or image analysis in production industries it is normally referred to as machine vision or simply vision .
Computer Vision
Humans have human vision and similarly a computer has computer vision . When talking about computer vision we normally mean advanced algorithms similar to those a human can perform, e.g., face recognition. Normally computer vision also covers all methods where more than one camera is applied.
Even though this book is titled: Video and Image Processing it also covers basic methods from Image Manipulation and Image Analysis in order to provide the reader with a solid foundation for understanding and working with images and video.
1.2 General Framework
No matter which category you are working within (except for Video and Image Compression) you can very often apply the framework illustrated in Fig.. Sometimes not all blocks are included in a particular system, but the framework nevertheless provides a relevant guideline.
Fig 12 The block diagram provides a general framework for many systems - photo 2
Fig. 1.2
The block diagram provides a general framework for many systems working with video and images
Underneath each block in the figure we have illustrated a typical output. The particular outputs are from a gesture-based humancomputer-interface system that counts the number of fingers a user is showing in front of the camera.
Below we briefly describe the purpose of the different blocks:
Image Acquisition
In this block everything to do with the camera and setup of your system is covered, e.g., camera type, camera settings, optics, and light sources.
Pre-processing
This block does something to your image before the actual processing commences, e.g., convert the image from color to gray-scale or crop the most interesting part of the image (as seen in Fig. ).
Segmentation
This is where the information of interest is extracted from the image or video data. Often this block is the heart of a system. In the example in the figure the information is the fingers. The image below the segmentation block shows that the fingers (together with some noise) have been segmented (indicated by white objects).
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Introduction to Video and Image Processing: Building Real Systems and Applications»

Look at similar books to Introduction to Video and Image Processing: Building Real Systems and Applications. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Introduction to Video and Image Processing: Building Real Systems and Applications»

Discussion, reviews of the book Introduction to Video and Image Processing: Building Real Systems and Applications and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.