opencv/modules/dnn/include/opencv2/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
..
utils Merge pull request #15537 from l-bat:ngraph 2019-12-02 16:16:06 +03:00
all_layers.hpp Merge pull request #16223 from l-bat:lip_jppnet 2020-01-27 19:17:43 +00:00
dict.hpp dnn: reduce set of ignored warnings 2018-11-15 13:15:59 +03:00
dnn.hpp dnn: expose only float variant of NMSBoxes for bindings 2020-03-19 12:36:35 +01:00
dnn.inl.hpp Merge pull request #12071 from l-bat/l-bat:onnx_parser 2018-09-10 21:07:51 +03:00
layer.details.hpp Custom layers for deep learning networks (#11129) 2018-04-24 14:59:59 +03:00
layer.hpp Custom layers for deep learning networks (#11129) 2018-04-24 14:59:59 +03:00
shape_utils.hpp Merge pull request #16616 from alalek:dnn_fix_input_shape 2020-02-21 22:39:54 +03:00