opencv/modules/dnn/misc/python
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
..
test dnn: expose only float variant of NMSBoxes for bindings 2020-03-19 12:36:35 +01:00
pyopencv_dnn.hpp Fix memory leak in Python custom dnn layers 2020-03-16 16:54:55 +03:00