Merge pull request #14011 from komakai:debug-build

* Add Android SDK debug build flag

* Change LOG_TAG define for consistency with other modules
This commit is contained in:
Giles Payne
2019-03-11 23:16:42 +09:00
committed by Alexander Alekhin
parent 49093d6d38
commit 55f02d8c66
3 changed files with 13 additions and 1 deletions
@@ -6,6 +6,7 @@
#include "dnn_converters.hpp"
#define LOG_TAG "org.opencv.dnn"
void Mat_to_MatShape(cv::Mat& mat, MatShape& matshape)
{