Implement Custom Image Decoder

Alessio Camaroto 81 Reputation points
2022-01-04T19:39:38.657+00:00

I need to implement a custom image decoder like a qr code decoder. I put a camera control in my app and I want to decode in real time the current image.
I don't know exactly how can I explain it better, I generate an image with an encoded content (image attached) and I want to decode it and re-obtain the original content. The attached image corresponds to the number 1, I need to recognize the image content and correlate it to number 1.

162217-1.png == 1

Thanks
Alessio

Developer technologies .NET Xamarin
{count} votes

1 answer

Sort by: Most helpful
  1. JarvanZhang 23,971 Reputation points
    2022-01-06T08:11:45.197+00:00

    I can generate bitmap from a number but I can't do the process back (from bitmap to re-obtain the number).

    You could store the bitmap and identifier string as a key-value pair. Or create a custom bitmap

    I need something like a 'qr code decoder' to analyze in real time an image (from camera) and "understand" which is the correlated number.

    For the qr code, you could try using ZXing package to analyze the image. You need to customize these qr code images first.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.