Machine Vision - PowerPoint PPT Presentation

About This Presentation
Title:

Machine Vision

Description:

Edge Detection Binary Logic Search Guide a search through an image, one pixel at a time, as the search finds an edge, it will ... – PowerPoint PPT presentation

Number of Views:89
Avg rating:3.0/5.0
Slides: 15
Provided by: Vip103
Category:

less

Transcript and Presenter's Notes

Title: Machine Vision


1
Machine Vision
2
Image Acquisition gt Resolution Ability of a
scanning system to distinguish between 2 closely
separated points. gt Contrast Ability to
detect shades of difference from pixel to
pixel.The lowest quality machine vision system
uses a simple two-state sensor that registers
each pixel as being either black or white.
3
(No Transcript)
4
(No Transcript)
5
Image Analysis Techniques gt Windowing
Concentrating vision system analysis on a small
field of view to conserve computer resources
of run time storage. gt Thresholding
Reducing an image to binary black or white
pixels. gt Histogramming A frequency
histogram is constructed for the pixel
counts at each level of gray accommodated
by the system.
6
(No Transcript)
7
Edge Detection gt Binary Logic Search Guide a
search through an image, one pixel at a
time, as the search finds an edge, it will
follow it completely around the object. gt
Local Edge Elements Roberts Cross-Operator Templ
ate Filters
8
(No Transcript)
9
Roberts Cross-OperatorComputes the square root
of the sum of the squares of the adjacent
diagonal differences between pixel gray-scale
values.
10
(No Transcript)
11
(No Transcript)
12
(No Transcript)
13
(No Transcript)
14
FilterSmall template for finding a Vertical
edge. -1 0 1 -1 0 1 -1 0 1Find the sum of
products of each point in the image matrix with
all points in the filter matrix.
Write a Comment
User Comments (0)
About PowerShow.com