Searched defs:icvCircle (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1411 icvCircle( CvMat* img, CvPoint center, int radius, const void* color, int fill ) function
1620 icvCircle( img, center, thickness >> XY_SHIFT, color, 1 );
1857 icvCircle( mat, center, radius, buf, thickness < 0 );

Completed in 34 milliseconds