• David's avatar
    Added ResizeBilinear op for tf (#11050) · 7175f257
    David authored
    * 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
    7175f257
Name
Last commit
Last update
..
cmake/hooks Loading commit data...
include/opencv2 Loading commit data...
misc Loading commit data...
perf Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...