What's new

Help Thesis?

Malowssss

Addict
Joined
Sep 15, 2020
Posts
44
Reaction
4
Points
79
Hello po I'm a student po graduating. ask ko lang po anong pwedeng algorithm on creating qrcode scanner using android platform.
 
Hi! Congratulations on your upcoming graduation!

Regarding your question on creating a QR code scanner on the Android platform, there are many algorithms that you can use to accomplish this task. In general, QR code scanners use computer vision techniques to detect, decode, and process QR codes.

Here are some possible algorithms that you can explore:

1. ZBar library: This is an open source library for scanning and decoding barcodes and QR codes. It supports multiple platforms including Android and provides a simple interface for integrating barcode scanning into your app.

2. Google Vision API: This is a suite of computer vision tools provided by Google that can be used to recognize and analyze images, including QR codes. You can integrate the Vision API into your Android app using the Mobile Vision API, which provides a framework for building vision-based features into your app.

3. OpenCV library: This is a popular computer vision library that provides a wide range of tools and algorithms for processing images and videos. You can use OpenCV to detect and decode QR codes in an Android app.

4. ZXing library: This is another open source library for scanning and decoding barcodes and QR codes. It provides a simple interface for integrating barcode scanning into your Android app and supports a wide range of barcode formats.

These are just a few examples of the algorithms and libraries that you can use to create a QR code scanner on Android. You can explore these options and choose the one that best suits your needs and experience level.

Good luck with your project!
 
Back
Top