Skip to main content
Question

What kind of the algorithm for Alpha Value is implemented in HullAccumulator?

  • January 17, 2017
  • 1 reply
  • 47 views

arekpierchala
Contributor
Forum|alt.badge.img+1

Hi,

I need information if HullAccumulator works well with PointCloud and if is based on https://en.wikipedia.org/wiki/Alpha_shape

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img+2
  • January 19, 2017

HullAccumulator creates 2D hulls, Z values will be ignored during the hull creation. FME HullAccumulator uses the same algorithm as described on the referenced wikipedia page, although we've enhanced it to also accept lines and areas. HullAccumulator only returns the bounds of a Point Cloud. To generate a hull you need to use the PointCloudCoercer to create points or multi-points and then pass those into the HullAccumulator.