
[英]How to reorient (shift/offset) spherical (360-deg) images via command line with e.g. Imagemagick or The GIMP?
[英]Is it possible to rotate a 360 deg image mapped onto a sphere around an axis?
imagemagick
教程中有一个示例,该示例演示了如何使用convert
工具将 equirectangular 360 度全景图转换为极坐标视图。 生成的图像是从球体的任一极观看时球体的某种扭曲视图。
我感兴趣的是是否可以应用额外的转换来产生极坐标图像,但好像“球体”围绕穿过赤道的轴旋转。 图像的中心将不会显示北极或南极地区,而是例如柏林或加利福尼亚。
这可能与imagemagick
、 scikit-image
或其他开源工具吗?
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.