项目作者: balos1

项目描述 :
CUDA, OpenMP, and regular serial C implementations of Shi Tomasi feature detection
高级语言: C
项目地址: git://github.com/balos1/Shi_Tomasi_Feature_Detection.git
创建时间: 2017-09-20T04:47:20Z
项目社区:https://github.com/balos1/Shi_Tomasi_Feature_Detection

开源协议:MIT License

下载


Shi Tomasi Feature Detection

CUDA, OpenMP, and regular serial C implementations of Shi Tomasi feature detection. Done as a comparison of architecture project.

How to Use

  1. usage: ./stfd [-v,-vv] <full path to the image> [sigma] [windowsize] [num_features]
  2. flags:
  3. -h: show this help menu
  4. -v: output basic execution information
  5. -vv: output all information... good for debugging
  6. arguments:
  7. sigma: the sigma value for the Gaussian distribution used to form the convolution mask.
  8. windowsize: the size of a pixel 'neighborhood' in an image
  9. num_features: how many features to extract

LICENSE

MIT