📄 readme.txt
字号:
A fast and simple stretch-minimizing mesh parameterization C++ code Shin Yoshizawa (shin.yoshizawa@mpi-sb.mpg.de)************************This C++ codes are developed by Shin Yoshizawa at the MPII, Saarbruecken, Germany. The method is described in my paper "A fast and simple stretch-minimizing mesh parameterization", Shin Yoshizawa, Alexander G. Belyaev, and Hans-Peter Seidel, International Conference on Shape Modeling and Applications, pp. 200-208, Jun 7-11, 2004, Genova, Italy, (SMI-2004). Since April 2002, Shin Yoshizawa wasmoved in Max-Planck-Institut fuer Informatik: Computer Graphics Group, Stuhlsatzenhausweg 85, 66123 Saarbruecken, Germany, Phone +49 681 9325-408, Fax +49 681 9325-499. The C++ code is available at http://www.mpi-sb.mpg.de/~shin/Research/Param1/Param1.html************************Copyright************************Copyright:(c) Shin Yoshizawa, 2004.E-mail: shin.yoshizawa@mpi-sb.mpg.deURL: http://www.mpi-sb.mpg.de/~shinAffiliation: Max-Planck-Institut fuer Informatik: Computer Graphics Group Stuhlsatzenhausweg 85, 66123 Saarbruecken, Germany Phone +49 681 9325-408 Fax +49 681 9325-499 All right is reserved by Shin Yoshizawa.This C++ code files are allowed for only primary user of research and educational purposes. Don't use secondary: copy, distribution, diversion, business purpose, and etc.. In no event shall the author be liable to any party for direct, indirect, special, incidental, or consequential damage arising out of the use of this program and source files. (*): The functions of the class PCBCGSolver are written in "Numerical Recipes in C++", The Art of Scientific Computing William H. Press, Saul A. Teukolsky, William T. Vetterling, Brian P. Flannery. The copyrights of these functions of PCBCGSolver class are remained to them.************************************************Manual************************http://www.mpi-sb.mpg.de/~shin/Research/Param1/Param1.html************************************************Files************************The main function is in "Parameterization.cxx".The parameterization method is is "Polyhedron.h".The program is constructed by the following source files:IDList.h PCBCGSolver.cxx Point3d.h Polyhedron.hIDSet.cxx PCBCGSolver.h PointTool.cxx IDSet.h Parameterization.cxx PointTool.h Point2d.h PolarList.h************************Compile************************The program is using "stdio.h" and "math.h".You can comple "make all" via Makefile.************************************************Run************************./Parameterization PLY2input3Dmesh PLY2outout2Dmesh************************
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -