Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcalibinit.cpp2046 const int line_max = 7; in cvDrawChessboardCorners() local
2047 static const CvScalar line_colors[line_max] = in cvDrawChessboardCorners()
2060 CvScalar color = line_colors[y % line_max]; in cvDrawChessboardCorners()