-
Notifications
You must be signed in to change notification settings - Fork 75
macOS
Kiriti Gowda edited this page Jan 1, 2021
·
13 revisions
- Step-1: Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Step-2: Install CMake
brew install cmake
- Step-3: Clone MIVisionX repository
git clone https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX.git
- Step-4: Create a build directory
mkdir build && cd build
- Step-5: CMake & Build MIVisionX
cmake ../MIVisionX
make
- Install OpenCV 3
brew install opencv@3
- Export OpenCV in your PATH
brew info opencv@3
- macOS
- Big Sur V 11.1
- Homebrew V 2.7.1
- CMake V 3.19.2
Copyright (c) 2015 - 2023 Advanced Micro Devices, Inc. All rights reserved.