morphops:Python中的几何形态计量学

时间:2021-05-28 20:28:48
【文件属性】:
文件名称:morphops:Python中的几何形态计量学
文件大小:32KB
文件格式:ZIP
更新时间:2021-05-28 20:28:48
morphometrics procrustes thin-plate-splines Python 欢迎来到Morphops! Morphops在Python 3中实现了几何形态计量学的通用操作和算法。 特征 当前版本中的一些高级操作是 居中,重新缩放数据: 刚性旋转,普通和广义前凸对齐方式: 薄板花键翘曲: 读取和写入* .dta文件: 依存关系 麻木 安装 pip install morphops 使用范例 import morphops as mops # Create 3 landmark sets, each having 5 landmarks in 2 dimensions. A = [[ 0 , 0 ],[ 2 , 0 ],[ 2 , 2 ],[ 1 , 3 ],[ 0 , 2 ]] B = [[ 0.1 , - 0.1 ],[ 2 , 0 ],[ 2.3 , 1.8 ],[ 1 , 3 ],[ 0.4 , 2 ]] C = [[ - 0.1 , - 0.1
【文件预览】:
morphops-master
----MANIFEST.in(34B)
----README.rst(4KB)
----morphops()
--------_version.py(22B)
--------tps.py(6KB)
--------__init__.py(940B)
--------lmk_util.py(3KB)
--------procrustes.py(24KB)
--------io.py(5KB)
----.travis.yml(180B)
----tox.ini(392B)
----LICENSE(1KB)
----setup.py(1KB)
----README_for_docs.rst(4KB)
----docs()
--------source()
--------Makefile(956B)
----tests()
--------test_lmk_util.py(4KB)
--------helpers.py(1KB)
--------test_procrustesalgos.py(6KB)
--------test_tps.py(3KB)
--------__init__.py(0B)
--------test_procrustesbasics.py(5KB)
----.gitignore(331B)

网友评论