An open API service indexing awesome lists of open source software.

https://github.com/balos1/shi_tomasi_feature_detection

CUDA, OpenMP, and regular serial C implementations of Shi Tomasi feature detection
https://github.com/balos1/shi_tomasi_feature_detection

cuda image-processing openmp shi-tomasi-detection

Last synced: 10 months ago
JSON representation

CUDA, OpenMP, and regular serial C implementations of Shi Tomasi feature detection

Awesome Lists containing this project

README

          

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

```
usage: ./stfd [-v,-vv] [sigma] [windowsize] [num_features]
flags:
-h: show this help menu
-v: output basic execution information
-vv: output all information... good for debugging
arguments:
sigma: the sigma value for the Gaussian distribution used to form the convolution mask.
windowsize: the size of a pixel 'neighborhood' in an image
num_features: how many features to extract
```

# LICENSE

MIT