Example #1
0
        static IntPtr n_RecognizeImage_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);
            IntPtr __ret = global::Android.Runtime.JavaDictionary <string, global::Java.Lang.Double> .ToLocalJniHandle(__this.RecognizeImage(p0));

            return(__ret);
        }
Example #2
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 #3
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);
 }
Example #4
0
 static void n_ProcessInput(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Neuroph.Contrib.Imgrec.ImageRecognitionPlugin __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Contrib.Imgrec.ImageRecognitionPlugin> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ProcessInput();
 }
Example #5
0
 static IntPtr n_GetSamplingResolution(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Neuroph.Contrib.Imgrec.ImageRecognitionPlugin __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Contrib.Imgrec.ImageRecognitionPlugin> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.SamplingResolution));
 }
Example #6
0
 static IntPtr n_GetOutput(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Neuroph.Contrib.Imgrec.ImageRecognitionPlugin __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Contrib.Imgrec.ImageRecognitionPlugin> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(global::Android.Runtime.JavaDictionary <string, global::Java.Lang.Double> .ToLocalJniHandle(__this.Output));
 }