Detect multiple letters

Hi,

I have a project where I want to detect numbers and word on the dashboard of a machine using an openmv Cam 7.

I’m using chars74k to detect the characters. The code is working but is it possible to make it able to detect multiple letters at the same time and not just one, same question for numbers ?

Thank you.

Yes, you need to pass the network an ROI where it should be executed for each expected letter location. You can get the ROI from using the GUI and selecting the frame buffer.

If you want to detect letter locations automatically you have to use find blobs to detect the letter centroids and then create ROIs from those centroids to fire the network on.

Hi,

So the “while” will be executed on multiple ROI at the samed time to detect multiple characters ?
“You can get the ROI from using the GUI and selecting the frame buffer”, what do you mean by that ?

Thank you.

Um, just select an area on the frame buffer and it will display the ROI of that area that you can pass to the code.