I want to draw circle using mouse events in opencv.
That is whenever i clicked the left button and drag it means,it should draw the circle according to the x and y position of the mouse.I have tried it for rectangle,its working perfectly.But i don't know how to draw circle..Please help me anyone.