Which is the best method to detect this object?
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.
Check the example here: https://streamable.com/9w789
This is not a real world, it is a 3D environment. The background is always pure black and I have all the angles of the objects. In the example above I have just two objects but in the future I will have different objects with different shape and color.
Objects will appear in the scene moving through the image and also rotating.
I need some way to get the x and y position of the center of the objects in the image and also get the type of the object.
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.
please add an image here. a video on an external site is useless.
Sorry for posting the video, but I did not know how to describe the problem using images since I need to detect objects that move.