How ot work with unorganised point cloud data #5894
Unanswered
sivaparvathimannem
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have got an unorganized point cloud from oak-D sensor by running the example depthai-python/gen2-pointcloud. my task is to reconstruct the color image by using color property in the point cloud. after that, i want to segments the object(lets say bottle) in the color image then apply mask and find the related bottle pixels with the corresponding points in the point cloud. finally save only the object(bottle) point cloud in a file.
![Screenshot from 2023-02-06 14-26-28](https://user-images.githubusercontent.com/116879363/216985216-3076e0ec-c1f6-49aa-bae5-12c15dc4aca9.jpg)
However, this is an unordered point cloud i can not match the pixels directly with the cloud points. i am new this subject, can someone explain how to work with unordered point clouds? how can i able to achieve desired task? the image below is the example output.
`
Beta Was this translation helpful? Give feedback.
All reactions