OpenCV 4.5.3(日本語機械翻訳)
ovx.hpp
1 // This file is part of OpenCV project.
2 // It is subject to the license terms in the LICENSE file found in the top-level directory
3 // of this distribution and at http://opencv.org/license.html.
4
5 // Copyright (C) 2016, Intel Corporation, all rights reserved.
6 // Third party copyrights are property of their respective owners.
7
8 // OpenVX related definitions and declarations
9
10 #pragma once
11 #ifndef OPENCV_OVX_HPP
12 #define OPENCV_OVX_HPP
13
14 #include "cvdef.h"
15
16 namespace cv
17{
19 CV_EXPORTS_W bool haveOpenVX();
20
22 CV_EXPORTS_W bool useOpenVX();
23
25 CV_EXPORTS_W void setUseOpenVX(bool flag);
26} // namespace cv
27
28 #endif // OPENCV_OVX_HPP
cv
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75
CV_EXPORTS_W bool haveOpenVX()
Check if use of OpenVX is possible
CV_EXPORTS_W bool useOpenVX()
Check if use of OpenVX is enabled
CV_EXPORTS_W void setUseOpenVX(bool flag)
Enable/disable use of OpenVX