Brute Force Matching Time (senconds): 1.9444e-05 Flann Based Matching Time (senconds): 3.7569e-05 OpenCV Error: Assertion failed (npoints >= 0 && points2.checkVector(2) == npoints && points1.type() == points2.type()) in findHomography, file /home/vardhan/Downloads/OpenCV/opencv-2.4.9/modules/calib3d/src/fundam.cpp, line 1074 terminate called after throwing an instance of 'cv::Exception' what(): /home/vardhan/Downloads/OpenCV/opencv-2.4.9/modules/calib3d/src/fundam.cpp:1074: error: (-215) npoints >= 0 && points2.checkVector(2) == npoints && points1.type() == points2.type() in function findHomography
I'm getting an error
ReplyDeleteBrute Force Matching Time (senconds): 1.9444e-05
Flann Based Matching Time (senconds): 3.7569e-05
OpenCV Error: Assertion failed (npoints >= 0 && points2.checkVector(2) == npoints && points1.type() == points2.type()) in findHomography, file /home/vardhan/Downloads/OpenCV/opencv-2.4.9/modules/calib3d/src/fundam.cpp, line 1074
terminate called after throwing an instance of 'cv::Exception'
what(): /home/vardhan/Downloads/OpenCV/opencv-2.4.9/modules/calib3d/src/fundam.cpp:1074: error: (-215) npoints >= 0 && points2.checkVector(2) == npoints && points1.type() == points2.type() in function findHomography
I'm getting the same error as vardhan using windows/ms visual studio
ReplyDelete