-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adaptive threshold produces poor image on Android #194
Comments
I'm seeing this on both Mobile Chrome and Firefox |
Hi @rmdvector, there are a huge amount of factors that might impact the result, which include but are not limited to:
A good place to start is to prepare a sample with a single static image that runs and outputs in the same resolution on your target devices and compare it here. This might help determine if the issue is in the input source or in the calculation itself. |
Did github drop the images? if so is there a better way to transmit them? |
@rmdvector, do you mean the code you provided in #194 (comment)? Weird that GitHub has removed them, please try to re-post and I'll save them for records and further processing & debugging. |
@rmdvector, sorry for the lack of updates here, had not yet chance to take a look deeply. |
Testing our application that does image capture on a Google Pixel 7.
The code is basically straight out of the examples:
` let pipeline = gm.grayscale(im_mat);
On desktop web (Chrome 119.0.6045.123), both our application and the example have the expected results.
However, on the Pixel, the image looks very fuzzy and full of artifacts. I tried the example for your page and saw the same results.
The text was updated successfully, but these errors were encountered: