UNIT 2
UNIT 2
1
1. Describe segmentation.
The process of dividing an image into different regions based on the characteristics of
pixels to identify objects or boundaries to simplify an image and more efficiently analyze it.
LINE DETECTION
It is an algorithm that takes a collection of n edge points and finds all the lines on
which these edge points lie.
EDGE DETECTION
Edge detection is the process of identifying boundaries in an image to identify
objects in an image.
A point on the image plane where the two-dimensional perspective projections of mutually
parallel lines in three-dimensional space appear to converge is called as vanishing point.
8. Define region splitting
Region splitting is a technique that starts with the whole image as a single region and
recursively divides it into smaller regions based on some homogeneity criterion.
Part-B
1. Explain Harris corner and SIFT in detail
The harris corner detector is a corner detection operator that is commonly used in computer
vision algorithm to extract corners and infer features of an image.
Explanation-4marks
Harris corner-4marks
Sift is an algorithm in computer vision to detect and describe local features in images. The
SIFT technique involves generating a scale space of images with different scales and then
using the Difference of Gaussian (DoG) method to identify keypoints in the images. It also
involves computing descriptors for each keypoint, which can be used for feature matching and
object recognition.
SIFT – 4marks
Diagram – 2 marks
While curve approximation with polylines each of lead to successful line extractions.
*many lines
*those collision lines
*those extended lines
* each edge point votes.
Explanation – 4marks
Diagram – 4 marks
4. Summarize segmentation and explain the region splitting, region merging and watershed
techniques used in detail.
Image segmentation is the process of dividing an image into several disjoint small local
areas or cluster sets according to certain rules and principles. The watershed algorithm is a
computer vision technique used for image region segmentation. The segmentation process
will take the similarity with adjacent pixels of the image as an important reference to connect
pixels with similar spatial positions and gray values. Constitute a closed contour(outline), and
this closure is an important feature of the watershed algorithm. In short, it is an algorithm that
correctly determines the “outline of an object“.
Explanation – 4marks
Region splitting – 4marks
Region merging – 4marks
Watershed techniques – 2marks
While bottom up merging techniques aggregate regions into coherent and mean shift techniques
try to find clusters of similar pixels using mode finding ,the normalized cut technique
introduced by shi andmalik(2000) examines the affline between nearby pixels and tries to
separate groups that are connected by weak affinities.
Explanation – 4 marks
Diagram – 4marks
Mean shift – 6 marks.
Explain the SIFT descriptor and discuss the feature matching strategy and performance
measures.