C++

How to install the BOW C++ API.

Prerequisites

First, ensure the following:

Installation

The C++ API is installed automatically with the installation of the BOW Hub. If you haven't installed the BOW Hub yet follow the steps here.

Compatible Platforms

PlatformArchitectureCompilerStatus
Windowsx64MSVC (VS2019+)✅ Supported
Windowsx64MinGW-w64✅ Supported
Linuxx64GCC 7+✅ Supported
macOSx64Apple Clang🔄 Coming Soon
macOSARM64Apple Clang🔄 Coming Soon
WindowsARM64Any❌ Not Supported
LinuxARM64Any❌ Not Supported
Anyx86Any❌ Not Supported

Recommendations

Ensure your code is compatible with C++17 standard or later, which is required for the BOW API.

For help with compiling OpenCV to make the best out of the tutorials please follow the Compiling OpenCV guide.

To download a standalone copy of the C++ API follow the Download C++ guide.

On this page