Example #1
0
        //
        // C++: static Ptr_ColorMomentHash cv::img_hash::ColorMomentHash::create()
        //

        //javadoc: ColorMomentHash::create()
        public static ColorMomentHash create()
        {
#if ((UNITY_ANDROID || UNITY_IOS || UNITY_WEBGL) && !UNITY_EDITOR) || UNITY_5 || UNITY_5_3_OR_NEWER
            ColorMomentHash retVal = ColorMomentHash.__fromPtr__(img_1hash_ColorMomentHash_create_10());

            return(retVal);
#else
            return(null);
#endif
        }
Example #2
0
        //
        // C++: static Ptr_ColorMomentHash cv::img_hash::ColorMomentHash::create()
        //

        public static ColorMomentHash create()
        {
            return(ColorMomentHash.__fromPtr__(img_1hash_ColorMomentHash_create_10()));
        }
Example #3
0
 public ColorMomentHash(OpenCVForUnity.Img_hashModule.ColorMomentHash nativeObj) : base(nativeObj)
 {
 }