opencv中findContours导致crash
没用到MFC,网上的方法:1,在配置属性->常规->MFC的使用中,将在静态库中使用MFC改为在共享DLL中使用MFC。无效2,多线程调试(/MTd)改为多线程DLL调试(/MDd)。无效3,直接将:_findContours( Mat& image, vector& contours,vector* hierarchy, int mode, int method, Point o