Ask Your Question
0

how to differentiate points (xyz) in scanned point cloud using algorithm

asked 2015-04-21 22:44:45 -0600

Track and scanning balloon using Kinect in to grasshopper, want to differentiate bollon from surrounding points using algorithm

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-04-22 07:24:37 -0600

Eduardo gravatar image

If the ballon is on a particular color (or if it moves and the rest is a static background), you can track it in the RGB image and use the transformation matrix to get the coordinates of the corresponding 3D points in the depth image.

Otherwise, you could cluster the point cloud and determine which cluster is the ballon using the depth information.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-04-21 22:44:45 -0600

Seen: 139 times

Last updated: Apr 22 '15