Lab exercise 7, due right before the class on Mar. 11, 2005
ES6973: Remote Sensing Image Processing and Analysis, UTSA
http://www.utsa.edu/eps/programs/EnvSci/HXie.htm
Student name: ______________
Image classification (per-pixel based)
Purpose
This lab is to practice four types of image classification techniques: ISODATA, Parallepiped, Maximum likelihood, and Spectral angle mapper.
Step 1. Preparation
The only data you will use is your ETM+ reflectivity image (6 bands, UTM and WGS84) or your MODIS reflectivity data (7 bands). You can do both and make some comparisons see how they relatively match or not (this will be extra 20 points).
Step 2. ISODATA
I hope you can find where the ISODATA is in ENVI. Open it and set the parameters as below:

Please click the Help to find what these parameters mean. Click OK to run it. change the Number of Classes, Max to 20. Maximum # Merge Pairs to 4. Click OK to run it. Open and link this two classified images with the original image to see if there is any difference. and see if you can label or link your clusters into real world classes? also compare the statistics to see the difference of the two classified images. Realizing the Maximum Stdev From Mean and Maximum Distance Error are empty in the above figure. If you input both 3 (in DN), run the classification again to see what happen? explain it.
Step 3. Select training site via ROI
Find the Region of Interest tool from your Display window, select 3 or 4 ROIs that you would like to be classified. see an example below. these ROIs will be used for all supervised classifications you will perform in the lab.


Step 4. Parallepiped
Open the Parallepiped tool, select the ROIs you made in step 3. In the Set stdev from Mean, you can either select single value (all bands use the same value) or multiple values (each band uses different value). in the figure below, I use single value 3 (s to mean), you can click the Preview to see the classification result, use the Change View to select the sub area you had training sites selected. You can change the value to 1 or 2 (s to mean). click the Preview to see the difference. report the difference regarding to the classified areas (pixels) as the value increasing from 1 to 3.
Step 5. Maximum Likelihood
The operation of the maximum likelihood method is very similar to the Step 4. the difference is you set up a probability threshold (0-1), 0 is totally not like, 1 is 100% like. you should select different value to test which one did the best for your classification purposes.
Step 6. Spectral Angle Mapper
This is the most useful method was developed for hyperspectral image, but good for multiple-spectral image as well. You will import the ROIs from Import -> from ROI/EVF from input file (see left of the figure below). Select All and Apply, you will see a window (right of the figure below). As the same as step 4 and 5, you can select either single threshold value for all or select multiple values. the values are from 0 (100% the same) to 1 (totally different).

Write a report about the procedure, answer some questions brought out in the lab, and do necessary analysis to your results.