Book Image

Visual Media Processing Using MATLAB Beginner's Guide

By : George Siogkas
Book Image

Visual Media Processing Using MATLAB Beginner's Guide

By: George Siogkas

Overview of this book

Whether you want to enhance your holiday photographs or make a professional banner image for your website, you need a software tool that offers you quick and easy ways to accomplish it. All-in-one tools tend to be rare, and Matlab is one of the best available.This book is a practical guide full of step-by-step examples and exercises that will enable you to use Matlab as a powerful, complete, and versatile alternative to traditional image and video processing software.You will start off by learning the very basics of grayscale image manipulation in Matlab to master how to analyze 3-dimensional images and videos using the same tool. The methods you learn here are explained and expanded upon so that you gradually reach a more advanced level in Matlab image and video processing. You will be guided through the steps of opening, transforming, and saving images, later to be mixed with advanced masking techniques both in grayscale and in color. More advanced examples of artistic image processing are also provided, like creating panoramic photographs or HDR images. The second part of the book covers video processing techniques and guides you through the processes of creating time-lapse videos from still images, and acquiring, filtering, and saving videos in Matlab. You will learn how to use many useful functions and tools that transform Matlab from a scientific software to a powerful and complete solution for your everyday image and video processing needs.
Table of Contents (18 chapters)
Visual Media Processing Using MATLAB Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The ribbon


The ribbon contains a collection of basic MATLAB processes and resides in the top part of the environment window. It is based on the latest Graphical User Interface trends, like the ones used in Microsoft Office software products since the 2007 version. It has three main tabs:

  • HOME

  • PLOTS

  • APPS

These three tabs are briefly described in the following sections.

The HOME tab

The HOME tab contains the most basic and generic processes used in MATLAB. In this book, we will only need some of them.

As we can see in the previous image, there are six main groups of processes present on the HOME tab; FILE, VARIABLE, CODE, SIMULINK, ENVIRONMENT, and RESOURCES.

From these six groups, we will certainly need the FILE group processes to create or open MATLAB files. The VARIABLE group is a new addition in MATLAB 2012b, providing an intuitive, yet unnecessary way for variable creation. The group named CODE is useful for code analysis, the SIMULINK group is used for a tool that is not covered in this book, the ENVIRONMENT group is a way to tweak the setting of the MATLAB environment, and finally, RESOURCES are processes for getting online and offline help.

The PLOTS tab

The PLOTS tab is a tool that helps you plot variables. Besides traditional plotting capabilities (for example, creating a graph from x and y coordinates), it can also be used as an alternative way to show images stored in variables or even to play videos stored in variables.

The APPS tab

The APPS tab is also a rather new addition and provides a quick way to access basic MATLAB tools by clicking on their icons, rather than writing their name in the command line. We can use it to quickly access the Image Acquisition or the Image Viewer tools, which are useful for digital media processing.