How to convert other format of depth-map to suit this program?
Opened this issue · 1 comments
yingtian991221 commented
Hi,
Recently we are working on a dataset with raw depth map of 24-bit pfm files and hope to use this program to compress, but I'm new with Kinect depth-map format and is there a general way to convert other format to fit the project?
Best,
Yingtian
hanseuljun commented
Check out trvl.h and rvl.h. Convert int16_t ones to int32_t and then it will work with your 24 bit data.