Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martinkersner/non-maximum-suppression-cpp


https://github.com/martinkersner/non-maximum-suppression-cpp

Last synced: 15 days ago
JSON representation

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
```