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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Features may be specific structures
in the image such as ……….,…………. or ………….

A

points, edges
or objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  • Image Matching
    using……………..
A

Feature Points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

SIFT Algorithm (Scale Invariant Feature Transform)

A
  • Types of invariance
  • Affine (Viewpoint Change)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  • In general, SIFT algorithm can
    be decomposed into four steps:
A
  1. Feature point (also called
    keypoint) detection.
  2. Feature point localization.
  3. Orientation assignment.
  4. Feature descriptor generation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly