Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rescalling of depth map #26

Open
Astrosun opened this issue Oct 4, 2016 · 0 comments
Open

Rescalling of depth map #26

Astrosun opened this issue Oct 4, 2016 · 0 comments

Comments

@Astrosun
Copy link

Astrosun commented Oct 4, 2016

Hi,

I have prepared my data set which contains RGBD 4 channels. I find that the depth image is of uint16 type which leads to that pixel value range in my depth image is from 1 to 2^16 which is different from the range of RGB channel (uint8) which is from 1 to 2^8.

I rescale the depth image range from( 1 to 2^16) to (1 to 2^8) by using matlab function "im2uint8" to make sure that all the 4 channels are in the same scale.

Just want to double check that whether this is the correct way to deal with it?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant