opencv/modules/dnn
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
..
cmake/hooks dnn: make OpenCL DNN code optional 2018-03-01 12:12:40 +03:00
include/opencv2 dnn: expose only float variant of NMSBoxes for bindings 2020-03-19 12:36:35 +01:00
misc dnn: expose only float variant of NMSBoxes for bindings 2020-03-19 12:36:35 +01:00
perf Enable MaxPooling with indices in Inference Engine 2019-12-04 19:14:55 +03:00
src Merge pull request #16715 from l-bat:slice_onnx 2020-03-17 17:31:01 +03:00
test Merge pull request #16715 from l-bat:slice_onnx 2020-03-17 17:31:01 +03:00
CMakeLists.txt Merge pull request #16746 from alalek:dnn_switch_ie_backend_ngraph 2020-03-10 13:52:33 +00:00