Solved

How can I get an oriented bounding box?

  • 3 March 2021
  • 2 replies
  • 46 views

I am trying to create a 2D oriented bounding box around the point cloud of a roof with a boundingboxreplacer and the appropriate option, but the result is the same as a standard 2D bounding box. I expect an rotated bounding box. What am I doing wrong?

icon

Best answer by nielsgerrits 3 March 2021, 16:55

View original

2 replies

Userlevel 6
Badge +33

You need to convert the PointCloud to a Single Multipoint using a PointCloudCoercer before you feed it to the BoundingBoxReplacer. Same principle for the HullAccumulator.

Example workspace added.

PointCloudCoercerParameters

Yes, that did it. Thanks!

Reply