Temple University Summer Research Progress: Week 4 – GUI Development George Fava Department of Electrical and Computer Engineering Temple University URL:

Slides:



Advertisements
Similar presentations
Fuel Cell Modeling Team Members: Albert Wong Faculty Advisor: Dr. Blekhman Department of Computer Science and Technology College of Engineering, Computer.
Advertisements

S. Mandayam/ EEMAG-1/ECE Dept./Rowan University Engineering Electromagnetics Fall 2004 Shreekanth Mandayam ECE Department Rowan University.
ADC Calculations Joshua Kim. I. Objective and Goals II. Current ADC Results III. Current Progress on MatLab Program Outline.
Top-down Program Design Selim Aksoy Bilkent University Department of Computer Engineering
The ICE Tool Feng Wen Qi Yuan Kin Wah Leung. Presentation Overview  Project goal  Interactive GUI  Introduce image enhancement techniques  Integration.
Face Detection and Neural Networks Todd Wittman Math 8600: Image Analysis Prof. Jackie Shen December 2001.
Summer Research Progress: Week 2 – DSP vs FPGA
1 Test Slide Text works. Text works. Graphics work. Graphics work.
Face Detection using the Viola-Jones Method
Inking. 2 Pen Basics You MUST keep your pen tethered at all times. If you lose the stylus, the replacement cost is $30. Buttons should face YOU in garage.
Meeting Agenda (1)Overview ( 概观 ) (2)Questions from previous week ( 上周遗留问题 ) (3)Optimization Algorithm Update ( 优化更新 )
Electrical Noise Location System Drew Compston Richard Denney Josh Gordon.
Temple University Goals : 1.Down sample 20 khz TIDigits data to 16 khz. 2. Use Down sample data run regression test and Compare results posted in Sphinx-4.
Introduction to Matlab & Data Analysis
These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.
Under Supervision of Dr. Kamel A. Arram Eng. Lamiaa Said Wed
100 Solve 3 X 7 = ? using base 10 blocks Build a 3 X 7 array! X.
Enhancing the Graphical User Interface Multiple Forms, Controls, and Menus.
DEVELOPMENT OF ALGORITHM FOR PANORAMA GENERATION, AND IMAGE SEGMENTATION FROM STILLS OF UNDERVEHICLE INSPECTION Balaji Ramadoss December,06,2002.
Real-Time Cyber Physical Systems Application on MobilityFirst Winlab Summer Internship 2015 Karthikeyan Ganesan, Wuyang Zhang, Zihong Zheng.
Software Project Planning Defining the Project Writing the Software Specification Planning the Development Stages Testing the Software.
MA/CS 3751 Fall 2002 Lecture 24. MA/CS 3752 ginput ginput is a Matlab function which takes one argument input: number of points to select in the image.
Real-Time Cyber Physical Systems Application on MobilityFirst Winlab Summer Internship 2015 Karthikeyan Ganesan, Wuyang Zhang, Zihong Zheng.
Temple University Training Acoustic model using Sphinx Train Jaykrishna shukla,Mubin Amehed& cara Santin Department of Electrical and Computer Engineering.
Temple University Training Acoustic Models Using SphinxTrain Jaykrishna Shukla, Mubin Amehed, and Cara Santin Department of Electrical and Computer Engineering.
1 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer Science.
Scientific Computing Introduction to Matlab Programming.
35 PC-HYSPLIT WORKSHOP Example Simulations Presented on the following slides are several basic trajectory and dispersion simulations and meteorological.
Layers, Image Maps, and Navigation Bars
Introduction to Matlab & Data Analysis 2015 In this tutorial we will: Build a practical application using GUIDE Learn more about graphical user interface.
Graphical User Interface You will be used to using programs that have a graphical user interface (GUI). So far you have been writing programs that have.
WEEK INTRODUCTION CSC426 SOFTWARE ENGINEERING.
Network for Computational Nanotechnology (NCN) MEEPPV User Guide Xin Tze Tee Electrical and Computer Engineering Purdue University West Lafayette, IN
MATLAB for Engineers 4E, by Holly Moore. © 2014 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected by Copyright.
Interactive Frequency Filtering Program Geoff Franz.
EGR 115 Introduction to Computing for Engineers Branching & Program Design – Part 1 Monday 29 Sept 2014 EGR 115 Introduction to Computing for Engineers.
ECE Lecture 1 1 L15 –I/O Part II Department of Electrical and Computer Engineering The Ohio State University ECE 2560.
By: David Gelbendorf, Hila Ben-Moshe Supervisor : Alon Zvirin
EGR 115 Introduction to Computing for Engineers
Simulink by Dr. Amin Danial Asham. References  MATLAB Help  Telemark University College - Department of Electrical Engineering, Information Technology.
Old Dominion University Summer Research Progress: Week 1 – Hydrology, the Fourier Transform, and Spectrograms George Fava Department of Electrical and.
Quiz Week 8 Topical. Topical Quiz (Section 2) What is the difference between Computer Vision and Computer Graphics What is the difference between Computer.
Project Planning Defining the project Software specification Development stages Software testing.
35 PC-HYSPLIT WORKSHOP Example Simulations Presented on the following slides are several basic trajectory and dispersion simulations and meteorological.
Temple University Summer Research Progress: Week 2 – Extraction of Data George Fava Department of Electrical and Computer Engineering Temple University.
Computer Graphics Imaging Lecture 13 and 14 UV Mapping.
LASCAD  - The Laser Engineering Tool The results of FEA can be used with the ABCD gaussian propagation as well as with the BPM physical optics code. FEA.
NOTICE! These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.
New Box Web Experience Inventory of changes.
Adaptive Median Filter
Using rebus – a quick guide
Recognition of biological cells – development
ECE 1304 Introduction to Electrical and Computer Engineering
Advanced Navigation Features
UML Activity Diagram Documents the Flow the of Program
VUMC Soil Worm Activity Monitor
Brailleb k Refreshable Braille Display
Lecture 1: Introduction
UML Activity Diagram Documents the Flow the of Program
Assignment 4 For this assignment refer to the notes on MATLAB from an MIT course that you can find here (or at the original website, lectures 14, 15, 16).
2.02C Frame-by-Frame Computer Animation Using PowerPoint
EXAMPLE 1-1 Defining the Problem and Developing Alternatives
המחלקה להנדסת חשמל ומחשבים תשע"ט (2019)
EXAMPLE 1-1 Defining the Problem and Developing Alternatives
LMC Little Man Computer What do you know about LMC?
Extended Hologram Project
See requirements for practice program on next slide.
FEMAS Development - Progress
FEMAS Development - Progress
Presentation transcript:

Temple University Summer Research Progress: Week 4 – GUI Development George Fava Department of Electrical and Computer Engineering Temple University URL:

Temple University: Slide 1 GUI Progress Version 1.0 Designed using GUIDE – MATLAB’s GUI development environment Basic Features: Input and Output plots, Reset Plot Button, Output Plot Button, Image Selection menu, and Image viewing toolbar

Temple University: Slide 2 Main GUI Issue Data collecting algorithm is not quite right Flat contour = flat frequency response

Temple University: Slide 3 “Soft” GUI Issues Image axes get cluttered when switching between image data “Drawing” lines are not completely removed during the refresh

Temple University: Slide 4 Plans for the GUI Fix the data selection algorithm – the correct pixel “intensity” values are not being selected and used for the FFT calculation * Re-work the old code * Try alternative methods (freehanddraw, ginput, imfreehand, etc.) Correct the “soft” issues with the GUI – minor changes to the.m-file Add any more user-desirable features