geodesic-shooting

时间:2021-03-08 16:20:15
【文件属性】:
文件名称:geodesic-shooting
文件大小:26KB
文件格式:ZIP
更新时间:2021-03-08 16:20:15
Python 测地线射击 安装 提供的软件在python3上运行。 所有必需的依赖项都可以通过pip轻松安装: pip3 install -r requirements.txt 程序本身可以通过运行安装 pip3 install . 例子 提供了四个示例。 一维和二维示例,具有简单的numpy数组,圆形平移以及将圆形变形为正方形。 可以使用以下命令在geodesic-shooting-examples文件夹中执行示例: python3 1d_example.py python3 2d_example.py python3 translation_example.py python3 circle_to_square_example.py 输出文件被写入目录。 文献资料 注释的代码在文件。
【文件预览】:
geodesic-shooting-master
----requirements-optional.txt(46B)
----requirements.txt(25B)
----example_images()
--------translation_target.png(458B)
--------translation_input.png(463B)
----geodesic_shooting()
--------circle_to_square_example.py(1KB)
--------utils()
--------1d_example.py(667B)
--------__init__.py(73B)
--------2d_example.py(714B)
--------geodesic_shooting.py(11KB)
--------square_to_circle_example.py(1KB)
--------translation_example.py(2KB)
--------lddmm.py(14KB)
----setup.py(379B)
----README.md(855B)
----lddmm()
--------circle_to_square_example.py(1KB)
--------1d_example.py(646B)
--------2d_example.py(692B)
--------square_to_circle_example.py(1KB)
--------translation_example.py(1KB)
----.gitignore(44B)
----LDDMM()
--------circle_to_square_example.py(1KB)
--------1d_example.py(646B)
--------2d_example.py(692B)
--------square_to_circle_example.py(1KB)
--------translation_example.py(1KB)

网友评论