Lecture7a Classification
Lecture7a Classification
*Unsupervised classification
Often the first step in any classification, and sometimes used to generate some of the
information required for the supervised classification below.
Doesn’t require foreknowledge of classes or their spectral signatures
Groups pixels into x desired number of classes based on the similarity of spectral signatures
Common methods include “K-means”, “isocluster”, and “migrating means clustering”
*Supervised classification
In most cases, this is ultimately the method of choice to extract information from an image
Does require foreknowledge of the classes and requires a training sample, which defines the
spectral signatures for each feature/class
Assigns pixels to classes by “matching” the spectral signatures in the training sample to the
pixel spectral signatures
Common method is “maximum likelihood classification” (MLC), rooted in basic statistics
In practice, both unsupervised and supervised classification are compared and often combined