removed irrelevant assertion.
This commit is contained in:
parent
432e0e0cd8
commit
023e2b2850
@ -175,7 +175,7 @@ void doIteration( const Mat& img1, Mat& img2, bool isWarpPerspective,
|
|||||||
warpPerspectiveRand(img1, img2, H12, rng);
|
warpPerspectiveRand(img1, img2, H12, rng);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
assert( !img2.empty() && img2.cols==img1.cols && img2.rows==img1.rows );
|
assert( !img2.empty()/* && img2.cols==img1.cols && img2.rows==img1.rows*/ );
|
||||||
|
|
||||||
cout << endl << "< Extracting keypoints from second image..." << endl;
|
cout << endl << "< Extracting keypoints from second image..." << endl;
|
||||||
vector<KeyPoint> keypoints2;
|
vector<KeyPoint> keypoints2;
|
||||||
|
Loading…
Reference in New Issue
Block a user