/SobelOpenCVAndAssemblyExample

Edge detection using Sobel operator written in OpenCV and assembly intrinsics

Primary LanguageC++MIT LicenseMIT

SobelOpenCVAndAssemblyExample

Edge detection using Sobel operator written in OpenCV and assembly intrinsics. macOS only.

Setup

To launch the demo, you first need to setup the build environment.

xcode-select --install # if you don't have Xcode installed already
brew install opencv sse2neon cmake ninja
mkdir build
cd build
cmake ../

To build the app:

cmake --build .

To launch the app:

./build/main