revert my incorrect fix of #2167
This commit is contained in:
parent
ddcc839519
commit
5112d74cad
@ -429,8 +429,6 @@ void cv::correctMatches( InputArray _F, InputArray _points1, InputArray _points2
|
||||
{
|
||||
Mat F = _F.getMat();
|
||||
Mat points1 = _points1.getMat(), points2 = _points2.getMat();
|
||||
points1 = points1.reshape(1, 2);
|
||||
points2 = points2.reshape(1, 2);
|
||||
|
||||
CvMat cvPoints1 = points1, cvPoints2 = points2;
|
||||
CvMat cvF = F;
|
||||
|
Loading…
x
Reference in New Issue
Block a user