Colorblind and ChatGPT: I can finally follow pro pool

iusedtoberich

AzB Silver Member
Silver Member
It took 30 years, but I finally have a solution to knowing what the hell I'm watching.
1753371740892.png


It didn't get the labeled image correct, but I can probably bug it to fix it.
1753371862459.png
 
That's pretty cool. Do either of these 2 on the right (also produced by chatgpt) somewhat match what you see for the left image?

ball_colors2.png
 
Wow! This threw me for a fun image processing rabbit hole. For a stationary camera, you can mask off what pixels are in bounds for the table playing surface. Then use the hough transform to find all the balls based on how many pixels of radius a ball would fall within. Then tune high and low values for the RED GREEN and BLUE pixel values for each color ball. Combine all of that logic and you can identify most but the nine ball cleanly with no AI. The nine can be found with a little blob analysis of finding both the yellow and black in high enough concentration within a given pixel radius. The shadows all get to have a go at being the eight ball.

five.JPGfour.JPGseven.JPGsix.JPGthree.JPGtable.png
 

Attachments

  • two.JPG
    two.JPG
    32.2 KB · Views: 6
Back
Top