From 1756e82bdd5b50fa1ee2732b0729edaae08e9924 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Fri, 1 Mar 2019 19:40:24 +0000 Subject: [PATCH] bindings: backport generator from OpenCV 4.x --- modules/ximgproc/include/opencv2/ximgproc/slic.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ximgproc/include/opencv2/ximgproc/slic.hpp b/modules/ximgproc/include/opencv2/ximgproc/slic.hpp index c0050c915..f9f125c54 100644 --- a/modules/ximgproc/include/opencv2/ximgproc/slic.hpp +++ b/modules/ximgproc/include/opencv2/ximgproc/slic.hpp @@ -62,6 +62,7 @@ namespace ximgproc //! @{ enum SLIC { SLIC = 100, SLICO = 101, MSLIC = 102 }; + typedef enum SLIC SLICType; /** @brief Class implementing the SLIC (Simple Linear Iterative Clustering) superpixels algorithm described in @cite Achanta2012.