Introduction to Digital ImageProcessing(PECS5406)

Size: px
Start display at page:

Download "Introduction to Digital ImageProcessing(PECS5406)"

Transcription

1 One picture is worth more than ten thousand words. Anonymous Introduction to Digital ImageProcessing(PECS5406) Kalyan Kumar Barik Synergy 1

2 Books R.C. Gonzalez, R.E. Woods, Digital Image Processing, 3rd Edition, Pearson Education S.Sridhar, Digital Image Processing, Oxford University Press, 2011 Anil K Jain, Fundamentals of Digital Image Processing R C Gonzalez, Woods and Eddins, Digital Image Processing using Matlab, 2nd Edition, Tata McGraw Hill 2

3 DIGITAL IMAGE PROCESSING Syllabus Module: 1 Digital Image fundamentals Image sampling and quantization relationship between pixels Intensity transformations and spatial filtering some basic intensity transformation functions, Histogram processing spatial filters for smoothing and sharpening 2D DFT and its properties Module: 2 basic filtering in the frequency domain image smoothing and sharpening Image Restoration and Reconstruction Image restoration/degradation model, noise models, restoration in the presence of noise only, estimating the degradation function Module:3 Color Image Processing: color models, Color transformation Wavelets and Multi-resolution Processing Image Compression: Fundamentals, Some basic compression methods Morphological Image Processing: Erosion and Dilation, opening and closing 3

4 What Is Digital Image Processing? DIP: Processing of digital images by means of a digital computer. An image may be defined as a two-dimensional function,f(x, y), where x and y are spatial coordinates, and the amplitude off at any pair of coordinates (x, y) is called the intensity or gray level of the image at that point. When x, y, and the amplitude values of f are all finite,discrete quantities, we call the image a digital image. Note that a digital image is composed of a finite number of elements, each of which has a particular location and value. These elements are referred to as picture elements, image elements, pels, and pixels. Pixel is the term most widely used to denote the elements of a digital image. 4

5 Why Image Processing? Improvement of pictorial information For Human Perception To make images more beautiful or understandable Automatic Perception of Image We call it Machine Vision, Computer Vision, Machine Perception, Computer Recognition For Storage and Transmission smaller, faster, more effective Image Processing for New Image Generation(New trends) Computer Graphics introduced Image Processing and Computer Vision technologies 5

6 History of Digital Image Processing Early 1920s: One of the first applications of digital imaging was in the newspaper industry The Bartlane cable picture transmission service Images were transferred by submarine cable between London and New York Pictures were coded for cable transfer and reconstructed at the receiving end on a telegraph printer 6

7 History of DIP (cont ) Mid to late 1920s: Improvements to the Bartlane system resulted in higher quality images New reproduction processes based on photographic techniques Increased number of tones in reproduced images Improved digital image Early 15 tone digital image 7

8 History of DIP (cont ) 1960s: Improvements in computing technology and the onset of the space race led to a surge of work in digital image processing 1964: Computers used to improve the quality of images of the moon taken by the Ranger 7 probe Such techniques were used in other space missions including the Apollo landings A picture of the moon taken by the Ranger 7 probe minutes before landing 8

9 History of DIP (cont ) 1970s: Digital image processing begins to be used in medical applications 1979: Sir Godfrey N. Hounsfield & Prof. Allan M. Cormack share the Nobel Prize in medicine for the invention of tomography, the technology behind Computerised Axial Tomography (CAT) scans Typical head slice CAT image 9

10 History of DIP (cont ) 1980s - Today: The use of digital image processing techniques has exploded and they are now used for all kinds of tasks in all kinds of areas Image enhancement/restoration Artistic effects Medical visualisation Industrial inspection Law enforcement Human computer interfaces 10

11 Fundamental steps in Digital Image Processing 11

12 Image Acquisition: An image is captured by a sensor (such as a monochrome or color TV camera) & digitized If the O/P of the camera or sensor is not already form, an ADC converter digitizes it.. Note that acquisition could be as simple as being given an image that is already in digital form. in digital 12

13 Image Enhancement: To bring out detail that is obscured, or simply to highlight certain features of interest in an image 13

14 Image Enhancement Examples (cont ) 14

15 Image Restoration Improving the appearance of an image Tend to be based on mathematical or probabilistic models of image degradation 15

16 Colour Image Processing Gaining in importance because of the significant increase in the use of digital images over the Internet Wavelets Foundation for representing images in various degrees of resolution Used in image data compression & pyramidal representation (images are subdivided successively into smaller Regions) 16

