Skip to content

Edge detection using Sobel operator written in OpenCV and assembly intrinsics

License

Notifications You must be signed in to change notification settings

fobo66/SobelOpenCVAndAssemblyExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Edge detection using Sobel operator written in OpenCV and assembly intrinsics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published