Skip to content

Commit 3fddce6

Browse files
committed
experimental version++
1 parent a5c04ba commit 3fddce6

File tree

1 file changed

+2
-2
lines changed
  • modules/dnn/include/opencv2/dnn

1 file changed

+2
-2
lines changed

modules/dnn/include/opencv2/dnn/dnn.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
#include <opencv2/core.hpp>
4747

4848
#if !defined CV_DOXYGEN && !defined CV_DNN_DONT_ADD_EXPERIMENTAL_NS
49-
#define CV__DNN_EXPERIMENTAL_NS_BEGIN namespace experimental_dnn_v2 {
49+
#define CV__DNN_EXPERIMENTAL_NS_BEGIN namespace experimental_dnn_v3 {
5050
#define CV__DNN_EXPERIMENTAL_NS_END }
51-
namespace cv { namespace dnn { namespace experimental_dnn_v2 { } using namespace experimental_dnn_v2; }}
51+
namespace cv { namespace dnn { namespace experimental_dnn_v3 { } using namespace experimental_dnn_v3; }}
5252
#else
5353
#define CV__DNN_EXPERIMENTAL_NS_BEGIN
5454
#define CV__DNN_EXPERIMENTAL_NS_END

0 commit comments

Comments
 (0)