Presentation Title: Subheading Goes Here
Presentation Title: Subheading Goes Here
INTRODUCTION
1.1 General Background
Image Contour is defined as lines and boundaries of interesting
regions within digital images, including object boundaries and
boundaries of regions defined by sudden changes of brightness,
color or texture. It also described as a curve along boundary of
pixels with the same intensity or depth.
Object boundaries are identified based on how well they
separate foreground and background features. This is followed
by a shape matching step which identifies the object boundary
contours based on their expected shape.
The region of interest contour is determined by the difference
between foreground and background. In conclusion,
Segmentation technique is not robust against compression while
the image contour technique takes a long time to process.
1.1 General Background
Edges are significant local changes in the image and are
important features for analyzing images. Edges typically occur
on the boundary between two different regions in an image.
Edge detection is frequently the first step in recovering
information from images. Several computational models have
been reported in the literature for contour or edge detection in
images.
Robert , Sobel and Prewitt edge detectors, all of which use local
derivative filters to do the boundary detection. Canny edge
detector is one of the well-known edge detection algorithm that
uses sharp discontinuities in the brightness channel to detect
edges.
1.1 General Background
Contour Extraction
and Description
2.1 Introduction
Contour extraction is obtaining the object outline of target
object from the image of object; it is the key to ensure
measurement accuracy. As to the characteristics that the
images of computer vision measurement often contain only
two targets, the object and the background area, In general,
contour extraction techniques can be classified into two main
categories: region-based, and line-based. Region-based
techniques use similar brightness, color or texture properties to
segment the image into regions and extract contours directly
from the segmented region boundaries. Line-based techniques
use high contrast of luminance, color, or texture to find lines or
boundaries.
2.2 Survey of different methods of
extraction of image contours
the gradient between two pixels with different gray scale levels
represents the difference between the two pixels, and the gradient will
be zero for the pixels with the same gray scale level.
The main steps of the MSCE methods:
a) Edge Detection
(a) (b)
OCE procedure (a)Without correcting the first step and
(b)After correcting the first step
2.2.4 Single Step Parallel Contour Extraction
‘SSPCE’ (3x3 windows)
There are two algorithms; the first uses 8-connectivity scheme
between pixels, The second algorithm uses the 4-connectivity
scheme between pixels
The edges can be extracted by applying the definition that an
object contour edge is a straight line connecting two neighboring
pixels which have both a common neighboring object pixel and
a common neighboring underground pixel.
no edges can be extracted from the three following cases:
1- If all nine pixels are object pixels object region.
2- If all nine pixels are background pixels.
3- If the center pixel is an object pixel surrounded by
background pixels.
2.2.5 Contour Extraction Based on 2x2 Windows
The processed pixel is the darker one. Two buffers are required
for a real time contour extraction system. First buffer is used for
the storage of a previously processed image line and the second
one keeps pixel values of the currently processed image line.
2.2.5 Comparison of Contour Extraction
Algorithms (Different Windows)
Spectral Domain of
Image Contours