Rob Binnenmars
Rob Binnenmars

Reputation: 1

How to find the sides and then the corners of an pointcloud plane, that is not always fully visible

I have a pointcloud, that is segmented into different planes. I have found the correct plane in the pointcloud now I want the corners of the plane. The problem is that this plane is not always fully visible (corners can be missing) or it can also be on an angle.

I already found the contour lines of the plane by first projecting the points on a flat surface and then getting the convexhull. Then some thresholding to find not to small of lines. After that neighboring lines are combined if the angle of the lines are small enough.

All of this results in a set of lines around the plane, but now I need to determine the which lines are the real sides of the rectangle. Here are some images from the current problem.

Partial Angled Plane

Good Plane

I already tried to find the angle between lines and then seeing if there are 4 to form a rectangle or square.

Upvotes: 0

Views: 32

Answers (0)

Related Questions