Skip to content

Pejman12/Harris_Corner_CUDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harris corner detection with cuda kernels

Build and run

mkdir build
cd build
cmake ..
make render -j <nb_cores>
./render [-i <input_image>] [-o <output_image>] [-m <mode 'GPU/CPU'>]

Benchmark

make bench -j <nb_cores>  # building could fail because of google benchmark library 
                          # you may need to add a missing import in the built files
./bench

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published