Posts

Showing posts from October, 2021

Lab 05, LiDAR vegetation metrics modeling

Image
  Background and Goals:          The main goal of this lab was to gain an understanding of how to extract forest metrics from LiDAR point cloud data. This was achieved through data extraction(namely canopy height) from LiDAR data through LP360, then processing said data with ArcPro. Methods:           To begin this lab, we extracted vegetation height and ground elevation from LiDAR point data. This was done using the LP360 software. Using those two rasters the canopy height was then calculated, as seen below. Canopy Height Raster          From there, we then had to calculate the ABG. To achieve this, first we took a land use map of the area, and re-classed it so it has our areas of interest only. That reclassed raster was then used to create a mask in the below model. AGB calculation model          The below constants and equatio...

Lab 04, Classification accuracy assessment

Image
Background and Goal:     The goal of this lab was to gain experience and knowledge in the evaluation of classification results through accuracy assessment. Accuracy assessment is a necessary process that needs to occur in able for the classification to be used in any application.  Methods:          The accuracy assessment was done by adding random points to the high resolution image of Eau Claire, and then manually classifying those points. These points will then be checked against the classified image. The tool for creating those points is shown below.  Add Random Points Tool               The points were added using the stratified random parameters. Once they were added, they resulted in the below image. Points on the Map     After that, the accuracy assessment is ran, producing data that is used to fill out the error matrix. Results:    ...

Lab Three, Object-based image analysis & machine learning classifiers

Image
Background and Goal:          The goal of this lab was twofold. One, to develop knowledge in Object-based image analysis and two, gain experience with the eCognition software. The object-based image analysis was done with machine learning, namely SVM and Random Forest classifiers.  Methods:          Through the lab, there were classifications done three times. However, as the general process is the same I will be highlighting only the methods of one classification. Drone imagery in false-color          The first step is to segment the image into objects. Above can be seen the base image. We achieved segmentation using the multiresolution segmentation process in eCognition. Drone imagery objects          From here, we then selected training samples to train the classifier. Training Samples          Now all that is left to do is to train a...