From c6880b6ac8980d946f90b065266baf5fbab3f7cf Mon Sep 17 00:00:00 2001 From: chenzenghui <3045316072@qq.com> Date: Thu, 12 Jun 2025 20:20:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E7=89=88V1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BaseTool/GeoOperator.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BaseTool/GeoOperator.h b/BaseTool/GeoOperator.h index bd0125d..c318d06 100644 --- a/BaseTool/GeoOperator.h +++ b/BaseTool/GeoOperator.h @@ -20,12 +20,15 @@ /// 经纬度点--degree /// 投影坐标系点 Landpoint BASECONSTVARIABLEAPI LLA2XYZ(const Landpoint& LLA); + void BASECONSTVARIABLEAPI LLA2XYZ(const Landpoint& LLA,Point3& XYZ); + Eigen::MatrixXd BASECONSTVARIABLEAPI LLA2XYZ(Eigen::MatrixXd landpoint); double BASECONSTVARIABLEAPI getPixelSpacingInDegree(double pixelSpacingInMeter); double BASECONSTVARIABLEAPI getPixelSpacingInMeter(double pixelSpacingInDegree); + /// /// 将地固参心坐标系转换为经纬度 ///