Theory of Intensity Metrics
Summary
The intensity metrics are similar to the elevation metrics with the exception that point intensity is used rather than point elevation. Therefore, this function can be used only if the point cloud data contains intensity information. Overall, 42 statistical parameters related to intensity can be calculated, and the resultant product is a table in CSV format or a set of TIFF files.
Principle
- Average Absolute Deviation: Computed using the following equation:, where Ii represents the intensity of ith point within a statistical unit, I represents the average intensity of all points within a statistical unit, and n is the number of points in a statistical unit.
- AII (15): Within a statistical unit, all normalized lidar point clouds are sorted according to their intensity values and the cumulative intensities of all points are calculated. The cumulative intensity of X% points in each statistical unit is the statistical unit's AIH. In LiDAR360, 15 AIH can be calculated, including 1%, 5%, 10%, 20%, 25%, 30%, 40%, 50%, 60%, 70%, 75%, 80%, 90%, 95% and 99%.
- Coefficient of Variation: Computed using the following equation:, where Istd represents the standard deviation of intensity within a statistical unit, and Imean represents the average intensity within a statistical unit.
- Kurtosis:The kurtosis of the intensity values of all points in a statistical unit. The calculation formula is , in which Zi is the intensity value of the i-th point in each statistical unit, Z is the average intensity of all points in each statistical unit, n is the point number in each statistical unit, and σ is the standard deviation of point cloud intensity distribution within a statistical unit.
- MADMedian:The median of median absolute deviation of the intensity values of all points in a statistical unit.
- Maximum:The maximum of the intensity values of all points in a statistical unit.
- Minimum:The minimum of the intensity values of all points in a statistical unit.
- Mean:The mean of the intensity values of all points in a statistical unit.
- Median:The median of the intensity values of all points in a statistical unit.
- Skewness: This value shows the symmetry of intensity values of all the points in each statistical unit. The calculation formula is , in which Zi is the intensity value of the i-th point in each statistical unit, Z is the average intensity of all points in each statistical unit, n is the point number in each statistical unit, and σ is the standard deviation of point cloud intensity distribution within a statistical unit.
- Standard Deviation:The standard deviation of the intensity values of all points in a statistical unit.
- Variance: The variance of the intensity values of all points in a statistical unit.
- Intensity Percentile (15):Within a statistical unit, all normalized lidar point clouds are sorted by intensity, and then the intensity at which X% of points in each statistical unit is located is the intensity percentile of this statistical unit. In LiDAR360, 15 intensity percentiles are calculated, including 1%, 5%, 10%, 20%, 25%, 30%, 40%, 50%, 60%, 70%, 75%, 80%, 90%, 95% and 99%.
- Intensity Percentile Interquartile Distance: Computed using the following equation:, where Int75% represents the 75% intensity statistical layer, and Int25% represents the 25% intensity statistical layer.