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
- Host: GitHub
- URL: https://github.com/balos1/shi_tomasi_feature_detection
- Owner: balos1
- License: mit
- Created: 2017-09-20T04:47:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T19:30:00.000Z (about 7 years ago)
- Last Synced: 2025-08-13T01:43:37.350Z (10 months ago)
- Topics: cuda, image-processing, openmp, shi-tomasi-detection
- Language: C
- Homepage:
- Size: 77.1 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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