Lines Matching refs:Je
1840 CvMat* Je = 0; in cvStereoCalibrate() local
1938 Je = cvCreateMat( maxPoints*2, 6, CV_64F ); in cvStereoCalibrate()
2121 err->rows = Je->rows = J_LR->rows = Ji->rows = ni*2; in cvStereoCalibrate()
2127 cvGetCols( Je, &dpdrot_hdr, 0, 3 ); in cvStereoCalibrate()
2128 cvGetCols( Je, &dpdt_hdr, 3, 6 ); in cvStereoCalibrate()
2157 CvMat de3dr3 = cvMat( 1, 3, CV_64F, Je->data.ptr + Je->step*p ); in cvStereoCalibrate()
2181 cvGEMM( J_LR, Je, 1, 0, 0, &_part, CV_GEMM_A_T ); in cvStereoCalibrate()
2188 cvGEMM( Je, Je, 1, &_part, 1, &_part, CV_GEMM_A_T ); in cvStereoCalibrate()
2191 cvGEMM( Je, err, 1, &_part, 1, &_part, CV_GEMM_A_T ); in cvStereoCalibrate()
2198 cvGEMM( Je, Ji, 1, &_part, 1, &_part, CV_GEMM_A_T ); in cvStereoCalibrate()
2269 cvReleaseMat( &Je ); in cvStereoCalibrate()