Home | History | Annotate | Download | only in src

Lines Matching defs:runs

1161     CvSeq*  runs;
1205 runs = cvCreateSeq(0, sizeof(CvSeq), sizeof(CvLinkedRunPoint), storage00 );
1206 cvStartAppendToSeq( runs, &writer );
1215 // First line. None of runs is binded
1247 upper_total = runs->total - 1;
1253 //------// Find runs in next line
1256 all_total = runs->total;
1277 lower_total = runs->total - all_total;
1281 //------// Find links between runs of lower_line and upper_line