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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user