Home | History | Annotate | Download | only in src

Lines Matching defs:stage

219             sprintf( errorstr, "header of the stage classifier #%d is invalid "
251 "the stage classifier #%d is not inside "
1546 const char* stage = input_cascade[i];
1553 sscanf( stage, "%d%n", &count, &dl );
1554 stage += dl;
1567 sscanf( stage, "%d%n", &classifier->count, &dl );
1568 stage += dl;
1583 sscanf( stage, "%d%n", &rects, &dl );
1584 stage += dl;
1592 sscanf( stage, "%d%d%d%d%d%f%n",
1595 stage += dl;
1598 sscanf( stage, "%s%n", str, &dl );
1599 stage += dl;
1609 sscanf( stage, "%f%d%d%n", &(classifier->threshold[l]),
1612 stage += dl;
1616 sscanf( stage, "%f%n", &(classifier->alpha[l]), &dl );
1617 stage += dl;
1621 sscanf( stage, "%f%n", &threshold, &dl );
1622 stage += dl;
1627 if( sscanf( stage, "%d%d%n", &parent, &next, &dl ) != 2 )
1632 stage += dl;
1823 sprintf( buf, "Invalid stage %d", i );
1831 sprintf( buf, "Trees node is not a valid sequence. (stage %d)", i );
1857 " (stage %d, tree %d)", i, j );
1884 sprintf( buf, "Tree node %d is not a valid map. (stage %d, tree %d)",
1893 "(stage %d, tree %d, node %d)", i, j, k );
1903 "(stage %d, tree %d, node %d)", i, j, k );
1916 "(stage %d, tree %d, node %d)", l, i, j, k );
1924 "(stage %d, tree %d, node %d, rect %d)", i, j, k, l );
1932 "(stage %d, tree %d, node %d, rect %d)", i, j, k, l );
1942 "(stage %d, tree %d, node %d, rect %d)", i, j, k, l );
1952 "(stage %d, tree %d, node %d, rect %d)", i, j, k, l );
1960 "(stage %d, tree %d, node %d, rect %d)", i, j, k, l );
1979 "(stage %d, tree %d, node %d)", i, j, k );
1987 "(stage %d, tree %d, node %d)", i, j, k );
1998 "(stage %d, tree %d, node %d)", i, j, k );
2011 "(stage %d, tree %d, node %d)", i, j, k );
2017 "(stage %d, tree %d, node %d)", i, j, k );
2024 "(stage %d, tree %d, node %d)", i, j, k );
2037 "(stage %d, tree %d, node %d)", i, j, k );
2050 "(stage %d, tree %d, node %d)", i, j, k );
2056 "(stage %d, tree %d, node %d)", i, j, k );
2063 "(stage %d, tree %d, node %d)", i, j, k );
2075 "(stage %d, tree %d)", i, j );
2085 sprintf( buf, "stage threshold must be real number. (stage %d)", i );
2097 sprintf( buf, "parent must be integer number. (stage %d)", i );
2105 sprintf( buf, "next must be integer number. (stage %d)", i );
2120 } /* for each stage */
2158 sprintf( buf, "stage %d", i );
2241 CV_CALL( cvEndWriteStruct( fs ) ); /* stage */
2242 } /* for each stage */