Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 2.79 KB

README.md

File metadata and controls

72 lines (51 loc) · 2.79 KB

Depth Stream Compression

Watch on Youtube

RVL

Temporal RVL

References

RVL

A. D. Wilson. (2017). Fast Lossless Depth Image Compression.

Temporal RVL

H. Jun and J. Bailenson. (2020). Temporal RVL: A Depth Stream Compression Method.

Zdepth

Zdepth compression is implemented by Christopher A. Taylor.

A unity plugin for Zdepth compression is implemented by S. Sugimoto.

License

  • RVL.cs and RVL.cpp are licensed under the MIT License.
    Copyright (c) 2017 Andrew D. Wilson
    Copyright (c) 2020 Soichiro Sugimoto

  • TemporalRVL.cs and TemporalRVL.cpp are licensed under the MIT License.
    Copyright (c) 2020 Hanseul Jun
    Copyright (c) 2020 Soichiro Sugimoto

  • Zdepth is licensed under the BSD 3-Clause "New" or "Revised" License.
    Copyright 2019 (c) Christopher A. Taylor.

  • このプロジェクトは、上記のアセットとサードパーティのアセットを除き、MIT Licenseでライセンスされています。
    This project is licensed under the MIT License excluding the above assets and third party assets.

Third party assets

このプロジェクトには、以下のアセットが含まれています。
The following assets are included in this project.

  • AzureKinect4Unity
    Licensed under the MIT License. Copyright (c) 2020 Soichiro Sugimoto.

  • Microsoft Azure Kinect Sensor SDK
    Microsoft Azure Kinect Sensor SDK files (the .dll files contained in the Assets/Plugins/AzureKinectSDK.1.4.0 directory) are distributed under the Microsoft Software License Terms.

    Please see the following license page for complete terms.
    https://www.nuget.org/packages/Microsoft.Azure.Kinect.Sensor/1.4.0/License

  • System.Buffers.4.4.0
    Licensed under the MIT License. Copyright (c) .NET Foundation and Contributors.

  • System.Memory.4.5.3
    Licensed under the MIT License. Copyright (c) .NET Foundation and Contributors.

  • System.Numerics.Vectors.4.5.0
    Licensed under the MIT License. Copyright (c) .NET Foundation and Contributors.

  • System.Runtime.CompilerServices.Unsafe.4.5.2
    Licensed under the MIT License. Copyright (c) .NET Foundation and Contributors.