Edge detection using Sobel operator written in OpenCV and assembly intrinsics. macOS only.
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