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

bindings: backport generator from OpenCV 4.x

parent 4e3c8189
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment