Image Processing Fundamental II Operation & Transform.

Slides:



Advertisements
Similar presentations
A rational function is a function whose rule can be written as a ratio of two polynomials. The parent rational function is f(x) = . Its graph is a.
Advertisements

If you have not watched the PowerPoint on the unit circle you should watch it first. After you’ve watched that PowerPoint you are ready for this one.
CMP 101 Fundamentals of Computer and programming in C Rohit Khokher.
September 10, 2013Computer Vision Lecture 3: Binary Image Processing 1Thresholding Here, the right image is created from the left image by thresholding,
Morphological Image Processing
Intro to Algebra 2 Summary. Intro & Summary This chapter introduces relations and functions. Functions will be the focus of most of the rest of algebra,
Subtraction. Matching objects to numbers (less than 20) and then removing objects from the group.
3.6 Graph Rational Functions Part II. Remember Rational functions have asymptotes To find the vertical asymptote, set the denominator = 0 and solve for.
(2.1) Fundamentals  Terms for magnitudes – logarithms and logarithmic graphs  Digital representations – Binary numbers – Text – Analog information 
Chapter 7 Arithmetic Operations and Circuits Binary Arithmetic Addition –When the sum exceeds 1, carry a 1 over to the next-more-significant column.
Lecture 5. Morphological Image Processing. 10/6/20152 Introduction ► ► Morphology: a branch of biology that deals with the form and structure of animals.
MTH 104 Calculus and Analytical Geometry Lecture No. 2.
Digital Image Fundamentals II 1.Image modeling and representations 2.Pixels and Pixel relations 3.Arithmetic operations of images 4.Image geometry operation.
ORDER OF OPERATIONS x 2 Evaluate the following arithmetic expression: x 2 Each student interpreted the problem differently, resulting in.
 Reflections in the coordinate axes of the graph of y = f(x) are represented by: 1. Reflection in the x-axis: h(x) = -f(x) 2. Reflection in the y-axis:
Morphological Image Processing
AdeptSight Image Processing Tools Lee Haney January 21, 2010.
Transformations Transformations of Functions and Graphs We will be looking at simple functions and seeing how various modifications to the functions transform.
WHICH TRANSFORMATIONS DO YOU KNOW? ROTATION WHICH TRANSFORMATIONS DO YOU KNOW? ROTATION.
 How would you sketch the following graph? ◦ y = 2(x – 3) 2 – 8  You need to perform transformations to the graph of y = x 2  Take it one step at a.
Spreadsheets, Surveys, And Graphs What is a spreadsheet?
Miguel Tavares Coimbra
Transformations LESSON 26POWER UP FPAGE 169. Transformations The new image is read as “A prime, B prime, C prime”
Transformations Review Vertex form: y = a(x – h) 2 + k The vertex form of a quadratic equation allows you to immediately identify the vertex of a parabola.
CS 151: Digital Design Chapter 4: Arithmetic Functions and Circuits
Introduction The word transform means “to change.” In geometry, a transformation changes the position, shape, or size of a figure on a coordinate plane.
Transformational Geometry
By: Tameicka James Addition Subtraction Division Multiplication
Translations Unit 2 Section 1. What is a translation? Moving a shape, without rotating or flipping it. "Sliding". The shape still looks exactly the same,
Lecture(s) 3-4. Morphological Image Processing. 3/13/20162 Introduction ► ► Morphology: a branch of biology that deals with the form and structure of.
Multiply By 2-Digit Numbers (B) Unit 2 Lesson 6. Objectives:
Wavelets Chapter 7 Serkan ERGUN. 1.Introduction Wavelets are mathematical tools for hierarchically decomposing functions. Regardless of whether the function.
Introduction to Transformations. What does it mean to transform something?
Intro to Math… Lesson 1. 4 Fundamental Operations Of Math Example: adding + subtracting - multiplying x dividing ÷
Unit I From Fundamentals of Logic Design by Roth and Kinney.
Today, we'll learn how to animate our artwork
Quadratic Functions Unit Objectives: Solve a quadratic equation.
Algebra 2 Discuss: What does Algebra mean to you?
Adding.
Do-Now What is the general form of an absolute value function?
Elementary Arithmetic Edition By Victor Germano
Do Now: Can you input all real numbers into the x variable in the following functions? If not what numbers can x not take on?
Do Now: Graph the point and its image in a coordinate plane.
4-4 Periodic Functions; Stretching and Translating Graphs
Faraday rotation measure synthesis in AIPS The new task FARS
1 Step Equation Practice + - x ÷
Faraday rotation measure synthesis in AIPS The new task FARS
Chapter 2: Digital Image Fundamentals
CPU Design & Computer Arithmetic
Chapter 2: Digital Image Fundamentals
CS654: Digital Image Analysis
CS Digital Image Processing Lecture 5
4-4 Geometric Transformations with Matrices
4-4 Periodic Functions; Stretching and Translating Graphs
Function Notation Transformations.
Videos & Songs! - Colin Dodds song - transformation style.
MATIONS.
Indicator 10 Solving Inequalities.
Digital Image Processing
TRANSFORMATIONS Translations Reflections Rotations
What is a transformation? What are vertices?
FUNDAMENTAL ALGEBRA Week 1.
2.1 Transformations of Quadratic Functions
Number Lines.
Functions and Tables.
Introduction to Mathematical tools in used in DIP
Transformations: Translations Rotations Reflections
Maps one figure onto another figure in a plane.
QQ.
SOL 8.8 Students will be using the 8.8 Transformation Chart for Notes
Presentation transcript:

Image Processing Fundamental II Operation & Transform

Digital Image Operation & Transformation  Digital Image Operation Arithmetic Operation Logic Operation  Transformation Translation Rotation Flip

Arithmetic Operation  The arithmetic operations between two pixels p and q are denoted as followed: Subtraction : p – q Addition : p + q Multiplication : p * q Division : p / q

Arithmetic Operation  Operation on entire images are carried out pixel by pixel.  If the result is real, truncate its value  If the result is over range, pick the maximum value  If the result if under range, pick the minimum value

Addition Operation IMAGE 1 IMAGE 2IMAGE 1 + IMAGE 2

Subtraction Operation IMAGE 1 IMAGE 2IMAGE 1 - IMAGE Image subtraction is a basic tool in medical imaging, where it is used to remove static background information

Multiplication Operation IMAGE 1 IMAGE 2IMAGE 1 * IMAGE

Division Operation IMAGE 1 IMAGE 2IMAGE 1 / IMAGE 2 0 0

Arithmetic Operation Let there is 1 input images p is denoted of a pixel in digital image and c is a constrain.  Addition : p + c  Subtraction : p – c  Multiplication : p * c  Division : p / c

Arithmetic Operation Example  Addition : p + 10  Subtraction : p – 10  Multiplication : p * 10  Division : p / 10

Logic Operation  Principal logic operations used in image processing are AND, OR, and COMPLEMENT, denoted as follows: AND : p AND q OR : p OR q NOT : NOT q

OR Operation IMAGE 1 IMAGE 21 OR 2

AND Operation IMAGE 1 IMAGE 21 AND 2

AND Operation IMAGE 1 NOT IMAGE 1

Transformation translate rotateflip

Translation  It can be written in function as

Rotation  It can be written in function as

FLIP  Horizontal  Vertical MxN