Skip to content

Commit 1756e82

Browse files
committed
bindings: backport generator from OpenCV 4.x
1 parent 4e3c818 commit 1756e82

File tree

1 file changed

+1
-0
lines changed
  • modules/ximgproc/include/opencv2/ximgproc

1 file changed

+1
-0
lines changed

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)