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?
Page 1 / 1
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.
Yes, that did it. Thanks!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.