Home | History | Annotate | Download | only in src

Lines Matching defs:colors

273     int colors[MAX_LAYERS] = {0};
302 colors[j] = int(level + 0.5);
304 colors[j] = int(level + 0.5);
306 colors[j] = int(level + 0.5);
310 cvThreshold(img, thresh, colors[i], 255.0, CV_THRESH_BINARY);
321 cr.iColor = colors[i];
331 cr.iColor = colors[i];