- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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).
