Loading modules/aruco/include/opencv2/aruco/dictionary.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ class CV_EXPORTS_W Dictionary { * - DICT_ARUCO_ORIGINAL: standard ArUco Library Markers. 1024 markers, 5x5 bits, 0 minimum distance */ enum CV_EXPORTS_W_SIMPLE PREDEFINED_DICTIONARY_NAME { enum PREDEFINED_DICTIONARY_NAME { DICT_4X4_50 = 0, DICT_4X4_100, DICT_4X4_250, 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/aruco/include/opencv2/aruco/dictionary.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ class CV_EXPORTS_W Dictionary { * - DICT_ARUCO_ORIGINAL: standard ArUco Library Markers. 1024 markers, 5x5 bits, 0 minimum distance */ enum CV_EXPORTS_W_SIMPLE PREDEFINED_DICTIONARY_NAME { enum PREDEFINED_DICTIONARY_NAME { DICT_4X4_50 = 0, DICT_4X4_100, DICT_4X4_250, 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