C++ for Image Processing
|
|
|
- Alan Cook
- 9 years ago
- Views:
Transcription
1 C++ for Image Processing Pengwei Hao Lecture 1, ECS624U / ECS756P/D Department of Computer Science Queen Mary, University of London The Module Lectures: Friday, 1-3pm, Bancroft Road Teaching Room BR3.01 Pengwei Hao ([email protected]) Lab sessions: Wednesday, 11am-1pm, ITL Ground floor Zongyi Xu ([email protected]) Wenxuan Mou ([email protected]) Shenglan Huang ([email protected]) Enrolled students: ECS624U: 45 students, ECS756P: 2 students Lab Sessions and Courseworks Labs are compulsory Week 2-4: labs for C++ programming Week 5-9: labs for image processing Week 10: coursework completion The deadline to complete the coursework is the end of Week 10. Week 11&12: coursework assessment (assessed during the last 2 lab sessions.) Prerequisites Mathematical background: calculus, complex arithmetic, statistics, linear algebra Basic understanding of signal processing: function, signal and spectrum Some programming experience Text Book C++ C++: The Complete Reference, (4th Edition), by Herbert Schildt, 1056 pages, McGraw-Hill Osborne Media, 2002, ISBN: Text Book Image Processing Digital Image Processing (2nd Edition), by Rafael C. Gonzalez, and Richard E. Woods, 793 pages, Prentice Hall, 2002, ISBN:
2 Reference Books Digital Image Processing using MATLAB, by Rafael C. Gonzalez, and Richard E. Woods, 793 pages, Prentice Hall, 2002, ISBN: Image Processing: The Fundamentals, by M. Petrou and P. Bosdogianni, 354 pages, John Wiley & Sons, 1999, ISBN: Algorithms for Image Processing and Computer Vision, by J. R. Parker, 432 pages (with CD-ROM), John Wiley & Sons, 1996, ISBN: Computer Vision and Image Processing, by Tim Morris, 320 pages, Palgrave Macmillan, 2003, ISBN: Reference Journals IEEE Trans. Image Processing IEEE Trans. Signal Processing IEEE Trans. Medical Imaging Computer Vision and Image Understanding (CVIU) Graphical Modeling and Image Processing Computer Vision, Graphics and Image Processing (CVGIP) Reference Proceedings International Conference on Image Processing (ICIP) IEEE International Conference on Computer Vision (ICCV) IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR) Websites the module The course: Labs: Lecture notes : Coursework: Past exam papers: available on the DCS intranet and the QMUL library. Websites related Image processing: C++ language tutorial: C++ library reference: Assessment Coursework 20% Assessed during the last 2 lab sessions Examination (2h30m) 80%
3 History of C++ C : developed by Dennis Ritchie at Bell Labs for UNIX on a PDP-11 computer, C++ : written by Bjarne Sroustrup at Bell Labs, C++ is an extension of C Added features to C, with Classes C++ improves the quality of code and makes reusable code easier to write Image Processing Image Processing : Process images by means of digital computers Image : photograph/picture scanned/produced Digital image : An electronic photograph made up of a set of picture elements, "pixels" Each pixel is at a spatial position and has a tonal value (intensity, gray level) represented digitally in binary code (zeros and ones). First Digital Image Used in newspaper industry Sent between London and New York Bartlane cable picture transmission system was introduced in a week => 3 hours Reproduced on a telegraph printer with typefaces to simulate a halftone pattern Photographic Reproduction Better tonal quality (5 gray levels) Higher resolution Photographic Reproduction Better tonal quality (15 gray levels) Higher resolution Computers Involved in Creation From early 1960s US space missions
4 Medical Imaging From late 1960s and early 1970s Computerized tomography (CT) Using X-rays Gamma-Ray Imaging Bone scan Positron emission tomography (PET) Cygnus Loop Gamma radiation from a reactor valve Chest X-ray Aortic angiogram Head CT Circuit boards Cygnus Loop X-Ray Imaging Ultraviolet Band Imaging Normal corn Smut corn Cygnus Loop Light Microscopy Images Anticancer agent, 250X Cholesterol, 40X Microprocessor, 60X Nickel oxide thin film, 600X Audio CD surface, 1750X Organic superconductor, 450X Landsat Satellite Image 7 Bands: 1. Visible blue, 2. visible green, 3. visible red, 4. near infrared, 5. middle infrared, 6. thermal infrared, 7. middle infrared
5 Multispectral Image - Hyperspectral image - 80 bands (highly correlated) - 512x346 - Road, water, rice paddy Circuit board controller Manufactural Images Packaged pills Bottles Bubbles in product Cereal Intraocular implant Images in Visual Spectrum Spaceborne Radar images Fingerprint Paper money Automated license number reading Radio Band Imaging (MRI) Electromagnetic Spectrum Magnetic Resonance Imaging
6 Electromagnetic Spectrum Ultrasound Imaging Crab Pulsar Scanning Electron Microscope Computer Generated Images Hair with dandruff Image Processing System Digital Image Processing
7 What You Will Learn Level (brightness) operations Algebraic and logical operations Geometric transformations Filtering (both spatial and frequency-based) Sampling Restoration/Reconstruction Compression Applications Multimedia (just look at the web) Image Editing and Manipulation (Photoshop) Medical Imaging (CT, MRI) Compression (PNG, JPEG) Document Processing (OCR) Image Libraries (restoration/cleanup, storage, retrieval) Many More Relation to Other Fields Image Processing: Transform an image into another image, often to make the image better to give information Computer Vision: Find the model of an image Computer Graphics: Create an image of a model Computer Vision Image Model Image Processing Computer Graphics
Introduction. Stefano Ferrari. Università degli Studi di Milano [email protected]. Elaborazione delle immagini (Image processing I)
Introduction Stefano Ferrari Università degli Studi di Milano [email protected] Elaborazione delle immagini (Image processing I) academic year 2011 2012 Image processing Computer science concerns
Digital Image Processing: Introduction
Digital : Introduction Slides by Brian Mac Namee [email protected] Materials found at: Slides: http://www.comp.dit.ie/bmacnamee/materials/dip/lectures/1-introduction.ppt Lectures: http://homepages.inf.ed.ac.uk/rbf/books/vernon/
ECE 468 / CS 519 Digital Image Processing. Introduction
ECE 468 / CS 519 Digital Image Processing Introduction Prof. Sinisa Todorovic [email protected] ECE 468: Digital Image Processing Instructor: Sinisa Todorovic [email protected] Office:
Review for Introduction to Remote Sensing: Science Concepts and Technology
Review for Introduction to Remote Sensing: Science Concepts and Technology Ann Johnson Associate Director [email protected] Funded by National Science Foundation Advanced Technological Education program [DUE
Remote Sensing for Geographical Analysis
Remote Sensing for Geographical Analysis Geography 651, Fall 2008 Department of Geography Texas A&M University (3 credit hours) Instructor: Dr. Hongxing Liu Office hours: Tue & Thur 10:00AM-12:00AM, O&M
GEOG 579 - Remote Sensing 76634-001
GEOG 579 - Remote Sensing 76634-001 Syllabus Instructor: Dr. Ron Resmini Course description and objective: GEOG 579, Remote Sensing, will provide graduate students with the concepts, principles, and methods
Digital Image Processing EE368/CS232
Digital Image Processing EE368/CS232 Bernd Girod, Gordon Wetzstein Department of Electrical Engineering Stanford University Digital Image Processing: Bernd Girod, 2013-2014 Stanford University -- Introduction
Digital Image Processing
GONZ_FMv3.qxd 7/26/07 9:05 AM Page i Digital Image Processing Third Edition Rafael C. Gonzalez University of Tennessee Richard E. Woods MedData Interactive Upper Saddle River, NJ 07458 GONZ_FMv3.qxd 7/26/07
Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University [email protected]
Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University [email protected] Imaging process Light reaches surfaces in 3D. Surfaces reflect. Sensor element receives
ENGG*4040 Medical Imaging Modalities Fall 2015
ENGG*4040 Medical Imaging Modalities Fall 2015 School of Engineering [Revision 0, September 10, 2015] 1 INSTRUCTIONAL SUPPORT 1.1 Instructor Instructor: Aravinthan Jegatheesan Office: THRN 2401, ext. 58973**
Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction
Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Content Remote sensing data Spatial, spectral, radiometric and
dr hab. Paweł Strumiłło ([email protected])
IE PŁ dr hab. Paweł Strumiłło ([email protected]) One picture is worth more than ten thousand words Anonymous Literature: 1. Lecture notes (*.pdf files) www.eletel.p.lodz.pl 2. R.C. Gonzales, R. E. Woods,
WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS
WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS Nguyen Dinh Duong Department of Environmental Information Study and Analysis, Institute of Geography, 18 Hoang Quoc Viet Rd.,
From lowest energy to highest energy, which of the following correctly orders the different categories of electromagnetic radiation?
From lowest energy to highest energy, which of the following correctly orders the different categories of electromagnetic radiation? From lowest energy to highest energy, which of the following correctly
NATIONAL SUN YAT-SEN UNIVERSITY
NATIONAL SUN YAT-SEN UNIVERSITY Department of Electrical Engineering (Master s Degree, Doctoral Program Course, International Master's Program in Electric Power Engineering) Course Structure Course Structures
Security and protection of digital images by using watermarking methods
Security and protection of digital images by using watermarking methods Andreja Samčović Faculty of Transport and Traffic Engineering University of Belgrade, Serbia Gjovik, june 2014. Digital watermarking
Computer Vision for Quality Control in Latin American Food Industry, A Case Study
Computer Vision for Quality Control in Latin American Food Industry, A Case Study J.M. Aguilera A1, A. Cipriano A1, M. Eraña A2, I. Lillo A1, D. Mery A1, and A. Soto A1 e-mail: [jmaguile,aciprian,dmery,asoto,]@ing.puc.cl
School of Electrical and Information Engineering University of the Witwatersrand, Johannesburg ELEN3024 Communication Fundamentals
School Information of Electrical and Engineering School of Electrical and Information Engineering University of the Witwatersrand, Johannesburg ELEN3024 Communication Fundamentals Course Brief and Outline:
Limitations of Human Vision. What is computer vision? What is computer vision (cont d)?
What is computer vision? Limitations of Human Vision Slide 1 Computer vision (image understanding) is a discipline that studies how to reconstruct, interpret and understand a 3D scene from its 2D images
Secured Lossless Medical Image Compression Based On Adaptive Binary Optimization
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. IV (Mar-Apr. 2014), PP 43-47 Secured Lossless Medical Image Compression Based On Adaptive Binary
ELECTRONIC DOCUMENT IMAGING
AIIM: Association for Information and Image Management. Trade association and professional society for the micrographics, optical disk and electronic image management markets. Algorithm: Prescribed set
A remote sensing instrument collects information about an object or phenomenon within the
Satellite Remote Sensing GE 4150- Natural Hazards Some slides taken from Ann Maclean: Introduction to Digital Image Processing Remote Sensing the art, science, and technology of obtaining reliable information
CSCI 599: Digital Geometry Processing
CSCI 599: Digital Geometry Processing Spring 2015 Hao Li http://cs599.hao-li.com 1 USC Graphics http://gfx.usc.edu 2 Geometric Capture [Lab] http://www.hao-li.com 3 The Team Instructor! Hao Li, [email protected]
Data Storage 3.1. Foundations of Computer Science Cengage Learning
3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how
Course overview Processamento de sinais 2009/10 LEA
Course overview Processamento de sinais 2009/10 LEA João Pedro Gomes [email protected] Instituto Superior Técnico Processamento de sinais MEAer (IST) Course overview 1 / 19 Course overview Motivation:
2.3 Spatial Resolution, Pixel Size, and Scale
Section 2.3 Spatial Resolution, Pixel Size, and Scale Page 39 2.3 Spatial Resolution, Pixel Size, and Scale For some remote sensing instruments, the distance between the target being imaged and the platform,
AC 2012-4561: MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT
AC 2012-4561: MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT Dr. Nikunja Swain, South Carolina State University Nikunja Swain is a professor in the College of Science, Mathematics,
COURSE CATALOGUE 2013-2014
COURSE CATALOGUE 201-201 Field: COMPUTER SCIENCE Programme: Bachelor s Degree Programme in Computer Science (Informatics) Length of studies: years (6 semesters) Number of ECTS Credits: 180 +0 for the B.Sc.
Curriculum of Electronics Engineering Program
Curriculum of Electronics Engineering Program FIRST ACADEMIC SEMESTER EB 0101 Workshop on Methods of University Studies 2 -- -- -- 4 EB 0102 Workshop on Oral and Written Communications 2 -- -- -- 4 EB
How Landsat Images are Made
How Landsat Images are Made Presentation by: NASA s Landsat Education and Public Outreach team June 2006 1 More than just a pretty picture Landsat makes pretty weird looking maps, and it isn t always easy
BACHELOR OF SCIENCE. Bachelor of Science. Admissions to Electrical and Computer. Engineering Technology. Admissions to Radiologic and Imaging Sciences
BACHELOR OF SCIENCE ELECTRICAL AND COMPUTER ENGINEERING TECHNOLOGY RADIOLOGIC AND IMAGING SCIENCES Bachelor of Science The Bachelor s degree is an upper level degree that offers students an opportunity
ParaVision 6. Innovation with Integrity. The Next Generation of MR Acquisition and Processing for Preclinical and Material Research.
ParaVision 6 The Next Generation of MR Acquisition and Processing for Preclinical and Material Research Innovation with Integrity Preclinical MRI A new standard in Preclinical Imaging ParaVision sets a
Radiation therapy involves using many terms you may have never heard before. Below is a list of words you could hear during your treatment.
Dictionary Radiation therapy involves using many terms you may have never heard before. Below is a list of words you could hear during your treatment. Applicator A device used to hold a radioactive source
Colorado School of Mines Computer Vision Professor William Hoff
Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ 1 Introduction to 2 What is? A process that produces from images of the external world a description
PHYS 222 Spring 2012 Final Exam. Closed books, notes, etc. No electronic device except a calculator.
PHYS 222 Spring 2012 Final Exam Closed books, notes, etc. No electronic device except a calculator. NAME: (all questions with equal weight) 1. If the distance between two point charges is tripled, the
Health Management Information Systems: Medical Imaging Systems. Slide 1 Welcome to Health Management Information Systems, Medical Imaging Systems.
Health Management Information Systems: Medical Imaging Systems Lecture 8 Audio Transcript Slide 1 Welcome to Health Management Information Systems, Medical Imaging Systems. The component, Health Management
After a wave passes through a medium, how does the position of that medium compare to its original position?
Light Waves Test Question Bank Standard/Advanced Name: Question 1 (1 point) The electromagnetic waves with the highest frequencies are called A. radio waves. B. gamma rays. C. X-rays. D. visible light.
Digital image processing
746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common
Computer Animation and Visualisation. Lecture 1. Introduction
Computer Animation and Visualisation Lecture 1 Introduction 1 Today s topics Overview of the lecture Introduction to Computer Animation Introduction to Visualisation 2 Introduction (PhD in Tokyo, 2000,
ECE 156A - Syllabus. Lecture 0 ECE 156A 1
ECE 156A - Syllabus Lecture 0 ECE 156A 1 Description Introduction to HDL basic elements, HDL simulation concepts, HDL concurrent statements with examples and applications, writing HDL for synthesis, and
College of Science Department of Mathematics and Computer Science. Assessment Plan Computer Science and Computer Networks
College of Science Department of Mathematics and Computer Science Programs: Assessment Plan Computer Science and Computer Networks Computer Science offers the following instructional programs: 1. Bachelor
INTRODUCTION TO DIGITAL PHOTOGRAPHY
INTRODUCTION TO DIGITAL PHOTOGRAPHY Description Digital Photography will explore electronic imaging through the use of digital cameras, scanners and printers. This course will cover basic technical information
BSEE Degree Plan Bachelor of Science in Electrical Engineering: 2015-16
BSEE Degree Plan Bachelor of Science in Electrical Engineering: 2015-16 Freshman Year ENG 1003 Composition I 3 ENG 1013 Composition II 3 ENGR 1402 Concepts of Engineering 2 PHYS 2034 University Physics
Medical Image Processing on the GPU. Past, Present and Future. Anders Eklund, PhD Virginia Tech Carilion Research Institute [email protected].
Medical Image Processing on the GPU Past, Present and Future Anders Eklund, PhD Virginia Tech Carilion Research Institute [email protected] Outline Motivation why do we need GPUs? Past - how was GPU programming
Low-resolution Image Processing based on FPGA
Abstract Research Journal of Recent Sciences ISSN 2277-2502. Low-resolution Image Processing based on FPGA Mahshid Aghania Kiau, Islamic Azad university of Karaj, IRAN Available online at: www.isca.in,
How to Send Video Images Through Internet
Transmitting Video Images in XML Web Service Francisco Prieto, Antonio J. Sierra, María Carrión García Departamento de Ingeniería de Sistemas y Automática Área de Ingeniería Telemática Escuela Superior
Introduction to Computer Graphics
Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 [email protected] www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics
Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to:
Chapter 3 Data Storage Objectives After studying this chapter, students should be able to: List five different data types used in a computer. Describe how integers are stored in a computer. Describe how
MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations
MMGD0203 MULTIMEDIA DESIGN Chapter 3 Graphics and Animations 1 Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Introduction
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National
STAAR Science Tutorial 30 TEK 8.8C: Electromagnetic Waves
Name: Teacher: Pd. Date: STAAR Science Tutorial 30 TEK 8.8C: Electromagnetic Waves TEK 8.8C: Explore how different wavelengths of the electromagnetic spectrum such as light and radio waves are used to
Design and Development of Virtual Instrument (VI) Modules for an Introductory Digital Logic Course
Session ENG 206-6 Design and Development of Virtual Instrument (VI) Modules for an Introductory Digital Logic Course Nikunja Swain, Ph.D., PE South Carolina State University [email protected] Raghu Korrapati,
Cognitive Neuroscience. Questions. Multiple Methods. Electrophysiology. Multiple Methods. Approaches to Thinking about the Mind
Cognitive Neuroscience Approaches to Thinking about the Mind Cognitive Neuroscience Evolutionary Approach Sept 20-22, 2004 Interdisciplinary approach Rapidly changing How does the brain enable cognition?
Revistas IEEE ANII 2009
Revistas IEEE ANII 2009 Advanced Packaging, IEEE Transactions on Aerospace and Electronic Systems Magazine, IEEE Aerospace and Electronic Systems, IEEE Transactions on American Institute of Electrical
Electrical and Computer Engineering (ECE)
Department of Electrical and Computer Engineering Contact Information College of Engineering and Applied Sciences B-236 Parkview Campus 1903 West Michigan, Kalamazoo, MI 49008 Phone: 269 276 3150 Fax:
Bon Secours St. Mary s Hospital School of Medical Imaging Course Descriptions by Semester 18 Month Program
Bon Secours St. Mary s Hospital School of Medical Imaging Course Descriptions by Semester 18 Month Program First Semester RAD 1101 Patient Care, Ethics, Law and Diversity Credits This 16 week course prepares
Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ.
Choosing a digital camera for your microscope John C. Russ, Materials Science and Engineering Dept., North Carolina State Univ., Raleigh, NC One vital step is to choose a transfer lens matched to your
EE 100 Electrical Engineering Concepts
EE 100 Electrical Engineering Concepts Professor K. E. Oughstun 363 Votey Hall The Dunder-Miflin School of Engineering College of Engineering & Mathematical Sciences University of Vermont 656-4301 [email protected]
Core Curriculum to the Course:
Core Curriculum to the Course: Environmental Science Law Economy for Engineering Accounting for Engineering Production System Planning and Analysis Electric Circuits Logic Circuits Methods for Electric
Physical Science Study Guide Unit 7 Wave properties and behaviors, electromagnetic spectrum, Doppler Effect
Objectives: PS-7.1 Physical Science Study Guide Unit 7 Wave properties and behaviors, electromagnetic spectrum, Doppler Effect Illustrate ways that the energy of waves is transferred by interaction with
SAMPLE MIDTERM QUESTIONS
Geography 309 Sample MidTerm Questions Page 1 SAMPLE MIDTERM QUESTIONS Textbook Questions Chapter 1 Questions 4, 5, 6, Chapter 2 Questions 4, 7, 10 Chapter 4 Questions 8, 9 Chapter 10 Questions 1, 4, 7
How To Become A Data Scientist
Programme Specification Awarding Body/Institution Teaching Institution Queen Mary, University of London Queen Mary, University of London Name of Final Award and Programme Title Master of Science (MSc)
Volume visualization I Elvins
Volume visualization I Elvins 1 surface fitting algorithms marching cubes dividing cubes direct volume rendering algorithms ray casting, integration methods voxel projection, projected tetrahedra, splatting
Selecting the appropriate band combination for an RGB image using Landsat imagery
Selecting the appropriate band combination for an RGB image using Landsat imagery Ned Horning Version: 1.0 Creation Date: 2004-01-01 Revision Date: 2004-01-01 License: This document is licensed under a
Depth and Excluded Courses
Depth and Excluded Courses Depth Courses for Communication, Control, and Signal Processing EECE 5576 Wireless Communication Systems 4 SH EECE 5580 Classical Control Systems 4 SH EECE 5610 Digital Control
System Modeling and Control for Mechanical Engineers
Session 1655 System Modeling and Control for Mechanical Engineers Hugh Jack, Associate Professor Padnos School of Engineering Grand Valley State University Grand Rapids, MI email: [email protected] Abstract
CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging
Physics of Medical X-Ray Imaging (1) Chapter 3 CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY 3.1 Basic Concepts of Digital Imaging Unlike conventional radiography that generates images on film through
Web and Interactive Media Design ms321 (2012/13) - Course Outline -
Web and Interactive Media Design ms321 (2012/13) - Course Outline - Objective Lecturer The objective of this course is to provide students with applied skills in web and multimedia development and production.
DIGITAL FORENSICS SPECIALIZATION IN BACHELOR OF SCIENCE IN COMPUTING SCIENCE PROGRAM
DIGITAL FORENSICS SPECIALIZATION IN BACHELOR OF SCIENCE IN COMPUTING SCIENCE PROGRAM Proposed Program Title: Bachelor of Science in Computing Science- Specialization in Digital Forensics Specialization
THORACIC DIAGNOSTIC ASSESMENT PROGRAM (DAP) PATIENT INFORMATION FOR:
central east regional cancer program in partnership with cancer care ontario THORACIC DIAGNOSTIC ASSESMENT PROGRAM (DAP) PATIENT INFORMATION FOR: Thoracic dap booklet March2012.indd 1 SCHEDULED TESTS YOUR
First floor, Main Hospital North Services provided 24/7 365 days per year
First floor, Main Hospital North Services provided 24/7 365 days per year General Radiology (X-ray) Fluoroscopy Ultrasound (Sonography) Nuclear Medicine P.E.T. imaging Computed Tomography (CT scan) Magnetic
Michał Strzelecki, Paweł Strumiłło [mstrzel,pstrumil]@p.lodz.pl
Michał Strzelecki, Paweł Strumiłło [mstrzel,pstrumil]@p.lodz.pl One picture is worth more than ten thousand words Anonymous Literature: 1. Lecture notes (*.pdf files) www.eletel.p.lodz.pl 2. R.C. Gonzales,
Course code Course name ECTS Autumn Spring. ELEC-E8101 Digital and Optimal Control 5 X. ELEC-E8102 Distributed and Intelligent Automation Systems 5 X
COURSES LECTURED IN ENGLISH 2015-2016, AALTO UNIVERSITY SCHOOL OF ELECTRICAL ENGINEERING This list is subject to change. Please check the WebOodi portal in August for up-to-date information. Course code
Course Semester Language of Code InstructionDegree College Department Major/Elective Credit Course Type Evaluation College of System.
Course Semester of Code InstructionDegree College Department Major/Elective Credit Course Type Evaluation System Spring English CSE2003 Undergraduate Algorithms Spring English CSE3002 Undergraduate Algorithms
The Emerging Trends in Electrical and Computer Engineering
18-200 Fall 2006 The Emerging Trends in Electrical and Computer Engineering Hosting instructor: Prof. Jimmy Zhu; Time: Thursdays 3:30-4:20pm; Location: DH 2210 Date Lecturer Lecture Contents L01 08/31
Logo Standards Guideline
Logo Standards Guideline TABLE OF CONTENTS Nurturing The Brand 1 Logo Guidelines 2 Correct Usage 2 Color Guidelines 6 How to Use the Provided Logo Files 9 Glossary 10 NURTURING THE BRAND THE FOLLOWING
Visualisatie BMT. Introduction, visualization, visualization pipeline. Arjan Kok Huub van de Wetering ([email protected])
Visualisatie BMT Introduction, visualization, visualization pipeline Arjan Kok Huub van de Wetering ([email protected]) 1 Lecture overview Goal Summary Study material What is visualization Examples
ECE 516: System Control Engineering
ECE 516: System Control Engineering This course focuses on the analysis and design of systems control. This course will introduce time-domain systems dynamic control fundamentals and their design issues
Intensity-Modulated Radiation Therapy (IMRT)
Scan for mobile link. Intensity-Modulated Radiation Therapy (IMRT) Intensity-modulated radiotherapy (IMRT) uses linear accelerators to safely and painlessly deliver precise radiation doses to a tumor while
CROP CLASSIFICATION WITH HYPERSPECTRAL DATA OF THE HYMAP SENSOR USING DIFFERENT FEATURE EXTRACTION TECHNIQUES
Proceedings of the 2 nd Workshop of the EARSeL SIG on Land Use and Land Cover CROP CLASSIFICATION WITH HYPERSPECTRAL DATA OF THE HYMAP SENSOR USING DIFFERENT FEATURE EXTRACTION TECHNIQUES Sebastian Mader
Colour Image Segmentation Technique for Screen Printing
60 R.U. Hewage and D.U.J. Sonnadara Department of Physics, University of Colombo, Sri Lanka ABSTRACT Screen-printing is an industry with a large number of applications ranging from printing mobile phone
UNDERGRADUATE DEGREE PROGRAMME IN INDUSTRIAL ELECTRONICS AND AUTOMATION ENGINEERING SCHOOL OF INDUSTRIAL ENGINEERING. ALBACETE
UNDERGRADUATE DEGREE PROGRAMME IN INDUSTRIAL ELECTRONICS AND AUTOMATION ENGINEERING SCHOOL OF INDUSTRIAL ENGINEERING. ALBACETE HIGHER TECHNICAL SCHOOL OF INDUSTRIAL ENGINEERING. CIUDAD REAL SCHOOL OF TECHNICAL
Bergen Community College School of Mathematics, Science and Technology Department of Physical Sciences. Course Syllabus PHY 291 Physics III
Semester and year: Course Number: Meeting Times and Locations: Instructor: Office Location: Phone: Office Hours: Email Address: Bergen Community College School of Mathematics, Science and Technology Department
imtech Curriculum Presentation
imtech Curriculum Presentation Effective from Batch 2015 Onwards April, 2015 Course Structure Every course has a fixed number of credits associated with it (e.g., 4 credits) One has to earn 200 credits
Spectral Response for DigitalGlobe Earth Imaging Instruments
Spectral Response for DigitalGlobe Earth Imaging Instruments IKONOS The IKONOS satellite carries a high resolution panchromatic band covering most of the silicon response and four lower resolution spectral
Draft dpt for MEng Electronics and Computer Science
Draft dpt for MEng Electronics and Computer Science Year 1 INFR08012 Informatics 1 - Computation and Logic INFR08013 Informatics 1 - Functional Programming INFR08014 Informatics 1 - Object- Oriented Programming
Introduction to Computers, Anatomy of Computers, Input and Output Devices
LECTURE SCHEDULE 1 Introduction to Computers, Anatomy of Computers, Input and Output Devices In human affairs we have reached a point where the problems that we must solve are no longer solvable without
MEDICAL DOSIMETRY. COLLEGE OF APPLIED SCIENCES AND ARTS Graduate Faculty: therapy.
Graduate Catalog 2012-2013 Medical Dosimetry / 339 MEDICAL DOSIMETRY COLLEGE OF APPLIED SCIENCES AND ARTS Graduate Faculty: Collins, Kevin Scott, Associate Professor, Ph.D., Jensen, Steve, Emeritus Professor,
LONG BEACH CITY COLLEGE MEMORANDUM
LONG BEACH CITY COLLEGE MEMORANDUM DATE: May 5, 2000 TO: Academic Senate Equivalency Committee FROM: John Hugunin Department Head for CBIS SUBJECT: Equivalency statement for Computer Science Instructor
LEAGUE OF WOMEN VOTERS NAME & LOGO GUIDELINES
Updated 3/15/2013 4:07 PM LEAGUE OF WOMEN VOTERS NAME & LOGO GUIDELINES The League of Women Voters logo, like our name, is our identity. It conveys the full collective power of the LWV mission to the public,
Teaching in School of Electronic, Information and Electrical Engineering
Introduction to Teaching in School of Electronic, Information and Electrical Engineering Shanghai Jiao Tong University Outline Organization of SEIEE Faculty Enrollments Undergraduate Programs Sample Curricula
Poznan University of Technology Faculty of Electrical Engineering
Poznan University of Technology Faculty of Electrical Engineering Contact Person: Pawel Kolwicz Vice-Dean Faculty of Electrical Engineering [email protected] List of Modules Academic Year: 2015/16
RADIOLOGY HOUSE STAFF MANUAL
RADIOLOGY HOUSE STAFF MANUAL The Department of Radiology offers a wide range of services/procedures and operates 12 divisions/sections, which are listed separately below. The procedures offered are listed
