Home | History | Annotate | Download | only in src

Lines Matching refs:row

265             double *row = JtJ->data.db + i*nparams, *col = JtJ->data.db + i;
267 row[j] = col[j*nparams] = 0;
714 // transpose every row of _J (treat the rows as 3x3 matrices)
1367 CV_ERROR( CV_StsBadSize, "object points and image points must be a single-row matrices" );