简体   繁体   中英

how to read Kinect V2 Depth image with matlab

I have extracted 16-bit floating data maxtix of the depth from kinect V2 . how could i visual see it ?

I have attached a sample of the matrix as a png file.

im sure it's simple but i didnt found it on web. Thanks!

在此处输入图片说明

You have a 16bit gray level range but most of your values are at the lower end. Therefor everything looks dark.

You can either look at a smaller range of your values that acutally contains the visual info and cutt off the rest or you can alter your data like displaying the log of your data.. Another solution would be using a colour map. Make sure you understand why you hardly see anything here. Check out the histogram of your data and compare it to the histogram of a well visible image!

Give this stuff a try:

http://de.mathworks.com/help/images/contrast-adjustment-.html

我刚刚用imagesc可视化了我的照片

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM