Skip to content

Lycoon/harris-cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harris corner detector

Harris corner detection algorithm in CUDA. Deadline is on Monday 16 May 2022, 23:59.

Files

  • /solution - code from MLRF practice in Python
  • /ref - working reference code in C++ from /solution folder
  • /cuda - implementation of /ref folder CPU code in CUDA

Running

  • cd /ref/build
  • cmake ..
  • make
  • ./harris

Links

Authors

  • William GROLLEAU
  • Erwan VIVIEN
  • Hugo BOIS
  • Jeremy CROISET

About

Harris corner detection in CUDA

Topics

Resources

Stars

Watchers

Forks