ITK:笛卡尔方位角高程
内容提要
直角坐标到方位角高程,反之亦然。
输出结果
spherical: [0, 45, 1]
Cartesian: [0.00611663, 0.713237, 0.700896]
C++实现代码
#include "itkPoint.h"
#include "itkAzimuthElevationToCartesianTransform.h"
int
标签:高程,方位角,ITK,笛卡尔,C++,内容提要,include
来源: https://blog.51cto.com/u_11929818/3042452