September 5, 2013Computer Vision Lecture 2: Digital Images 1 Computer Vision A simple two-stage model of computer vision: Image processing Scene analysis.

Slides:



Advertisements
Similar presentations
November 12, 2013Computer Vision Lecture 12: Texture 1Signature Another popular method of representing shape is called the signature. In order to compute.
Advertisements

Grey Level Enhancement Contrast stretching Linear mapping Non-linear mapping Efficient implementation of mapping algorithms Design of classes to support.
Chapter 3 Image Enhancement in the Spatial Domain.
BYST Eh-1 DIP - WS2002: Enhancement in the Spatial Domain Digital Image Processing Bundit Thipakorn, Ph.D. Computer Engineering Department Image Enhancement.
Digital Image Processing
Computer Vision Lecture 16: Region Representation
December 5, 2013Computer Vision Lecture 20: Hidden Markov Models/Depth 1 Stereo Vision Due to the limited resolution of images, increasing the baseline.
Image Enhancement To process an image so that the result is more suitable than the original image for a specific application. Spatial domain methods and.
Introduction to Cognitive Science Lecture 2: Vision in Humans and Machines 1 Vision in Humans and Machines September 10, 2009.
Objective of Computer Vision
Digital Image Processing
1 King ABDUL AZIZ University Faculty Of Computing and Information Technology CS 454 Computer graphicsIntroduction Dr. Eng. Farag Elnagahy
Three-Dimensional Concepts
Computer Vision Lecture 3: Digital Images
Image processing Lecture 4.
Digital Image Characteristic
October 8, 2013Computer Vision Lecture 11: The Hough Transform 1 Fitting Curve Models to Edges Most contours can be well described by combining several.
September 10, 2012Introduction to Artificial Intelligence Lecture 2: Perception & Action 1 Boundary-following Robot Rules 1  2  3  4  5.
October 14, 2014Computer Vision Lecture 11: Image Segmentation I 1Contours How should we represent contours? A good contour representation should meet.
Chapter 9.  Mathematical morphology: ◦ A useful tool for extracting image components in the representation of region shape.  Boundaries, skeletons,
Integral University EC-024 Digital Image Processing.
CS 6825: Binary Image Processing – binary blob metrics
Seeram Chapter #3: Digital Imaging
CS6825: Point Processing Contents – not complete What is point processing? What is point processing? Altering/TRANSFORMING the image at a pixel only.
December 4, 2014Computer Vision Lecture 22: Depth 1 Stereo Vision Comparing the similar triangles PMC l and p l LC l, we get: Similarly, for PNC r and.
September 23, 2014Computer Vision Lecture 5: Binary Image Processing 1 Binary Images Binary images are grayscale images with only two possible levels of.
Intelligent Vision Systems Image Geometry and Acquisition ENT 496 Ms. HEMA C.R. Lecture 2.
September 17, 2013Computer Vision Lecture 5: Image Filtering 1ColorRGB HSI.
3. Image Sampling & Quantisation 3.1 Basic Concepts To create a digital image, we need to convert continuous sensed data into digital form. This involves.
Lecture 3 The Digital Image – Part I - Single Channel Data 12 September
Digital Image Processing (DIP) Lecture # 5 Dr. Abdul Basit Siddiqui Assistant Professor-FURC 1FURC-BCSE7.
Pixel Connectivity Pixel connectivity is a central concept of both edge- and region- based approaches to segmentation The notation of pixel connectivity.
: Chapter 11: Three Dimensional Image Processing 1 Montri Karnjanadecha ac.th/~montri Image.
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
Image Processing Ch2: Digital image Fundamentals Prepared by: Tahani Khatib.
CS 376b Introduction to Computer Vision 02 / 11 / 2008 Instructor: Michael Eckmann.
Visual Computing Computer Vision 2 INFO410 & INFO350 S2 2015
CS654: Digital Image Analysis
October 16, 2014Computer Vision Lecture 12: Image Segmentation II 1 Hough Transform The Hough transform is a very general technique for feature detection.
October 1, 2013Computer Vision Lecture 9: From Edges to Contours 1 Canny Edge Detector However, usually there will still be noise in the array E[i, j],
Machine Vision ENT 273 Regions and Segmentation in Images Hema C.R. Lecture 4.
Intelligent Vision Systems Image Geometry and Acquisition ENT 496 Ms. HEMA C.R. Lecture 2.
Intelligent Robotics Today: Vision & Time & Space Complexity.
Digital Image Processing
Lecture Reading  3.1 Background  3.2 Some Basic Gray Level Transformations Some Basic Gray Level Transformations  Image Negatives  Log.
Robotics Chapter 6 – Machine Vision Dr. Amit Goradia.
Lecture 02 Point Based Image Processing Lecture 02 Point Based Image Processing Mata kuliah: T Computer Vision Tahun: 2010.
Digital Image Processing Image Enhancement in Spatial Domain
Instructor: Mircea Nicolescu Lecture 5 CS 485 / 685 Computer Vision.
An Introduction to Digital Image Processing Dr.Amnach Khawne Department of Computer Engineering, KMITL.
Digital Image Processing CCS331 Relationships of Pixel 1.
April 14, 2016Introduction to Artificial Intelligence Lecture 20: Image Processing 1 Example I: Predicting the Weather Let us study an interesting neural.
Computer Graphics CC416 Lecture 04: Bresenham Line Algorithm & Mid-point circle algorithm Dr. Manal Helal – Fall 2014.
1. 2 What is Digital Image Processing? The term image refers to a two-dimensional light intensity function f(x,y), where x and y denote spatial(plane)
April 21, 2016Introduction to Artificial Intelligence Lecture 22: Computer Vision II 1 Canny Edge Detector The Canny edge detector is a good approximation.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging 1 GGC -- ITEC Digital Media.
CS-565 Computer Vision Nazar Khan Lecture 8.
Mean Shift Segmentation
Common Classification Tasks
Computer Vision Lecture 5: Binary Image Processing
Computer Vision Lecture 4: Color
Fitting Curve Models to Edges
Computer Vision Lecture 3: Digital Images
Computer Vision Lecture 9: Edge Detection II
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Example I: Predicting the Weather
Magnetic Resonance Imaging
Intensity Transformation
Introduction to Artificial Intelligence Lecture 22: Computer Vision II
Presentation transcript:

