Loading modules/ximgproc/include/opencv2/ximgproc/slic.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
modules/ximgproc/include/opencv2/ximgproc/slic.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading