01-17-2020 09:22 AM
Hi.
So im working on a project where im going to track balls in a billiard game. I am going to store the x,y coordinates, store them in a database. From the database, im going to collect data from a C# (Visual Studio) application and display the billiard table with the balls. Also im going to keep score and players etc. Im pretty new to Labview so I got a couple questions. I use Logitech carl zeiss tessar hd 1080p web camera to film. I also have Basler aca5472-17uc, but the lense that I have doesn't cover the whole table (limited space). The Basler camera does not have the oppertunity to change Video Mode like the Logitech camera.
I have made 2 basic projects where I do simple object detection and color recongition. Now I want to go further with my project to detect and track multiple objects, and recongize color of every object.
So my question is; Is it possible to track multiple objects and identify them? Example: If I got 3 balls on the billiard table, i want Labview to detect everyone and track their movement. I also want every ball to be an "variable", so I can pass it to the color recongnition. I that way, I can combine the information from where the ball is (detection) and which ball it is (color recongnition).
If any picture of more info is needed, just ask!
01-17-2020 10:02 AM
I've looked at OpenCV. Is this maybe be the thing I would look deeper into?