没有合适的资源?快使用搜索试试~ 我知道了~
triangulation:纯Python中许多三角剖分算法的高质量实现
共12个文件
py:7个
gitignore:1个
txt:1个
需积分: 28 6 下载量 190 浏览量
2021-05-12
07:15:13
上传
评论 1
收藏 11KB ZIP 举报
温馨提示
三角剖分 纯python中三角剖分算法的高质量实现。 安装 pip install triangulation 用法 from rigidbody import pr , rotation , SE3 from triangulation import triangulate noise = 1e-3 true_point = np . random . randn ( 3 ) + [ 0 , 0 , 10 ] positions = np . random . randn ( num_frames , 3 ) orientations = map ( rotation . exp , np . random . randn ( num_frames , 3 ) * .1 ) poses = [ SE3 ( r , p ) for r , p in zip ( orientations
资源推荐
资源详情
资源评论
收起资源包目录
triangulation-master.zip (12个子文件)
triangulation-master
socp.py 4KB
cmds
evaluate_algorithm 4KB
triangulate_dataset 2KB
triangulate_test.py 4KB
requirements.txt 78B
__init__.py 319B
triangulate.py 6KB
setup.py 435B
README.md 2KB
io.py 3KB
.gitignore 2KB
socp_test.py 457B
共 12 条
- 1
资源评论
阿礅
- 粉丝: 32
- 资源: 4656
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功