IMAGE PROCESSING Questions and Answers.

Slides:



Advertisements
Similar presentations
Image Processing Ch2: Digital image Fundamentals Part 2 Prepared by: Tahani Khatib.
Advertisements

Digital Image Processing
Robust statistical method for background extraction in image segmentation Doug Keen March 29, 2001.
Digital Image Processing Chapter 2: Digital Image Fundamentals.
Digital Image Fundamentals
Chapter 2 Digital Image Fundamentals. Outline Elements of Visual Perception Light and the Electromagnetic Spectrum Image Sensing and Acquisition Image.
Digital Image Fundamentals Human Vision Lights and Electromagnetic spectrum Image Sensing & Acquisition Sampling & Quantization Basic Relationships b/w.
Chapter 2: Digital Image Fundamentals Fall 2003, 劉震昌.
ECE 472/572 – Digital Image Processing Lecture 2 – Elements of Visual Perception and Image Formation 08/25/11.
Digital Image Fundamentals
Digital Images Chapter 8 Exploring the Digital Domain.
Digital Image Processing
: Office Room #:: 7
Image Formation. Input - Digital Images Intensity Images – encoding of light intensity Range Images – encoding of shape and distance They are both a 2-D.
Digital Image Processing Lecture 2
IMAGE SAMPLING AND IMAGE QUANTIZATION 1. Introduction
Digital Image Fundamentals II 1.Image modeling and representations 2.Pixels and Pixel relations 3.Arithmetic operations of images 4.Image geometry operation.
Geometric Transformations
Human Visual Perception The Human Eye Diameter: 20 mm 3 membranes enclose the eye –Cornea & sclera –Choroid –Retina.
Digital Image Fundamentals. What Makes a good image? Cameras (resolution, focus, aperture), Distance from object (field of view), Illumination (intensity.
Geometric Camera Models
Digital Image Fundamentals Faculty of Science Silpakorn University.
A Simple Image Model Image: a 2-D light-intensity function f(x,y)
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.
Course Website: Digital Image Processing: Digital Imaging Fundamentals P.M.Dholakia Brian.
Digital Image Processing (DIP) Lecture # 5 Dr. Abdul Basit Siddiqui Assistant Professor-FURC 1FURC-BCSE7.
Digital image processing Chapter 3. Image sampling and quantization IMAGE SAMPLING AND IMAGE QUANTIZATION 1. Introduction 2. Sampling in the two-dimensional.
Medical Image Processing & Neural Networks Laboratory 1 Medical Image Processing Chapter 2 Digital Image Fundamentals 國立雲林科技大學 資訊工程研究所 張傳育 (Chuan-Yu Chang.
Digital imaging By : Alanoud Al Saleh. History: It started in 1960 by the National Aeronautics and Space Administration (NASA). The technology of digital.
G52IIP, School of Computer Science, University of Nottingham 1 Summary of Topic 2 Human visual system Cones Photopic or bright-light vision Highly sensitive.
Digital Image Processing In The Name Of God Digital Image Processing Lecture2: Digital Image Fundamental M. Ghelich Oghli By: M. Ghelich Oghli
Elements of Visual Perception
Image Processing Ch2: Digital image Fundamentals Prepared by: Tahani Khatib.
Digital imaging By : Alanoud Al Saleh. History: It started in 1960 by the National Aeronautics and Space Administration (NASA). The technology of digital.
Content-Based Image Retrieval QBIC Homepage The State Hermitage Museum db2www/qbicSearch.mac/qbic?selLang=English.
CS654: Digital Image Analysis Lecture 4: Basic relationship between Pixels.
Image Perception ‘Let there be light! ‘. “Let there be light”
Digital Image Processing
Image Perception ‘Let there be light! ‘. “Let there be light”
Date of download: 7/9/2016 Copyright © 2016 SPIE. All rights reserved. A two-dimensional sampling lattice. v1 and v2 are the basis vectors. T1 and T2 are.
What is Digital Image Processing?
Image Sampling and Quantization
Some Basic Relationships Between Pixels
Digital Image Fundamentals
Multimedia Systems and Applications
Digital 2D Image Basic Masaki Hayashi
Digital Image Processing
Line and Character Attributes 2-D Transformation
Digital Image Processing
Computer Vision Lecture 4: Color
FP1 Matrices Transformations
Visual Perception, Image Formation, Math Concepts
Presenter by : Mourad RAHALI
Geometric Camera Models
EEE 501 Applied Digital Image Processing Dr. Türker İnce
Aum Amriteswaryai Namah:
Pixel Relations.
Digital Image Fundamentals
CSC 381/481 Quarter: Fall 03/04 Daniela Stan Raicu
Subject Name: IMAGE PROCESSING Subject Code: 10EC763
Digital Image Processing
Digital Image Fundamentals
Digital Image Processing
Image Perception and Color Space
Magnetic Resonance Imaging
Digital Image Fundamentals
IT523 Digital Image Processing
Histogram The histogram of an image is a plot of the gray _levels values versus the number of pixels at that value. A histogram appears as a graph with.
Introduction to Artificial Intelligence Lecture 22: Computer Vision II
DIGITAL IMAGE PROCESSING Elective 3 (5th Sem.)
Presentation transcript:

IMAGE PROCESSING Questions and Answers

Define subjective brightness and brightness adaptation? Subjective brightness means intensity as preserved by the human visual system. Brightness adaptation means the human visual system can operate only from scotopic to glare limit. It cannot operate over the range simultaneously. It accomplishes this large variation by changes in its overall intensity. Define weber ratio? The ratio of increment of illumination to background of illumination is called as weber ratio. (ie) ∆I/I If the ratio ∆I/I is small, then small percentage of change in intensity is needed (ie) good brightness adaptation. If the ratio ∆I/I is large, then large percentage of change in intensity is needed (ie) poor brightness adaptation.

What is meant by machband effect? Machband effect means the intensity of the stripes is constant. Therefore, it preserves the brightness pattern near the boundaries, these bands are called as machband effect. What is simultaneous contrast? The region reserved brightness not depend on its intensity but also on its background. All center square has same intensity. However, they appear to the eye to become darker as the background becomes lighter. What is meant by illumination and reflectance? Illumination is the amount of source light incident on the scene. It is represented as i(x, y). Reflectance is the amount of light reflected by the object in the scene. It is represented by r(x, y).

Define sampling and quantization Sampling means digitizing the co-ordinate value (x, y). Quantization means digitizing the amplitude value. Find the number of bits required to store a 256 X 256 image with 32 gray levels? 32 gray levels = 25= 5 bits 256 * 256 * 5 = 327680 bits. Write the expression to find the number of bits to store a digital image? The number of bits required to store a digital image is b=M X N X k When M=N, this equation becomes b=N^2k

What do you meant by Zooming of digital images? Zooming may be viewed as over sampling. It involves the creation of new pixel locations and the assignment of gray levels to those new locations. What do you meant by shrinking of digital images? Shrinking may be viewed as under sampling. To shrink an image by one half, we delete every row and column. To reduce possible aliasing effect, it is a good idea to blue an image slightly before shrinking it. Write short notes on neighbors of a pixel. The pixel p at co-ordinates (x, y) has 4 neighbors (ie) 2 horizontal and 2 vertical neighbors whose co-ordinates is given by (x+1, y), (x-1, y), (x, y-1), (x, y+1). This is called as direct neighbors. It is denoted by N4(P) Four diagonal neighbors of p have co-ordinates (x+1, y+1), (x+1, y-1), (x-1, y-1), (x-1, y+1). It is denoted by ND(4). Eight neighbors of p denoted by N8(P) is a combination of 4 direct neighbors and 4 diagonal neighbors.

Explain the types of connectivity. M connectivity (mixed connectivity) What is meant by path? Path from pixel p with co-ordinates (x, y) to pixel q with co-ordinates (s,t) is a sequence of distinct pixels with co-ordinates. Give the formula for calculating D4 and D8 distance. D4 distance ( city block distance) is defined by D4(p, q) = |x-s| + |y-t| D8 distance (chess board distance) is defined by D8(p, q) = max (|x-s|, |y-t|).

What is geometric transformation? Transformation is used to alter the co-ordinate description of image. The basic geometric transformations are Image translation Scaling Image rotation What is image translation and scaling? Image translation means reposition the image from one co-ordinate location to another along straight line path. Scaling is used to alter the size of the object or image (ie) a co-ordinate system is scaled by a factor.

What is the need for transform? The need for transform is most of the signals or images are time domain signal (ie) signals can be measured with a function of time. This representation is not always best. For most image processing applications anyone of the mathematical transformation are applied to the signal or images to obtain further information from that signal. Define the term Luminance? Luminance measured in lumens (lm), gives a measure of the amount of energy an observer perceiver from a light source. What is Image Transform? An image can be expanded in terms of a discrete set of basis arrays called basis images. These basis images can be generated by unitary matrices. Alternatively, a given NxN image can be viewed as an N^2×1 vectors. An image transform provides a set of coordinates or basis vectors for vector space.

Thanks….