Commit 1756e82b authored by Alexander Alekhin's avatar Alexander Alekhin Committed by Alexander Alekhin
Browse files

bindings: backport generator from OpenCV 4.x

parent 4e3c8189
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.