Contour Detection My
Contour Detection My
Contour Detection My
in Computer Vision
Presented By
T.LAHARI
V.ANEESHA
III/IV BTECH
III/IV BTECH
IT
IT
[email protected]
[email protected]
INTRODUCTION
Definition:
The output of edge detection includes every small edge in the input image and this
gives rise to confusion in detecting the individual objects specifically. So, this output
is further analysed by removing the unimportant lines and noises and showing only
the important edges which help in the extraction of meaningful information from that
image. In the above examples we can see that the outputs of edge detection include
every small edge and hence it is not possible to deduce some information like the
number of animals in the image and the exact shapes of the individual objects due to
many unimportant small edges, where as in the outputs of the contour detection,
these unwanted unimportant edges are removed and only the salient region
boundaries are shown, which give all the information about the objects in the image.
CONTOUR LINES
Contour lines are the lines joining points of equal elevation (height) above a given
level. These are used in the construction of Contour maps, which show valleys and
hills, and the steepness of slopes. The contour interval of a contour map is the
difference in elevation between successive contour lines.
• Meteorological contour maps may present collected data such as actual air
pressure at a given time, or generalized data such as average pressure over
a period of time, or forecast data such as predicted air pressure at some point
in the future.
• In Oceanography, contours are used as isobathytherms, lines showing
depths of water with equal temperature, isohalines, lines of equal ocean
salinity and Isopycnals, which are surfaces of equal water density.
• Contour lines are used in Topography to study various factors like the number
of mountain peaks in a region, the height of these peaks, and the shapes of
islands can also be determined using these contours.
Contour lines are drawn by joining points which are at same height from the sea
level. This helps in estimating the height of a peak accurately. Also by viewing the
same contour map in the top view, we can determine the exact shape of the regions
or islands based on the contour lines along with the number of peaks in that region.
When there are less number of points of equal elevation located closely, they form
smaller circles on the contour maps, these are nothing but mountain peaks. In the
same way, the steep slopes can be identified as the closely located contour lines
which almost overlap each other.
Contour Detection:
There are currently two main types of active contours:
1) Parametric active contours, which represent contours explicitly as parameterized
curves and
2) Geometric active contours, which represent contours implicitly as level sets of
two-dimensional scalar functions.
SNAKE CONOTURS:
geodesic: The shortest line between two points (on a mathematically defined
surface).
geodesic active contour: An active contour model similar to the snake model in
that it attempts to minimize an energy function between the model and the data, but
which also incorporates a geometrical model.