Esempio n. 1
0
        //
        // C++: static Ptr_AverageHash cv::img_hash::AverageHash::create()
        //

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

            return(retVal);
#else
            return(null);
#endif
        }
Esempio n. 2
0
        //
        // C++: static Ptr_AverageHash cv::img_hash::AverageHash::create()
        //

        public static AverageHash create()
        {
            return(AverageHash.__fromPtr__(img_1hash_AverageHash_create_10()));
        }
 public AverageHash(OpenCVForUnity.Img_hashModule.AverageHash nativeObj) : base(nativeObj)
 {
 }