Digital Image Classification
Digital Image Classification
CLASSIFICATION
What is Digital Image Classification
Grouping of similar pixels
Separation of dissimilar
ones
Assigning class label to
pixels
Resulting in manageable
size of classes
CLASSIFICATION METHODS
MANUAL
COMPUTER ASSISTED
STRATIFIED
Image classification
It is a science or technology which changes or turns the remote sensing data into
meaning categories.
Image classification is the process of assigning the land use land cover classes
with the help of pixel values of satellite imageries.
Why use it?
To translate continuous variability of image data into map patterns that provide
meaning to the user.
To obtain insight in the data with respect to ground cover and surface
characteristics.
The analyst attempts to locate specific sites in the remotely sensed data that represent homogenous
examples of these known land cover types known as training sites.
Every pixel both inside and outside the training sites is evaluated and assigned to the class of which it has
the highest likelihood of being a member.
Selection of area
Generate signature file
Classify
Supervised classification approach
SUPERVISED CLASSIFICATION
if training data is being collected from n bands then >10n pixels of training data
is to be collected for each class.
Image space
using a class from a thematic raster layer from an image file of the
same area (i.e., the result of an unsupervised classification)
Evaluating Signatures
There are tests to perform that can help determine whether the
signature data are a true representation of the pixels to be
classified for each class. You can evaluate signatures that were
created either from supervised or unsupervised training.
Supervised classification algorithm
If you have a priori knowledge that the probabilities are not equal for all
classes, you can specify weight factors for particular classes. This variation of
the maximum likelihood decision rule is known as the Bayesian decision rule
(Hord, 1982).
Advantages
The most accurate of the classifiers (if the input samples/clusters have a
normal distribution), because it takes the most variables into
consideration.
Takes the variability of classes into account by using the covariance
matrix, as does Mahalanobis distance.
Disadvantages
An extensive equation that takes a long time to compute. The
computation time increases with the number of input bands.
Maximum likelihood is parametric, meaning that it relies heavily on a
normal distribution of the data in each input band.
Tends to overclassify signatures with relatively large values in the
covariance matrix.
Unsupervised Classification in Remote Sensing
In Unsupervised classification we give a command to the software according to
our objectives and purposes. First of all the software converts the group’s pixels
into clusters. Then the software classifies each cluster with a land-use and land
cover class.
The identities of land cover types to be specified as classes within a scene are
generally not known to prior because ground reference information is lacking or
surface features within the scene are not well defined.
The computer is required to group pixels with similar spectral characteristics into
unique clusters according to some statistically determined criteria.
In the first pass the program reads through the dataset and sequentially builds
clusters.
During the first pass the analyst is required to supply four types of
information-
R , the radius distance in spectral space used to determine when a new cluster
should be formed.
C, a spectral space distance parameter used when merging clusters when N is
reached.
N , the number of pixels to be evaluated between each major merging of
clusters.
Cmax maximum no. of clusters to be identified.
1. Shape
2. Texture
3. Spectral signature
4. Geographic context
5. Nearest neighbour classification
Question/Interaction
How can you differentiate between supervised and
unsupervised classification