void cvDrawContours(
CvArr *img, //
CvSeq *contour, //
CvScalar external_color, //
CvScalar hole_color, //
int max_level, //
int thickness = 1, //
int line_type = 8, //
CvPoint offset = cvPoint( 0, 0 ) //
);
line_typeはcvLine()の項目を参照