Example #1
0
 static void n_SetInput_Lorg_neuroph_contrib_imgrec_image_Image_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Org.Neuroph.Contrib.Imgrec.ImageRecognitionPlugin __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Contrib.Imgrec.ImageRecognitionPlugin> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Org.Neuroph.Contrib.Imgrec.Image.IImage           p0     = (global::Org.Neuroph.Contrib.Imgrec.Image.IImage)global::Java.Lang.Object.GetObject <global::Org.Neuroph.Contrib.Imgrec.Image.IImage> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetInput(p0);
 }
Example #2
0
 static void n_SetInput_Ljava_net_URL_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Org.Neuroph.Contrib.Imgrec.ImageRecognitionPlugin __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Contrib.Imgrec.ImageRecognitionPlugin> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.Net.URL p0 = global::Java.Lang.Object.GetObject <global::Java.Net.URL> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetInput(p0);
 }