VI Notes'
VI Notes'
VI Notes'
Image acquisition
2. Illumination Techniques
If the surface of the target object is shiny, special care needs to be taken when selecting the
type of illumination. A spot illuminator will cover the target in light, but will create numerous
reflections that may adversely affect the resulting image. In the example of a flat shiny
surface shown here, the light will create a localised, intense spot of little use for further
software interpretation.
The next drawing shows how changing to a larger and more diffuse light will create a far
better image, as long as the area of interest lies within the diffuse circle of illumination. A
larger light would be required to illuminate the entire surface.
Edge-Based Segmentation
There are three basic types of gray-level discontinuities in a digital image: points, lines, and
edges. The most common way to look for discontinuities is to run a mask through the image.
And the response of the mask at any point in the image is given by
Point Detection
A point has been detected at the location on which the mask is centered if
-1 -1 -1
-1 8 -1
-1 -1 -1
Fig.2-1 a point detection mask
Line Detection
In the line detection, we use the same way of point to detect different angle of line. Fig.1.2
illustrates the line detection mask at horizontal direction.
-1 -1 -1
2 2 2
-1 -1 -1
Fig.2-2 a mask of horizontal direction
Edge Detection
Although point and line detection certainly are i mportant in any discussion on segmentation,
edge detection is by far the most common approach for detecting meaningful discontinuities
in gray level. About the edge detection, we discuss approaches for implementing first- and
second-order digital derivatives for the detection lf edges in an image.
The Laplacian
(a) (b)
Fig1.3 (a) 3-D plot (b) 5 5 mask approximation to the shape of (a)