HiPipe
0.7.0
C++17 data pipeline with Python bindings.
hipipe
core
python
utility.hpp
1
/****************************************************************************
2
* hipipe library
3
* Copyright (c) 2017, Cognexa Solutions s.r.o.
4
* Copyright (c) 2018, Iterait a.s.
5
* Author(s) Filip Matzner
6
*
7
* This file is distributed under the MIT License.
8
* See the accompanying file LICENSE.txt for the complete license agreement.
9
****************************************************************************/
10
11
#pragma once
12
#include <hipipe/build_config.hpp>
13
#ifdef HIPIPE_BUILD_PYTHON
14
15
#include <hipipe/core/python/utility/ndim_vector_converter.hpp>
16
#include <hipipe/core/python/utility/pyboost_cv_mat_converter.hpp>
17
#include <hipipe/core/python/utility/pyboost_cv_point_converter.hpp>
18
#include <hipipe/core/python/utility/pyboost_fs_path_converter.hpp>
19
#include <hipipe/core/python/utility/pyboost_is_registered.hpp>
20
#include <hipipe/core/python/utility/vector_converter.hpp>
21
22
#endif // HIPIPE_BUILD_PYTHON
Generated by
1.8.16