Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcv3dtracker.cpp342 static const CvScalar gray_colors[] = { in DrawEtalon() local
345 const CvScalar* colors = img->nChannels == 3 ? rgb_colors : gray_colors; in DrawEtalon()