Simple hobby app to compute dartboard score
Nov 21, 2021
2 Comments
I want to write a simple app to scan/parse the image to compute score based on sticky ball positions and weight assigned to areas.. I’ve nodejs backend experience but no ML experience.. any suggestions on which framework I can use for this? Appreciate any guidance 😊
comments
For example, if the camera/dartboard are in relatively stable position each time you could filter out the board and mark the positions of each of the balls using something like Hough Circles with roughly the size of the balls, and then count up the points.