Home | History | Annotate | Download | only in src

Lines Matching full:curr

320         int curr = 0;
325 cornerPoints1[curr].x = (float)cvmGet(points1,0,i);
326 cornerPoints1[curr].y = (float)cvmGet(points1,1,i);
327 curr++;
402 int curr = 0;
408 if( cvmGet(pStatus,0,curr) == 0 )
412 curr++;
415 resNumCorrPoints = curr;