Section 7 Flashcards
What are the four steps of a classification?
Select training areas
Build spectral signatures
Classification
Accuracy assessment
Name the two approaches to digital classification.
Supervised
Unsupervised
What is a supervised classification?
You determine the class boundary based on training sites
What is an unsupervised classification?
The class boundaries are determined automatically
What is the main source of error of classification?
Miss class identification by user
What is a training site?
The sample areas a user selects for the classes to be based off of.
How do you decide to use supervised or unsupervised?
If there is previous knowledge of the site use supervised. If not unsupervised
In an unsupervised classification what are the two inputs by the user?
The preferred cluster algorithm
Number of classes
Name the three parametric classification algorithms.
Minimum distance to mean
Parallelpiped
Maximum likelihood
Name the three non parametric classification algorithms.
Spectral mixture analysis
Spectral angle mapper
Support vector machine
How does the minimum distance to mean algorithm work?
Relies on the straight line (Euclidean) distance from the class means to the unclassified pixel. It is simple and efficient
What is the downside to the minimum distance to mean?
Insensitive to different degrees of variation in spectral response of data
How does the parallelepiped algorithm work?
It is the simplest method, known as the box classifier because it uses one to classify minimum and maximum ranges
What are the problems with the parallelepiped?
When boxes overlap the box the is over top will claim the entire area. Like coding
What is a stepped parallelepiped?
It is an improvement in the boxes are stepped to reduce overlapping and make a tighter classification