Classify Ground

Brief

Ground points classification is an important operation of point cloud preprocessing, which can be implemented in LiPowerline with an improved progressive TIN densification filtering algorithm (Zhao et al.,2016).

The algorithm first generates a sparse triangulated irregular network(TIN) through seed points, and then iteratively processes layer-by-layer densification until all ground points have been classified. The specific steps of the algorithm are described as follows:

  1. The initial seed point selection. If the point cloud contains buildings, the maximum building size is taken as the grid size to grid the point cloud, and for the point cloud without the building, the default value is used as the grid size. Take the lowest point in the grid as the starting seed point.
  2. Build a TIN. The initial TIN was constructed using the initial seed point.
  3. Iterative densification process. Traverse all the unclassified points, query the triangles that each point belongs to in the horizontal projection plane; Calculate the distance(d) from the point to the triangle and the max angle between the point and three vertices with the triangles plane. As shown in the figure below, the distance and max angle are compared with the Iteration distance and Iteration angle, separately. If it is less than the corresponding threshold, then the point is classified as a ground point and added to the triangulation. Repeat this process until all ground points have been classified.

LiPowerline Classification

The flow of algorithm is shown in the figure.

LiPowerline Classification

Usage

Click Classify > Classify Ground

LiPowerline Classification

Settings

  • Input Data: The input file can be a single point cloud data or a point cloud dataset, which must be opened in the LiPowerline software.
  • From Class: Source class(es).
  • To Class: Target class.
  • Max Building Size (m, default value is "20"): The maximum length of the building edge that exists in the point cloud scan. If this parameter is set too small, the flat roof of the building may be mistaken as the terrain. When there is a building in the point cloud data, the maximum building size can be measured by using the Length Measurement in the menu bar. The value of this parameter should be greater than the measured value. For point cloud data without buildings, this parameter can use the default value of 20m.
  • Max Terrain Angle (°, default value is "88"): The maximum slope of the terrain shown in the point cloud. This parameter can determine whether the points nearby the ground points belong to the ground or not. Usually, the parameter can be set as default.
  • Iteration Angle (°, default value is "30"): The allowable range of angles between unclassified points and ground points. For areas with large topography and undulations, it can be bigger.Generally, it is set between 10 to 30 degrees. In addition, the iteration angle should adjust with the iteration distance.
  • Iteration Distance (m, default value is "1.6"): Distance threshold between the unclassified points and the triangle in the triangle mesh. When the topography is highly undulating, it should be set to a larger value. The general setting is 1~2 meters.In addition, the iteration distance should adjust with the iteration angle.
  • Reduce Iteration Angle When Edge Length < (m, default value is "5", Optional): When the triangle length of the points to be classified is smaller than the threshold, the iteration angle should be decreased. Use the parameter to indicate that when the point to be classified corresponds to the length of the triangle in the triangulation network is less than the threshold, the iteration angle is reduced accordingly. When a sparse ground point needs to be obtained, the threshold may be increased accordingly.
  • Stop Triangulation When Edge Length < (m, default value is "1", Optional): When the triangle length of the point to be classified corresponds to the length of the triangle is less than the threshold, the densification of triangulation network is stopped. This value can prevent the locally generated ground point from being too dense. When this value increase, the ground points will be sparse, and vice versa.
  • Only Key Points (Optional): Extract key points of terrain model on the basis of ground point filtering. This function can preserve the key points on the terrain and sparse the points on the flat area. For the specific usage, please see Classify Model Key Points.

Note: Because the actual terrain is complex and changeable, when using this function to perform ground point classification, different parameters needs to be adjusted in order to achieve relatively ideal results. In addition, the classification result in local area can be reclassified by Classify Ground by Selected and the Classify by Interactive Editing tool.

    @inproceedings{
        author={Zhao X Q, Guo Q H, Su Y J and Xue B L},
        title={Improved progressive TIN densification filtering algorithm for airborne LiDAR data in forested areas},
        booktitle={ISPRS Journal of Photogrammetry and Remote Sensing,117:79-91},
        year={2016}
    }

results matching ""

    No results matching ""