reading CPU data

asked 2020-11-23 04:37:45 -0600

Antrac1t gravatar image

Hello, i am trying to decode by camera the data from CPU surface which is engraved in metal cover (someting like barcode scanner). The text is difficult to read due to the glossy surface, but this was solved by multiple RGB leds from different angles. For this moment i can have something like is in picture. And now i want to ask to you opinion which way to go. 1, find commont pattern -> dot on top left corner or triangle in botton corner, base on this make some mesurements to find my ROI (i need to read "SRELV" in this case) and then on this region just OCR 2, almost same as firs step but not use OCR to read it but create all characters samples from CPUs (0-9 A-Z) and then base on neural networks to decode text. i need fast approach which will read correct data

thank you for your advice

image description

edit retag flag offensive close merge delete

Comments

what have you tried, so far ?

berak gravatar imageberak ( 2020-11-23 05:03:57 -0600 )edit

if you have a real image and a code you used so far please share it so we can try to suggest some solution

sturkmen gravatar imagesturkmen ( 2020-11-28 14:50:13 -0600 )edit