Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Metrics.h
Go to the documentation of this file.
1// ----------------------------------------------------------------------------
2// - Open3D: www.open3d.org -
3// ----------------------------------------------------------------------------
4// Copyright (c) 2018-2024 www.open3d.org
5// SPDX-License-Identifier: MIT
6// ----------------------------------------------------------------------------
7#pragma once
8
9#include <vector>
10
11#include "open3d/core/Tensor.h"
13namespace open3d {
14namespace t {
15namespace geometry {
16
20core::Tensor ComputeMetricsCommon(core::Tensor distance12,
21 core::Tensor distance21,
22 std::vector<Metric> metrics,
23 MetricParameters params);
24} // namespace geometry
25} // namespace t
26} // namespace open3d
double t
Definition SurfaceReconstructionPoisson.cpp:172
core::Tensor ComputeMetricsCommon(core::Tensor distance12, core::Tensor distance21, std::vector< Metric > metrics, MetricParameters params)
Definition Metrics.cpp:16
Definition PinholeCameraIntrinsic.cpp:16