Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinkersner/non-maximum-suppression-cpp
https://github.com/martinkersner/non-maximum-suppression-cpp
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinkersner/non-maximum-suppression-cpp
- Owner: martinkersner
- License: mit
- Created: 2016-12-18T12:53:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T06:36:58.000Z (11 months ago)
- Last Synced: 2024-02-27T07:59:41.279Z (11 months ago)
- Language: C++
- Size: 13.7 KB
- Stars: 39
- Watchers: 3
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Non-Maximum Suppression in C++
Martin Kersner, [email protected]
Inspired by [Adrian's Python version](http://www.pyimagesearch.com/2015/02/16/faster-non-maximum-suppression-python/).
```{bash}
git clone https://github.com/martinkersner/non-maximum-suppression-cpp.git
make
./example
```