Giter Club home page Giter Club logo

Comments (2)

micjahn avatar micjahn commented on June 16, 2024

Zxing doesn't guarantee to find every barcode. Especially if the barcode is rotated the library has some issues.
You should restrict the formats which are looked for.

var reader = new BarcodeReader();
reader.Options.PossibleFormats = new List<BarcodeFormat> { BarcodeFormat.CODE_128};

It prevents that you will find false positives.
Try to capture the barcodes unrotated, if possible, use an continuesly image stream.
It improves the user experience.
The zxing library itself was originally developed for mobile device scenarios which continuesly scanning for codes while the user focuses the camera.

Feel free to provide a PR which improves the scanning result for rotated codes.

from zxing.net.

crawdell avatar crawdell commented on June 16, 2024

Thanks for the feedback. I did restrict the format to Code 128 but then the decoding would fail on the angled version.

In my testing this Zxing library has done a good job with angled images, just not with Code 128. I've tried other online barcode decoders and they don't have any problem with the angled image I've been testing with so I think there could be room for improvement. I might post a PR specific to Code 128 since I've not seen issues in my testing with other formats.

Unfortunately in my use case I will only have still images to work from that have been previously captured so I need the best decoding I can get from imperfect images.

from zxing.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.