17 Morphological processing Deals with Tools for extracting image components that are useful in the representation & description of shape. 17

18 Segmentation Partitions an image into its constituent parts or objects Autonomous segmentation is one of the most difficult tasks in DIP A rugged segmentation procedure brings the process a long way toward successful solution of imaging problems that require objects to be identified individually O/P of the segmentation stage is raw pixel data, constituting either the boundary of a region or all the points in the region itself 18

19 Representation & Description Converts the raw data from segmentation to a form suitable for computer processing Representation -make a decision whether the data should be represented as a boundary or as a complete region 1. Boundary representation -focus on external shape characteristics, such as corners & inflections 2. Region representation -focus on internal properties, such as texture or skeleton shape Description(feature selection), deals with extracting attributes 19

20 Recognition & Interpretation Recognition : the process that assigns a label to an object based on the information provided by its Descriptors Interpretation : assigning meaning to an ensemble of recognized objects Knowledge Base A problem domain detailing regions of an image where the information of interest is known to be located Help to limit the search 20

21 Examples of Fields that Use Digital Image Processing The areas of application of digital image processing are so varied that some form of organization is desirable in attempting to capture the breadth of this field. Some Fields : Biometrics Medical imaging Factory Automation Remote sensing Documents image processing Defence/ Military Applications Photography Entertainment etc 21

22 Biometrics: Fingerprint recognition FBI s Integrated ion SystemAutomated Fingerprint Identificat IAFIS 22

23 Biometrics: Iris recognition 23

24 Extraction of settlement area from an aerial image 24

25 Earthquake Analysis from Space Image shows the ground displacement due to Landers earthquake in CA,

26 Geographic Information Systems Digital image processing techniques are used extensively to manipulate satellite imagery Terrain classification Meteorology 26

27 Examples: Law Enforcement Image processing techniques are used extensively by law enforcers Number plate recognition for speed cameras/automated toll systems Fingerprint recognition Enhancement of CCTV images 27

28 Examples: HCI Try to make human computer interfaces more natural Face recognition Gesture recognition Does anyone remember the user interface from Minority Report? These tasks can be extremely difficult 28

29 Examples: Medicine Take slice from MRI scan of canine heart, and find boundaries between types of tissue Image with gray levels representing tissue density Use a suitable filter to highlight edges Original MRI Image of a Dog Heart Edge Detection Image 29

30 COMPONENTS OF A GENERAL-PURPOSE IMAGE PROCESSING SYSTEM 30

31 Image acquisition: This is carried out by sensors. Sensing involves 2 elements, namely Physical device that is sensitive to the energy radiated by the object we wish to image Digitizer that converts the o/p of the physical sensing device into digital form Specialized image processing hardware : consists of a digitizer & an ALU used for performing arithmetic or logical operations on the image. Also called front-end subsystem : Speed! Computer :is used for performing off line image processing tasks. Computer can range from a general PC to a super computer 31

32 Software: for image processing consists of specialized modules that perform specific tasks on the image, with options for users to write code. A well-designed package also includes the capability for the user to write code that, as a minimum, Sophisticated software packages allow the integration of those modules and general-purpose software commands from at least one computer language. Mass Storage : is essential in image processing applications Short Term Storage: required during processing. Frame Buffers that can store 1 or 2 images at a time & allows image zooming, scrolling &panning are used On Line Storage: for fast recall. Magnetic disks or optical media storage is used Archival Storage: for infrequent access. Magnetic tapes & optical disks are used 32

33 Image Displays : consists of monitors; they are driven by o/ps of image & graphic display cards. Sometimes stereo displays Hardcopy : devices for recording images include laser printers, film cameras, heat sensitive devices, inkjet units and digital units such as optical & CDROM disks Networking : is vital function, because it is necessary to transmit images. During transmission BW is the key factor to be considered Situation getting better with OFC and broadband communication 33

34 THANK YOU.. XXXXXXXXXXXXXXXXXXXXXXXX 34

Digital Image Processing: Introduction

Digital Image Processing: Introduction Digital : Introduction Slides by Brian Mac Namee Brian.MacNamee@comp.dit.ie 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/

More information

ECE 468 / CS 519 Digital Image Processing. Introduction

ECE 468 / CS 519 Digital Image Processing. Introduction ECE 468 / CS 519 Digital Image Processing Introduction Prof. Sinisa Todorovic sinisa@eecs.oregonstate.edu ECE 468: Digital Image Processing Instructor: Sinisa Todorovic sinisa@eecs.oregonstate.edu Office:

