ImagingTools Core SDK
imt3d.h
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ImtCore-Commercial
2#pragma once
3
4
5// ACF includes
6#include <imath/imath.h>
7#include <i3d/CVector3d.h>
8
9
19namespace imt3d
20{
21
22
23class IDepthBitmap;
24class IPointCloud3d;
25
30
35
39template <typename PointType>
41
42
43} // namespace imt3d
44
45
bool ConvertPointCloudToDepthBitmap(const IPointCloud3d &pointCloud, imt3d::IDepthBitmap &bitmap)
bool ConvertDepthImageToCloud(const imt3d::IDepthBitmap &bitmap, IPointCloud3d &pointCloud)