From 8e840c8642c9b1011480b1d58e0a3fec51f04c3b Mon Sep 17 00:00:00 2001 From: Hamdi Sahloul Date: Sat, 25 Aug 2018 05:31:49 +0900 Subject: [PATCH] Fix enum wrapper --- modules/aruco/include/opencv2/aruco/dictionary.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aruco/include/opencv2/aruco/dictionary.hpp b/modules/aruco/include/opencv2/aruco/dictionary.hpp index 18fb572f3c6..27c7e5dd734 100644 --- a/modules/aruco/include/opencv2/aruco/dictionary.hpp +++ b/modules/aruco/include/opencv2/aruco/dictionary.hpp @@ -138,7 +138,7 @@ class CV_EXPORTS_W Dictionary { * - DICT_ARUCO_ORIGINAL: standard ArUco Library Markers. 1024 markers, 5x5 bits, 0 minimum distance */ -enum CV_EXPORTS_W_SIMPLE PREDEFINED_DICTIONARY_NAME { +enum PREDEFINED_DICTIONARY_NAME { DICT_4X4_50 = 0, DICT_4X4_100, DICT_4X4_250,