opencv/modules/dnn/include/opencv2
Pavel Rojtberg 66cf55ea1f dnn: expose only float variant of NMSBoxes for bindings
the float variant was always shadowed by the int version as
Rect2d is implicitly convertible to Rect.
This swaps things which is fine, as the vector of boxes was always
copied and the computation was done in double.
2020-03-19 12:36:35 +01:00
..
dnn dnn: expose only float variant of NMSBoxes for bindings 2020-03-19 12:36:35 +01:00
dnn.hpp Update documentation and samples 2018-08-17 14:21:29 +03:00