Home | History | Annotate | Download | only in src

Lines Matching refs:outer1

2149     cv::Rect_<float> inner1, inner2, outer1, outer2;
2266 icvGetRectangles( _cameraMatrix1, _distCoeffs1, _R1, _P1, imageSize, inner1, outer1 );
2291 double s1 = std::min(std::min(std::min((double)cx1/(cx1_0 - outer1.x), (double)cy1/(cy1_0 - outer1.y)),
2292 (double)(newImgSize.width - cx1)/(outer1.x + outer1.width - cx1_0)),
2293 (double)(newImgSize.height - cy1)/(outer1.y + outer1.height - cy1_0));