September 5, 2013Computer Vision Lecture 2: Digital Images 1 Computer Vision A simple two-stage model of computer vision: Image processing Scene analysis Bitmap image Scene description feedback (tuning) Prepare image for scene analysis Build an iconic model of the world

September 5, 2013Computer Vision Lecture 2: Digital Images 2 Computer Vision The image processing stage prepares the input image for the subsequent scene analysis. Usually, image processing results in one or more new images that contain specific information on relevant features of the input image. The information in the output images is arranged in the same way as in the input image. For example, in the upper left corner in the output images we find information about the upper left corner in the input image.

September 5, 2013Computer Vision Lecture 2: Digital Images 3 Computer Vision The scene analysis stage interprets the results from the image processing stage. Its output completely depends on the problem that the computer vision system is supposed to solve. For example, it could be the number of bacteria in a microscopic image, or the identity of a person whose retinal scan was input to the system. In the following lectures we will focus on the lower- level, i.e., image processing techniques. Later we will discuss a variety of scene analysis methods and algorithms.

September 5, 2013Computer Vision Lecture 2: Digital Images 4 Computer Vision How can we turn a visual scene into something that can be algorithmically processed? Usually, we map the visual scene onto a two-dimensional array of intensities. In the first step, we have to project the scene onto a plane. This projection can be most easily understood by imagining a transparent plane between the observer (camera) and the visual scene. The intensities from the scene are projected onto the plane by moving them along a straight line from their initial position to the observer. The result will be a two-dimensional projection of the three- dimensional scene as it is seen by the observer.

September 5, 2013Computer Vision Lecture 2: Digital Images 5 Digitizing Visual Scenes Obviously, any 3D point (x, y, z) is mapped onto a 2D point (x’, y’) by the following equations: z y x x’ y’ (x’, y’) (x, y, z) f

September 5, 2013Computer Vision Lecture 2: Digital Images 6 Digitizing Visual Scenes Once we obtained the 2D projection of our scene, it is still not ready for storage in our computer. The image theoretically has infinite spatial resolution and an infinite number of colors. We will mostly restrict our concept of images to grayscale. Grayscale values usually have a resolution of 8 bits (256 different values), in medical applications sometimes 12 bits (4096 values), or in binary images only 1 bit (2 values). We simply choose the available gray level whose intensity is closest to the gray value color we want to convert.

September 5, 2013Computer Vision Lecture 2: Digital Images 7 Digitizing Visual Scenes With regard to spatial resolution, we will map the intensity in our image onto a two-dimensional finite array: [0, 0][0, 1][0, 2][0, 3] [1, 0][1, 1][1, 2][1, 3] [2, 0][2, 1][2, 2][2, 3] y’ x’

