Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.