temporal-rvl icon indicating copy to clipboard operation
temporal-rvl copied to clipboard

How to convert other format of depth-map to suit this program?

Open yingtian991221 opened this issue 1 year ago • 1 comments

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

yingtian991221 avatar Feb 19 '24 20:02 yingtian991221

Check out trvl.h and rvl.h. Convert int16_t ones to int32_t and then it will work with your 24 bit data.

hanseuljun avatar Feb 20 '24 03:02 hanseuljun