More information

APPLICATIONS AND USAGE

APPLICATIONS AND USAGE APPLICATIONS AND USAGE http://www.tutorialspoint.com/dip/applications_and_usage.htm Copyright tutorialspoint.com Since digital image processing has very wide applications and almost all of the technical

More information

C++ for Image Processing

C++ for Image Processing C++ for Image Processing Pengwei Hao p.hao@qmul.ac.uk Lecture 1, ECS624U / ECS756P/D Department of Computer Science Queen Mary, University of London The Module Lectures: Friday, 1-3pm, Bancroft Road Teaching

More information

MODERN VOXEL BASED DATA AND GEOMETRY ANALYSIS SOFTWARE TOOLS FOR INDUSTRIAL CT

MODERN VOXEL BASED DATA AND GEOMETRY ANALYSIS SOFTWARE TOOLS FOR INDUSTRIAL CT MODERN VOXEL BASED DATA AND GEOMETRY ANALYSIS SOFTWARE TOOLS FOR INDUSTRIAL CT C. Reinhart, C. Poliwoda, T. Guenther, W. Roemer, S. Maass, C. Gosch all Volume Graphics GmbH, Heidelberg, Germany Abstract:

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Muzamil Bhat Abstract: With the large cost involved in launching satellites, probes, sensors to keep an eye on the resources and entities of commercial value necessitates to strengthen

More information

dr hab. Paweł Strumiłło (pstrumil@p.lodz.pl)

