<center><h2>Adaptive Multigrid Solvers (Version 12.00)</h2></center>
<center>
<a href="#LINKS">links</a>
<a href="#EXECUTABLES">executables</a>
<a href="#USAGE">usage</a>
<a href="#CHANGES">changes</a>
<!--
<a href="#SUPPORT">support</a>
-->
</center>
<hr>
This code-base was born from the Poisson Surface Reconstruction code. It has evolved to support more general adaptive finite-elements systems:
<UL>
<LI> in spaces of arbitrary dimension,
<LI> discretized using finite-elements of arbitrary degree,
<LI> involving arbitrary function derivatives,
<LI> with both point-wise and integrated constraints.
</UL>
<hr>
<a name="LINKS"><b>LINKS</b></a><br>
<ul>
<b>Papers:</b>
<a href="http://www.cs.jhu.edu/~misha/MyPapers/SGP06.pdf">[Kazhdan, Bolitho, and Hoppe, 2006]</a>,
<a href="http://www.agarwala.org/efficient_gdc/">[Agarwala, 2007]</A>
<a href="http://mesh.brown.edu/ssd/paper.html">[Calakli and Taubin, 2011]</a>,
<A HREF="https://www.cs.cmu.edu/~kmcrane/Projects/HeatMethod/">[Crane, Weischedel, and Wardetzky, 2013]</a>,
<a href="http://www.cs.jhu.edu/~misha/MyPapers/ToG13.pdf">[Kazhdan and Hoppe, 2013]</a>
<br>
<b>Executables: </b>
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version12.00/AdaptiveSolvers.x64.zip">Win64</a><br>
<b>Source Code:</b>
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version12.00/AdaptiveSolvers.zip">ZIP</a> <a href="https://github.com/mkazhdan/PoissonRecon">GitHub</a><br>
<b>Older Versions:</b>
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version11.02/">V11.02</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version11.01/">V11.01</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version11.00/">V11.00</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version10.07/">V10.07</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version10.06/">V10.06</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version10.05/">V10.05</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version10.04/">V10.04</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version10.03/">V10.03</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version10.02/">V10.02</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version10.01/">V10.01</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version10.00/">V10.00</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version9.011/">V9.011</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version9.01/">V9.01</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version9.0/">V9.0</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version8.0/">V8.0</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version7.0/">V7.0</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version6.13a/">V6.13a</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version6.13/">V6.13</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version6.12/">V6.12</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version6.11/">V6.11</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version6.1/">V6.1</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version6/">V6</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version5.71/">V5.71</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version5.6/">V5.6</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version5.5a/">V5.5a</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version5.1/">V5.1</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version5/">V5</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version4.51/">V4.51</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version4.5/">V4.5</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version4/">V4</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version3/">V3</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version2/">V2</a>,
<a href="http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version1/">V1</a>
</ul>
<hr>
<a name="EXECUTABLES"><b>EXECUTABLES</b></a><br>
<ul>
<dl>
<DETAILS>
<SUMMARY>
<font size="+1"><b>PoissonRecon</b></font>:
Reconstructs a triangle mesh from a set of oriented 3D points by solving a Poisson system (solving a 3D Laplacian system with positional value constraints) <a href="http://www.cs.jhu.edu/~misha/MyPapers/SGP06.pdf">[Kazhdan, Bolitho, and Hoppe, 2006]</a>,
<a href="http://www.cs.jhu.edu/~misha/MyPapers/ToG13.pdf">[Kazhdan and Hoppe, 2013]</a>
</SUMMARY>
<dt><b>--in</b> <<i>input points</i>>
</dt><dd> This string is the name of the file from which the point set will be read.<br>
If the file extension is <i>.ply</i>, the file should be in
<a href="http://www.cc.gatech.edu/projects/large_models/ply.html">PLY</a> format, giving the list of oriented
vertices with the x-, y-, and z-coordinates of the positions encoded by the properties <i>x</i>, <i>y</i>, and
<i>z</i> and the x-, y-, and z-coordinates of the normals encoded by the properties <i>nx</i>, <i>ny</i>, and
<i>nz</i> .<br>
If the file extension is <i>.bnpts</i>, the file should be a binary file, consisting of blocks of 6 32-bit
floats: x-, y-, and z-coordinates of the point's position, followed by the x-, y-, and z-coordinates
of the point's normal. (No information about the number of oriented point samples should be specified.)<br>
Otherwise, the file should be an ascii file with groups of 6,
white space delimited, numbers: x-, y-, and z-coordinates of the point's position, followed
by the x-, y- and z-coordinates of the point's normal. (No information about the number of oriented point samples should be specified.)<br>
</dd><dt>[<b>--out</b> <<i>output triangle mesh</i>>]
</dt><dd> This string is the name of the file to which the triangle mesh will be written.
The file is written in <a href="http://www.cc.gatech.edu/projects/large_models/ply.html">PLY</a> format.
</dd><dt>[<b>--tree</b> <<i>output octree and coefficients</i>>]
</dt><dd> This string is the name of the file to which the the octree and solution coefficients are to be written.
</dd><dt>[<b>--grid</b> <<i>output grid</i>>]
</dt><dd> This string is the name of the file to which the sampled implicit function will be written.
The file is written out in binary, with the first 4 bytes corresponding to the (integer) sampling resolution, 2^<i>d</i>,
and the next 4 x 2^<i>d</i> x 2^<i>d</i> x ... bytes corresponding to the (single precision) floating point values
of the implicit function.
</dd><dt>[<b>--degree</b> <<i>B-spline degree</i>>]
</dt><dd> This integer specifies the degree of the B-spline that is to be used to define the finite elements system.
Larger degrees support higher order approximations, but come at the cost of denser system matrices (incurring a cost in both space and time).<br>
The default value for this parameter is 2.
</dd><dt>[<b>--bType</b> <<i>boundary type</i>>]
</dt><dd> This integer specifies the boundary type for the finite elements. Valid values are:
<ul>
<li> <b>1</b>: Free boundary constraints
</li><li> <b>2</b>: Dirichlet boundary constraints
</li><li> <b>3</b>: Neumann boundary constraints
</li></ul>
The default value for this parameter is 3 (Neumann).
</dd><dt>[<b>--depth</b> <<i>reconstruction depth</i>>]
</dt><dd> This integer is the maximum depth of the tree that will be used for surface reconstruction.
Running at depth <i>d</i> corresponds to solving on a grid whose resolution is no larger than
2^<i>d</i> x 2^<i>d</i> x ... Note that since the reconstructor adapts the octree to the
sampling density, the specified reconstruction depth is only an upper bound.<br>
The default value for this parameter is 8.
</dd><dt>[<b>--width</b> <<i>finest cell width</i>>]
</dt><dd> This floating point value specifies the target width of the finest level octree cells.<br>
This parameter is ignored if the <B
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
【资源说明】 1、该资源内项目代码都是经过测试运行成功,功能正常的情况下才上传的,请放心下载使用。 2、适用人群:主要针对计算机相关专业(如计科、信息安全、数据科学与大数据技术、人工智能、通信、物联网、数学、电子信息等)的同学或企业员工下载使用,具有较高的学习借鉴价值。 3、不仅适合小白学习实战练习,也可作为大作业、课程设计、毕设项目、初期项目立项演示等,欢迎下载,互相学习,共同进步!
资源推荐
资源详情
资源评论
收起资源包目录
基于cloudcompare构建的三维工件点云+配合偏差实时测量系统源码+项目说明(vs2017+qt联合开发).zip (2000个子文件)
CloudCompare.1 777B
compileFinalVersion.bat 422B
compile.bat 243B
run_moc.bat 135B
start.bat 29B
start.bat 29B
start.bat 29B
start.bat 25B
pngrtran.c 144KB
io.c 131KB
merge.c 119KB
shpopen.c 114KB
poly2.c 112KB
pngrutil.c 91KB
dbfopen.c 87KB
pngwutil.c 83KB
global.c 74KB
unzip.c 69KB
zip.c 68KB
geom2.c 65KB
rply.c 54KB
libqhull.c 51KB
pngwrite.c 48KB
deflate.c 48KB
shptree.c 48KB
pngread.c 46KB
pngtest.c 46KB
pngpread.c 46KB
trees.c 43KB
geom.c 42KB
poly.c 40KB
pngset.c 39KB
rk_sobol.c 37KB
qset.c 33KB
stat.c 30KB
gzio.c 25KB
rboxlib.c 25KB
pngget.c 24KB
png.c 22KB
pngtrans.c 20KB
user.c 20KB
mem.c 20KB
pngwtran.c 17KB
pngmem.c 17KB
inftrees.c 16KB
infblock.c 12KB
pngerror.c 10KB
safileio.c 10KB
inflate.c 9KB
rk_primitive.c 9KB
rk_mt.c 8KB
infcodes.c 7KB
pngwio.c 7KB
rk_isaac.c 7KB
crc32.c 7KB
getopt.c 7KB
random.c 6KB
inffast.c 6KB
pngrio.c 5KB
zutil.c 5KB
pnggccrd.c 5KB
list_primitive.c 4KB
sobol_example.c 3KB
isaac_example.c 3KB
randomkit_example.c 3KB
randomkit_test.c 2KB
usermem.c 2KB
compress.c 2KB
uncompr.c 2KB
infutil.c 2KB
userprintf.c 2KB
userprintf_rbox.c 2KB
adler32.c 1KB
pngvcrd.c 48B
CMakePluginTpl.cmake 5KB
ffmpegSupport.cmake 3KB
CorkSupport.cmake 3KB
FindQuaZip.cmake 2KB
QuazipLibSupport.cmake 2KB
LASLibSupport.cmake 1KB
ExportPCLDlls.cmake 1KB
Make_vms.com 4KB
COPYING 25KB
COPYING 1KB
qcustomplot.cpp 832KB
mainwindow.cpp 333KB
ccGLWindow.cpp 192KB
ccPointCloud.cpp 157KB
ccCompass.cpp 145KB
dl_dxf.cpp 141KB
ccCommandLineCommands.cpp 136KB
DgmOctree.cpp 131KB
ccMesh.cpp 112KB
DistanceComputationTools.cpp 97KB
E57Filter.cpp 82KB
ccCameraSensor.cpp 79KB
ccEntityAction.cpp 70KB
ccRasterizeTool.cpp 68KB
distanceMapGenerationDlg.cpp 65KB
ccPropertiesTreeDelegate.cpp 65KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
- lijian9882024-12-31资源很实用,对我启发很大,有很好的参考价值,内容详细。
龙年行大运
- 粉丝: 1385
- 资源: 3960
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 【岗位说明】餐饮部经理岗位职责01.doc
- 【岗位说明】餐饮部经理岗位职责02.doc
- 【岗位说明】餐饮部主管岗位职责.docx
- 【岗位说明】餐饮部职能介绍及岗位职责.doc
- 【岗位说明】餐饮部总监岗位职责.doc
- 【岗位说明】餐饮后厨各岗位职责.doc
- 【岗位说明】餐饮中心消毒员工作流程.doc
- 【岗位说明】传菜员岗位职责.doc
- 【岗位说明】服务中心服务员岗位职责.doc
- 【岗位说明】服务中心夜班服务员岗位职责.doc
- 【岗位说明】楼层领班岗位职.doc
- 【岗位说明】厨房各岗位工作职责.doc
- 【岗位说明】厨师岗位职责说明书.docx
- 【岗位说明】餐饮主管岗位职责及每日工作流程.doc
- 【岗位说明】传菜领班岗位职责制度.doc
- 【岗位说明】西餐厅迎宾员岗位职责.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功