Searched refs:holeColor (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/calib3d/src/ |
D | circlesgrid.cpp | 1369 const Scalar holeColor = Scalar(0, 255, 0); in drawHoles() local 1386 circle(drawImage, keypoints[holes[i][j]], holeRadius, holeColor, holeThickness); in drawHoles()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 2416 CvScalar externalColor, CvScalar holeColor, in cvDrawContours() argument 2450 CV_CALL( cvScalarToRawData( &holeColor, hole_buf, mat->type, 0 )); in cvDrawContours()
|
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 2372 cv::Scalar externalColor = _externalColor, holeColor = _holeColor; in cvDrawContours() local 2386 scalarToRawData( holeColor, hole_buf, img.type(), 0 ); in cvDrawContours()
|