// This file is part of OpenCV project.// It is subject to the license terms in the LICENSE file found in the top-level directory// of this distribution and at http://opencv.org/license.html.// Copyright (C) 2016, Intel Corporation, all rights reserved.// Third party copyrights are property of their respective owners.// OpenVX related definitions and declarations#pragma once#ifndef OPENCV_OVX_HPP#define OPENCV_OVX_HPP#include "cvdef.h"namespacecv{/// Check if use of OpenVX is possibleCV_EXPORTS_WboolhaveOpenVX();/// Check if use of OpenVX is enabledCV_EXPORTS_WbooluseOpenVX();/// Enable/disable use of OpenVXCV_EXPORTS_WvoidsetUseOpenVX(boolflag);}// namespace cv#endif // OPENCV_OVX_HPP