13 lines
366 B
C
13 lines
366 B
C
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
|
|
// de Barcelona (UAB).
|
|
//
|
|
// This work is licensed under the terms of the MIT license.
|
|
// For a copy, see <https://opensource.org/licenses/MIT>.
|
|
|
|
#pragma once
|
|
|
|
#include "image_converter_types.h"
|
|
#include "image_io.h"
|
|
#include "depth_pixel_converter.h"
|
|
#include "label_pixel_converter.h"
|