-
Notifications
You must be signed in to change notification settings - Fork 83
macOS
Kiriti Gowda edited this page Feb 17, 2022
·
13 revisions
- macOS version
system_profiler SPSoftwareDataType && sw_vers && uname -a
- macOS CPU & GPU info
system_profiler SPDisplaysDataType && system_profiler SPHardwareDataType
- 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
brew install opencv
- Export OpenCV in your PATH - OpenCV Extension & RunVX Display
brew info opencv
- Export OpenSSL in your PATH - RunVX
brew info openssl
./bin/runvx ../MIVisionX/samples/gdf/canny.gdf
- macOS
- Monterey
V-macOS-12.2.1
- Monterey
- Homebrew
V-3.3.15
- CMake
V-3.22.2
- OpenCV
V-4.5.4
- OpenSSL
V-3.0.1
Copyright (c) 2015 - 2023 Advanced Micro Devices, Inc. All rights reserved.