How to draw an circle,arrow in opencv using mouse events
Hi friends, I'm a newbie to opencv. My task is to draw circle,arrow in an image during the mouse click. I've tried to draw rectangle in an image and i got that from some websites.Its working perfectly,what I've expected.Now the problem is how to draw circle,arrow in an image using mouse events.please suggest me the solutions Thanks in advance.
what about reading the docs for drawing or mouse handling first ?
Yes its better to read the document..I have tried for the rectangle...I that i have found one thing CvRect and cvRectagle() does the main thing..But for circle,is there any thing apart from cvCircle().
"Yes its better to read the document"
so DO it !
circle() is actually the first function in the first link. you did not find it, because you did not care to read it.
I think you are too genius,thats why u are saying to read the document rather than giving some examples...i dont have enough time to read it..i need to finish this by today...If you know means please give me some hints..otherwise don't answer..anyway thank you...
If you do not have enough time to read the manual why do you think we have enough time to answer your question? Is your time more valuable than ours?