Skip to content

Commit 4e3c818

Browse files
cv3dalalek
authored andcommitted
Fix enum wrapper
1 parent b6767cc commit 4e3c818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/aruco/include/opencv2/aruco/dictionary.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class CV_EXPORTS_W Dictionary {
138138
* - DICT_ARUCO_ORIGINAL: standard ArUco Library Markers. 1024 markers, 5x5 bits, 0 minimum
139139
distance
140140
*/
141-
enum CV_EXPORTS_W_SIMPLE PREDEFINED_DICTIONARY_NAME {
141+
enum PREDEFINED_DICTIONARY_NAME {
142142
DICT_4X4_50 = 0,
143143
DICT_4X4_100,
144144
DICT_4X4_250,

0 commit comments

Comments
 (0)