Table of Contents
Introduction to Power Line Extraction
The LiDAR measurement technology is well suitable for capturing electricity infrastructure. In particular power lines and power poles are often measured using airborne LiDAR platforms mounted on helicopters or planes. In case of smaller areas of interest also drones can be utilized. As shown in this use case below, OPALS can be used to classify cable points in a straightforward manner that were captured from a plane mounted LiDAR system. Those cable points are further segmented into individual parts between poles (this information allows estimating the sag of the cables, which is an important quality measure of the cable). Moreover, insulator and pole points can be segmented providing the geometric location of those objects.
Electricity provider need to secure the integrity of their infrastructure which also includes monitoring and cutting down vegetation close to power lines. Once a power line corridor has been fully classified, OPALS can also be used to estimate the distance between cable points and closest (vegetation) points.
Description of Data
The ALS data which is used for the present use case includes power lines and its tower, water area, forest area, single trees and vegetation.
The use case data niederrhein.laz are located in the $OPALS_ROOT/demo/classify directory of the OPALS distribution and were captured by a Riegl LMS-Q560 Airborne Laser Scanner.
Data Processing
In the current data set, power lines can be extracted within 4 steps.
Phase 1: Import Data to OPALS and Normal Vector Generation
As a prerequisite the data needs to be imported into an ODM using the Module Import. Therefore, change into the $OPALS_ROOT/demo/ directory and run the following command:
Now, the powerline.odm file should exist in the current directory ($OPALS_ROOT/demo/). Due to the use of a region filter, only points in the powerline corridor are imported. Next, Module Normals is used to estimate a normal vector for each point.
When setting the storeMetaInfo parameter to maximum, not only the estimated normal vector but also to the eigenvalues and eigenvectors of the local structure tensor are stored by Module Normals. Needless to say, the number of neighbours and the search radius parameter will effect the neighbourhood definition and therefore, have significant influence of the estimation results. Especially, the search radius needs to be adapted for other sensors or data sets.
Phase 2: Linearity Estimation
The eigenvalues from the normal estimation process can now be used, to compute a local linearity measure. Since Module Normals always sorts the eigenvalues (and eigenvectors) in descending manner, following formulation is utilized to estimate a linearity value between 0 (low linearity) and 1 (high linearity):
(in literature also slightly different linearity definition can be found. see in the reference section for further details)
Using opalsAddInfo, the linearity values are calculated and added to powerline.odm file as attributes. The greater the linearity value, the higher possibility to being a part of a power line.
Phase 3: First Segmentation
Linearity value can show if a point is on a line. Therefore, high linearity values are not only represents power lines but also other linear objects such as trees in the data. Furthermore, in some cases power line points does not have high linearity value. The module opalsSegmentation is used to find points which has very high linearity and small angle between the first eigenvector (=direction of largest extend of neighbouring points) in the local neighbourhood.
Module opalsAddInfo is used to store segmented power line points as attribute _cableId.
Most of the power line points could be segmented except the points which closed to tower. There are also some other missing sparse point groups between segments.
Phase 4: Second Segmentation to Extract Power Line Points
In the first segmentation, some power line points cannot be found but reliable power line points are detected as seen in Fig. 3. To detect lost power line points, opalsPointStats is used.
The following commands can be used iteratively. Fig.4a and Fig.4b shows after first and second iteration points with _cableId.
References
Melzer, T., Briese, C., 2004: Extraction and modeling of power lines from als point clouds. In Proceedings of 28th Workshop of the Austrian Association for Pattern Recognition (ÖAGM), pp. 47-54.
Chehata, N., Guo, L., Mallet, C., 2011: AIRBORNE LIDAR FEATURE SELECTION FOR URBAN CLASSIFICATION USINGRANDOM FORESTS, IAPRS, Vol.XXXVIII, Part 3/W8, pp. 207-212
Weinmann, M., Jutzi, B., Hinz, S., Mallet, C., 2015: Semantic point cloud interpretation based on optimal neighborhoods, relevant features and efficient classifiers, ISPRS Journal of Photogrammetry and Remote Sensing, 105, ISSN 0924-2716, pp. 286-304
- Date
- May 2019
