CHAPTER 5 Flashcards
(9 cards)
1
Q
- In computer vision and image
processing, a…………….is a piece of
information about the content of an
image; typically, about whether a
certain region of the image has
certain properties
A
feature
2
Q
Features may be specific structures
in the image such as ……….,…………. or ………….
A
points, edges
or objects.
3
Q
Local and Global Features in Images
A
Relevant feature (global or local)
contains discriminating
information and is able to
distinguish one object from others.
- Global features describe the
entire image - Local features describe the image
patches (small group of pixels).
4
Q
- Image Matching
using……………..
A
Feature Points
5
Q
Feature Points are Used for
A
- Image alignment (e.g., mosaics)
- 3D reconstruction
- Motion tracking
- Object recognition
- Indexing and database retrieval
- Robot navigation
6
Q
T/F
Invariant Local Features
- Image content is
transformed into
local feature
coordinates that are
invariant to
translation, rotation,
scale, and other
imaging parameters
A
T
7
Q
Processing Stages
A
- Feature detection/extraction (look for stable/accurate features)
- Feature description (aim for invariance to transformations)
- Feature matching (for photo collection) or tracking (for video)
8
Q
SIFT Algorithm (Scale Invariant Feature Transform)
A
- Types of invariance
- Affine (Viewpoint Change)
9
Q
- In general, SIFT algorithm can
be decomposed into four steps:
A
- Feature point (also called
keypoint) detection. - Feature point localization.
- Orientation assignment.
- Feature descriptor generation.