Closed sunjunlishi closed 4 years ago
Hi @sunjunlishi,
You can find the details of the contour fitting in my PhD thesis, there's a section on contour fitting. Additionally, the code should be fairly well documented and it's based on the paper by Bas et al. (see the eos README.md). The files in the share/
directory are also further explained by readme.txt
in that same directory.
Thanks.
thank you very much,author
Your algorithm is refined and the code is simple.
Using 3D rotation translation and other operations, project to 2D, and then correct with 2D key points.
The 17 points of the starting 3D edge, after rotation, will go around to the back, and the key points of 2D will not coincide, which is the problem. Does your SFM _edge_topology.json solve this problem?