1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

dnn: fix LayerFactory initialization

This commit is contained in:
Alexander Alekhin
2017-06-27 20:34:17 +03:00
parent 82ec76c123
commit 00dd433368
10 changed files with 168 additions and 142 deletions
+5
View File
@@ -43,3 +43,8 @@
#include "cvconfig.h"
#include <opencv2/dnn.hpp>
#include <opencv2/dnn/all_layers.hpp>
namespace cv { namespace dnn {
Mutex& getInitializationMutex();
void initializeLayerFactory();
}} // namespace