File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
aruco/include/opencv2/aruco
ximgproc/include/opencv2/ximgproc Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ class CV_EXPORTS_W Dictionary {
138
138
* - DICT_ARUCO_ORIGINAL: standard ArUco Library Markers. 1024 markers, 5x5 bits, 0 minimum
139
139
distance
140
140
*/
141
- enum CV_EXPORTS_W_SIMPLE PREDEFINED_DICTIONARY_NAME {
141
+ enum PREDEFINED_DICTIONARY_NAME {
142
142
DICT_4X4_50 = 0 ,
143
143
DICT_4X4_100,
144
144
DICT_4X4_250,
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ namespace ximgproc
62
62
// ! @{
63
63
64
64
enum SLIC { SLIC = 100 , SLICO = 101 , MSLIC = 102 };
65
+ typedef enum SLIC SLICType;
65
66
66
67
/* * @brief Class implementing the SLIC (Simple Linear Iterative Clustering) superpixels
67
68
algorithm described in @cite Achanta2012.
You can’t perform that action at this time.
0 commit comments