Searched refs:rightF (Results 1 – 1 of 1) sorted by relevance
973 void calcdfdx( const vector<vector<Point2f> >& leftF, const vector<vector<Point2f> >& rightF, doubl… in calcdfdx() argument976 CV_Assert( !leftF.empty() && !rightF.empty() && !leftF[0].empty() && !rightF[0].empty() ); in calcdfdx()977 CV_Assert( leftF[0].size() == rightF[0].size() ); in calcdfdx()984 vector<vector<Point2f> >::const_iterator arrRightIt = rightF.begin(); in calcdfdx()