//javadoc: LATCH::create(bytes) public static LATCH create(int bytes) { #if ((UNITY_ANDROID || UNITY_IOS || UNITY_WEBGL) && !UNITY_EDITOR) || UNITY_5 || UNITY_5_3_OR_NEWER LATCH retVal = LATCH.__fromPtr__(xfeatures2d_LATCH_create_13(bytes)); return(retVal); #else return(null); #endif }
//javadoc: LATCH::create(bytes, rotationInvariance, half_ssd_size) public static LATCH create(int bytes, bool rotationInvariance, int half_ssd_size) { #if ((UNITY_ANDROID || UNITY_IOS || UNITY_WEBGL) && !UNITY_EDITOR) || UNITY_5 || UNITY_5_3_OR_NEWER LATCH retVal = LATCH.__fromPtr__(xfeatures2d_LATCH_create_11(bytes, rotationInvariance, half_ssd_size)); return(retVal); #else return(null); #endif }
public static LATCH create() { return(LATCH.__fromPtr__(xfeatures2d_LATCH_create_14())); }
public static LATCH create(int bytes) { return(LATCH.__fromPtr__(xfeatures2d_LATCH_create_13(bytes))); }
public static LATCH create(int bytes, bool rotationInvariance) { return(LATCH.__fromPtr__(xfeatures2d_LATCH_create_12(bytes, rotationInvariance))); }
public static LATCH create(int bytes, bool rotationInvariance, int half_ssd_size) { return(LATCH.__fromPtr__(xfeatures2d_LATCH_create_11(bytes, rotationInvariance, half_ssd_size))); }