1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 19:44:14 +08:00

bindings: backport generator from OpenCV 4.x

This commit is contained in:
Alexander Alekhin
2019-03-01 19:40:24 +00:00
committed by Alexander Alekhin
parent 4e3c8189a5
commit 1756e82bdd

View File

@@ -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.