Searched refs:leftF (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()979 int fcount = (int)leftF[0].size(), xdim = (int)leftF.size(); in calcdfdx()983 vector<vector<Point2f> >::const_iterator arrLeftIt = leftF.begin(); in calcdfdx()