We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3c818 commit 1756e82Copy full SHA for 1756e82
modules/ximgproc/include/opencv2/ximgproc/slic.hpp
@@ -62,6 +62,7 @@ namespace ximgproc
62
//! @{
63
64
enum SLIC { SLIC = 100, SLICO = 101, MSLIC = 102 };
65
+ typedef enum SLIC SLICType;
66
67
/** @brief Class implementing the SLIC (Simple Linear Iterative Clustering) superpixels
68
algorithm described in @cite Achanta2012.
0 commit comments