- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi guys, anybody have idea about how to map the value of the deep to the value of the intensity? the function
renderd.RenderFrame(sample->depth);
what the algorithm behind this.
Thanks a lot ^_^
Ning
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
what exactly do you mean? going from depth data to grayscale?
i have a r200 and the raw depth data is unsigned 16 bit integer. if you want to show it on a standard grayscale (8bit) image, you could divide each pixel value from depth stream by 256 (maybe round the value). you will lose some information by this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Johannes, looks we did the same way, but the image picture was not good as that in our imagination. We're trying to modify the algorithm.
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