Replies: 1 comment 2 replies
-
|
I like it. I've wanted to add some pre-processing capabilities to the chain, it's part of the reason I've been (excruciatingly slowly) separating the internal chain that Quagga sends things through into separate bits so that we can add or remove additional processes from it and chain them together in whatever way is necessary for any specific use case. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was having problems reading barcodes with poor print quality, eventually I have worked out how to preprocess the image to make it more readable by Quagga2.
This would be good as a documented example or even as a feature.
My method uses OpenCV.js however I'm sure there would be a way to do this without it.
In my final solution I try to decode first without preprocessing and then with.
It does have a small performance impact, in my testing I found it took between 150-250ms which is still fast enough for my needs.
Beta Was this translation helpful? Give feedback.
All reactions