调整DEM插值结果
parent
c43df32af5
commit
da92aff9dc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue