martinkersner / non-maximum-suppression-cpp

MIT License
40 stars 24 forks source link

Fix for failed of bound index check in MSVC compiler #5

Open mx102 opened 2 years ago

mx102 commented 2 years ago

Fix for this issue: https://github.com/martinkersner/non-maximum-suppression-cpp/issues/4

martinkersner commented 10 months ago

Hello @mx102!

Thank you for contributing to this repository! I guess that MSVC compile works somehow differently, but could you please share how can the additional bracket around index and offset help? 🤔

Cheers, Martin