Hi, I'm new to OpenCV and I'm trying to detect an object in a video. In the future, the video will be removed and the source will be screenshots taken from screen.
I think it is not too much complicated because there is no complicated things in the video. The background is always pure black and I have all the angles.
Check the video here: https://streamable.com/aloby
I need some way to get the x and y position of the center of the objects in the image.
I tried cascade classifier but it only generates stage0 and files are only 2 kb. I think this is not working because 2 kb is too small for a working classifier.
I would to know which is the best way to do what I need.