Read QR code and mark it as green if found in excel file
I have image that consist of 8 QR codes, like this:
I must read all QR codes and for each QR code, I have to look into Excel table and check if QR code is valid. If it is valid I have to mark QR code with GREED else I have to mark it with RED.
Please help with ideas ! It have to be reliable and simple aplication!
you can use qrcode.cpp but you need to provide better images
sorry, but opencv does not handle excel files, you're on your own (at least with the extraction)
Have you considered using VBScript to control Excel?
If you can save the excel table as csv file, then it is pretty easy to read as a text file.