Lines Matching full:x_new
1332 Mat X_new = R * objectPoints + T * Mat::ones(1, Np, CV_64FC1);1333 Mat H = ComputeHomography(imagePointsNormalized, X_new(Rect(0,0,X_new.cols,2)));