September 5, 2013Computer Vision Lecture 2: Digital Images 8 Digitizing Visual Scenes So the result of our digitization is a two-dimensional array of discrete intensity values. Notice that in such a digitized image F[i, j] the first coordinate i indicates the row of a pixel, starting with 0, the second coordinate j indicates the column of a pixel, starting with 0. In an m×n pixel array, the relationship between image and pixel coordinates is given by the equations

September 5, 2013Computer Vision Lecture 2: Digital Images 9 Levels of Computation As we discussed before, computer vision systems usually operate at various levels of computation. In the following, we will discuss different levels of computation as they occur during the image processing and scene analysis stages. We will formalize this concept by means of an operation O that receives a set of pixels and returns a single intensity value that can be used to determine the value of a pixel in the output image. We will look at operations at the point level, local level, global level, and object level mapping an input image f A [i, j] to an output image f B [i, j].

September 5, 2013Computer Vision Lecture 2: Digital Images 10 Point Level Operation type: f B [i, j] = O point {f A [i, j]} This means that the intensity of each pixel in the output image only depends on the intensity of the corresponding pixel in the input image. Examples for this kind of operation are inversion (creating a negative image), thresholding, darkening, increasing brightness etc.

September 5, 2013Computer Vision Lecture 2: Digital Images 11 Local Level Operation type: f B [i, j] = O local {f A [k, l]; [k, l]  N[i, j]} Where N[i, j] is a neighborhood around the position [i, j]. For example, it could be defined as N[i, j] = {[u, v] | |i – u| < 3  |j – v| < 3}. Then the neighborhood would include all pixels within a 5×5 square centered at [i, j]. So the intensity of each pixel in the output image depends on the intensity of pixels in the neighborhood of the corresponding position in the input image: Examples: Blurring, sharpening.

September 5, 2013Computer Vision Lecture 2: Digital Images 12 Global Level Operation type: f B [i, j] = O global {f A [k, l]; 0 ≤ k < m, 0 ≤ l < n} for an m×n image. So the intensity of each pixel in the output image may depend on the intensity of any pixel in the input image. Examples: histogram modification, rotating the image

September 5, 2013Computer Vision Lecture 2: Digital Images 13 Object Level The goal of computer vision algorithms usually is to determine properties of an image with regard to specific objects shown in it. To do this, operations must be performed at the object level, that is, include all pixels that belong to a particular object. Problem: We must use all points that belong to an object to determine its properties, but we need some of these properties to determine the pixels that belong to the object. While this seems effortless in biological systems, we will later see that complex algorithms are required to solve this problem in an artificial system.

September 5, 2013Computer Vision Lecture 2: Digital Images 14 Binary Images Binary images are grayscale images with only two possible levels of brightness for each pixel: black or white. Binary images require little memory for storage and can be processed very quickly. They are a good representation of an object if we are only interested in the contour of that object, and we are only interested in the contour of that object, and the object can be separated from the background and from other objects (no occlusion). the object can be separated from the background and from other objects (no occlusion).

September 5, 2013Computer Vision Lecture 2: Digital Images 15Thresholding We usually create binary images from grayscale images through thresholding. This can be done easily and perfectly if, for example, the brightness of pixels is lower for those of the object than for those of the background. Then we can set a threshold T such that T is greater than the brightness value of any object pixel and greater than the brightness value of any object pixel and smaller than the brightness value of any background pixel. smaller than the brightness value of any background pixel.

September 5, 2013Computer Vision Lecture 2: Digital Images 16Thresholding In that case, we can apply the threshold T to the original image F[i, j] to generate the thresholded image F T [i, j]: F T [i, j] = 1 if F[i, j] ≤ T = 0 otherwise The convention for binary images is that pixels belonging to the object(s) have value 1 and all other pixels have value 0. We usually display 1-pixels in black and 0-pixels in white.

September 5, 2013Computer Vision Lecture 2: Digital Images 17Thresholding If we know that the intensity of all object pixels is in the range between values T 1 and T 2, we can perform the following thresholding operation: F T [i, j] = 1 if T 1 ≤ F[i, j] ≤ T 2 = 0 otherwise If the intensities of all object pixels are not in a particular interval, but are still distinct from the background values, we can do the following: F T [i, j] = 1 if F[i, j]  Z = 0 otherwise, Where Z is the set of intensities of object pixels.