machine vision machine vision system components ent 273 ms. hema c.r. lecture 1

25
MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1.

Upload: brook-hortense-shepherd

Post on 17-Jan-2016

218 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

MACHINE VISIONMACHINE VISION

Machine Vision System ComponentsMachine Vision System Components

ENT 273ENT 273

Ms. HEMA C.R.Ms. HEMA C.R.

Lecture 1.

Page 2: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

2

Road Map

Image and Vision

Vision Systems

Components of an Machine Vision System [MVS]

Applications of vision systems

Advantages of MVS

Vision Optics

Frame Grabbers

Lighting and Illumination

Page 3: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

3

Image and Vision Image

Images are two-dimensional projections of the three-dimensional world

Vision Vision is the most Complex of human senses, about a fourth of the

brain’s volume is devoted to it. Image Processing

Processing images to give new images Computer Vision

Deals with what the images mean – aims to interpret images Machine Vision

Apply vision and image processing Vision System

A Vision System recovers useful information about a scene from its two dimensional projections

Page 4: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

4

Machine Vision Systems

Characteristics Ability to extract pertinent information

from a background of irrelevant details The capacity to learn from examples

and apply to new situations Ability to infer facts from incomplete

information Capability to generate self motivated

goals and formulate plans for meeting these goals.

Page 5: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

5

Components of a Machine Vision System

Input source objects, scene, prints etc

Optics sensors, digital cameras

Lighting illumination levels

A part sensor [optional] to indicate presence of objects

A frame grabber stores images & interface

PC platform [optional] Inspection software

Image processing algorithms Digital I/O

Display, Print, Interface

Page 6: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

6

Vision System Portrayal

Page 7: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

7

Operations to be performed by MVS

Describe images, objects and physical world Mathematical models of image and objects and knowledge

representation Image Processing

Improves image for human and computer consumption, highlight / extract relevant feature

Segmentation Extract features such a edge, regions, surfaces etc.

Pattern Recognition Classify the images

Measurement Analysis Measure features on the object

Image Understanding Locate objects in the image, classify them and build 3D models

The Ultimate Aim of a Vision System is to recognize objects within a image

Page 8: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

8

Applications of a Vision System

Autonomous Vehicles The Human Face Industrial Inspection Medical Images Remote SensingSurveillanceTransport

Reference: http://www.bmva.ac.uk/apps/

Page 9: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

9

Autonomous Vehicles

Aerial Navigation

Transport Safety

Page 10: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

10

The Human Face

Head Modeling

Face Recognition

Page 11: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

11

Industrial Inspection

Detecting Objects

Machine parts

Page 12: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

12

Medical Images

Chromosomes

Brain MRI

Page 13: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

13

Remote Sensing

Crop Classification

Land Management

Page 14: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

14

Surveillance

Intruder Monitoring

People Tracking

Page 15: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

15

Transport

Hema –ENT 496 – Lecture 1

Number Plate

Traffic Control

Page 16: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

16

Advantages of MVS in Industries

Cutting out defective goods

Making better use of raw materials

Cutting the cost of quality control

Enabling real-time process monitoring

Improving employment conditions

Page 17: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

17

Vision Systems Stand alone PC based

Smart Camera Self contained [no pc req.]

CCD image sensors CMOS image sensors

Vision Sensors Integrated devices No programming required Between smart cams and vision systems

Digital Cameras CCD image CMOS image Flash memory Memory stick SmartMedia cards Removable [microdrives,CD,DVD]

Vision Optics

Neural Network-Based ZiCAMs from JAI Pulnix

Compact Vision System from National Instruments

A Cognex In-Sight Vision Sensor

Page 18: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

18

Imaging Sensors Image sensors convert light into electric charge and

process it into electronic signals

Image Sensors Charge Coupled Device CCD

All pixels are devoted to light capture Output is uniform High image quality Used in cell phone cameras

Complementary Metal Oxide Semiconductor CMOS Pixels devoted to light capture are limited Output is not uniform High Image quality Used in professional and industrial cameras

Page 19: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

19

Frame Grabbers

A frame grabber is a device to acquire [grab] and convert analog to digital images. Modern FG have many additional features like more storage, multiple camera links etc.

Page 20: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

20

Frame Grabbers

A typical frame grabber consists of

a circuit to recover the horizontal and vertical synchronization pulses from the input signal;

An analog to digital converter a colour decoder circuit, a function that can also

be implemented in software some memory for storing the acquired image

(frame buffer) a bus interface through which the main processor

can control the acquisition and access the data.

Page 21: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

21

Lighting Correct lighting is the single most important design

parameter in a vision system

Selection of a light source for a vision application is governed by three factors:

The type of features that must be captured by the vision system

The need for the part to be either moving or stationary when the image is captured.

The degree of visibility of the environment in which the image is captured.

Page 22: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

22

Lighting Techniques

The three lighting techniques used in vision applications are:

Front lighting, Back lighting Structured lighting

Page 23: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

23

Front Lighting Sources

Spot Lighting to check chip

orientation in embossed tape

Ring Shape Lighting to detect

loose caps

Tube Lighting to detect stains on

sheets

Area type lighting to detect hole position

in lead frames

Page 24: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

xxx Hema –ENT 273 – Lecture 1

24

Visithttp://www.machinevisiononline.org

http://www.eeng.dcu.e/~whelanp/proverbs/proverbs.pdf

to understand vision systems better

Interesting Links

References:http://www.bmva.ac.uk/apps/www.machinevisiononline.orghttp://homepages.inf.ed.ac.uk/rbf/CVonline

Page 25: MACHINE VISION Machine Vision System Components ENT 273 Ms. HEMA C.R. Lecture 1

Machine Vision Machine Vision

End of Lecture 1