GK-12 Sensors! Matrices and Digital Pictures Part II - Matrix operations with digital pictures.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Section 13-4: Matrix Multiplication
Maths for Computer Graphics
Matrices The Basics Vocabulary and basic concepts.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
100’s of free ppt’s from library
Determinants 2 x 2 and 3 x 3 Matrices. Matrices A matrix is an array of numbers that are arranged in rows and columns. A matrix is “square” if it has.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
2.5 Determinants and Multiplicative Inverses of Matrices Objectives: Evaluate determinants. Find inverses of matrices. Solve systems of equations by using.
AIM: How do we perform basic matrix operations? DO NOW:  Describe the steps for solving a system of Inequalities  How do you know which region is shaded?
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
8.2 Operations With Matrices
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
 6. Use matrices to represent and manipulate data, e.g., to represent payoffs or incidence relationships related in a network.  7. Multiply matrices.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Warm Up Perform the indicated operations. If the matrix does not exist, write impossible
EXAMPLE 1 Add and subtract matrices
Matrices Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 A matrix is a rectangular array of real numbers. Each entry.
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
Do Now: Perform the indicated operation. 1.). Algebra II Elements 11.1: Matrix Operations HW: HW: p.590 (16-36 even, 37, 44, 46)
4-3 Matrix Multiplication Objective: To multiply a matrix by a scalar multiple.
2.3 MODELING REAL WORLD DATA WITH MATRICES By the end of the section students will be able to add, subtract, and multiply matrices of various sizes. Students.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
13.4 Product of Two Matrices
MATRICES.
12-1 Organizing Data Using Matrices
Matrix Operations Free powerpoints at
Matrix Operations.
Unit 1: Matrices Day 1 Aug. 7th, 2012.
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations SpringSemester 2017.
Matrix Operations Free powerpoints at
Histogram Histogram is a graph that shows frequency of anything. Histograms usually have bars that represent frequency of occuring of data. Histogram has.
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
7.3 Matrices.
MATRICES MATRIX OPERATIONS.
[ ] [ ] [ ] [ ] EXAMPLE 3 Scalar multiplication Simplify the product:
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
2.2 Introduction to Matrices
Section 3.2 – Determinant of a SQUARE Matrix
Multiplying Matrices.
Matrix Addition
Section 10.4 – Determinant of a SQUARE Matrix
3.5 Perform Basic Matrix Operations
Determinants 2 x 2 and 3 x 3 Matrices.
3.6 Multiply Matrices.
Chapter 4 Matrices & Determinants
Determinants 2 x 2 and 3 x 3 Matrices.
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
What is the dimension of the matrix below?
Matrix Operations SpringSemester 2017.
Matrix Multiplication
1.8 Matrices.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Introduction to Matrices
Multiplying Matrices.
Presentation transcript:

GK-12 Sensors! Matrices and Digital Pictures Part II - Matrix operations with digital pictures.

GK-12 Sensors! General Electric Original Digital X- Ray 320 x shades of gray

GK-12 Sensors! Contrast: Scalar Multiplication Matrix is multiplied by a scalar to shift color Scalar is defined by a set of equations. The range of the element values must remain the same X is the matrix of the original picture Y is the matrix of the new picture Y is a function of X

GK-12 Sensors! Original (X)Negative (Y) Negative

GK-12 Sensors! Original (X)Square (Y) Square

GK-12 Sensors! Original (X)Square root (Y) Square root

GK-12 Sensors! Original (X)Haversine (Y) Haversine

GK-12 Sensors! Histogram - A plot of the number pixels for each color value.

GK-12 Sensors! Original (X)Slope (Y) Slope

GK-12 Sensors! Edge Sharpening: Convolution Convolution is an operation between two same size matrices that creates a scalar. The elements at the same location in each matrix are multiplied This product is summed with the product of the other elements.

GK-12 Sensors! A new matrix of the same size needs to be created Start with the matrix of the original picture, X Add a row or column of zeros on each edge Choose a 3x3 matrix from X new convolve with H Create a new matrix, Y, by convolving H with every 3x3 matrix

GK-12 Sensors! Original (X)Edge Sharpening