RasterProcessTool/Toolbox/SimulationSARTool/SARImage/ImageNetOperator.h

20 lines
589 B
C
Raw Normal View History

#pragma once
#ifndef __ImageNetOperator__H_
#define __ImageNetOperator__H_
#include "BaseConstVariable.h"
#include <QString>
void InitCreateImageXYZProcess(QString& outImageLLPath, QString& outImageXYZPath, QString& InEchoGPSDataPath, double& NearRange, double& RangeResolution, int64_t& RangeNum);
2025-04-06 06:29:35 +00:00
bool OverlapCheck(QString& ImageLLPath, QString& ImageDEMPath);
bool GPSPointsNumberEqualCheck(QString& ImageLLPath, QString& InEchoGPSDataPath);
void InterploateAtiByRefDEM(QString& ImageLLPath, QString& ImageDEMPath, QString& outImageLLAPath, QString& InEchoGPSDataPath);
#endif