mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
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);
|
||||
}
|
||||
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;
|
||||
vector<KeyPoint> keypoints2;
|
||||
|
Loading…
Reference in New Issue
Block a user