Home | History | Annotate | Download | only in src

Lines Matching full:nparams

1241     int i, nimages, maxPoints = 0, ni = 0, pos, total = 0, nparams, npstep, cn;
1319 nparams = NINTRINSIC + nimages*6;
1384 solver.init( nparams, 0, termCrit );
1653 int nparams;
1743 nparams = 6*(nimages+1) + (recomputeIntrinsics ? NINTRINSIC*2 : 0);
1748 solver.init( nparams, 0, termCrit );
1751 uchar* imask = solver.mask->data.ptr + nparams - NINTRINSIC*2;