Пример #1
0
        static IntPtr n_RecognizeCharacterProbabilities_Lorg_neuroph_contrib_imgrec_image_Image_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Org.Neuroph.Contrib.Ocr.OcrPlugin       __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Contrib.Ocr.OcrPlugin> (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.ToLocalJniHandle(__this.RecognizeCharacterProbabilities(p0));

            return(__ret);
        }
Пример #2
0
        static IntPtr n_RecognizeCharacter_Lorg_neuroph_contrib_imgrec_image_Image_Lorg_neuroph_contrib_imgrec_image_Dimension_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
        {
            global::Org.Neuroph.Contrib.Ocr.OcrPlugin          __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Contrib.Ocr.OcrPlugin> (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);
            global::Org.Neuroph.Contrib.Imgrec.Image.Dimension p1     = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Contrib.Imgrec.Image.Dimension> (native_p1, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.RecognizeCharacter(p0, p1));

            return(__ret);
        }
Пример #3
0
 static IntPtr n_GetColorMode(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Neuroph.Contrib.Ocr.OcrPlugin __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Contrib.Ocr.OcrPlugin> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.ColorMode));
 }