level 1
dier098
楼主
Mat essential_matrix;
essential_matrix = findEssentialMat(imagePoints1, imagePoints2, focal_length, principal_point, RANSAC);
会报错:
错误1error C3861: “findEssentialMat”: 找不到标识符C:\Users\1\documents\visual studio 2013\Projects\testopencv\testopencv\main.cpp1531testopencv
是怎么回事呢
2018年09月10日 02点09分
1
essential_matrix = findEssentialMat(imagePoints1, imagePoints2, focal_length, principal_point, RANSAC);
会报错:
错误1error C3861: “findEssentialMat”: 找不到标识符C:\Users\1\documents\visual studio 2013\Projects\testopencv\testopencv\main.cpp1531testopencv
是怎么回事呢