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 d2c4808 commit 58b8b3aCopy full SHA for 58b8b3a
src/CVImgProc.jl
@@ -23,9 +23,9 @@ cxx"""
23
#include <opencv2/imgproc.hpp>
24
"""
25
26
-typealias ColorConversionCodes Cxx.CppEnum{Symbol("cv::ColorConversionCodes"),UInt32}
27
-typealias ThresholdTypes Cxx.CppEnum{Symbol("cv::ThresholdTypes"),UInt32}
28
-typealias BorderTypes Cxx.CppEnum{Symbol("cv::BorderTypes"),UInt32}
+const ColorConversionCodes = Cxx.CppEnum{Symbol("cv::ColorConversionCodes"),UInt32}
+const ThresholdTypes = Cxx.CppEnum{Symbol("cv::ThresholdTypes"),UInt32}
+const BorderTypes = Cxx.CppEnum{Symbol("cv::BorderTypes"),UInt32}
29
30
include("const.jl")
31
0 commit comments