Changed
- Dont do NMS when nObject=1: just return the best detection if score>threshold
- detectAndFilter function signature has now first the minSize, maxSize and then scaleFactor (this is a breaking change !!)
- Docstring for parameters of detectAndFilter
- Default values for most parameters of detectAndFilter except minSize/maxSize
Added
- test.py