调整DEM插值结果

pull/10/head
陈增辉 2025-04-06 16:36:33 +08:00
parent c43df32af5
commit da92aff9dc
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ void InterploateAtiByRefDEM(QString& ImageLLPath, QString& ImageDEMPath, QString
{
gdalImage demimg(ImageDEMPath);
gdalImage imgll(ImageLLPath);
gdalImage outimgll = CreategdalImageDouble(outImageLLAPath, imgll.height, imgll.width, 3, true, true);
gdalImage outimgll = CreategdalImageDouble(outImageLLAPath, imgll.height, imgll.width, 4, true, true); // 经度、纬度、高程、斜距
long imgheight = imgll.height;
long imgwidth = imgll.width;