Home | History | Annotate | Download | only in src

Lines Matching full:ptidx

238     for( int ptidx = range.start; ptidx < range.end; ptidx++ )
240 Point2f prevPt = prevPts[ptidx]*(float)(1./(1 << level));
245 nextPt = nextPts[ptidx]*(float)(1./(1 << level));
250 nextPt = nextPts[ptidx]*2.f;
251 nextPts[ptidx] = nextPt;
264 status[ptidx] = false;
266 err[ptidx] = 0;
491 err[ptidx] = (float)minEig;
496 status[ptidx] = false;
514 status[ptidx] = false;
688 nextPts[ptidx] = nextPt + halfWin;
696 nextPts[ptidx] -= delta*0.5f;
702 if( status[ptidx] && err && level == 0 && (flags & OPTFLOW_LK_GET_MIN_EIGENVALS) == 0 )
704 Point2f nextPoint = nextPts[ptidx] - halfWin;
714 status[ptidx] = false;
739 err[ptidx] = errval * 1.f/(32*winSize.width*cn*winSize.height);