/harris-cuda

Harris corner detection in CUDA

Primary LanguageHTML

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