aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Stubs/Properties/Settings.settings
blob: 033d7a5e9e2266753180f4e3a9299f575046701e (plain) pre { line-height: 1
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
  <Profiles>
    <Profile Name="(Default)" />
  </Profiles>
  <Settings />
</SettingsFile>
1
2
3
4
5
6
7
n> #define OPENCV_OVX_HPP #include "cvdef.h" namespace cv { /// Check if use of OpenVX is possible CV_EXPORTS_W bool haveOpenVX(); /// Check if use of OpenVX is enabled CV_EXPORTS_W bool useOpenVX(); /// Enable/disable use of OpenVX CV_EXPORTS_W void setUseOpenVX(bool flag); } // namespace cv #endif // OPENCV_OVX_HPP