Ask Your Question

Jhonas Boeno's profile - activity

2018-07-17 20:03:37 -0600 marked best answer 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.

2018-07-17 20:03:37 -0600 received badge  Scholar (source)
2018-07-17 20:03:35 -0600 commented answer Which is the best method to detect this object?

I really appreciate your help. I think this may be enough to meet my needs, I will study these methods. Thank you very m

2018-07-16 18:04:43 -0600 commented question Which is the best method to detect this object?

Sorry for posting the video, but I did not know how to describe the problem using images since I need to detect objects

2018-07-16 18:02:24 -0600 commented answer Which is the best method to detect this object?

Thank you for insisting on helping me. I have updated my question.

2018-07-16 18:00:56 -0600 edited question Which is the best method to detect this object?

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

2018-07-13 19:24:21 -0600 received badge  Editor (source)
2018-07-13 19:24:21 -0600 edited question Which is the best method to detect this object?

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

2018-07-13 19:20:50 -0600 commented answer Which is the best method to detect this object?

Hi. Thanks for answering my question. I think I did not explain my problem correctly, objects need to be recognized sinc

2018-07-03 19:26:56 -0600 asked a question Which is the best method to detect this object?

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