android-vision | Mobile Vision API is now a part of ML Kit | Machine Learning library

 by   googlesamples Java Version: Current License: Apache-2.0

kandi X-RAY | android-vision Summary

kandi X-RAY | android-vision Summary

android-vision is a Java library typically used in Artificial Intelligence, Machine Learning, Deep Learning, Tensorflow applications.,roid-vision has no bugs, it has no vulnerabilities, it has a Permissive License and it has high support. However android-vision build file is not available. You can download it from GitHub.

The Mobile Vision API is now a part of [ML Kit][3]. We strongly encourage you to try it out, as it comes with new capabilities like on-device image labeling! Also, note that we ultimately plan to wind down the Mobile Vision API, with all new on-device ML capabilities released via ML Kit. Check out [this codelab][4] to use the vision APIs in ML Kit. This sample has been deprecated/archived meaning it’s read-only and it’s no longer actively maintained (more details on archiving can be found [here][1]).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              android-vision has a highly active ecosystem.
              It has 2918 star(s) with 1774 fork(s). There are 239 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 310 open issues and 120 have been closed. On average issues are closed in 271 days. There are 16 open pull requests and 0 closed requests.
              It has a positive sentiment in the developer community.
              The latest version of android-vision is current.

            kandi-Quality Quality

              android-vision has 0 bugs and 0 code smells.

            kandi-Security Security

              android-vision has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              android-vision code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              android-vision is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              android-vision releases are not available. You will need to build from source code and install.
              android-vision has no build file. You will be need to create the build yourself to build the component from source.
              android-vision saves you 3694 person hours of effort in developing the same functionality from scratch.
              It has 7888 lines of code, 555 functions and 95 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed android-vision and discovered the below as its top functions. This is intended to give you an instant insight into android-vision implemented functionality, and help decide if they suit your requirements.
            • Creates an instance of the FaceDetector .
            • Create camera source .
            • Set the child view .
            • Stops the camera .
            • Adjust the next eye position .
            • Gets the camera permissions .
            • Pad a frame to a new image .
            • Draw the left eye .
            • Updates the overlay location .
            • Request the camera permission .
            Get all kandi verified functions for this library.

            android-vision Key Features

            No Key Features are available at this moment for android-vision.

            android-vision Examples and Code Snippets

            No Code Snippets are available at this moment for android-vision.

            Community Discussions

            QUESTION

            Reduce tracking window using google mlkit vision samples
            Asked 2020-Oct-13 at 13:58

            I would like to reduce the reduce bar code tracking window when using the google vision api. There are some answers here but they feel a bit outdated.

            I'm using google's sample: https://github.com/googlesamples/mlkit/tree/master/android/vision-quickstart

            Currently, I try to figure out if a barcode is inside my overlay box inside BarcodeScannerProcessor onSuccess callback:

            ...

            ANSWER

            Answered 2020-Oct-13 at 09:08

            Actually the bounding box is correct. The trick is that the image aspect ratio doesn't match the viewport aspect ratio so the image is cropped horizontally. Try to open settings (a gear in the top right corner) and choose an appropriate resolution.

            For example take a look at these two screenshots. On the first one the selected resolution (1080x1920) matches my phone resolution so the padding looks good (17px). On the second screenshot the aspect ratio is different (1.0 for 720x720 resolution) therefore the image is cropped and the padding looks incorrect.

            So the offset should be transformed from image coordinates to the screen coordinates. Under the hood GraphicOverlay uses a matrix for this transformation. You can use the same matrix:

            Source https://stackoverflow.com/questions/64285580

            QUESTION

            Fatal Exception in com.google.android.gms.vision.service.DOWNLOAD
            Asked 2020-Jul-20 at 17:46

            So this is probably a very specific issue but after I finished my app that is relying on the Mobile-Vision-SDK I uploaded it to the Play Console and released it to the review. Apparently there was an error on a Nokia Nokia 1 (Android SDK 27 / Android 8.1) phone resulting in rejection of the app. All other test devices had no errors (the app is designed to run on minSDKVersion 19 and is targeted to SDK Version 29).

            This is the error log:

            ...

            ANSWER

            Answered 2020-Jul-20 at 17:46

            After contacting the Google Play Support and resubmitting it the app is finally up in the Play Store. They probably accepted it manually after I contacted them.

            Source https://stackoverflow.com/questions/62978819

            QUESTION

            Firebase-mlkit barcode scanner License
            Asked 2020-Apr-24 at 18:08

            I want to use read barcode capabilities of the firebase library in a commercial project. Additionally, no data could be store on the cloud (it should be done only on a client side)

            Where could I find license information for this library? Is it Apache 2.0? https://firebase.google.com/docs/ml-kit/read-barcodes

            Edit: Also is the "old" version of this library free? https://github.com/googlesamples/android-vision

            ...

            ANSWER

            Answered 2020-Apr-24 at 18:08

            License information can be found in third_party_licenses.txt and third_party_licenses.json in the aar file that you can download (and then unzip) from https://mvnrepository.com/artifact/com.google.firebase/firebase-ml-vision/24.0.2

            Both the Barcode scanning APIs in ML Kit and in Mobile Vision are offered free of charge.

            Source https://stackoverflow.com/questions/61055800

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install android-vision

            You can download it from GitHub.
            You can use android-vision like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the android-vision component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/googlesamples/android-vision.git

          • CLI

            gh repo clone googlesamples/android-vision

          • sshUrl

            git@github.com:googlesamples/android-vision.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link