Ask Your Question

dialgop's profile - activity

2015-10-24 14:32:19 -0600 received badge  Student (source)
2015-04-24 05:29:04 -0600 commented answer Advices about finding pointing of a bottle with opencv

Hey, thanks for all of the ideas. You are awesome guys. I will keep asking here because this is my first approach, later I will have to cope with several objects (identify them) and also to use several multicolored backgrounds and so on. But for now it's really good.

2015-04-24 05:26:50 -0600 received badge  Scholar (source)
2015-04-24 05:26:47 -0600 received badge  Supporter (source)
2015-04-20 04:11:12 -0600 asked a question Advices about finding pointing of a bottle with opencv

Hello everyone, I am relatively new in OpenCV (Already checked some tutorials and I am learning on some additional programs how it works) and I know some things, however I have an assignment to work with in opencv (spin the bottle game) which goes somehow a little out of the scope of what I know.

Based on the direction that a bottle (Yes, a common bottle like a beer bottle) points in a 2d plane (a photo of a bottle) I need to create an opencv method to draw a line where the bottle points at. I heard something about Houghlines and I am currently working on that, however if you have some advices or know about other Opencv library functions that I can use, then I would be very thankful to you.

Pd: I have already decomposed the image into its edges (in case this can help to give any idea)

image description