Home
last modified time | relevance | path

Searched refs:icvCircle (Results 1 – 1 of 1) sorted by relevance

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