Skip to content

Implementation of the sobel and sharpen filters using C++ and Cuda with OpenCV

Notifications You must be signed in to change notification settings

MariaEspinosaAstilleros/CCAA-FiltersCuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image processing

Execution instructions

First clone the git repository and then execute this command in your terminal:

make

To execute the sobel filter run this command:

make test-sobel

To execute the sharpen filter run this command:

make test-sharpen

When the menu appears you must select path of the image or video in the options 1 and 3. The path is:

img/<file_name>

Finally, to remove the directories obj and exec run this command:

make clean

Sobel filter example

Texto alternativo Texto alternativo

Sharpen filter example

Texto alternativo Texto alternativo

About

Implementation of the sobel and sharpen filters using C++ and Cuda with OpenCV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published