📄 readme
字号:
This package contains code for L2-optimal three view triangulationbased on calculation of stationary points.The main file is tvt.cpp where you should also look for info on how touse the code.You need to compile these files:tvt.cppthreeViewTri.cppmartinsUtils.cppFor things to work, you also need to link against lapack. The code hasonly been tested against AMDs implementation and there are differencesbetween different implementations so if you've got another one it isquite possible that things wont work straight away.The makefile which is included should only be seen as an example andwill not work as it is.If you manage to compile the code you should be able to write> ./tvt testdataat the prompt and get results on the stdout. Then do> cat groundtruthand compare. The results should be identical if everything was alright.If you have problems compiling the code, feel free to contactme. Contact info is on my web page./Martin Byr鰀, 2007
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -