dnn: drop OpenCL code path for DetectionOutputLayer
authorAlexander Alekhin <alexander.alekhin@intel.com>
Tue, 21 Nov 2017 14:28:42 +0000 (17:28 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Tue, 21 Nov 2017 14:28:42 +0000 (17:28 +0300)
commit0f34628af7413a1df77e2312f5fc28a8721c25f0
treee44249ffb0362c432b3b02ad897c82ed9b19e870
parentc3cced0f89c1c92d959cf78280b1def163ea8f88
dnn: drop OpenCL code path for DetectionOutputLayer

getUMat()/getMat() calls are scope based. Results of these calls can't be
stored somewhere for future usage.
modules/dnn/src/layers/detection_output_layer.cpp
samples/dnn/ssd_mobilenet_object_detection.cpp