Create OpenCV applications on Windows on Arm
Introduction
OpenCV and Compilers for Windows on Arm
Setup
Build OpenCV Applications with Clang
Build OpenCV Applications with MSVC
Next Steps
Create OpenCV applications on Windows on Arm
Before you begin
You can use any Windows on Arm machine that has the required tools for this Learning Path.
The Learning Path shows you how to build OpenCV using MSVC or Clang.
Click on the links below for the tools download instructions.
For both compilers
- CMake .
This Learning Path was tested with CMake version 3.28.1.
For MSVC
Follow the link to install the required tools for a method using MSVC.
The instructions were tested with Visual Studio 2022.
For Clang
To build using Clang, install the following tools:
- LLVM .
This Learning Path was tested with LLVM version 18.1.8.
- Ninja .
This Learning Path was tested with Ninja version 1.11.1.
Make sure LLVM Clang and Ninja are in your search path. If they are not, you can use Windows Control Panel to set the path environment variable.
You now have the required development tools installed. You can move on to the page for the compiler that you want to build with.