Lab 7: Object-based Classification

Background
The goal of this lab is to learn and utilize eCognition, a state of the art object-based processing tool. First  homogeneous spatial and spectral clusters are produced over the image or known as objects. a random forest and support vector machine classifiers will be used which require training samples. Finally an output will be produced showing the newly classified image.
Methods
First a project was created in eCognition, then objects need to be created on the image, this is done through the process tree utilizing multiresolution segmentation, with a scale parameter of 9. This produced the objects shown in figure 1 and 2. Finally training samples are taken to be put in the process tree. this trains the classifier.
Figure 1: This shows a mess of blue over the image, but thwese are all polygons that contain similar pixels.

Figure 2: This image shows a zoomed in section of figure 1, this allows the actual polygons to be seen.
Next the same process was performed but for an SVM rather than random forest. This was similar to the random forest, yet there were different parameters.

Then finally a UAS image was classified, this was done using an RF classifier, except the scale parameter was 120, this allowed for the best grouping of pixels over the UAS imagery (Figure 3).
Figure 3: This shows the polygons, or objects over the UAS image.

Results
The results of performing a random forest object based classification provide a fairly accurate classification (Figure 4). There was some error in some places where urban areas was classified as bare soil, but this was fixed by manually editing polygons. The SVM classifier produced a similar output (Figure 5), with similar errors of miss categorized pixels.

Figure 4: This shows the random forest object based classification over Eau Claire and Chippewa Counties.
Figure 5: This shows the support vector machines object based classification over Eau Claire and Chippewa Counties.
Finally a Random Forest classification was performed on UAS imagery, it worked well, but error is seen, where a vehicle is classified as a building, and additionally the building on the eastern side apparently has a car on its roof. 





Sources

Landsat satellite image is from Earth Resources Observation and Science Center, United States Geological Survey. 
UAS image is from UWEC Geography & Anthropology UAS Center. 





Comments

Popular posts from this blog

Lab 6: Digital Change Detection

Lab 5: classification Accuracy Assessment

Lab 10: Radar Remote Sensing