Skip to content

Commit 9e190bc

Browse files
authored
Merge pull request #2024 from alalek:backport_bindings_generator
2 parents 536f6a9 + 1756e82 commit 9e190bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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,

modules/ximgproc/include/opencv2/ximgproc/slic.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ namespace ximgproc
6262
//! @{
6363

6464
enum SLIC { SLIC = 100, SLICO = 101, MSLIC = 102 };
65+
typedef enum SLIC SLICType;
6566

6667
/** @brief Class implementing the SLIC (Simple Linear Iterative Clustering) superpixels
6768
algorithm described in @cite Achanta2012.

0 commit comments

Comments
 (0)