Image Classification Flashcards

1
Q

Goal of classification process?

A

A key goal of any classification process is simplification or a reduction in the complexity of a system into something that is meaningful to the observer

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

Classification Algorithms:
 Minimum Distance to Mean

A

Relies on the straight line distance from the class means to the unclassified pixel

  • All of the pixels in the image are assigned to one of the specified classes
  • Insensitive to different degrees of variation in the spectral response of data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Classification Algorithms:
 Parallelepiped

A
  • Specifies a minimum and maximum range of values for each class
  • Range results in a rectangular box known as a decision region
  • The advantage is that a small number of classes can be specified and some of the image left unclassified
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Classification Algorithms:
 Stepped Parallelepiped

A

Boundaries developed based on a stepped approach which allows us to create tighter “boxes” to define the classes.

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

Classification Algorithms:
 Maximum Likelihood Classifier

A
  • Evaluates both variance and covariance of the category spectral response pattern
  • Calculates the probability (statistical) of a pixel belonging to each class
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Non - Parametric Classification: Spectral Mixture Analysis (SMA)

A
  • one pixel can reflect more than one element or class

- a Spectral Mixture analysis decomposes a pixel into its proportions

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

Non - Parametric Classification: SAM - Spectral Angle Mapper

A

The SAM is a nonparametric classifier that uses the shape of a spectrum (or any other linear combination of attributes) as a distinguishing criterion.

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

Non - parametric Classifier: Support Vector Machine (SVM)

A

a form of supervised classification technique that classifies an unknown sample into a predetermined class.
- the data points are mapped with a projection that will maximize their separation

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