dr hab. Paweł Strumiłło (pstrumil@p.lodz.pl) IE PŁ dr hab. Paweł Strumiłło (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, R. E. Woods,

More information

Readings in Image Processing

Readings in Image Processing OVERVIEW OF IMAGE PROCESSING K.M.M. Rao*,Deputy Director,NRSA,Hyderabad-500 037 Introduction Image Processing is a technique to enhance raw images received from cameras/sensors placed on satellites, space

More information

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 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

More information

Understanding Compression Technologies for HD and Megapixel Surveillance

Understanding Compression Technologies for HD and Megapixel Surveillance When the security industry began the transition from using VHS tapes to hard disks for video surveillance storage, the question of how to compress and store video became a top consideration for video surveillance

More information

In the two following sections we separately consider hardware and software requirements. Sometimes, they will be offered for sale as a package.

In the two following sections we separately consider hardware and software requirements. Sometimes, they will be offered for sale as a package. Appendix A COMPUTER HARDWARE AND SOFTWARE In this appendix we discuss some of the issues in choosing hardware and software for image analysis. The purpose is to draw attention to the issues involved rather

More information

IS (Iris Security) Research, Imaging Equipment, University/Education

IS (Iris Security) Research, Imaging Equipment, University/Education IS (Iris Security) Gerardo Iovane, Francesco Saverio Tortoriello Researchers Dipartimento di Ingegneria Informatica e Matematica Applicata Università degli Studi di Salerno Research, Imaging Equipment,

More information

ZIMBABWE SCHOOL EXAMINATIONS COUNCIL. COMPUTER STUDIES 7014/01 PAPER 1 Multiple Choice SPECIMEN PAPER

ZIMBABWE SCHOOL EXAMINATIONS COUNCIL. COMPUTER STUDIES 7014/01 PAPER 1 Multiple Choice SPECIMEN PAPER ZIMBABWE SCHOOL EXAMINATIONS COUNCIL General Certificate of Education Ordinary Level COMPUTER STUDIES 7014/01 PAPER 1 Multiple Choice SPECIMEN PAPER Candidates answer on the question paper Additional materials:

More information

Introduction. Stefano Ferrari. Università degli Studi di Milano stefano.ferrari@unimi.it. Elaborazione delle immagini (Image processing I)

Introduction. Stefano Ferrari. Università degli Studi di Milano stefano.ferrari@unimi.it. Elaborazione delle immagini (Image processing I) Introduction Stefano Ferrari Università degli Studi di Milano stefano.ferrari@unimi.it Elaborazione delle immagini (Image processing I) academic year 2011 2012 Image processing Computer science concerns

More information

Colour Image Segmentation Technique for Screen Printing

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

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

Limitations of Human Vision. What is computer vision? What is computer vision (cont d)?

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

More information

Digital Image Processing EE368/CS232

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

More information

Introduction. Chapter 1

Introduction. Chapter 1 1 Chapter 1 Introduction Robotics and automation have undergone an outstanding development in the manufacturing industry over the last decades owing to the increasing demand for higher levels of productivity

More information

DIGITAL IMAGE PROCESSING AND ANALYSIS

DIGITAL IMAGE PROCESSING AND ANALYSIS DIGITAL IMAGE PROCESSING AND ANALYSIS Human and Computer Vision Applications with CVIPtools SECOND EDITION SCOTT E UMBAUGH Uffi\ CRC Press Taylor &. Francis Group Boca Raton London New York CRC Press is

More information

A Simple Guide To Understanding 3D Scanning Technologies

A Simple Guide To Understanding 3D Scanning Technologies A Simple Guide To Understanding 3D Scanning Technologies First Edition www.lmi3d.com Table of Contents Introduction At LMI Technologies, solving complex problems in a simple way is the philosophy that

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr CS 551, Spring 2009 CS 551, Spring 2009 c 2009, Selim Aksoy (Bilkent University)

More information

Kentucky Department for Libraries and Archives Public Records Division

Kentucky Department for Libraries and Archives Public Records Division Introduction Kentucky Department for Libraries and Archives Public Records Division Ensuring Long-term Accessibility and Usability of Textual Records Stored as Digital Images: Guidelines for State and

More information

Digital image processing

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

More information

Michał Strzelecki, Paweł Strumiłło [mstrzel,pstrumil]@p.lodz.pl

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,

More information

WHAT IS GIS - AN INRODUCTION

WHAT IS GIS - AN INRODUCTION WHAT IS GIS - AN INRODUCTION GIS DEFINITION GIS is an acronym for: Geographic Information Systems Geographic This term is used because GIS tend to deal primarily with geographic or spatial features. Information

More information

ELECTRONIC DOCUMENT IMAGING

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

More information

Digital Image Processing

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

More information

Introduction to Imagery and Raster Data in ArcGIS

Introduction to Imagery and Raster Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Introduction to Imagery and Raster Data in ArcGIS Simon Woo slides Cody Benkelman - demos Overview of Presentation

More information

Introduction to Robotics Analysis, Systems, Applications

Introduction to Robotics Analysis, Systems, Applications Introduction to Robotics Analysis, Systems, Applications Saeed B. Niku Mechanical Engineering Department California Polytechnic State University San Luis Obispo Technische Urw/carsMt Darmstadt FACHBEREfCH

More information

WHICH HD ENDOSCOPIC CAMERA?

WHICH HD ENDOSCOPIC CAMERA? WHICH HD ENDOSCOPIC CAMERA? Colin Dobbyne ORTV 2 Hillcrest Park, Hoyle Road Calverton, Nottingham NG14 6QJ t. +44 (0)115 965 55 77 f: +44 (0)115 965 55 22 e: sales@or-tv.net Welcome Thank you for downloading

More information

A System for Capturing High Resolution Images

A System for Capturing High Resolution Images A System for Capturing High Resolution Images G.Voyatzis, G.Angelopoulos, A.Bors and I.Pitas Department of Informatics University of Thessaloniki BOX 451, 54006 Thessaloniki GREECE e-mail: pitas@zeus.csd.auth.gr

More information

Prof. Dr. M. H. Assal

Prof. Dr. M. H. Assal Prof. Dr. M. H. Assal AS 26/10/2014 Computer hardware is the collection of physical elements that comprise a computer system Computer hardware can be classified as following: o Input devices o Output devices

More information

Colorado School of Mines Computer Vision Professor William Hoff

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

More information

INTRODUCTION TO DIGITAL PHOTOGRAPHY

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

More information

Signature Region of Interest using Auto cropping

Signature Region of Interest using Auto cropping ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 1 Signature Region of Interest using Auto cropping Bassam Al-Mahadeen 1, Mokhled S. AlTarawneh 2 and Islam H. AlTarawneh 2 1 Math. And Computer Department,

More information

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera Comparison of different image compression formats ECE 533 Project Report Paula Aguilera Introduction: Images are very important documents nowadays; to work with them in some applications they need to be

More information

Line Monitoring and Control in Subsea Networks

Line Monitoring and Control in Subsea Networks Line Monitoring and Control in Subsea Networks This paper discusses how submerged equipment is monitored and contrasts different methods of doing this. It also considers what features are required by the

More information

Introduzione alle Biblioteche Digitali Audio/Video

Introduzione alle Biblioteche Digitali Audio/Video Introduzione alle Biblioteche Digitali Audio/Video Biblioteche Digitali 1 Gestione del video Perchè è importante poter gestire biblioteche digitali di audiovisivi Caratteristiche specifiche dell audio/video

More information

Self-Calibrated Structured Light 3D Scanner Using Color Edge Pattern

Self-Calibrated Structured Light 3D Scanner Using Color Edge Pattern Self-Calibrated Structured Light 3D Scanner Using Color Edge Pattern Samuel Kosolapov Department of Electrical Engineering Braude Academic College of Engineering Karmiel 21982, Israel e-mail: ksamuel@braude.ac.il

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

Image Compression through DCT and Huffman Coding Technique

Image Compression through DCT and Huffman Coding Technique International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Rahul

More information

Computer Organization

Computer Organization Basics Machine, software, and program design JPC and JWD 2002 McGraw-Hill, Inc. Computer Organization CPU - central processing unit Where decisions are made, computations are performed, and input/output

More information

3D Viewer. user's manual 10017352_2

3D Viewer. user's manual 10017352_2 EN 3D Viewer user's manual 10017352_2 TABLE OF CONTENTS 1 SYSTEM REQUIREMENTS...1 2 STARTING PLANMECA 3D VIEWER...2 3 PLANMECA 3D VIEWER INTRODUCTION...3 3.1 Menu Toolbar... 4 4 EXPLORER...6 4.1 3D Volume

More information

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 216 E-ISSN: 2347-2693 An Experimental Study of the Performance of Histogram Equalization

More information

Understanding Raster Data

Understanding Raster Data Introduction The following document is intended to provide a basic understanding of raster data. Raster data layers (commonly referred to as grids) are the essential data layers used in all tools developed

More information

Desktop Publishing 5N0785 Learning Outcome 2 Monaghan Institute Level 5 Module

Desktop Publishing 5N0785 Learning Outcome 2 Monaghan Institute Level 5 Module Desktop Publishing 5N0785 Learning Outcome 2 Monaghan Institute Level 5 Module Contents Learners will be able to describe the characteristics of key components of DTP systems including those used for input,

More information

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 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

More information

Automatic Detection of PCB Defects

Automatic Detection of PCB Defects IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 6 November 2014 ISSN (online): 2349-6010 Automatic Detection of PCB Defects Ashish Singh PG Student Vimal H.

More information

Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images

Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images Contemporary Engineering Sciences, Vol. 5, 2012, no. 2, 85-90 Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images Mohamed Ali HAMDI Ecole Nationale d Ingénieur

More information

Introduction. Chapter 1. 1.1 Scope of Electrical Engineering

Introduction. Chapter 1. 1.1 Scope of Electrical Engineering Chapter 1 Introduction 1.1 Scope of Electrical Engineering In today s world, it s hard to go through a day without encountering some aspect of technology developed by electrical engineers. The impact has

More information

FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM

FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 2, February 2014,

More information

Other 555 based and 8051 based projects...

Other 555 based and 8051 based projects... Dear Engineer, We at ARK Technosolutions try to bring out the Innovative side in budding engineers by providing them workshops, which emphasise on Practical Knowledge which they do not seek in their daily

More information

VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION

VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION Mark J. Norris Vision Inspection Technology, LLC Haverhill, MA mnorris@vitechnology.com ABSTRACT Traditional methods of identifying and

More information

IFS-8000 V2.0 INFORMATION FUSION SYSTEM

IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 Overview IFS-8000 v2.0 is a flexible, scalable and modular IT system to support the processes of aggregation of information from intercepts to intelligence

More information

RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE

RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE RUN-LENGTH ENCODING FOR VOLUMETRIC TEXTURE Dong-Hui Xu, Arati S. Kurani, Jacob D. Furst, Daniela S. Raicu Intelligent Multimedia Processing Laboratory, School of Computer Science, Telecommunications, and

More information

Computer Animation and Visualisation. Lecture 1. Introduction

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,

More information

COMPUTER SCIENCE AND ENGINEERING - Microprocessor Systems - Mitchell Aaron Thornton

COMPUTER SCIENCE AND ENGINEERING - Microprocessor Systems - Mitchell Aaron Thornton MICROPROCESSOR SYSTEMS Mitchell Aaron Thornton, Department of Electrical and Computer Engineering, Mississippi State University, PO Box 9571, Mississippi State, MS, 39762-9571, United States. Keywords:

More information

ANALYSIS OF THE EFFECTIVENESS IN IMAGE COMPRESSION FOR CLOUD STORAGE FOR VARIOUS IMAGE FORMATS

ANALYSIS OF THE EFFECTIVENESS IN IMAGE COMPRESSION FOR CLOUD STORAGE FOR VARIOUS IMAGE FORMATS ANALYSIS OF THE EFFECTIVENESS IN IMAGE COMPRESSION FOR CLOUD STORAGE FOR VARIOUS IMAGE FORMATS Dasaradha Ramaiah K. 1 and T. Venugopal 2 1 IT Department, BVRIT, Hyderabad, India 2 CSE Department, JNTUH,

More information

A Proposal for OpenEXR Color Management

A Proposal for OpenEXR Color Management A Proposal for OpenEXR Color Management Florian Kainz, Industrial Light & Magic Revision 5, 08/05/2004 Abstract We propose a practical color management scheme for the OpenEXR image file format as used

More information

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging

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

More information

Go Faster - Preprocessing Using FPGA, CPU, GPU. Dipl.-Ing. (FH) Bjoern Rudde Image Acquisition Development STEMMER IMAGING

Go Faster - Preprocessing Using FPGA, CPU, GPU. Dipl.-Ing. (FH) Bjoern Rudde Image Acquisition Development STEMMER IMAGING Go Faster - Preprocessing Using FPGA, CPU, GPU Dipl.-Ing. (FH) Bjoern Rudde Image Acquisition Development STEMMER IMAGING WHO ARE STEMMER IMAGING? STEMMER IMAGING is: Europe's leading independent provider

More information

Fast Subsequent Color Iris Matching in large Database

Fast Subsequent Color Iris Matching in large Database Fast Subsequent Color Iris Matching in large Database Adnan Alam Khan 1, Safeeullah Soomro 2 and Irfan Hyder 3 1 PAF-KIET Department of Telecommunications, Employer of Institute of Business Management

More information

RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY

RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY M. Erdogan, H.H. Maras, A. Yilmaz, Ö.T. Özerbil General Command of Mapping 06100 Dikimevi, Ankara, TURKEY - (mustafa.erdogan;

More information

State of Michigan Records Management Services Best Practices for the Capture of Digital Images from Paper or Microfilm

State of Michigan Records Management Services Best Practices for the Capture of Digital Images from Paper or Microfilm State of Michigan Records Management Services Best Practices for the Capture of Digital Images from Paper or Microfilm 1.0 Introduction The Records Reproduction Act (MCL 24.401-24.406) regulates the reproduction

More information

PHASE 2_3 RD SESSION REPORT KU GIS LABS ARCGIS TRAINING: USING ARCGIS (APPLICATIONS) 18 TH - 22 ND AUGUST 2014 SCHOOL OF ENGINEERING COMPUTER LAB

PHASE 2_3 RD SESSION REPORT KU GIS LABS ARCGIS TRAINING: USING ARCGIS (APPLICATIONS) 18 TH - 22 ND AUGUST 2014 SCHOOL OF ENGINEERING COMPUTER LAB PHASE 2_3 RD SESSION REPORT KU GIS LABS ARCGIS TRAINING: USING ARCGIS (APPLICATIONS) 18 TH - 22 ND AUGUST 2014 SCHOOL OF ENGINEERING COMPUTER LAB PHASE 2_3 rd SESSION REPORT ARCGIS TRAINING: 18 TH - 22

More information

What is Visualization? Information Visualization An Overview. Information Visualization. Definitions

What is Visualization? Information Visualization An Overview. Information Visualization. Definitions What is Visualization? Information Visualization An Overview Jonathan I. Maletic, Ph.D. Computer Science Kent State University Visualize/Visualization: To form a mental image or vision of [some

More information

Structural Health Monitoring Tools (SHMTools)

Structural Health Monitoring Tools (SHMTools) Structural Health Monitoring Tools (SHMTools) Parameter Specifications LANL/UCSD Engineering Institute LA-CC-14-046 c Copyright 2014, Los Alamos National Security, LLC All rights reserved. May 30, 2014

More information

Introduction. Selim Aksoy. Bilkent University saksoy@cs.bilkent.edu.tr

Introduction. Selim Aksoy. Bilkent University saksoy@cs.bilkent.edu.tr Introduction Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr What is computer vision? What does it mean, to see? The plain man's answer (and Aristotle's, too)

More information

Tips on Photography What Kind of Images? Photos and more Uses - A good picture speaks 1,000 words

Tips on Photography What Kind of Images? Photos and more Uses - A good picture speaks 1,000 words Tips on Photography Photography and visuals greatly increases the chances of news coverage. With digital cameras, we can now quickly capture and send images. However, there are a few things to consider

More information

Chapter Contents Page No

Chapter Contents Page No Chapter Contents Page No Preface Acknowledgement 1 Basics of Remote Sensing 1 1.1. Introduction 1 1.2. Definition of Remote Sensing 1 1.3. Principles of Remote Sensing 1 1.4. Various Stages in Remote Sensing

More information

58 A Survey of Image Processing Software and Image Databases

58 A Survey of Image Processing Software and Image Databases Reeves, S.J. A Survey of Image Processing Software and Image Databases Digital Signal Processing Handbook Ed. Vijay K. Madisetti and Douglas B. Williams Boca Raton: CRC Press LLC, 1999 c 1999byCRCPressLLC

More information

Multispectral stereo acquisition using 2 RGB cameras and color filters: color and disparity accuracy

Multispectral stereo acquisition using 2 RGB cameras and color filters: color and disparity accuracy Multispectral stereo acquisition using 2 RGB cameras and color filters: color and disparity accuracy (a) and Bernhard Hill (b) (a) Institute of Imaging and Computer Vision (b) Research Group Color and

More information

Image Analysis Using the Aperio ScanScope

Image Analysis Using the Aperio ScanScope Image Analysis Using the Aperio ScanScope Allen H. Olson, PhD Algorithm Development Engineer Aperio Technologies INTRODUCTION Why should I choose the Aperio ScanScope over competing systems for image analysis?

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

Network Design. Yiannos Mylonas

Network Design. Yiannos Mylonas Network Design Yiannos Mylonas Physical Topologies There are two parts to the topology definition: the physical topology, which is the actual layout of the wire (media), and the logical topology, which

More information

Mouse Control using a Web Camera based on Colour Detection

Mouse Control using a Web Camera based on Colour Detection Mouse Control using a Web Camera based on Colour Detection Abhik Banerjee 1, Abhirup Ghosh 2, Koustuvmoni Bharadwaj 3, Hemanta Saikia 4 1, 2, 3, 4 Department of Electronics & Communication Engineering,

More information

Automatic Restoration Algorithms for 35mm film

Automatic Restoration Algorithms for 35mm film P. Schallauer, A. Pinz, W. Haas. Automatic Restoration Algorithms for 35mm film. To be published in Videre, Journal of Computer Vision Research, web: http://mitpress.mit.edu/videre.html, 1999. Automatic

More information

Digitisation Disposal Policy Toolkit

Digitisation Disposal Policy Toolkit Digitisation Disposal Policy Toolkit Glossary of Digitisation Terms August 2014 Department of Science, Information Technology, Innovation and the Arts Document details Security Classification Date of review

More information

KIP 3000 Series MULTIFUNCTION SIMPLICITY

KIP 3000 Series MULTIFUNCTION SIMPLICITY KIP 3000 Series MULTIFUNCTION SIMPLICITY KIP 3000 SERIES SYSTEMS The KIP 3000 is a highly hl advanced d wide format digital copy system that provides the ability to easily add network printing and scan-to-file

More information

Graphic Communication

Graphic Communication Graphic Communication St Pauls RC Academy Computer Hardware CDT Department Hardware Devices Hardware is the name given to any piece of equipment that is used along side a computer (including the main computer

More information

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014 Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College

More information

Alphacam Art combines Vectric s Aspire artistic design software with the market leading Alphacam manufacturing software.

Alphacam Art combines Vectric s Aspire artistic design software with the market leading Alphacam manufacturing software. Alphacam Art Alphacam Art - CNC Routing For Artists & Ideal Jewellery Cad Cam Software Alphacam Art combines Vectric s Aspire artistic design software with the market leading Alphacam manufacturing software.

More information

EVIDENCE PHOTOGRAPHY TEST SPECIFICATIONS MODULE 1: CAMERA SYSTEMS & LIGHT THEORY (37)

EVIDENCE PHOTOGRAPHY TEST SPECIFICATIONS MODULE 1: CAMERA SYSTEMS & LIGHT THEORY (37) EVIDENCE PHOTOGRAPHY TEST SPECIFICATIONS The exam will cover evidence photography involving crime scenes, fire scenes, accident scenes, aircraft incident scenes, surveillances and hazardous materials scenes.

More information

Skills Inventory: Art/Media Communications. 1. Pre-employment Training/Career Development. A. Formal; e.g., certificates. Date Description Location

Skills Inventory: Art/Media Communications. 1. Pre-employment Training/Career Development. A. Formal; e.g., certificates. Date Description Location Skills Inventory: Art/Media Communications 1. Pre-employment Training/Career Development A. Formal; e.g., certificates Date Description Location Art/Design and Communication Skills Inventory: Art/Media

More information

New Features in TerraPhoto. Arttu Soininen Software developer Terrasolid Ltd

New Features in TerraPhoto. Arttu Soininen Software developer Terrasolid Ltd New Features in TerraPhoto Arttu Soininen Software developer Terrasolid Ltd Tie Status for Images View / Fields menu command for selecting visible fields in Tie points window Each image has a tie status

More information

Machine vision systems - 2

Machine vision systems - 2 Machine vision systems Problem definition Image acquisition Image segmentation Connected component analysis Machine vision systems - 1 Problem definition Design a vision system to see a flat world Page

More information

SCC. Centralized traffic control system for lines and area junctions

SCC. Centralized traffic control system for lines and area junctions SCC Centralized traffic control system for lines and area junctions Brennero Calalzo Tarvisio To Mi Trofarello Venice Trieste Ventimiglia Voltri Genoa Pc Arquata Rovigo Bologna Rome Villa L. Benevento

More information

Automotive Applications of 3D Laser Scanning Introduction

Automotive Applications of 3D Laser Scanning Introduction Automotive Applications of 3D Laser Scanning Kyle Johnston, Ph.D., Metron Systems, Inc. 34935 SE Douglas Street, Suite 110, Snoqualmie, WA 98065 425-396-5577, www.metronsys.com 2002 Metron Systems, Inc

More information

A new similarity measure for image segmentation

A new similarity measure for image segmentation A new similarity measure for image segmentation M.Thiyagarajan Professor, School of Computing SASTRA University, Thanjavur, India S.Samundeeswari Assistant Professor, School of Computing SASTRA University,

More information

Product Range Overview

Product Range Overview Product Range Overview Stereo Optical Inspection Microscopes Non-Contact Measurement Systems Laboratory Microscopes Metallurgical Microscopes FM 557119 Vision Engineering Ltd has been certificated for

More information

Visualization and Astronomy

Visualization and Astronomy Visualization and Astronomy Prof.dr. Jos Roerdink Institute for Mathematics and Computing Science University of Groningen URL: www.cs.rug.nl/svcg/ Scientific Visualization & Computer Graphics Group Institute

More information

Open issues and research trends in Content-based Image Retrieval

Open issues and research trends in Content-based Image Retrieval Open issues and research trends in Content-based Image Retrieval Raimondo Schettini DISCo Universita di Milano Bicocca schettini@disco.unimib.it www.disco.unimib.it/schettini/ IEEE Signal Processing Society

More information

Big Data: Image & Video Analytics

Big Data: Image & Video Analytics Big Data: Image & Video Analytics How it could support Archiving & Indexing & Searching Dieter Haas, IBM Deutschland GmbH The Big Data Wave 60% of internet traffic is multimedia content (images and videos)

More information

Personal Identity Verification (PIV) IMAGE QUALITY SPECIFICATIONS FOR SINGLE FINGER CAPTURE DEVICES

Personal Identity Verification (PIV) IMAGE QUALITY SPECIFICATIONS FOR SINGLE FINGER CAPTURE DEVICES Personal Identity Verification (PIV) IMAGE QUALITY SPECIFICATIONS FOR SINGLE FINGER CAPTURE DEVICES 1.0 SCOPE AND PURPOSE These specifications apply to fingerprint capture devices which scan and capture

More information

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Imaging process Light reaches surfaces in 3D. Surfaces reflect. Sensor element receives

More information

APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE

APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE Chengda Lin, Lingkui Meng, Heping Pan School of Remote Sensing Information Engineering Wuhan University, 129 Luoyu Road, Wuhan 430079, China Tel: (86-27)-8740-4336

More information

STATE OF NEVADA Department of Administration Division of Human Resource Management CLASS SPECIFICATION

STATE OF NEVADA Department of Administration Division of Human Resource Management CLASS SPECIFICATION STATE OF NEVADA Department of Administration Division of Human Resource Management CLASS SPECIFICATION TITLE PHOTOGRAMMETRIST/CARTOGRAPHER V 39 6.102 PHOTOGRAMMETRIST/CARTOGRAPHER II 33 6.110 PHOTOGRAMMETRIST/CARTOGRAPHER

More information

Set up and using the WinTV v7 application with HD PVR 2

Set up and using the WinTV v7 application with HD PVR 2 Set up and using the WinTV v7 application with HD PVR 2 To run the WinTV v7 application for watching TV, recording videos and playing them back on your PC, double click on the WinTV icon on your Windows

More information