Temple University Summer Research Progress: Week 2 – Extraction of Data George Fava Department of Electrical and Computer Engineering Temple University.

Slides:



Advertisements
Similar presentations
Introduction to shapes
Advertisements

transformations (dilations). . .
Goal: to rotate a figure around a central point
Do Now:.
11.5 Rotations. Rotations Rotate a Figure 90 about the origin.
Warm Up Draw an example of a reflection: Draw an example of a figure that has one or more lines of symmetry: Find the new coordinates of the image after.
Image Enhancement in the Frequency Domain Part I Image Enhancement in the Frequency Domain Part I Dr. Samir H. Abdul-Jauwad Electrical Engineering Department.
Lecture #7 FREQUENCY RESPONSE OF LSI SYSTEMS Department of Electrical and Computer Engineering Carnegie Mellon University Pittsburgh, Pennsylvania.
ADC Calculations Joshua Kim. I. Objective and Goals II. Current ADC Results III. Current Progress on MatLab Program Outline.
Chapter 2 Functions and Graphs
Chapter 2 Functions and Graphs Section 1 Functions.
CMSC 104, Version 9/01 1 The Box Problem: Write an interactive program to compute and display the volume and surface area of a box. The program must also.
Numerical Analysis – Digital Signal Processing Hanyang University Jong-Il Park.
Temple University Speech Recognition using Sphinx 4 (Ti Digits test) Jaykrishna shukla,Amir Harati,Mubin Amehed,& cara Santin Department of Electrical.
CIV 104 COMPUTER AIDED TECHNICAL DRAWING CHAPTER 2 Creating Basic Drawings 1.
Digital Image Processing CCS331
Digital Image Processing Homework II Fast Fourier Transform 2012/03/28 Chih-Hung Lu ( 呂志宏 ) Visual Communications Laboratory Department of Communication.
Unit 5: Geometric Transformations.
Objectives Define and draw lines of symmetry Define and draw dilations.
Temple University Training Acoustic model using Sphinx Train Jaykrishna shukla,Mubin Amehed& cara Santin Department of Electrical and Computer Engineering.
Objectives 1. To determine if a relation is a function.
1.2: Transformations G-CO.6 Use geometric descriptions of rigid motions to transform figures and to predict the effect of a given rigid motion on a given.
1 Sung-Ju Kang Department of Physics Kangwon National University Basic Concept of The Computer Graphic. For the investigation of the physical problem by.
1.1 Functions This section deals with the topic of functions, one of the most important topics in all of mathematics. Let’s discuss the idea of the Cartesian.
Frequency Domain Processing Lecture: 3. In image processing, linear systems are at the heart of many filtering operations, and they provide the basis.
LESSON 5-1 I can draw reflected images. I can recognize and draw lines of symmetry.
Project18’s Communication Drawing Design By: Camilo A. Silva BIOinformatics Summer 2008.
TRANSFORMATIONS SPI SPI TYPES OF TRANSFORMATIONS Reflections – The flip of a figure over a line to produce a mirror image. Reflections.
Rotations. Goals Distinguish between a translation, reflection, and rotation. Visualize, and then perform rotations using patty paper. To determine the.
Digital Image Processing
Old Dominion University Summer Research Progress: Week 1 – Hydrology, the Fourier Transform, and Spectrograms George Fava Department of Electrical and.
Aim: Transformation: Translation, Rotation, Dilation Course: Alg. 2 & Trig. Do Now: Reflect ΔCDE through the line y = -2. Aim: How do we move from here.
CONGRUENCE AND TRANSFORMATIONS (GET GRAPH PAPER WHEN YOU ENTER CLASS) SECTION 4.4.
Image hole-filling. Agenda Project 2: Will be up tomorrow Due in 2 weeks Fourier – finish up Hole-filling (texture synthesis) Image blending.
2D Fourier Transform.
Temple University Summer Research Progress: Week 4 – GUI Development George Fava Department of Electrical and Computer Engineering Temple University URL:
12-2 Translations Holt Geometry I CAN I CAN - Translate figures on the coordinate plane - Translate figures on the coordinate plane -Can convert between.
Application for Morphological Image Processing Dan Campbell 12/13/06 University of Wisconsin – Madison Departments of Computer Engineering and Computer.
TRANSFORMATIONS. DEFINITION  A TRANSFORMATION is a change in a figure’s position or size.  An Image is the resulting figure of a translation, rotation,
1 Copyright © 2015, 2011, and 2008 Pearson Education, Inc. Chapter 1 Functions and Graphs Section 1 Functions.
Translation Symmetry (Sliding).
Section II Digital Signal Processing ES & BM.
Constructions of Basic Transformations
Every segment is congruent to its image.
Every segment is congruent to its image.
Translations and Reflections
Preview Warm Up California Standards Lesson Presentation.
9.3 Rotations Then: You identified rotations and verified them as congruence transformations. Now: You will draw rotations in the coordinate plane.
Rotations.
Transformations Example Draw the line Draw 1 at , ,
DEE 3061 – COMPUTER AIDED DESIGN (CAD)
دکتر سعید شیری قیداری & فصل 2 کتاب
A movement of a figure in a plane.
A movement of a figure in a plane.
MATH 8 – UNIT 1 REVIEW.
A movement of a figure in a plane.
A movement of a figure in a plane.
Finding Direction Angles of Vectors
Reference and Coterminal Angles
Reference and Coterminal Angles
2D/3D Transformations User Interfaces.
Create a design (image) on the graph paper on the last page, making sure at least 3 vertices land on whole number (integer) coordinates, in the upper left.
Rotation: all points in the original figure rotate, or turn, an identical number of degrees around a fixed point.
Module 2 Review
COORDINATE PLANE QUAD II QUAD I QUAD III QUAD IV Y-axis
1.) Create a design (image) on the graph paper with 3 vertices land on whole number (integer) coordinates, in the upper left quadrant (Quadrant II). Label.
Reference Angles.
Translations Concept 36.
Type to enter a caption. Computer Graphics Week 3 Lecture 1.
Notes Over Rotations A _______________is a change of position or size of a figure. transformation turn rotation.
Presentation transcript:

Temple University Summer Research Progress: Week 2 – Extraction of Data George Fava Department of Electrical and Computer Engineering Temple University URL:

Temple University: Slide 1 Data Extraction -- Part I Last week: data was extracted along zero and ninety degree lines The “Z” or height data was extracted The Fourier Transform was computed for a visualization of the frequency response This week: completed data extraction along an N-degree line Started with 45 and -45 degrees

Temple University: Slide 2

Temple University: Slide 3 Data Extraction -- Part II Created a function that: takes in an array of angles x and y coordinate -- to specify the "origin" of the image or data outputs the previous plot for each angle that is specified for any x/y coordinate Needed a way to extract this data for more than just 4 angles

Temple University: Slide 4 Function Example

Temple University: Slide 5 Function Example

Temple University: Slide 6 Issues with the Function When the x or y coordinate is greater than the half-way point in the image, the function fails to extract all the data This is no doubt an indexing error, but I could not get it to work with every angle all the time. This will be fixed.

Temple University: Slide 7 Future Plans Create a GUI that will take in an image All the user to draw a line anywhere on the image Extract the data along this line and compute an FFT Hydrology Project