- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there!
I want to get a struct which will have the 3D-RGB data of a blob only.
What would be the best way to achieve this fast enough through the SDK?
Getting the Blob and then for each pixel in the 2D mask which is white calculate the rest of the data?
Create Color mapped to depth and then analyze data?
What to do?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Project one camera into the other (you have two choices here), get the blob (again two choices, but probably from depth camera), and now for every pixel of that blob, you can read the information at x, y from the other camera (which now should be aligned).

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page