First time here? Check out the FAQ!
answered 2013-12-13 23:17:36 -0600
Hi Amin, you should show modyfied image after draw a circle, so
if(event==CV_EVENT_LBUTTONDOWN){ circle( image, Point(x,y), 20, Scalar(0xff,0xff,0xff) ); imshow("amin", image); }
should help.