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.