Unhandled exception at memory location in stitcher code opencv
问题 I am trying to debug the example for stitching images at this site. Here is my complete code. #include < stdio.h > #include < opencv2\opencv.hpp > #include < opencv2\stitching\stitcher.hpp > #ifdef _DEBUG #pragma comment(lib, "opencv_core300d.lib") #pragma comment(lib, "opencv_imgproc300d.lib") //MAT processing #pragma comment(lib, "opencv_highgui300d.lib") #pragma comment(lib, "opencv_stitching300d.lib") #else #pragma comment(lib, "opencv_core300.lib") #pragma comment(lib, "opencv_imgproc300