CS4442 CS9542 Part 2 Lecture 3 Segmentation
CS4442 CS9542 Part 2 Lecture 3 Segmentation
Part 2: Lecture 3
Yalda Mohsenzadeh
Slides are adapted from Olga Vesker (UW), Steve Seitz (UW), David Jacobs
(UMD), D. Lowe (UBC), Hong Man
Computer Vision
Image Segmentation
Outline
• Perceptual Grouping in humans
• Gestalt perceptual grouping laws, describe grouping
cues of humans
• Image segmentation (“Pixel Grouping”)
• Clustering
• Simple agglomerative algorithm
• K-means
• Histogram based
• Thresholding
• Mode-finding
• Mean shift
From Images to Objects
• Why?
• Perceptual grouping seems to rely partly on the nature
of objects in the world
• This is hard quantity, we hypothesize that human
vision encodes the necessary knowledge
Computer Vision: Image Segmentation
Strengths Weaknesses
• Does not assume any prior • The window size is not
shape (e.g. elliptical) on the trivial
data structure • Inappropriate window size
• Can handle arbitrary can cause modes to be
feature spaces merged (giving too few
• Only one parameter to segments) or generate
choose additional shallow modes
(giving too many segments)
• h the window size
• There are adaptive window
size extensions