readme
来自「Code for L2-optimal three view triangula」· 代码 · 共 35 行
TXT
35 行
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 + =
减小字号Ctrl + -
显示快捷键?