摘要:
#matr0:视角1的相机内参矩阵点乘旋转平移矩阵,形状(3,4) #matr1:视角2的相机内参矩阵点乘旋转平移矩阵,形状(3,4) #ske0:视角1中的所有的点,形状(2,N),第一行是所有点的x坐标,第二行是所有点的y坐标 points4D = cv2.triangulatePoints(m 阅读全文
摘要:
读取 #include #include using namespace std; using namespace cv; void main() { //FileStorage fs("caliResult.xml",FileStorage::READ); FileStorage fs; fs.o 阅读全文
摘要:
如果编译没有报错,这个就是自己的链出了问题 { "tasks": [ { "type": "shell", "label": "C/C++: g++.exe build active file", "command": "C:\\mingw64\\bin\\g++.exe", "args": [ " 阅读全文