Simple hobby app to compute dartboard score

Amazon
fightIt

Go to company page Amazon

fightIt
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 😊

Simple hobby app to compute dartboard score

comments

Want to comment? LOG IN or SIGN UP
TOP 2 Comments
  • Vudu
    SqSJ45

    Go to company page Vudu

    SqSJ45
    There is no ML here. Its only image processing. Learn opencv as mentioned above
    Nov 21, 2021 0
  • Amazon
    zJYj52

    Go to company page Amazon

    zJYj52
    Best bet is probably to learn OpenCV and use classical computer vision (without DL)

    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.
    Nov 21, 2021 0