EstervQrCode 1.1.1
Library for qr code manipulation
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 {
20 
23 
25 CV_EXPORTS_W void setUseOpenVX(bool flag);
26 } // namespace cv
27 
28 #endif // OPENCV_OVX_HPP
#define CV_EXPORTS_W
Definition: cvdef.h:472
"black box" representation of the file storage associated with a file on disk.
Definition: calib3d.hpp:441
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.