preprocessing -凯发k8网页登录
lidar sensors generate 3-d scans of their surrounding environments as collections of points in space called point clouds. though point clouds are accurate and robust, which makes them useful for robotics applications, raw point cloud data is large, contains high density noise, and has a scattered distribution. lidar toolbox™ includes preprocessing features that enable you to better to store and use point clouds.
lidar toolbox includes preliminary processing algorithms to downsample, filter, transform, align, block, organize, and extract features from point clouds. these algorithms improve the quality and accuracy of the data, and can accelerate and improve the results of advanced workflows.
when your point cloud data is too large to process at once, you can divide and process the point cloud as small blocks by using the function.
for advanced workflows that require organized point clouds, such as object detection, and segmentation, you can convert unorganized point clouds to the organized format by using the function. for more information on the distinctions between organized and unorganized point clouds, see
lidar toolbox includes functions that generate surface meshes, digital elevation models (dem) and 2-d scans from point cloud data. you can also create and process surface mesh data by using the object. lidar toolbox includes functions that read, write, and visualize a surface mesh.
you can also interactively visualize, analyze, and preprocess point cloud data using the lidar viewer app.
apps
lidar viewer | visualize and analyze lidar data |
functions
topics
high-level overview of lidar concepts and applications.
overview of coordinate systems in lidar toolbox.
define unorganized and organized point clouds and how to convert the former to latter.
- get started with lidar viewer
interactively visualize and analyze lidar data.
create custom preprocessing workflows for interactive use within the app.
this example shows how to estimate a rigid transformation between two point clouds.