Pixel Relations.

Slides:



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

Digital Image Processing
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Breadth-First Search David Johnson. Today Look at one version of Breadth-first search on a grid Develop Matlab version of BFS.
Digital Image Processing Lecture 12: Image Topology
September 10, 2013Computer Vision Lecture 3: Binary Image Processing 1Thresholding Here, the right image is created from the left image by thresholding,
2004/05/03 Clustering 1 Clustering (Part One) Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information.
Digital Image Processing Chapter 2: Digital Image Fundamentals.
Digital Image Fundamentals
Lecture 11: Stereo and optical flow CS6670: Computer Vision Noah Snavely.
Chapter 2 Digital Image Fundamentals. Outline Elements of Visual Perception Light and the Electromagnetic Spectrum Image Sensing and Acquisition Image.
1 Image Processing(IP) 1. Introduction 2. Digital Image Fundamentals 3. Image Enhancement in the spatial Domain 4. Image Enhancement in the Frequency Domain.
Chapter 2: Digital Image Fundamentals Fall 2003, 劉震昌.
Digital Image Fundamentals
Chapter 3 Binary Image Analysis. Types of images ► Digital image = I[r][c] is discrete for I, r, and c.  B[r][c] = binary image - range of I is in {0,1}
Digital Image Processing
Digital Image Processing Lecture 2
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Language-Independent Text Line Extraction from Historical Document Images Presented by: Abed Asi First International workshop on Historical Document.
Digital Image Fundamentals II 1.Image modeling and representations 2.Pixels and Pixel relations 3.Arithmetic operations of images 4.Image geometry operation.
Chapter Two Digital Image Fundamentals. Agenda: –Light and Electromagnetic Spectrum –Image Sensing & Acquisition –Image Sampling & quantization –Relationship.
Digital Image Processing CCS331 Relationships of Pixel 1.
Introduction Image geometry studies rotation, translation, scaling, distortion, etc. Image topology studies, e.g., (i) the number of occurrences.
Digital Image Fundamentals Faculty of Science Silpakorn University.
Distances Between Genes and Samples Naomi Altman Oct. 06.
Medical Image Processing & Neural Networks Laboratory 1 Medical Image Processing Chapter 2 Digital Image Fundamentals 國立雲林科技大學 資訊工程研究所 張傳育 (Chuan-Yu Chang.
Digital Image Processing In The Name Of God Digital Image Processing Lecture2: Digital Image Fundamental M. Ghelich Oghli By: M. Ghelich Oghli
CS654: Digital Image Analysis Lecture 5: Pixels Relationships.
Graphs and 2-Way Bounding Discrete Structures (CS 173) Madhusudan Parthasarathy, University of Illinois 1 /File:7_bridgesID.png.
CS654: Digital Image Analysis Lecture 4: Basic relationship between Pixels.
Digital Topology CIS 601 Fall 2004 Longin Jan Latecki.
Digital Image Processing
CSSE463: Image Recognition Day 9 Lab 3 (edges) due Weds, 3:25 pm Lab 3 (edges) due Weds, 3:25 pm Take home quiz due Friday, 4:00 pm. Take home quiz due.
Some Basic Relationships Between Pixels Definitions: –f(x,y): digital image –Pixels: q, p –Subset of pixels of f(x,y): S.
1 © 2010 Cengage Learning Engineering. All Rights Reserved. 1 Introduction to Digital Image Processing with MATLAB ® Asia Edition McAndrew ‧ Wang ‧ Tseng.
Course 3 Binary Image Binary Images have only two gray levels: “1” and “0”, i.e., black / white. —— save memory —— fast processing —— many features of.
Image Processing Chapter(3) Part 1:Relationships between pixels Prepared by: Hanan Hardan.
Relationship between pixels Neighbors of a pixel – 4-neighbors (N,S,W,E pixels) == N 4 (p). A pixel p at coordinates (x,y) has four horizontal and vertical.
Digital Image Processing CCS331 Relationships of Pixel 1.
Digital image basics Human vision perception system Image formation
What is Digital Image Processing?
Image Sampling and Quantization
Some Basic Relationships Between Pixels
Digital Image Fundamentals
Polygon Fill Flood fill algorithm. The algorithm starts at a pixel and perform a depth first traversal of the adjacent pixels and fills the visited pixel.
F(x,y) قيمة البيكسل الواحد توجد 3 مراحل لمعالجة الصورة
IMAGE PROCESSING Questions and Answers.
Digital Image Processing
Image Formation and Processing
T490 (IP): Tutorial 2 Chapter 2: Digital Image Fundamentals
Visual Perception, Image Formation, Math Concepts
Content-Based Image Retrieval
Content-Based Image Retrieval
Morphological Operations
رسم الخطوط المختلفة و خوارزمياتها
CSSE463: Image Recognition Day 23
Digital Image Fundamentals
Binary Image processing بهمن 92
CSC 381/481 Quarter: Fall 03/04 Daniela Stan Raicu
Subject Name: IMAGE PROCESSING Subject Code: 10EC763
Computer and Robot Vision I
Digital Image Processing
Digital Image Fundamentals
CSSE463: Image Recognition Day 23
© T Madas.
The Image The pixels in the image The mask The resulting image 255 X
Computer and Robot Vision I
Computer and Robot Vision I
IT523 Digital Image Processing
Lecture 2 Digital Image Fundamentals
Presentation transcript:

Pixel Relations

Neighboring, Adjacency N4(p): 4-neighbors ND(p): 4-diagonal neighbors N8(p) = N4(p) ND(p) : 8-neighbors Adjacency: V: a set of gray levels s.t. if a pixel’s gray level in V, it will be used to establish adjacency. 4-adjacency 8-adjacency m-adjacency p p q s p r q s p r

Path, Connectivity, Region a path from p = (s,t) to q = (x,y) is a set adjacent points P(p,q) = {(s,t), …, (xi, yi), …, (x, y)} If (s, t) = (x, y), P is a closed path. p and q are connected in S if P(p,q)  S. The set {q; P(p,q)  S} is a Connected Component of p  S. S is a connected set if it has only one connected component. S is also called a Region. The boundary of a region R = {p; p  R, exists q  R, q  N(p)} If R is entire image, its boundary is the first and last rows and columns of pixels.

Distance Metrics Normed distance Euclidean distance Given pixels p, q, r, a function D(p,q) is a distance function if Euclidean distance L2 norm City-block distance L1 norm Chessboard distance L norm