Lycoon / harris-cuda

Harris corner detection in CUDA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 56.9%Language:Jupyter Notebook 42.5%Language:C++ 0.3%Language:Cuda 0.2%Language:Python 0.1%Language:CMake 0.0%