Lines Matching refs:u3x
1093 Mat_<float> u3x;
1113 const float* u3xRow = u3x[y];
1145 const Mat_<float>& u3x, const Mat_<float>& u3y,
1153 CV_DbgAssert( u3x.size() == u1x.size() );
1169 body.u3x = u3x;
1320 Mat_<float> u3x = dm.u3x_buf(Rect(0, 0, I0.cols, I0.rows));
1359 if (use_gamma) forwardGradient(u3, u3x, u3y);
1362 estimateDualVariables(u1x, u1y, u2x, u2y, u3x, u3y, p11, p12, p21, p22, p31, p32, taut, use_gamma);