FME Transformers: 2024.1

Categories
Point Clouds
Related Transformers
Generalizer
MeshSimplifier
PointCloudThinner
Sampler

PointCloudSimplifier

Reduces the number of points in a point cloud by selectively keeping points based on the shape of the point cloud. The simplified and removed points are output as two discrete point clouds.

Jump to Configuration

Typical Uses

  • Reducing the data volume of a point cloud feature to meet processing or storage requirements, when honoring the overall shape of the original dataset is desirable.

How does it work?

The PointCloudSimplifier receives point cloud features and outputs them with fewer points than the original. The points to keep are identified by an algorithm that determines the overall shape of the point cloud, and then selectively discards points.

Areas with high rates of change (such as steep slopes) will have more points kept, and areas with low rates of change (generally flat areas) will be thinned more aggressively. This is based on the Medial Axis Transform (MAT) of the original, a representation like a skeleton of the entire point cloud feature. Individual points are considered against the MAT and evaluated for inclusion or exclusion.

The manner of generation of the MAT, method of sampling, and desired level of simplification can be optionally adjusted through parameters.

Both the simplified point cloud and a new point cloud feature containing all removed points are output.

Note  Medial Axis Transform (MAT) Simplification. This method estimates normals for each point and uses a ball-shrinking algorithm to approximate the MAT. Then it samples the point cloud based on each point’s Local Feature Size (LFS), defined by the shortest distance from the point to the medial axis. Points in areas of high curvature (low LFS) are sampled at a higher density than redundant low curvature (high LFS) points.

Examples

Usage Notes

  • This transformer is very processing intensive. The PointCloudThinner also reduces the number of points in a point cloud, using either regular sampling intervals or first/last x points. It is much faster than the PointCloudSimplifier, but does not consider the shape of the feature.

Choosing a Point Cloud Transformer

FME has a selection of transformers for working specifically with point cloud data.

For information on point cloud geometry and properties, see Point Clouds (IFMEPointCloud).

Configuration

Input Ports

Output Ports

Parameters

Editing Transformer Parameters

Transformer parameters can be set by directly entering values, using expressions, or referencing other elements in the workspace such as attribute values or user parameters. Various editors and context menus are available to assist. To see what is available, click beside the applicable parameter.

For more information, see Transformer Parameter Menu Options.

Reference

Processing Behavior

Feature-Based

Feature Holding

No

Dependencies None
Aliases  
History  

FME Community

The FME Community is the place for demos, how-tos, articles, FAQs, and more. Get answers to your questions, learn from other users, and suggest, vote, and comment on new features.

Search for all results about the PointCloudSimplifier on the FME Community.

 

Examples may contain information licensed under the Open Government Licence – Vancouver, Open Government Licence - British Columbia, and/or Open Government Licence – Canada.

Keywords: point "point cloud" cloud PointCloud LiDAR sonar