PointCloudThinner

Reduces the number of points in (thins) a point cloud by keeping points at a fixed interval, a maximum number of points, or a set quantity of first or last points.Remaining points are discarded.

Jump to Configuration

典型的使用

  • Reducing the data volume of a point cloud feature to meet processing or storage requirements.
  • Creating a sample point cloud dataset for testing

How does it work?

The PointCloudThinner receives point cloud features and outputs them with fewer points than the original.

Thepoints to keepare identified by a fixed interval, a maximum number of points, or by specifying a first or last number of points:

Thinning Type Amount Result
每个第n个点(间隔) 5 Every 5th point of the input cloud feature will be present in the output point cloud.
每个第n个点(最多点数) 100 The output cloud will have a maximum of 100 points, evenly spaced throughout the input.
首先n个点 100 The first 100 points from the input will be kept.
最后N点 500 The last 500 points from the input will be kept.

Usage Notes

  • For finer control over how a point cloud is reduced, consider using thePointCloudSimplifiertransformer.It reduces while maintaining the overall shape of the original point cloud feature, however, may take considerably more processing time.

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, seePoint Clouds (IFMEPointCloud).

Configuration

Input Ports

Output Ports

Parameters

Editing Transformer Parameters

Using a set of menu options, transformer parameters can be assigned by referencing other elements in the workspace.More advanced functions, such as an advanced editor and an arithmetic editor, are also available in some transformers.To access a menu of these options, clickbeside the applicable parameter.For more information, seeTransformer Parameter Menu Options.

Defining Values

There are several ways to define a value for use in a Transformer.The simplest is to simply type in a value or string, which can include functions of various types such as attribute references, math and string functions, and workspace parameters.There are a number of tools and shortcuts that can assist in constructing values, generally available from the drop-down context menu adjacent to the value field.

Reference

Processing Behavior

Feature-Based

Feature Holding

No

Dependencies None
FME Licensing Level FME Professional Edition and above
Aliases PointCloudSampler
History
Categories

Point Clouds

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 forall results about the PointCloudThinneron the FME Community.

Examples may contain information licensed under the Open Government Licence – Vancouver