microsoft / psi

Platform for Situated Intelligence
https://github.com/microsoft/psi/wiki
Other
542 stars 97 forks source link

Support for TIFF format in Depth Compression #180

Closed xiangzhi closed 3 years ago

xiangzhi commented 3 years ago

This pull request add the support to encode/decode depth image with TIFF compression format. TIFF format has been used in application such as ROS to encode depth images. The code/design for this PR is based on the PNG encoder/decoder.

Changes:

Let me know if any changes are required

xiangzhi commented 3 years ago

Thanks for the review. I just made the suggested changes.