Search code examples
androidqr-codeobject-detection

How to Extract QR tag on android from an image containing lots of other data?


I want to extract QR tag from an image containing lot of data. Something like object detection of OpenCV. After detecting that the image contains a QR tag, it should be extracted, magnified and saved. for the decoder to decode it. Is it possible?


Solution

  • Most probably you are looking for this ZXing .

    Please refer to some of the test cases images and source code

    Some of test case image used to decode qr code