android-vision icon indicating copy to clipboard operation
android-vision copied to clipboard

Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:

Results 103 android-vision issues
Sort by recently updated
recently updated
newest added

public boolean contains(float x, float y) { // TODO: Check if this graphic's text contains this point. if (text == null) { return false; } RectF rect = new RectF(text.getBoundingBox());...

Hello Ive successfully make the OCR working in the main activity but when i implement it in other activity other than main activity i got an error like this `07-10...

Hi! I use barcode reader in my project. Yesterday I noticed crash when app was trying to recognize certain barcode(attached below). Then I tested this barcode on google vision barcode...

Barcode

019-07-02 15:53:10.994 28499-28499/com.desmond.demo D/Camera: app passed NULL surface 2019-07-02 15:53:11.777 28499-28499/com.desmond.demo E/Camera: Error 2 2019-07-02 15:53:11.779 28499-28520/com.desmond.demo I/OpenGLRenderer: Davey! duration=1223ms; Flags=1, IntendedVsync=20058100193828, Vsync=20058566860476, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=20058579988518, AnimationStart=20058580114560, PerformTraversalsStart=20058583039560, DrawStart=20059317358071, SyncQueued=20059319998852,...

I have a problem. I want see eyes landmarks on the detected face. I see 12 landmarks, however, when I cover the left or right eye, face detector detects always...

I've migrated the Barcode Reader sample to Android X.

I've noticed that returned landmark coordinates are not relative to the subject (as speced here: [Landmark](https://developers.google.com/android/reference/com/google/android/gms/vision/face/Landmark). Instead, they are returned relative to the observer/camera. Also, the NOSE_BASE landmark and face...

Hey guys I have a problem with Google mobile vision API and especially with data-matrix format . I'm able to scan almost every Barcode format but when I want to...

Our app uses text detection. The app crashes when running on ZenFone 5 (A501CG). This is logs ` E/native: jni_helper.cc:170 GetContents failed: /data/data/com.google.android.gms/app_vision/ocr/data/models/rpn_lstm_engine_tfmini.bincfg E/native: jni_helper.cc:170 GetContents failed: /data/data/com.google.android.gms/app_vision/ocr/data/models/semanticlift_engine_0.2.bincfg` Please check...