final Flashcards
What is an arbitrary or spatial profile?
graph across space of spectral profile (e.g. transect from inland marsh to middle of river)
Spectral profile
looks at individual point, or spectral signature for that pixel
Convolution filtering
window that moves over an image sequence and does a function on the pixels it encounters
NDVI
NIR-red / NIR + red
histogram matching
histogram matching tries match responses of classes
linear contrast enhancement or contrast stretching
expands the original digital values of the remotely sensed data into a new distribution
what would a filter look like that accentuates spacial variability?
a linear edge detector would have some negative and some positive values
principal component analysis
allows you take multiple bands, take the variability and store it in just a few bands. Output number of bands is the same but the crucial information is contained in the first few bands. Thus the benefit is that you can decrease the data dimensionality (number of bands)
data dimensionality
number of bands, size of your data defined by rows and columns.
“features” in image processing (different in GIS)
bands
What is the point of features selection
another way to get rid of data you don’t need. It’s determining which bands are the most important
NDVI stands for
Normalized Difference Vegetation Index
Tassled cap transformation
the first of the new axis becomes brightness (formed from soil line). the axis orthogonal to it is called greenness. Then wetness is sometimes the third axis
supervised vs. unsupervised
unsup clusters elements in the image that look similar. supervised always involves a training data set that you give the algorithm
cluster busing
something that is done in unsupervised classification. we take the classes that didn’t get classified and reclassify them
Why is it a good idea to used predefined classification schemes
a class scheme like USGA or Anderson is useful because it allows us to monitor the change over time if we have a classification scheme that stays consistent. also involves less work.
problems with extending spectral signatures through space and time
you’re telling the algorithm that forests look like this..that may work fine in one single image but the atmosphere information in different. sun was different.
feature space
a graphical representation of the pixels by plotting 2 bands vs. each other (often looks like a tasseled cap)
pros of parallelepiped
simple, makes a few assumptions about the character of the classes
cons of parallelpiped
parallelelpipeds are rectangular, but spectral space is “diagonal” so classes may overlap
minimum distance to mean
finds mean value of pixels of training sets in n-dimensional sapce. All pixels in image classified according to the class mean to which they are closest.
pros of minimum distance
all regions of n-dimensional space are classified. Allows for diagonal boundaries (and hence no overlap of classes)
cons of minimum distance
assumes that spectral variability is same in all directions, which is not the case
maximum likelihood
assume multivariate normal distributions of pixels within classes. calculates the probability that the pixel is a member of that class. takes into account mean and covariance of training set. each pixel is assigned to the class for which it has the highest probability of membership
pros of max like
most sophisticated; achieves good separation of classes
cons of max like
requires strong training set to accurately describe mean and covariance structure of classes
how do you choose locations fro training data?
make sure it’s representative spectrally of the classes you have. it may be that you need to come up with multiple types of forest if they are significantly different in their response.
soft classification logic
outputs a probability that something is in a class
ISODATA pros
very efficient at identifying spectral clusters within data
how ISODATA works
algorithm that splits and merges clusters; user dines threshold values for parameters; computer runs algorithm through many iterations until threshold is reached.
ISODATA uses _____ method
shortest distance to center
(ISODATA) the _______ within each cluster and the distance between cluster centers is caluculated.
SD
clusters are _____ if one or more SD is greater than the user defined threshold. clusters are ____ if the distance between them is less that the user-defined threshold.
split; merged
expert system
tries to emulate the rules that a human expert would use
knowledge base
the extraction of expert’s rules
inference engine
uses rules of expert system
5 change detection algorithms
Write Function Memory Insertion image algebra (differencing, ratioing) post classification comparison
spectral angle difference
uses n-D angle to match pixels to reference spectra. the algorithm determines the spectral similarity between two spectra by calculating the angle between the spectra and treating them as vectors in a space with dimensionality equal to the number of bands.
the only change detection algorithm that results in a to-from contingency table?
post classification change detection
user’s accuracy is based on ____
the classification data (divide the number in the diagonal by the total classified in that catagory)