I'm using the firebase_ml_vision plugin for flutter. I need to detect all the spots / dots / solid circles on an image. With the example app, and using cloudImageLabeler i managed to detect that there are circles in the image with confidence of 75%+ but i dont know how to detect how many there are.
Ex. If there are 5 dots on a piece of paper, i need to be able to show a count of 5