opencv/modules/dnn/include/opencv2
David 7175f257b5 Added ResizeBilinear op for tf (#11050)
* Added ResizeBilinear op for tf

Combined ResizeNearestNeighbor and ResizeBilinear layers into Resize (with an interpolation param).

Minor changes to tf_importer and resize layer to save some code lines

Minor changes in init.cpp

Minor changes in tf_importer.cpp

* Replaced implementation of a custom ResizeBilinear layer to all layers

* Use Mat::ptr. Replace interpolation flags
2018-06-07 16:29:04 +03:00
..
dnn Added ResizeBilinear op for tf (#11050) 2018-06-07 16:29:04 +03:00
dnn.hpp fix doc. 2018-06-03 17:44:24 +08:00