Skip to content

fobo66/SobelOpenCVAndAssemblyExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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

Contributors 3

  •  
  •  
  •