Ask Your Question

Revision history [back]

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.

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.

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.

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.angles. In the example below I have just one object but in the future I will have different objects with different shape and color.

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.

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.

I think Check the example here: https://streamable.com/9w789

This is not a real world, it is not too much complicated because there is no complicated things in the video. a 3D environment. The background is always pure black and I have all the angles. angles of the objects. In the example below above I have just one object two objects but in the future I will have different objects with different shape and color.

Check the video here: https://streamable.com/alobyObjects 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.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.