ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
contrib.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
11 #include "pybind/pybind_utils.h"
12 
13 namespace cloudViewer {
14 namespace ml {
15 namespace contrib {
16 
17 void pybind_contrib(py::module &m);
18 void pybind_contrib_subsample(py::module &m_contrib);
19 void pybind_contrib_nns(py::module &m_contrib);
20 void pybind_contrib_iou(py::module &m_contrib);
21 
22 } // namespace contrib
23 } // namespace ml
24 } // namespace cloudViewer
void pybind_contrib_subsample(py::module &m_contrib)
void pybind_contrib_iou(py::module &m_contrib)
Definition: iou.cpp:121
void pybind_contrib_nns(py::module &m_contrib)
Definition: contrib_nns.cpp:19
void pybind_contrib(py::module &m)
Definition: contrib.cpp:18
Generic file read and write utility for python interface.