Home | History | Annotate | Download | only in opencv2

Lines Matching refs:newPoints1

1336 @param newPoints1 The optimized points1.
1341 computes the corrected correspondences newPoints1[i] \<-\> newPoints2[i] that minimize the geometric
1342 error \f$d(points1[i], newPoints1[i])^2 + d(points2[i],newPoints2[i])^2\f$ (where \f$d(a,b)\f$ is the
1344 \f$newPoints2^T * F * newPoints1 = 0\f$ .
1347 OutputArray newPoints1, OutputArray newPoints2 );