geodesic shooting 源码
测地线射击 安装 提供的软件在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.zip
(预估有个32文件)
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
regularizer.py
5KB
暂无评论