示例#1
0
        //javadoc: BlockMeanHash::create()
        public static BlockMeanHash create()
        {
#if ((UNITY_ANDROID || UNITY_IOS || UNITY_WEBGL) && !UNITY_EDITOR) || UNITY_5 || UNITY_5_3_OR_NEWER
            BlockMeanHash retVal = BlockMeanHash.__fromPtr__(img_1hash_BlockMeanHash_create_11());

            return(retVal);
#else
            return(null);
#endif
        }
示例#2
0
 public static BlockMeanHash create()
 {
     return(BlockMeanHash.__fromPtr__(img_1hash_BlockMeanHash_create_11()));
 }
示例#3
0
        //
        // C++: static Ptr_BlockMeanHash cv::img_hash::BlockMeanHash::create(int mode = BLOCK_MEAN_HASH_MODE_0)
        //

        public static BlockMeanHash create(int mode)
        {
            return(BlockMeanHash.__fromPtr__(img_1hash_BlockMeanHash_create_10(mode)));
        }