Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdrawing.cpp2420 CvSeq *contour0 = contour, *h_next = 0; in cvDrawContours() local
2591 if( h_next && contour0 ) in cvDrawContours()
2592 contour0->h_next = h_next; in cvDrawContours()
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp2368 CvSeq *contour0 = contour, *h_next = 0; in cvDrawContours() local
2478 if( h_next && contour0 ) in cvDrawContours()
2479 contour0->h_next = h_next; in cvDrawContours()